/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
      justify-content: start !important;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: start !important;
  }

  body .dnd-section>.row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@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-style: normal;
  font-weight: normal;
}

html {
  font-size: 24px;
}

body {
  font-family: Inter, sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

a:-webkit-any-link{
  color: #000000 !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Inter, sans-serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.6;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}



.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */


body .hs-error-msgs label {
  color: #f2545b;
  font-size: 16px;
}
form {
  max-width: 100%;
  font-family: Inter, sans-serif;
}

.hs-button {
  font-family: Inter,sans-serif;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 15px 0;
  text-decoration: none !important;
  display: inline-block;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.hs-input,input[type="password"] {
  display:block;
  border-width:2px;
  border-style:solid;
  width: 100%;
  display: inline-block;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}


.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #999;
}

.hs-input::-webkit-input-placeholder {
  color: #999;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 20px;
  color: #000;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Inter, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* Inter Black */
@font-face {
    font-family: 'interblack';
    src: url('https://8084760.fs1.hubspotusercontent-na1.net/hubfs/8084760/inter-black-webfont.woff') format('woff'),
url('https://8084760.fs1.hubspotusercontent-na1.net/hubfs/8084760/inter-black-webfont.eot') format('eot'),
url('https://8084760.fs1.hubspotusercontent-na1.net/hubfs/8084760/Inter-Black.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}
/* Inter Regular */
@font-face {
    font-family: 'interregular';
    src: url('https://8084760.fs1.hubspotusercontent-na1.net/hubfs/8084760/Inter-VariableFont_slnt%2cwght.ttf') format('ttf'),
url('https://8084760.fs1.hubspotusercontent-na1.net/hubfs/8084760/inter-regular-webfont.eot') format('eot'),
         url('https://8084760.fs1.hubspotusercontent-na1.net/hubfs/8084760/inter-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Inter Bold */
@font-face {
    font-family: 'interbold';
    src: url('https://8084760.fs1.hubspotusercontent-na1.net/hubfs/8084760/Inter-Bold.ttf') format('ttf'),
url('https://8084760.fs1.hubspotusercontent-na1.net/hubfs/8084760/inter-bold-webfont.eot') format('eot'),
         url('https://8084760.fs1.hubspotusercontent-na1.net/hubfs/8084760/inter-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
 font-family: 'interregular';
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


a:-webkit-any-link {
    color: #000000 !important;
    cursor: pointer;
    text-decoration: underline;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
/*
.header-container-wrapper {
  min-height: 100px;
}
.lp header.header {
  min-height: 100px;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}


.header__logo img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 114px !important;
}
.custom-menu-primary nav.navigation-primary >ul {font-size: 0;}

.submenu.level-1  >.menu-item:last-of-type .menu-link:hover {
  border-color: rgb(217, 51, 36);
}

.submenu.level-1 > .menu-item:last-of-type .menu-link:hover .linkbtn-icon {
  background-color: rgb(217, 51, 36);
}

.linkbtn-icon {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .4s linear;
}
.header {
  background-color:	#FFFFFF;
}

.header__container {

  position: static;
  display: block; 
  max-width: 1240px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;


}
.header__main {
  display: flex;
  justify-content: space-between;
  position: static;
  top: 30px;
}
.custom-menu-primary .navigation-primary {

  display: block;
  position: static;
  top: 10px;
  z-index: 0;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0px;
}

.custom-menu-primary {
  position: sticky;
  left: auto;
  top: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  background-color: transparent;

}







.submenu.level-1 > .menu-item:last-of-type .menu-link {
  align-items: center;
  display: flex;



  padding: 3px 9px 3px 12px;
  align-items: center;
  border-style: solid;
  border-width: 0.1px;
  border-color: #fff;
  border-radius: 4px;
  opacity: 1;
  text-align: left;
  text-decoration: none;

  background-repeat: no-repeat;
  background-position: right; 
} 


.linkbtn-text {
  margin-right: 12px;
}
.submenu.level-1 >  .menu-item:last-of-type:hover{
  border-color: red;
} 


.submenu.level-1 > li {
  display: inline-block;
  padding: 0px 20px 20px;
  text-decoration: none;
}
.submenu.level-1 > li > a{
  display: inline-block;
  max-width: 100%;
  border-bottom: 1px solid transparent;
  color: #fff;
  text-decoration: none;

}






.linkbtn-icon {
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-bottom: 1px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #1ca495;
  text-align: center;
}

.linkbtn-icon:hover{
  background-color:red;

}



/* Styles for the Logo */


/*
.header__logo img {
  max-width: 100%;
  padding: 0px;
}




div#hs_cos_wrapper_navigation-primary {
  display: block;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;

  user-select: none;
}
.w-icon-nav-menu {
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

}
.w-icon-nav-menu:before {
  content: "\e602";
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.custom-menu-primary nav.navigation-primary>ul ul li {
  padding: 0;
  border-radius: 0 !important;
  line-height: normal;
  border: none !important;
}

body .custom-menu-primary nav.navigation-primary>ul .submenu.level-2 li a {
  display: block;
  padding: 10px;
  border-radius: 0 !important;
  background:  none;
  border: none !important;
}

body .custom-menu-primary nav.navigation-primary>ul .submenu.level-2 li a:hover {
  background: none;

}



@media screen and (min-width: 992px){
  .mobile_menu {
    display: none  !important;
  }
  .submenu.level-1 > li.has-submenu:hover>ul {
    visibility: visible;
    opacity: 1;
  }

  .submenu.level-1 > li.has-submenu>ul {

    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s,opacity .3s;
    -o-transition: visibility 0s,opacity .3s;
    transition: visibility 0s,opacity .3s;
    min-width: 200px;
    background: #000;
    font-size: inherit;
    position: absolute;
    top: 0;
    left: 0;
    top: 100%;

  }
}


@media screen and (max-width: 991px){
  .header-container-wrapper {
    min-height: 109px;
  }
  .lp header.header {
    min-height: 109px;
  }

  .submenu.level-1>li>a {
    display: block;
  }

  .mobile_menu nav.navigation-primary >ul {
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
    position: relative;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 200px;
  }

  .mobile_menu {
    position: relative;
    width: 30vw;
  }

  .mobile-open .w-nav-button {
    background-color: #C8C8C8;
    color: white;
  }
  .mobile_menu nav.navigation-primary {
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    display: none;
  }

  .custom-menu-primary {
    display: none;
  }

  .header__logo  {
    max-width: 100px;
  }
  .w-nav-button {
    display: block;
  }
  .submenu.level-1>li {
    padding-left: 0;
    padding-right: 0;
  }

  body  .submenu > .has-submenu > a {
    width: 100% !important;
  }
  .submenu.level-2 {
    display: none;
  }

  .submenu.level-1>.menu-item {
    padding: 0px 20px 20px;
  }
  .child-trigger {
    width: 50px;
    height: 23px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none !important;
  }

  .child-trigger:before {
    content: '+';
  }

  .child-open .child-trigger:before {
    content: '-';
  }
  .custom-menu-primary .hs-menu-wrapper ul ul li a {
    text-indent: 10px;
    font-size: 1.2rem;
    padding: 6px 0;
  }

  body .mobile_menu  .navigation-primary  ul.submenu.level-2 >li >a {
    padding: 10px;
    color: #FFF !important;
    background: none !important;
    border: none  !important;
  }

  body .mobile_menu .navigation-primary ul.submenu.level-2 >li {
    border-bottom: none !important;
  }
}

@media(max-width:767px){
  .mobile_menu {
    width: 50vw;
  }
  .header__container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header .header__logo a {
    max-width: 150px !important;
  }
}

@media(max-width:479px){
  .mobile_menu {
    width: 100vw;
  }

}
*/
/* Generated on: Thu Sep 23 2021 19:28:29 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.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,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 #c0c0c0;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}

/* ==========================================================================
   Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
   ========================================================================== */
@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-"]{font-family:'webflow-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-icon-slider-right:before{content:"\e600"}.w-icon-slider-left:before{content:"\e601"}.w-icon-nav-menu:before{content:"\e602"}.w-icon-arrow-down:before,.w-icon-dropdown-toggle:before{content:"\e603"}.w-icon-file-upload-remove:before{content:"\e900"}.w-icon-file-upload-icon:before{content:"\e903"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{height:100%}body{margin:0;min-height:100%;background-color:#fff;font-family:Arial,sans-serif;font-size:14px;line-height:20px;color:#333}img{max-width:100%;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:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-clearfix:after{clear:both}.w-hidden{display:none}.w-button{display:inline-block;padding:9px 15px;background-color:#3898EC;color:white;border:0;line-height:inherit;text-decoration:none;cursor:pointer;border-radius:0}input.w-button{-webkit-appearance:button}html[data-w-dynpage] [data-w-cloak]{color:transparent !important}.w-webflow-badge,.w-webflow-badge *{position:static;left:auto;top:auto;right:auto;bottom:auto;z-index:auto;display:block;visibility:visible;overflow:visible;overflow-x:visible;overflow-y:visible;box-sizing:border-box;width:auto;height:auto;max-height:none;max-width:none;min-height:0;min-width:0;margin:0;padding:0;float:none;clear:none;border:0 none transparent;border-radius:0;background:none;background-image:none;background-position:0 0;background-size:auto auto;background-repeat:repeat;background-origin:padding-box;background-clip:border-box;background-attachment:scroll;background-color:transparent;box-shadow:none;opacity:1;transform:none;transition:none;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;text-decoration:inherit;text-indent:0;text-transform:inherit;list-style-type:disc;text-shadow:none;font-smoothing:auto;vertical-align:baseline;cursor:inherit;white-space:inherit;word-break:normal;word-spacing:normal;word-wrap:normal}.w-webflow-badge{position:fixed !important;display:inline-block !important;visibility:visible !important;z-index:2147483647 !important;top:auto !important;right:12px !important;bottom:12px !important;left:auto !important;color:#AAADB0 !important;background-color:#fff !important;border-radius:3px !important;padding:6px 8px 6px 6px !important;font-size:12px !important;opacity:1 !important;line-height:14px !important;text-decoration:none !important;transform:none !important;margin:0 !important;width:auto !important;height:auto !important;overflow:visible !important;white-space:nowrap;box-shadow:0 0 0 1px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.1);cursor:pointer}.w-webflow-badge>img{display:inline-block !important;visibility:visible !important;opacity:1 !important;vertical-align:middle !important}h1,h2,h3,h4,h5,h6{font-weight:bold;margin-bottom:10px}h1{font-size:38px;line-height:44px;margin-top:20px}h2{font-size:32px;line-height:36px;margin-top:20px}h3{font-size:24px;line-height:30px;margin-top:20px}h4{font-size:18px;line-height:24px;margin-top:10px}h5{font-size:14px;line-height:20px;margin-top:10px}h6{font-size:12px;line-height:18px;margin-top:10px}p{margin-top:0;margin-bottom:10px}blockquote{margin:0 0 10px 0;padding:10px 20px;border-left:5px solid #E2E2E2;font-size:18px;line-height:22px}figure{margin:0;margin-bottom:10px}figcaption{margin-top:5px;text-align:center}ul,ol{margin-top:0;margin-bottom:10px;padding-left:40px}.w-list-unstyled{padding-left:0;list-style:none}.w-embed:before,.w-embed:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-embed:after{clear:both}.w-video{width:100%;position:relative;padding:0}.w-video iframe,.w-video object,.w-video embed{position:absolute;top:0;left:0;width:100%;height:100%}fieldset{padding:0;margin:0;border:0}button,html input[type="button"],input[type="reset"]{border:0;cursor:pointer;-webkit-appearance:button}.w-form{margin:0 0 15px}.w-form-done{display:none;padding:20px;text-align:center;background-color:#dddddd}.w-form-fail{display:none;margin-top:10px;padding:10px;background-color:#ffdede}label{display:block;margin-bottom:5px;font-weight:bold}.w-input,.w-select{display:block;width:100%;height:38px;padding:8px 12px;margin-bottom:10px;font-size:14px;line-height:1.42857143;color:#333333;vertical-align:middle;background-color:#ffffff;border:1px solid #cccccc}.w-input:-moz-placeholder,.w-select:-moz-placeholder{color:#999}.w-input::-moz-placeholder,.w-select::-moz-placeholder{color:#999;opacity:1}.w-input:-ms-input-placeholder,.w-select:-ms-input-placeholder{color:#999}.w-input::-webkit-input-placeholder,.w-select::-webkit-input-placeholder{color:#999}.w-input:focus,.w-select:focus{border-color:#3898EC;outline:0}.w-input[disabled],.w-select[disabled],.w-input[readonly],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select{cursor:not-allowed;background-color:#eeeeee}textarea.w-input,textarea.w-select{height:auto}.w-select{background-color:#f3f3f3}.w-select[multiple]{height:auto}.w-form-label{display:inline-block;cursor:pointer;font-weight:normal;margin-bottom:0}.w-radio{display:block;margin-bottom:5px;padding-left:20px}.w-radio:before,.w-radio:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-radio:after{clear:both}.w-radio-input{margin:4px 0 0;margin-top:1px \9;line-height:normal;float:left;margin-left:-20px}.w-radio-input{margin-top:3px}.w-file-upload{display:block;margin-bottom:10px}.w-file-upload-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-100}.w-file-upload-default,.w-file-upload-uploading,.w-file-upload-success{display:inline-block;color:#333333}.w-file-upload-error{display:block;margin-top:10px}.w-file-upload-default.w-hidden,.w-file-upload-uploading.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden{display:none}.w-file-upload-uploading-btn{display:flex;font-size:14px;font-weight:normal;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #cccccc;background-color:#fafafa}.w-file-upload-file{display:flex;flex-grow:1;justify-content:space-between;margin:0;padding:8px 9px 8px 11px;border:1px solid #cccccc;background-color:#fafafa}.w-file-upload-file-name{font-size:14px;font-weight:normal;display:block}.w-file-remove-link{margin-top:3px;margin-left:10px;width:auto;height:auto;padding:3px;display:block;cursor:pointer}.w-icon-file-upload-remove{margin:auto;font-size:10px}.w-file-upload-error-msg{display:inline-block;color:#ea384c;padding:2px 0}.w-file-upload-info{display:inline-block;line-height:38px;padding:0 12px}.w-file-upload-label{display:inline-block;font-size:14px;font-weight:normal;cursor:pointer;margin:0;padding:8px 12px;border:1px solid #cccccc;background-color:#fafafa}.w-icon-file-upload-icon,.w-icon-file-upload-uploading{display:inline-block;margin-right:8px;width:20px}.w-icon-file-upload-uploading{height:20px}.w-container{margin-left:auto;margin-right:auto;max-width:940px}.w-container:before,.w-container:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-container:after{clear:both}.w-container .w-row{margin-left:-10px;margin-right:-10px}.w-row:before,.w-row:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-row:after{clear:both}.w-row .w-row{margin-left:0;margin-right:0}.w-col{position:relative;float:left;width:100%;min-height:1px;padding-left:10px;padding-right:10px}.w-col .w-col{padding-left:0;padding-right:0}.w-col-1{width:8.33333333%}.w-col-2{width:16.66666667%}.w-col-3{width:25%}.w-col-4{width:33.33333333%}.w-col-5{width:41.66666667%}.w-col-6{width:50%}.w-col-7{width:58.33333333%}.w-col-8{width:66.66666667%}.w-col-9{width:75%}.w-col-10{width:83.33333333%}.w-col-11{width:91.66666667%}.w-col-12{width:100%}.w-hidden-main{display:none !important}@media screen and (max-width:991px){.w-container{max-width:728px}.w-hidden-main{display:inherit !important}.w-hidden-medium{display:none !important}.w-col-medium-1{width:8.33333333%}.w-col-medium-2{width:16.66666667%}.w-col-medium-3{width:25%}.w-col-medium-4{width:33.33333333%}.w-col-medium-5{width:41.66666667%}.w-col-medium-6{width:50%}.w-col-medium-7{width:58.33333333%}.w-col-medium-8{width:66.66666667%}.w-col-medium-9{width:75%}.w-col-medium-10{width:83.33333333%}.w-col-medium-11{width:91.66666667%}.w-col-medium-12{width:100%}.w-col-stack{width:100%;left:auto;right:auto}}@media screen and (max-width:767px){.w-hidden-main{display:inherit !important}.w-hidden-medium{display:inherit !important}.w-hidden-small{display:none !important}.w-row,.w-container .w-row{margin-left:0;margin-right:0}.w-col{width:100%;left:auto;right:auto}.w-col-small-1{width:8.33333333%}.w-col-small-2{width:16.66666667%}.w-col-small-3{width:25%}.w-col-small-4{width:33.33333333%}.w-col-small-5{width:41.66666667%}.w-col-small-6{width:50%}.w-col-small-7{width:58.33333333%}.w-col-small-8{width:66.66666667%}.w-col-small-9{width:75%}.w-col-small-10{width:83.33333333%}.w-col-small-11{width:91.66666667%}.w-col-small-12{width:100%}}@media screen and (max-width:479px){.w-container{max-width:none}.w-hidden-main{display:inherit !important}.w-hidden-medium{display:inherit !important}.w-hidden-small{display:inherit !important}.w-hidden-tiny{display:none !important}.w-col{width:100%}.w-col-tiny-1{width:8.33333333%}.w-col-tiny-2{width:16.66666667%}.w-col-tiny-3{width:25%}.w-col-tiny-4{width:33.33333333%}.w-col-tiny-5{width:41.66666667%}.w-col-tiny-6{width:50%}.w-col-tiny-7{width:58.33333333%}.w-col-tiny-8{width:66.66666667%}.w-col-tiny-9{width:75%}.w-col-tiny-10{width:83.33333333%}.w-col-tiny-11{width:91.66666667%}.w-col-tiny-12{width:100%}}.w-widget{position:relative}.w-widget-map{width:100%;height:400px}.w-widget-map label{width:auto;display:inline}.w-widget-map img{max-width:inherit}.w-widget-map .gm-style-iw{text-align:center}.w-widget-map .gm-style-iw>button{display:none !important}.w-widget-twitter{overflow:hidden}.w-widget-twitter-count-shim{display:inline-block;vertical-align:top;position:relative;width:28px;height:20px;text-align:center;background:white;border:#758696 solid 1px;border-radius:3px}.w-widget-twitter-count-shim *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-widget-twitter-count-shim .w-widget-twitter-count-inner{position:relative;font-size:15px;line-height:12px;text-align:center;color:#999;font-family:serif}.w-widget-twitter-count-shim .w-widget-twitter-count-clear{position:relative;display:block}.w-widget-twitter-count-shim.w--large{width:36px;height:28px}.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner{font-size:18px;line-height:18px}.w-widget-twitter-count-shim:not(.w--vertical){margin-left:5px;margin-right:8px}.w-widget-twitter-count-shim:not(.w--vertical).w--large{margin-left:6px}.w-widget-twitter-count-shim:not(.w--vertical):before,.w-widget-twitter-count-shim:not(.w--vertical):after{top:50%;left:0;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.w-widget-twitter-count-shim:not(.w--vertical):before{border-color:rgba(117,134,150,0);border-right-color:#5d6c7b;border-width:4px;margin-left:-9px;margin-top:-4px}.w-widget-twitter-count-shim:not(.w--vertical).w--large:before{border-width:5px;margin-left:-10px;margin-top:-5px}.w-widget-twitter-count-shim:not(.w--vertical):after{border-color:rgba(255,255,255,0);border-right-color:white;border-width:4px;margin-left:-8px;margin-top:-4px}.w-widget-twitter-count-shim:not(.w--vertical).w--large:after{border-width:5px;margin-left:-9px;margin-top:-5px}.w-widget-twitter-count-shim.w--vertical{width:61px;height:33px;margin-bottom:8px}.w-widget-twitter-count-shim.w--vertical:before,.w-widget-twitter-count-shim.w--vertical:after{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.w-widget-twitter-count-shim.w--vertical:before{border-color:rgba(117,134,150,0);border-top-color:#5d6c7b;border-width:5px;margin-left:-5px}.w-widget-twitter-count-shim.w--vertical:after{border-color:rgba(255,255,255,0);border-top-color:white;border-width:4px;margin-left:-4px}.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner{font-size:18px;line-height:22px}.w-widget-twitter-count-shim.w--vertical.w--large{width:76px}.w-widget-gplus{overflow:hidden}.w-background-video{position:relative;overflow:hidden;height:500px;color:white}.w-background-video>video{background-size:cover;background-position:50% 50%;position:absolute;margin:auto;width:100%;height:100%;right:-100%;bottom:-100%;top:-100%;left:-100%;object-fit:cover;z-index:-100}.w-background-video>video::-webkit-media-controls-start-playback-button{display:none !important;-webkit-appearance:none}.w-slider{position:relative;height:300px;text-align:center;background:#dddddd;clear:both;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}.w-slider-mask{position:relative;display:block;overflow:hidden;z-index:1;left:0;right:0;height:100%;white-space:nowrap}.w-slide{position:relative;display:inline-block;vertical-align:top;width:100%;height:100%;white-space:normal;text-align:left}.w-slider-nav{position:absolute;z-index:2;top:auto;right:0;bottom:0;left:0;margin:auto;padding-top:10px;height:40px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}.w-slider-nav.w-round>div{border-radius:100%}.w-slider-nav.w-num>div{width:auto;height:auto;padding:.2em .5em;font-size:inherit;line-height:inherit}.w-slider-nav.w-shadow>div{box-shadow:0 0 3px rgba(51,51,51,0.4)}.w-slider-nav-invert{color:#fff}.w-slider-nav-invert>div{background-color:rgba(34,34,34,0.4)}.w-slider-nav-invert>div.w-active{background-color:#222}.w-slider-dot{position:relative;display:inline-block;width:1em;height:1em;background-color:rgba(255,255,255,0.4);cursor:pointer;margin:0 3px .5em;transition:background-color 100ms,color 100ms}.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{position:absolute;width:80px;top:0;right:0;bottom:0;left:0;margin:auto;cursor:pointer;overflow:hidden;color:white;font-size:40px;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-slider-arrow-left [class^='w-icon-'],.w-slider-arrow-right [class^='w-icon-'],.w-slider-arrow-left [class*=' w-icon-'],.w-slider-arrow-right [class*=' w-icon-']{position:absolute}.w-slider-arrow-left:focus,.w-slider-arrow-right:focus{outline:0}.w-slider-arrow-left{z-index:3;right:auto}.w-slider-arrow-right{z-index:4;left:auto}.w-icon-slider-left,.w-icon-slider-right{top:0;right:0;bottom:0;left:0;margin:auto;width:1em;height:1em}.w-slider-aria-label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.w-slider-force-show{display:block !important}.w-dropdown{display:inline-block;position:relative;text-align:left;margin-left:auto;margin-right:auto;z-index:900}.w-dropdown-btn,.w-dropdown-toggle,.w-dropdown-link{position:relative;vertical-align:top;text-decoration:none;color:#222222;padding:20px;text-align:left;margin-left:auto;margin-right:auto;white-space:nowrap}.w-dropdown-toggle{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;cursor:pointer;padding-right:40px}.w-dropdown-toggle:focus{outline:0}.w-icon-dropdown-toggle{position:absolute;top:0;right:0;bottom:0;margin:auto;margin-right:20px;width:1em;height:1em}.w-dropdown-list{position:absolute;background:#dddddd;display:none;min-width:100%}.w-dropdown-list.w--open{display:block}.w-dropdown-link{padding:10px 20px;display:block;color:#222222}.w-dropdown-link.w--current{color:#0082f3}.w-dropdown-link:focus{outline:0}@media screen and (max-width:767px){.w-nav-brand{padding-left:10px}}.w-lightbox-backdrop{color:#000;cursor:auto;font-family:serif;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;list-style:disc;text-align:start;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;position:fixed;top:0;right:0;bottom:0;left:0;color:#fff;font-family:"Helvetica Neue",Helvetica,Ubuntu,"Segoe UI",Verdana,sans-serif;font-size:17px;line-height:1.2;font-weight:300;text-align:center;background:rgba(0,0,0,0.9);z-index:2000;outline:0;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-transform:translate(0, 0)}.w-lightbox-backdrop,.w-lightbox-container{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.w-lightbox-content{position:relative;height:100vh;overflow:hidden}.w-lightbox-view{position:absolute;width:100vw;height:100vh;opacity:0}.w-lightbox-view:before{content:"";height:100vh}.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{height:86vh}.w-lightbox-frame,.w-lightbox-view:before{display:inline-block;vertical-align:middle}.w-lightbox-figure{position:relative;margin:0}.w-lightbox-group .w-lightbox-figure{cursor:pointer}.w-lightbox-img{width:auto;height:auto;max-width:none}.w-lightbox-image{display:block;float:none;max-width:100vw;max-height:100vh}.w-lightbox-group .w-lightbox-image{max-height:86vh}.w-lightbox-caption{position:absolute;right:0;bottom:0;left:0;padding:.5em 1em;background:rgba(0,0,0,0.4);text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.w-lightbox-embed{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.w-lightbox-control{position:absolute;top:0;width:4em;background-size:24px;background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.w-lightbox-left{display:none;bottom:0;left:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==")}.w-lightbox-right{display:none;right:0;bottom:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+")}.w-lightbox-close{right:0;height:2.6em;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");background-size:18px}.w-lightbox-strip{position:absolute;bottom:0;left:0;right:0;padding:0 1vh;line-height:0;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.w-lightbox-item{display:inline-block;width:10vh;padding:2vh 1vh;box-sizing:content-box;cursor:pointer;-webkit-transform:translate3d(0, 0, 0)}.w-lightbox-active{opacity:.3}.w-lightbox-thumbnail{position:relative;height:10vh;background:#222;overflow:hidden}.w-lightbox-thumbnail-image{position:absolute;top:0;left:0}.w-lightbox-thumbnail .w-lightbox-tall{top:50%;width:100%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.w-lightbox-thumbnail .w-lightbox-wide{left:50%;height:100%;-webkit-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);transform:translate(-50%, 0)}.w-lightbox-spinner{position:absolute;top:50%;left:50%;box-sizing:border-box;width:40px;height:40px;margin-top:-20px;margin-left:-20px;border:5px solid rgba(0,0,0,0.4);border-radius:50%;-webkit-animation:spin .8s infinite linear;animation:spin .8s infinite linear}.w-lightbox-spinner:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:3px solid transparent;border-bottom-color:#fff;border-radius:50%}.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{display:block;opacity:.5}.w-lightbox-close{opacity:.8}.w-lightbox-control:hover{opacity:1}}.w-lightbox-inactive,.w-lightbox-inactive:hover{opacity:0}.w-richtext:before,.w-richtext:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-richtext:after{clear:both}.w-richtext[contenteditable="true"]:before,.w-richtext[contenteditable="true"]:after{white-space:initial}.w-richtext ol,.w-richtext ul{overflow:hidden}.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after{outline:2px solid #2895f7}.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div{outline:2px solid #2895f7}.w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type="video"]>div:after{content:'';position:absolute;display:none;left:0;top:0;right:0;bottom:0}.w-richtext figure{position:relative;max-width:60%}.w-richtext figure>div:before{cursor:default !important}.w-richtext figure img{width:100%}.w-richtext figure figcaption.w-richtext-figcaption-placeholder{opacity:.6}.w-richtext figure div{font-size:0;color:transparent}.w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type="image"]{display:table}.w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type="image"]>div{display:inline-block}.w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type="image"]>figcaption{display:table-caption;caption-side:bottom}.w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type="video"]{width:60%;height:0}.w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type="video"] iframe{position:absolute;top:0;left:0;width:100%;height:100%}.w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type="video"]>div{width:100%}.w-richtext figure.w-richtext-align-center{margin-right:auto;margin-left:auto;clear:both}.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div{max-width:100%}.w-richtext figure.w-richtext-align-normal{clear:both}.w-richtext figure.w-richtext-align-fullwidth{width:100%;max-width:100%;text-align:center;clear:both;display:block;margin-right:auto;margin-left:auto}.w-richtext figure.w-richtext-align-fullwidth>div{display:inline-block;padding-bottom:inherit}.w-richtext figure.w-richtext-align-fullwidth>figcaption{display:block}.w-richtext figure.w-richtext-align-floatleft{float:left;margin-right:15px;clear:none}.w-richtext figure.w-richtext-align-floatright{float:right;margin-left:15px;clear:none}.w-nav{position:relative;background:#dddddd;z-index:1000}.w-nav:before,.w-nav:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-nav:after{clear:both}.w-nav-brand{position:relative;float:left;text-decoration:none;color:#333333}.w-nav-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;color:#222222;padding:20px;text-align:left;margin-left:auto;margin-right:auto}.w-nav-link.w--current{color:#0082f3}.w-nav-menu{position:relative;float:right}[data-nav-menu-open]{display:block !important;position:absolute;top:100%;left:0;right:0;background:#C8C8C8;text-align:center;overflow:visible;min-width:200px}.w--nav-link-open{display:block;position:relative}.w-nav-overlay{position:absolute;overflow:hidden;display:none;top:100%;left:0;right:0;width:100%}.w-nav-overlay [data-nav-menu-open]{top:0}.w-nav[data-animation="over-left"] .w-nav-overlay{width:auto}.w-nav[data-animation="over-left"] .w-nav-overlay,.w-nav[data-animation="over-left"] [data-nav-menu-open]{right:auto;z-index:1;top:0}.w-nav[data-animation="over-right"] .w-nav-overlay{width:auto}.w-nav[data-animation="over-right"] .w-nav-overlay,.w-nav[data-animation="over-right"] [data-nav-menu-open]{left:auto;z-index:1;top:0}.w-nav-button{position:relative;float:right;padding:18px;font-size:24px;display:none;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.w-nav-button:focus{outline:0}.w-nav-button.w--open{background-color:#C8C8C8;color:white}.w-nav[data-collapse="all"] .w-nav-menu{display:none}.w-nav[data-collapse="all"] .w-nav-button{display:block}.w--nav-dropdown-open{display:block}.w--nav-dropdown-toggle-open{display:block}.w--nav-dropdown-list-open{position:static}@media screen and (max-width:991px){.w-nav[data-collapse="medium"] .w-nav-menu{display:none}.w-nav[data-collapse="medium"] .w-nav-button{display:block}}@media screen and (max-width:767px){.w-nav[data-collapse="small"] .w-nav-menu{display:none}.w-nav[data-collapse="small"] .w-nav-button{display:block}.w-nav-brand{padding-left:10px}}@media screen and (max-width:479px){.w-nav[data-collapse="tiny"] .w-nav-menu{display:none}.w-nav[data-collapse="tiny"] .w-nav-button{display:block}}.w-tabs{position:relative}.w-tabs:before,.w-tabs:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.w-tabs:after{clear:both}.w-tab-menu{position:relative}.w-tab-link{position:relative;display:inline-block;vertical-align:top;text-decoration:none;padding:9px 30px;text-align:left;cursor:pointer;color:#222222;background-color:#dddddd}.w-tab-link.w--current{background-color:#C8C8C8}.w-tab-link:focus{outline:0}.w-tab-content{position:relative;display:block;overflow:hidden}.w-tab-pane{position:relative;display:none}.w--tab-active{display:block}@media screen and (max-width:479px){.w-tab-link{display:block}}.w-ix-emptyfix:after{content:""}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.w-dyn-empty{padding:10px;background-color:#dddddd}.w-dyn-hide{display:none !important}.w-dyn-bind-empty{display:none !important}.w-condition-invisible{display:none !important}

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */

a:hover {
    text-decoration: none;
}


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


.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg);
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 13.95px;
  line-height: 18px;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

li {
  color: #000;
}

.body {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}

.main-header {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: block;
  overflow: visible;
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #000;
  color: #000;
}

.hero-home-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 746px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: radial-gradient(circle farthest-side at 10% 100%, #082c28, #000 31%), url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-home-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-home-image {
  position: relative;
  z-index: 1;
  width: 480px;
  margin-right: 65px;
  margin-bottom: -40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-image {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  letter-spacing: -2px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.header-logo {
  max-width: 150px;
}

.hero-home-contain {
  position: relative;
  z-index: 1;
  display: block;
  width: 55%;
  height: 100%;
  padding-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}

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

.h3.center.slider-title {
  display: none;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 89px;
}

.p-white {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  text-indent: 0px;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.p-white.mb0 {
  max-width: 400px;
  margin-bottom: 0px;
}

.header-logo-img {
  margin-top: 29px;
  padding-top: 0px;
}

.primary-btn {
  margin-top: 18px;
  padding-top: 0px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #d93324;
  color: #fff;
}

.btn-box.red {
  border-radius: 4px;
  background-color: #d93324;
  box-shadow: 0 0 10px -2px #606060;
}

.btn-box.red:hover {
  background-color: #d93324;
}

.btn-box.white {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
}

.btn-box.white:hover {
  background-color: #f0f0f0;
  color: #fff;
}

.btn-text {
  padding-right: 10px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.btn-text.black {
  font-family: Inter, sans-serif;
  color: #606060;
  font-weight: 400;
}

.btn-arrow {
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: transparent;
}

.home-workflows-section {
  padding-top: 160px;
  padding-bottom: 26px;
}

.home-workflo-row {
  text-align: center;
}

.home-workflo-logo {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.workflo-logo-box {
  margin-right: 20px;
  margin-left: 20px;
}

.p {
  color: #000;
  font-weight: 400;
}

.p.workflows-p {
  max-width: 815px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.p.mb0 {
  margin-bottom: 0px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
}

.h4.home-streamline-h4 {
  margin-bottom: 12px;
  letter-spacing: normal;
}

.h4.white {
  color: #fff;
}

.h4.white.startitem-title {
  margin-bottom: 16px;
}

.home-puttime-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: transparent;
}

.home-puttime-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 560px;
  padding: 60px 220px 60px 60px;
  background-color: #000;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #000;
  font-size: 120px;
  line-height: 104px;
  font-weight: 500;
}

.h1.white {
  color: #fff;
  letter-spacing: -6px;
}

.h1.white.home-started-title {
  max-width: 881px;
  margin-bottom: 140px;
}

.h1.home-streamline-h1 {
  margin-bottom: 56px;
}

.home-puttime-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 845px;
  margin-top: 48px;
  padding-right: 99px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.green {
  color: #1ca495;
}

.home-stream-section {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1440px;
  margin-top: -49px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 180px;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/601126b96dfa389f60113655_top-right-corner.png");
  background-position: 0% 0%;
  background-size: 79%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.home-streamline-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-streamline-left {
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-streamline-right {
  position: relative;
  display: block;
  width: 803px;
  height: 460px;
  margin-right: -150px;
  padding-top: 75px;
  padding-right: 158px;
  padding-left: 43px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-streamline-img {
  z-index: 1;
  padding-top: 0px;
  padding-left: 0px;
}

.hero-circle-img {
  position: absolute;
  left: auto;
  top: -128px;
  right: 31px;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
}

.home-streamline-leftbox {
  max-width: 425px;
}

.container {
  position: static;
  display: block;
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
}

.container.scroll-section {
  position: relative;
  z-index: 1;
}

.home-puttime-img {
  position: absolute;
  left: auto;
  top: -101px;
  right: -120px;
  bottom: 0%;
  background-color: transparent;
}

.header-block {
  position: static;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-btn {
  display: inline-block;
  padding: 0px 20px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
  text-decoration: none;
}

.link-btn.black-link-btn {
  display: none;
}

.linkbtn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 4px;
  opacity: 1;
  text-align: left;
  text-decoration: none;
}

.linkbtn-block:hover {
  border-width: 0.1px;
  border-color: #d93324;

}

.linkbtn-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-bottom: 1px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #1ca495;
  text-align: center;
}

.linkbtn-text {
  margin-right: 12px;
  border-bottom: 1px none transparent;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}

.linkbtn-text.black-linkbtn-text {
  color: #000;
}

.hero-home-contbox {
  max-width: 568px;
}

.home-gettingstart-section {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  background-color: #000;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, #240805, #000);
}

.home-getting-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 1280px;
  padding-right: 170px;
}

.home-started-content {
  max-height: 500px;
  padding-top: 148px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-started-box {
  display: -ms-grid;
  display: grid;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-started-item {
  max-width: 415px;
}

.getting-count-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #d93324;
  color: #fff;
}

.getting-count-text {
  font-size: 28px;
  line-height: 22px;
}

.home-start-demobtn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 255px;
  max-width: 413px;
  padding: 40px 40px 40px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.demobtn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.demobtn-text {
  margin-right: 15px;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-demobg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  height: 100%;
}

.demobtn-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #fff;
}

.home-testimonial {
  display: block;
  padding-top: 115px;
  padding-bottom: 115px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-started-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: -110px;
  bottom: 0%;
}

.image {
  max-width: 553px;
}

.home-testimonial-row {
  display: none;
}

.home-testimonial-row.show {
  display: none;
}

.home-testimonial-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 10px solid #fff;
  background-color: #f6eeca;
  text-align: center;
}

.home-testimonial-box {
  padding-bottom: 38px;
}

.h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
}

.home-testimonial-subtitle {
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}

.home-testimonial-icon {
  padding-bottom: 28px;
}

.testimonial-img {
  margin-right: 2px;
  margin-left: 2px;
}

.home-workflow-section {
  overflow: hidden;
  background-color: #000;
  background-image: radial-gradient(circle farthest-side at 80% 100%, #072724, #000 60%);
}

.home-workflow-row {
  position: relative;
  padding-right: 330px;
}

.home-workflow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  min-height: 575px;
  margin-top: -11px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer.home-footer {
  max-width: 785px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #d93324;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
}

.h2.white {
  font-family: Inter, sans-serif;
  color: #fff;
  letter-spacing: -2px;
  cursor: default;
}

.h2.white.hero-heading {
  overflow: visible;
  margin-bottom: 24px;
  font-size: 80px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -2px;
  white-space: normal;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.h2.white.hero-heading.pricing {
  font-family: Inter, sans-serif;
  line-height: 80px;
  font-weight: 500;
}

.home-workflow-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: -120px;
  bottom: 0%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.home-workflow-img.pricing {
  right: -30.9vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto -232px 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.get-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-decoration: none;
}

.get-btn:hover {
  text-decoration: none;
}

.get-btn-text {
  display: inline;
  margin-right: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inter, sans-serif;
  color: #1ca495;
  font-size: 80px;
  line-height: 80px;
  text-decoration: underline;
}

.get-btn-text:hover {
  text-decoration: none;
}

.get-btn-arrow {
  display: inline-block;
  width: 68px;
  height: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #1ca495;
  line-height: 67px;
  text-align: center;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-right1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 330px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-menu-item {
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
}

.footer-menu-item:hover {
  color: #1ca495;
}

.copyright-text {
  opacity: 0.4;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  cursor: default;
}

.btn-arrow-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: transparent;
}

.btn-arrow-box.pricing {
  padding-top: 0px;
  padding-left: 2px;
  border-style: solid;
  border-width: 2px;
  border-color: #606060;
  background-color: hsla(0, 0%, 100%, 0);
}

.image-2 {
  width: 100%;
  height: 100%;
}

.home-workflow-thumb {
  display: inline-block;
  height: auto;
}

.home-workflow-mobileimg {
  display: none;
}

.none {
  display: none;
}

.home-puttime-block {
  background-color: #000;
}

.terms-of-service {
  display: block;
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: transparent;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0.88)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88));
}

.book-demo-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  max-width: 800px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #3f3f3f;
  background-color: rgba(246, 238, 202, 0);
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.contact-form-grid {
  display: block;
  margin-top: 0px;
  padding-bottom: 10px;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.book-form-block {
  display: block;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  -o-object-fit: fill;
  object-fit: fill;
}

.book-form {
  display: block;
}

.book-field {
  display: block;
  height: auto;
  padding-bottom: 16px;
}

.input-field {
  display: block;
  height: 58px;
  margin-bottom: 0px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6eeca;
  border-radius: 4px;
  font-size: 16px;
}

.input-field.input-textarea {
  display: block;
  height: 100px;
  padding-top: 24px;
}

.send-btn {
  position: static;
  display: block;
  width: 15%;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 10px;
  border-style: none;
  border-width: 1px;
  border-color: #b1ab90;
  border-radius: 4px;
  background-color: #1ca495;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.modal-close-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: -45px;
  bottom: auto;
  cursor: pointer;
}

.terms-of-use {
  margin-top: 20px;
  padding-left: 0px;
  direction: ltr;
}

.header-black-logo {
  display: none;
}

.black-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.black-box-mobile {
  display: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.swiper-container {
  width: 100%;
  height: auto;
  max-height: 488px;
  padding: 0px 65px 88px;
}

.swiper-container.container-swiper {
  display: block;
  width: 100%;
  height: auto;
  max-height: 488px;
  padding-right: 65px;
  padding-bottom: 88px;
  padding-left: 65px;
}

.swiper-wrapper {
  margin-bottom: 0px;
}

.swiper-slide {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-testimonial {
  max-width: 786px;
  margin-right: auto;
  margin-left: auto;
}

.subtitle {
  margin-bottom: 32px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
}

.subtitle.center {
  display: block;
  padding-right: 40px;
  font-size: 40px;
  text-align: center;
}

.subtitle.center.hide {
  display: block;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.image-5 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-6 {
  margin-right: 0px;
  padding-right: 0px;
}

.text-block {
  display: block;
  padding-bottom: 16px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #1ca495;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.5px;
}

.container-2 {
  display: block;
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  background-color: transparent;
  color: #fff;
}

.nav-menu {
  position: static;
  top: 10px;
  z-index: 0;
  display: block;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0px;
}

.linkbtn-text-2 {
  border-bottom: 1px solid transparent;
  color: #fff;
  text-decoration: none;
}

.link-btn-2 {
  display: inline-block;
  padding: 0px 20px 20px;
  text-decoration: none;
}

.heading-5 {
  margin-bottom: 60px;
  font-size: 18px;
  text-align: center;
}

.list {
  margin-bottom: 40px;
  padding-left: 60px;
  list-style-type: lower-alpha;
}

.tos-body {
  padding-top: 20px;
  padding-left: 40px;
}

.privacy-policy {
  margin-bottom: 140px;
}

.hero-pricing-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  padding-top: 120px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/600ab7f3d0e9a71d56d3c097_homebg-line.png"), radial-gradient(circle farthest-side at 70% 100%, #092c28, #000 35%);
  background-position: 100% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-pricing-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-pricing-container {
  max-width: 800px;
}

.packages-pricing-section {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #e5e5e5;
  background-color: #fff;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/601126b96dfa389f60113655_top-right-corner.png");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.packages-pricing-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.packages-pricing-grid {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.packages-pricing-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  padding: 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #e5e5e5;
  border-radius: 0px 0px 8px 8px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.3);
}

.packages-pricing-div:hover {
  border: 0px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.packages-pricing-div.copia-reccomends {
  padding-top: 30px;
  border-width: 3px;
  border-color: #05a595;
}

.packages-pricing-div.copia-reccomends:hover {
  border-style: solid;
  box-shadow: 2px 3px 20px 5px #c6c6c6;
}

.package-heading {
  margin-bottom: 2px;
  border-bottom: 2px solid #000;
  color: #000;
  line-height: 16.88px;
  text-align: center;
  text-decoration: none;
  cursor: default;
}

.packages-heading-container {
  padding-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.packages-price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.packages-price-container.enterprise {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.packages-price {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 31.58px;
  text-align: center;
  cursor: default;
}

.packages-price-span {
  font-family: Inter, sans-serif;
  font-size: 59.78px;
  line-height: 72.35px;
  font-weight: 700;
}

.packages-mo-span {
  color: #000;
  font-size: 15.94px;
  line-height: 19.29px;
}

.text-block-3 {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 1;
  font-family: Inter, sans-serif;
  color: rgba(0, 0, 0, 0.45);
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.packages-options-container {
  display: -ms-grid;
  display: grid;
  min-width: 225px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  font-size: 14px;
}

.packages-options-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.options-arrow-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1.999999999px;
  border-color: #3ccf8e;
  border-radius: 0px;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/6109b8b029b5b639499a543b_Icon_Pass.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.image-8 {
  width: auto;
  height: auto;
}

.options-text {
  padding-left: 10px;
  font-family: Inter, sans-serif;
  color: #5b6b82;
  font-size: 13.95px;
  line-height: 19.38px;
  cursor: default;
}

.options-none-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #d93324;
  border-radius: 0px;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/60a70ad36b317d0b9300d2e8_no-icon.svg");
  background-position: 50% 50%;
  background-size: cover;
}

.pricing-reccomends-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 40px;
  max-width: 175px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #05a595;
}

.pricing-recommends-text {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subheading-container {
  position: static;
  left: 28px;
  z-index: 6;
  margin-left: 0px;
  padding-top: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Inter, sans-serif;
}

.text-span {
  color: #1ca495;
}

.enterprise-text {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.pricing-thumb {
  display: block;
  min-width: 800px;
  margin-right: -8vw;
  -webkit-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.hero-changelog-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero-changelog-page.cms-page {
  background-color: rgba(0, 0, 0, 0.6);
}

.hero-changelog-section {
  width: 100%;
  max-width: 1200px;
  padding-left: 5vw;
}

.heading-7 {
  padding-bottom: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.changelog-cms-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.changelog-cms-section.cms-page {
  padding: 40px 40px 60px;
  background-color: rgba(0, 0, 0, 0.6);
}

.changelog-cms-container {
  width: 100%;
  max-width: 1200px;
}

.changelog-line-heading {
  width: 100%;
  border-top: 1px solid hsla(0, 0%, 100%, 0.43);
}

.changelog-date {
  padding: 0px 0px 40px;
  color: #f6eeca;
  font-size: 16px;
  font-weight: 500;
}

.changelog-date-container {
  padding: 20px;
}

.changelog-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.changelog-text-container {
  padding: 40px 0px 80px 0vw;
}

.changelog-text-container.cms-page {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0vw;
}

.image-9 {
  min-width: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-list {
  padding: 0vw 5vw;
}

.changelog-cms-heading {
  width: 835px;
  max-width: 835px;
  margin: -47px auto 32px;
  padding-top: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.type-column-1 {
  padding-right: 20px;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-brand-color-3 {
  background-color: #1ca495;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-5 {
  background-color: #f6eeca;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-brand-color-1 {
  background-color: #000;
}

.color-block.cc-brand-color-2 {
  background-color: #fff;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-brand-color-4 {
  background-color: #d93324;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.button {
  height: 44px;
  padding: 0px 20px;
  border-radius: 4px;
  background-color: #000;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text-changelog {
  position: static;
  display: block;
  width: 835px;
  max-width: 835px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
}

.rich-text-changelog li {
  padding-left: 15px;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/608da2b8f6800202d992dd98_Ellipse%201.svg");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  list-style-type: none;
}

.changelog-background-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  width: 100vw;
  height: 100vh;
  max-width: none;
  background-color: #000;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/600ab7f3fb5b211a72b12a66_homebg-circle.png");
  background-position: -50vw 0%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 1;
}

.changelog-back-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5vw;
  text-decoration: none;
}

.changelog-back-text {
  font-family: Inter, sans-serif;
  color: #1ca495;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.image-10 {
  padding-right: 10px;
}

.changelog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.changelog-footer-container {
  max-width: 1240px;
  padding: 20px;
}

.changelog-footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  padding-left: 90px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1ca495;
  text-decoration: none;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-text {
  font-family: Inter, sans-serif;
  color: #1ca495;
  font-size: 16px;
}

.changelog-link {
  width: 100%;
  text-decoration: none;
}

.image-11 {
  display: inline-block;
  margin-top: -9px;
  padding-top: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #d93324;
  border-radius: 0px;
}

.text-block-6 {
  display: block;
}

.video-getting-started {
  margin-top: -3px;
  background-color: #000;
}

.youtube {
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.youtube-getting-started {
  background-color: #000;
}

.waitlist-form-blcok {
  margin-top: 0px;
  margin-bottom: -8px;
  padding-bottom: 0px;
  padding-left: 60px;
  font-family: Inter, sans-serif;
}

.waitlistform-textblock1 {
  margin-top: 74px;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.exit-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.exit {
  max-height: 50px;
  cursor: pointer;
}

.pricing-box-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: rgba(0, 0, 0, 0.63);
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.3);
}

.pricing-box-header-text {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.pricing-subheader-container {
  min-width: auto;
}

.pricing-subheader-text {
  max-width: none;
  font-family: Inter, sans-serif;
  color: #686868;
  font-size: 13.5px;
  font-weight: 400;
  text-align: left;
}

.product-features-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: radial-gradient(circle farthest-side at 5% 10%, #05221f, #000 88%);
}

.product-features-contianer {
  width: 90%;
  max-width: 1200px;
  padding-top: 140px;
  padding-bottom: 0px;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/60110307fa81c745d623e285_test.png");
  background-position: 100% 0%;
  background-size: 35%;
  background-repeat: no-repeat;
}

.features-subheading {
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 24px;
}

.features-heading {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 1.2em;
  font-weight: 500;
}

.product-features-heading-container {
  padding-bottom: 60px;
}

.features-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 1.25fr 0px 0.25fr 0px 0.25fr;
  grid-template-columns: 1.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto 5px 1fr 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto;
  grid-template-rows: auto 1fr auto auto auto auto auto auto auto auto auto;
}

.features-heading-text {
  position: absolute;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.features-heading-text.sub {
  padding-bottom: 20px;
  font-weight: 500;
}

.features-heading-text.underline {
  text-decoration: underline;
}

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

.features-div-center.padded {
  padding-bottom: 8px;
}

.text-block-7 {
  color: #fff;
}

.price {
  font-size: 36px;
  font-weight: 700;
}

.features-box-container {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr 0.25fr;
  grid-template-columns: 1fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #119486;
  border-radius: 4px;
  background-color: #002626;
}

.features-box-container:hover {
  border-color: #3ccf8e;
}

.features-box-container.dark {
  border-color: #464646;
  background-color: #000e0e;
}

.features-box-container.dark:hover {
  border-color: #3ccf8e;
}

.features-description-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.check-mark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-features-headingg {
  padding-bottom: 20px;
  padding-left: 20px;
}

.features-text {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.button-container {
  position: absolute;
  left: 10%;
  top: auto;
  right: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  background-color: #1ca495;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #1ca495;
  box-shadow: 3px -4px 14px 1px rgba(28, 164, 149, 0.25);
  text-decoration: none;
}

.link-block:hover {
  background-color: #1ca495;
}

.link-block.w--current {
  box-shadow: 1px -2px 20px 5px rgba(28, 164, 149, 0.22);
}

.text-block-8 {
  padding-right: 10px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #fff;
}

.image-12 {
  min-height: 6px;
  padding: 0px;
}

.tool-tip {
  position: relative;
  top: 20px;
  font-family: Inter, sans-serif;
  color: #3ccf8e;
  font-size: 12px;
}

.features-heading-new {
  padding-bottom: 8px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
}

.features-heading-new.bold-underline {
  font-weight: 700;
  text-decoration: underline;
}

.text-span-2 {
  padding-right: 5px;
  color: #1ca495;
}

.enterprise-text {
  padding-top: 40px;
  font-weight: 600;
}

.enterprise-text.green {
  padding-top: 43px;
  padding-right: 0px;
  font-size: 18px;
}

.primary-btn-copy {
  margin-left: 32px;
  padding-top: 30px;
  padding-left: 0px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.btn-box-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: rgba(99, 99, 99, 0.37);
  color: #fff;
}

.btn-box-copy.red {
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0 0 10px -2px #606060;
}

.btn-box-copy.red:hover {
  background-color: #d93324;
}

.btn-box-copy.white {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
}

.btn-box-copy.white:hover {
  background-color: #f0f0f0;
  color: #fff;
}

.btn-text-copy {
  padding-right: 10px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.btn-text-copy.black {
  font-family: Inter, sans-serif;
  color: #606060;
  font-weight: 400;
}

.secondary-button {
  margin-top: 18px;
  margin-left: 32px;
  padding-top: 0px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.btn-box-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(5, 0%, 46.7%, 0.47);
  color: #fff;
}

.btn-box-copy:hover {
  background-color: hsla(5, 0%, 46.7%, 0.75);
}

.btn-box-copy.red {
  border-radius: 4px;
  background-color: hsla(0, 0%, 47.3%, 0.5);
  box-shadow: 0 0 10px -2px #606060;
}

.btn-box-copy.red:hover {
  background-color: rgba(0, 0, 0, 0.43);
}

.btn-box-copy.white {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
}

.btn-box-copy.white:hover {
  background-color: #f0f0f0;
  color: #fff;
}

.pricing_button {
  overflow: hidden;
  margin-top: 24px;
  margin-right: 0px;
  padding-top: 30px;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.org_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 13px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.1px;
  border-color: #4d4d4d;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.org_button.red {
  border-radius: 4px;
  background-color: #d93324;
  box-shadow: 0 0 10px -2px #606060;
}

.org_button.red:hover {
  background-color: #d93324;
}

.org_button.white {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
}

.org_button.white:hover {
  background-color: #f0f0f0;
  color: #fff;
}

.enterprise_pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ebebeb;
  color: #fff;
}

.enterprise_pricing.red {
  border-radius: 4px;
  background-color: #f3f3f3;
  box-shadow: 0 0 10px -2px #606060;
}

.enterprise_pricing.red:hover {
  background-color: #d93324;
}

.enterprise_pricing.white {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
}

.enterprise_pricing.white:hover {
  background-color: #f0f0f0;
  color: #fff;
}

.enterprise_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.1px;
  border-color: #4d4d4d;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
}

.enterprise_button.red {
  border-radius: 4px;
  background-color: #d93324;
  box-shadow: 0 0 10px -2px #606060;
}

.enterprise_button.red:hover {
  background-color: #d93324;
}

.enterprise_button.white {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
}

.enterprise_button.white:hover {
  background-color: #f0f0f0;
  color: #fff;
}

.btn_alternate {
  padding-right: 0px;
  color: #4d4d4d;
  font-weight: 400;
  text-decoration: none;
}

.btn_alternate.black {
  font-family: Inter, sans-serif;
  color: #606060;
  font-weight: 400;
}

.org_text {
  padding-right: 10px;
  color: #4d4d4d;
  font-weight: 400;
  text-decoration: none;
}

.org_text.black {
  font-family: Inter, sans-serif;
  color: #606060;
  font-weight: 400;
}

.btn-arrow-box-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #4d4d4d;
  border-radius: 50px;
  background-color: transparent;
}

.btn-arrow-box-grey.pricing {
  padding-top: 0px;
  padding-left: 2px;
  border-style: solid;
  border-width: 2px;
  border-color: #606060;
  background-color: hsla(0, 0%, 100%, 0);
}

.btn-arrow-grey {
  max-width: 100%;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: transparent;
}

.whitepaper_section {
  position: relative;
  z-index: 1;
  display: block;
  overflow: scroll;
  background-color: #f6eeca;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/612400785f725ee035bb1895_copia_whitepaper_frames.png"), url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/61240999259c2f2080ef7811_copia_texture.png");
  background-position: 100% 50%, 0% 100%;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.whitepaper_header {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #000;
  font-size: 18px;
  line-height: 104px;
  font-weight: 400;
}

.whitepaper_header.white {
  max-width: 800px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 120px;
  font-weight: 500;
  letter-spacing: -6px;
  white-space: nowrap;
}

.whitepaper_header.white.home-started-title {
  max-width: 881px;
  margin-bottom: 48px;
  color: #000;
}

.whitepaper_header.home-streamline-h1 {
  margin-bottom: 56px;
}

.image-14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.whitepaper_row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding-right: 170px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-15 {
  margin-left: 129px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.whitepaper_button {
  margin-top: 18px;
  margin-left: 32px;
  padding-top: 0px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.whitepaper_buttonactual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  padding: 13px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #1ca495;
  color: #fff;
}

.whitepaper_buttonactual:hover {
  background-color: hsla(5, 0%, 46.7%, 0.75);
}

.whitepaper_buttonactual.red {
  border-radius: 4px;
  background-color: hsla(0, 0%, 47.3%, 0.5);
  box-shadow: 0 0 10px -2px #606060;
}

.whitepaper_buttonactual.red:hover {
  background-color: rgba(0, 0, 0, 0.43);
}

.whitepaper_buttonactual.white {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
}

.whitepaper_buttonactual.white:hover {
  background-color: #f0f0f0;
  color: #fff;
}

.button_test {
  padding-right: 10px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.button_test.black {
  font-family: Inter, sans-serif;
  color: #606060;
  font-weight: 400;
}

.orange {
  color: #d93324;
}

.whitepaperdownload_btn {
  margin-top: 50px;
  margin-left: 0px;
  padding-top: 0px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.home-started-content-copy {
  max-height: 500px;
  max-width: 400px;
  padding-top: 148px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.whitepaper_header-copy {
  margin-top: 39px;
  margin-bottom: 40px;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.whitepaper_header-copy.white {
  max-width: 800px;
  margin-bottom: 0px;
  color: #000;
  font-size: 120px;
  letter-spacing: -6px;
  white-space: nowrap;
}

.whitepaper_header-copy.white.home-started-title {
  max-width: 881px;
  margin-bottom: 48px;
  color: #000;
}

.whitepaper_header-copy.home-streamline-h1 {
  margin-bottom: 56px;
}

.pricing-box-sub-header-text {
  margin-top: 2px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.test {
  display: -ms-grid;
  display: grid;
  margin-bottom: 4px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr 0.25fr;
  grid-template-columns: 1fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 0px;
  border-color: #119486;
  border-radius: 4px;
  background-color: transparent;
}

.test:hover {
  border-color: #3ccf8e;
}

.test.dark {
  border-color: #464646;
  background-color: #000e0e;
}

.test.dark:hover {
  border-color: #3ccf8e;
}

.bold-name {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.bold-name.bold-underline {
  font-weight: 700;
  text-decoration: underline;
}

.features-title {
  position: absolute;
  padding-top: 122px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.features-title.sub {
  padding-bottom: 20px;
  font-weight: 500;
}

.features-title.underline {
  text-decoration: underline;
}

.second-request-demo-button {
  overflow: visible;
  margin-top: 24px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 30px;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.link {
  color: #1ca495;
  font-style: normal;
  font-weight: 500;
}

.packages-price-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.packages-price-container-copy.enterprise {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.enterprise-text-copy {
  padding-top: 40px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.enterprise-text-copy.green {
  padding-top: 55px;
  padding-right: 0px;
}

.main-header-copy {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: block;
  overflow: visible;
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #000;
  color: #000;
}

.container-copy {
  position: static;
  display: block;
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
}

.container-copy.scroll-section {
  position: relative;
  z-index: 1;
}

.header-block-copy {
  position: static;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo-copy {
  max-width: 150px;
}

.header-logo-img-copy {
  margin-top: 29px;
  padding-top: 0px;
}

.image-16 {
  display: block;
  max-width: 80px;
  margin-left: 0px;
  padding-left: 0px;
}

.copia-hamburger {
  position: static;
  display: block;
  max-width: 1240px;
  padding-right: 60px;
  padding-left: 60px;
  color: #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.copia-hamburger.scroll-section {
  position: relative;
  z-index: 1;
}

.div-block-4 {
  position: absolute;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-5-copy {
  text-align: center;
}

.container-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 0.25fr 1.25fr;
  grid-template-columns: 1.25fr 0.25fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.minimum-seats {
  margin-top: 0px;
  margin-bottom: 20px;
  border-radius: 1px;
  font-family: Inter, sans-serif;
  color: #666;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.minimum-seats.bold-underline {
  font-weight: 700;
  text-decoration: underline;
}

.minimum-seats-white {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #bebebe;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.minimum-seats-white.bold-underline {
  font-weight: 700;
  text-decoration: underline;
}

.video {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 48px auto 48px auto;
  grid-template-rows: auto auto auto;
}

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

.centered-container {
  margin-top: 93px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0px 0% 0% 4px;
}

.cards-image_2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  padding-left: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #1ca495;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph {
  margin-bottom: 67px;
  color: #fff;
  text-align: left;
}

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

.paragraph-3 {
  font-family: Inter, sans-serif;
  color: #fff;
}

.paragraph-4 {
  color: #fff;
}

.heading-8 {
  color: #fff;
}

.heading-9 {
  color: #fff;
}

.heading-10 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.heading-11 {
  margin-right: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
}

.paragraph-5 {
  color: #fff;
}

.heading-12 {
  color: #fff;
}

.heading-13 {
  color: #fff;
}

.paragraph-6 {
  margin-bottom: 48px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-decoration: underline;
}

.cards-image-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  padding-left: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #d93324;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid-2 {
  margin-right: 400px;
  margin-bottom: 60px;
  margin-left: 400px;
  grid-column-gap: 120px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.p-black {
  margin: 40px 400px 80px;
  padding-left: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0px;
  text-indent: 0px;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.p-black.mb0 {
  margin-bottom: 0px;
}

.p-black-copy {
  display: block;
  margin: 80px 0px 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0px;
  text-indent: 0px;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.p-black-copy.mb0 {
  margin-bottom: 0px;
}

.aboutsection {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #e5e5e5;
  background-color: #fff;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/600e6e5db78953835ac0454c_book-demobg.png");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nothing {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #e5e5e5;
  background-color: #fff;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/601126b96dfa389f60113655_top-right-corner.png");
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.test-normal {
  display: block;
  margin: 80px 0px 0px;
  padding-left: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0px;
  text-indent: 0px;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.test-normal.mb0 {
  margin-bottom: 0px;
}

.grid-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.testsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cards-image_orange {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  padding-left: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #d93324;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero_about_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  padding-top: 120px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: radial-gradient(circle farthest-side at 100% 50%, #092c28, #000 69%);
}

.test_whitepaper {
  background-color: #000;
}

.testwhitepaper2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 560px;
  padding: 60px 220px 60px 60px;
  background-color: #000;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.testcontainer {
  position: static;
  display: block;
  max-width: 2500px;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
}

.testcontainer.scroll-section {
  position: relative;
  z-index: 1;
}

.h1-copyyy {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 42px;
  color: #fff;
  font-size: 120px;
  line-height: 104px;
  font-weight: 500;
}

.h1-copyyy.white {
  color: #fff;
  letter-spacing: -6px;
}

.h1-copyyy.white.home-started-title {
  max-width: 881px;
  margin-bottom: 140px;
}

.h1-copyyy.home-streamline-h1 {
  margin-bottom: 56px;
}

.p-white-copy {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  text-indent: 0px;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.p-white-copy.mb0 {
  margin-top: 61px;
  margin-bottom: 0px;
}

.imagebucket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  min-height: 200px;
  min-width: 400px;
  margin-top: 48px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/612400785f725ee035bb1895_copia_whitepaper_frames.png");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-workflow-thumb-copy {
  display: inline-block;
  height: auto;
}

.whitepaper_image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-top: 24px;
}

.whitepaper-container {
  position: absolute;
  left: auto;
  top: 27px;
  right: 0px;
  bottom: 0%;
  min-width: 400px;
  background-color: transparent;
}

.h1-copy {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #000;
  font-size: 120px;
  line-height: 104px;
  font-weight: 500;
}

.h1-copy.white {
  color: #fff;
  letter-spacing: -6px;
}

.h1-copy.white.home-started-title {
  max-width: 881px;
  margin-bottom: 140px;
}

.h1-copy.home-streamline-h1 {
  margin-bottom: 56px;
}

.h2test {
  margin-top: -30px;
  margin-bottom: 0px;
  color: #d93324;
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
}

.h2test.white {
  font-family: Inter, sans-serif;
  color: #fff;
  letter-spacing: -2px;
  cursor: default;
}

.h2test.white.hero-heading {
  overflow: visible;
  margin-bottom: 24px;
  font-size: 80px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -2px;
  white-space: normal;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.h2test.white.hero-heading.pricing {
  font-family: Inter, sans-serif;
  line-height: 80px;
  font-weight: 500;
}

.home-puttime-desc-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 845px;
  margin-top: 0px;
  padding-right: 99px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-puttime-block-copy {
  background-color: #f6eeca;
  background-image: url("https://assets.website-files.com/600a7bc997a8d8e0ed00368b/61240999259c2f2080ef7811_copia_texture.png");
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-puttime-row-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 560px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 60px;
  padding: 0px 220px 0px 0px;
  background-color: transparent;
}

.p-white-copy {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  text-indent: 0px;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.p-white-copy.mb0 {
  max-width: 400px;
  margin-top: 41px;
  margin-bottom: 0px;
  color: #000;
}

.h2-copy {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #d93324;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
}

.h2-copy.white {
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 600;
  letter-spacing: -2px;
  cursor: default;
}

.h2-copy.white.hero-heading {
  overflow: visible;
  margin-bottom: 24px;
  font-size: 80px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -2px;
  white-space: normal;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.h2-copy.white.hero-heading.pricing {
  font-family: Inter, sans-serif;
  line-height: 80px;
  font-weight: 500;
}

.image-18 {
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .hero-home-page {
    min-height: auto;
  }

  .hero-home-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-home-image {
    width: 340px;
    margin-right: 30px;
  }

  .hero-image {
    position: static;
    display: inline-block;
  }

  .header-logo {
    max-width: 100px;
  }

  .p-white {
    font-size: 14px;
  }

  .primary-btn {
    padding-top: 0px;
  }

  .home-workflows-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-puttime-section {
    padding-bottom: 100px;
    background-color: #000;
  }

  .home-puttime-row {
    min-height: auto;
    padding: 0px;
  }

  .h1.white {
    font-size: 80px;
    line-height: 74px;
  }

  .h1.white.home-started-title {
    max-width: none;
    margin-bottom: 100px;
    font-size: 100px;
    line-height: 98px;
  }

  .h1.home-streamline-h1 {
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 95px;
  }

  .home-puttime-desc {
    max-width: 100%;
  }

  .home-stream-section {
    margin-top: 0px;
    padding-top: 120px;
    background-position: 0% 0%;
    background-size: 100%;
  }

  .home-streamline-item {
    padding-bottom: 150px;
  }

  .home-streamline-right {
    width: 540px;
    height: 320px;
    margin-right: -110px;
    padding-top: 60px;
    padding-right: 110px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-circle-img {
    display: none;
  }

  .home-puttime-img {
    display: none;
  }

  .home-getting-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
  }

  .home-started-content {
    display: block;
    margin-bottom: 428px;
    padding-top: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .home-testimonial {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-started-img {
    display: none;
  }

  .home-workflow-row {
    padding-right: 270px;
  }

  .home-workflow-box {
    max-width: 100%;
    min-width: 600px;
    margin-top: -92px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer.home-footer {
    max-width: 100%;
  }

  .h2.white {
    margin-bottom: 16px;
    font-size: 60px;
  }

  .h2.white.hero-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .home-workflow-img {
    left: auto;
    right: -180px;
    bottom: 0%;
    padding-top: 80px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .get-btn-text {
    font-size: 60px;
  }

  .footer-menu {
    min-width: auto;
    padding-left: 26px;
  }

  .footer-menu-item {
    margin-right: 15px;
  }

  .home-workflow-thumb {
    display: block;
  }

  .home-workflow-mobileimg {
    display: none;
  }

  .terms-of-service {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .modal-wrapper {
    display: none;
  }

  .container-2 {
    position: relative;
    z-index: 9999;
    width: auto;
    margin: 12px 12px 0px;
  }

  .navbar {
    position: relative;
    z-index: 9999;
    display: block;
    width: 60vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-menu {
    position: relative;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: solid;
    border-width: 0px;
    border-color: #c8c8c8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #131313;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#111));
    background-image: linear-gradient(180deg, #000, #111);
  }

  .nav-menu.w--open {
    padding-bottom: 18px;
  }

  .link-btn-2 {
    display: block;
  }

  .privacy-policy {
    margin-right: 20px;
    margin-left: 20px;
  }

  .packages-pricing-grid {
    display: -ms-grid;
    display: grid;
    margin-right: 48px;
    margin-left: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .packages-pricing-div {
    max-width: none;
    margin-bottom: 0px;
    padding-top: 30px;
  }

  .packages-heading-container {
    padding-top: 0px;
  }

  .packages-options-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-reccomends-button {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }

  .pricing-thumb {
    min-width: 600px;
  }

  .changelog-cms-section.cms-page {
    padding: 5vw 5vw 10vw;
  }

  .changelog-date {
    padding-bottom: 20px;
  }

  .changelog-image-container {
    padding: 20px;
  }

  .changelog-text-container {
    padding: 20px 40px 40px 20px;
  }

  .image-9 {
    width: 100%;
    max-width: 100%;
  }

  .collection-list {
    padding-top: 0vw;
  }

  .changelog-cms-heading {
    font-size: 28px;
  }

  .rich-text-changelog {
    font-size: 15px;
  }

  .changelog-background-container {
    background-position: -50vw 100%;
    background-size: contain;
  }

  .changelog-back-container {
    padding-left: 0vw;
  }

  .changelog-back-text {
    font-size: 17px;
  }

  .changelog-footer {
    padding-left: 0px;
  }

  .changelog-footer-container {
    max-width: 725px;
    min-width: 700px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-link {
    width: auto;
  }

  .footer-copyright {
    width: auto;
    padding-left: 30px;
  }

  .footer-text {
    font-size: 14px;
  }

  .pricing-box-header {
    margin-top: 40px;
  }

  .price {
    font-size: 32px;
  }

  .button-container {
    left: 10%;
    right: 10%;
  }

  .features-heading-new {
    font-size: 12px;
  }

  .enterprise-text.green {
    padding-top: 43px;
  }

  .primary-btn-copy {
    padding-top: 0px;
  }

  .secondary-button {
    margin-left: 0px;
    padding-top: 0px;
  }

  .pricing_button {
    padding-top: 0px;
  }

  .org_button {
    margin-top: 24px;
  }

  .whitepaper_header.white {
    font-size: 80px;
    line-height: 74px;
  }

  .whitepaper_header.white.home-started-title {
    max-width: none;
    margin-bottom: 100px;
    font-size: 100px;
    line-height: 98px;
  }

  .whitepaper_header.home-streamline-h1 {
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 95px;
  }

  .whitepaper_row {
    min-height: auto;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
  }

  .whitepaper_button {
    padding-top: 0px;
  }

  .whitepaperdownload_btn {
    padding-top: 0px;
  }

  .home-started-content-copy {
    padding-top: 0px;
  }

  .whitepaper_header-copy.white {
    font-size: 80px;
    line-height: 74px;
  }

  .whitepaper_header-copy.white.home-started-title {
    max-width: none;
    margin-bottom: 100px;
    font-size: 100px;
    line-height: 98px;
  }

  .whitepaper_header-copy.home-streamline-h1 {
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 95px;
  }

  .features-title {
    padding-top: 115px;
  }

  .second-request-demo-button {
    padding-top: 0px;
  }

  .menu-button {
    border-radius: 100px;
    background-color: #131313;
    box-shadow: 0 0 40px -10px rgba(217, 51, 36, 0.64);
  }

  .menu-button:hover {
    background-color: #000;
  }

  .menu-button.w--open {
    background-color: transparent;
    box-shadow: none;
  }

  .header-logo-copy {
    max-width: 100px;
  }

  .minimum-seats {
    line-height: 16px;
  }

  .minimum-seats-white {
    line-height: 16px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .p-black-copy {
    margin-left: 200px;
  }

  .test-normal {
    margin-left: 200px;
  }

  .testwhitepaper2 {
    min-height: auto;
    padding: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .h1-copyyy.white {
    font-size: 80px;
    line-height: 74px;
  }

  .h1-copyyy.white.home-started-title {
    max-width: none;
    margin-bottom: 100px;
    font-size: 100px;
    line-height: 98px;
  }

  .h1-copyyy.home-streamline-h1 {
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 95px;
  }

  .imagebucket {
    max-width: 100%;
  }

  .home-workflow-thumb-copy {
    display: block;
  }

  .whitepaper-container {
    display: none;
  }

  .h1-copy.white {
    font-size: 80px;
    line-height: 74px;
  }

  .h1-copy.white.home-started-title {
    max-width: none;
    margin-bottom: 100px;
    font-size: 100px;
    line-height: 98px;
  }

  .h1-copy.home-streamline-h1 {
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 95px;
  }

  .h2test {
    font-size: 58px;
  }

  .h2test.white {
    margin-bottom: 16px;
    font-size: 60px;
  }

  .h2test.white.hero-heading {
    font-size: 64px;
    line-height: 60px;
  }

  .home-puttime-desc-copy {
    max-width: 100%;
    padding-right: 0px;
  }

  .home-puttime-row-copy {
    min-height: auto;
    padding: 0px;
  }

  .p-white-copy.mb0 {
    max-width: 600px;
    font-size: 16px;
  }

  .h2-copy.white {
    margin-bottom: 16px;
    font-size: 58px;
  }

  .h2-copy.white.hero-heading {
    font-size: 64px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .hero-home-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 110px 0px 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .hero-home-container {
    max-width: 100%;
    padding-right: 60px;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-home-image {
    margin-right: 0px;
    margin-bottom: -40px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .hero-home-contain {
    width: 100%;
    padding-bottom: 40px;
  }

  .h3.center {
    font-size: 34px;
    line-height: 40px;
  }

  .h3.center.slider-title {
    padding-top: 60px;
  }

  .home-workflows-section {
    padding-bottom: 88px;
    padding-left: 2vw;
  }

  .home-workflo-row {
    text-align: left;
  }

  .home-workflo-logo {
    padding-bottom: 0px;
  }

  .p.workflows-p {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .home-puttime-section {
    padding-top: 88px;
    padding-left: 2vw;
  }

  .home-puttime-row {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .h1.white {
    font-size: 60px;
    line-height: 64px;
  }

  .h1.white.home-started-title {
    margin-bottom: 80px;
    font-size: 60px;
    line-height: 64px;
  }

  .h1.home-streamline-h1 {
    font-size: 80px;
    line-height: 72px;
  }

  .home-stream-section {
    padding-top: 96px;
    background-size: 100%;
  }

  .home-streamline-item {
    padding-bottom: 96px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-streamline-left {
    padding-right: 10px;
    padding-bottom: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .home-streamline-right {
    width: auto;
    height: auto;
    margin-right: -120px;
    margin-bottom: 30px;
    padding-right: 130px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .home-streamline-leftbox {
    max-width: 100%;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-home-contbox {
    max-width: 100%;
  }

  .home-getting-row {
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 110px;
  }

  .home-started-content {
    padding-top: 0px;
  }

  .home-started-box {
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-started-item {
    max-width: 100%;
  }

  .getting-count-item {
    margin-bottom: 40px;
  }

  .home-start-demobtn {
    display: none;
  }

  .home-testimonial {
    padding-top: 64px;
    padding-bottom: 96px;
  }

  .home-testimonial-item {
    padding-bottom: 55px;
  }

  .home-workflow-row {
    margin-top: -172px;
    padding-right: 0px;
  }

  .home-workflow-box {
    margin-top: 0px;
    margin-bottom: -162px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer.home-footer {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h2.white {
    margin-bottom: 8px;
    font-size: 50px;
    line-height: 64px;
  }

  .h2.white.hero-heading {
    font-size: 60px;
    line-height: 54px;
  }

  .home-workflow-img {
    position: relative;
    right: 0px;
    display: none;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .get-btn {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .get-btn-text {
    font-size: 50px;
    line-height: 64px;
  }

  .get-btn-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .get-btn-arrow.vertical-bottom {
    line-height: 38px;
  }

  .footer-left {
    width: 100%;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo.w--current {
    margin-bottom: 32px;
  }

  .footer-menu {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-menu-item {
    margin-right: 0px;
  }

  .home-workflow-thumb {
    display: none;
  }

  .home-workflow-mobileimg {
    display: none;
    width: 100%;
  }

  .image-3 {
    width: 16px;
    height: 16px;
  }

  .terms-of-service {
    margin-right: 32px;
    margin-left: 32px;
  }

  .modal-wrapper {
    padding: 20px;
  }

  .book-demo-form {
    padding: 30px 20px;
  }

  .modal-close-icon {
    top: -40px;
    right: 0px;
  }

  .black-box {
    display: block;
  }

  .black-box-mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -1;
    display: none;
  }

  .swiper-container {
    max-height: 742px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .swiper-container.container-swiper {
    max-height: 742px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .swiper-pagination.pagination-dots.left {
    display: none;
  }

  .swiper-pagination.pagination-dots.right {
    display: none;
  }

  .navbar {
    width: 80vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .privacy-policy {
    margin-right: 32px;
    margin-left: 32px;
  }

  .packages-pricing-grid {
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .packages-pricing-div {
    padding-bottom: 64px;
  }

  .packages-options-container {
    margin-bottom: -40px;
    grid-column-gap: 31px;
  }

  .pricing-thumb {
    margin-bottom: -607px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .changelog-cms-section.cms-page {
    padding-bottom: 10vw;
  }

  .changelog-image-container {
    padding: 0px;
  }

  .changelog-text-container.cms-page {
    padding-right: 0px;
    padding-left: 0px;
  }

  .changelog-footer-container {
    max-width: 460px;
    min-width: 400px;
  }

  .footer-text {
    font-size: 10px;
  }

  .features-subheading {
    font-size: 22px;
    line-height: 24px;
  }

  .features-heading {
    line-height: 1em;
  }

  .features-heading-text {
    font-size: 14px;
  }

  .price {
    font-size: 24px;
  }

  .features-text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .tool-tip {
    font-size: 10px;
    line-height: 10px;
    font-weight: 400;
  }

  .features-heading-new.bold-underline {
    font-size: 14px;
  }

  .enterprise-text.green {
    padding-top: 43px;
  }

  .pricing_button {
    margin-top: 64px;
  }

  .whitepaper_header.white {
    font-size: 60px;
    line-height: 64px;
  }

  .whitepaper_header.white.home-started-title {
    margin-bottom: 80px;
    font-size: 60px;
    line-height: 64px;
  }

  .whitepaper_header.home-streamline-h1 {
    font-size: 80px;
    line-height: 72px;
  }

  .whitepaper_row {
    min-height: auto;
    padding-top: 88px;
  }

  .home-started-content-copy {
    padding-top: 0px;
  }

  .whitepaper_header-copy.white {
    font-size: 60px;
    line-height: 64px;
  }

  .whitepaper_header-copy.white.home-started-title {
    margin-bottom: 80px;
    font-size: 60px;
    line-height: 64px;
  }

  .whitepaper_header-copy.home-streamline-h1 {
    font-size: 80px;
    line-height: 72px;
  }

  .bold-name {
    font-size: 12px;
  }

  .bold-name.bold-underline {
    font-size: 14px;
  }

  .features-title {
    padding-top: 111px;
    font-size: 12px;
  }

  .second-request-demo-button {
    margin-top: 64px;
  }

  .container-copy {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-logo-copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .copia-hamburger {
    padding-right: 15px;
    padding-left: 15px;
  }

  .minimum-seats {
    font-size: 12px;
  }

  .minimum-seats.bold-underline {
    font-size: 14px;
  }

  .minimum-seats-white {
    font-size: 10px;
  }

  .minimum-seats-white.bold-underline {
    font-size: 14px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .testwhitepaper2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .testcontainer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .h1-copyyy.white {
    font-size: 60px;
    line-height: 64px;
  }

  .h1-copyyy.white.home-started-title {
    margin-bottom: 80px;
    font-size: 60px;
    line-height: 64px;
  }

  .h1-copyyy.home-streamline-h1 {
    font-size: 80px;
    line-height: 72px;
  }

  .home-workflow-thumb-copy {
    display: none;
  }

  .h1-copy.white {
    font-size: 60px;
    line-height: 64px;
  }

  .h1-copy.white.home-started-title {
    margin-bottom: 80px;
    font-size: 60px;
    line-height: 64px;
  }

  .h1-copy.home-streamline-h1 {
    font-size: 80px;
    line-height: 72px;
  }

  .h2test {
    font-size: 50px;
  }

  .h2test.white {
    margin-bottom: 8px;
    font-size: 50px;
    line-height: 64px;
  }

  .h2test.white.hero-heading {
    font-size: 60px;
  }

  .home-puttime-row-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .p-white-copy.mb0 {
    max-width: 400px;
    font-size: 16px;
  }

  .h2-copy.white {
    margin-bottom: 8px;
    font-size: 50px;
    line-height: 64px;
  }

  .h2-copy.white.hero-heading {
    font-size: 60px;
  }
}

@media screen and (max-width: 479px) {
  .hero-home-page {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-home-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-home-image {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .hero-image {
    width: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .header-logo {
    max-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .p-white {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
  }

  .home-workflows-section {
    padding-bottom: 80px;
  }

  .home-workflo-logo {
    padding-bottom: 0px;
  }

  .workflo-logo-box {
    margin-right: 10px;
    margin-left: 10px;
  }

  .h1.white {
    letter-spacing: -3px;
  }

  .h1.white.home-started-title {
    letter-spacing: -2px;
  }

  .home-stream-section {
    padding-top: 96px;
    background-size: 100%;
  }

  .home-streamline-right {
    margin-right: -110px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-right: 110px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .home-getting-row {
    padding-bottom: 364px;
  }

  .home-start-demobtn {
    display: none;
    padding-right: 35px;
    padding-left: 15px;
  }

  .home-testimonial {
    display: block;
    width: 100%;
    padding-bottom: 64px;
  }

  .home-testimonial-item {
    width: 100%;
    max-width: none;
  }

  .home-workflow-row {
    margin-top: -211px;
  }

  .home-workflow-box {
    margin-bottom: -205px;
    padding-top: 0px;
  }

  .h2.white {
    margin-bottom: -20px;
    font-size: 32px;
  }

  .h2.white.hero-heading {
    font-size: 34px;
    line-height: 45px;
    letter-spacing: -3px;
  }

  .h2.white.hero-heading.pricing {
    font-size: 34px;
    line-height: 45px;
  }

  .home-workflow-img {
    display: none;
  }

  .home-workflow-img.pricing {
    position: relative;
    right: -53.2vw;
    z-index: 0;
    width: 100%;
    padding-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .get-btn-text {
    font-size: 32px;
  }

  .get-btn-arrow.vertical-bottom {
    display: inline-block;
  }

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

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

  .home-workflow-mobileimg {
    width: 100%;
  }

  .terms-of-service {
    font-size: 14px;
    line-height: 18px;
  }

  .black-box {
    height: auto;
  }

  .black-box-mobile {
    height: 100%;
  }

  .subtitle.center {
    font-size: 35px;
    line-height: 35px;
  }

  .navbar {
    width: 80vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-5 {
    font-size: 14px;
    font-weight: 600;
  }

  .privacy-policy {
    font-size: 14px;
    line-height: 18px;
  }

  .packages-pricing-div {
    padding-bottom: 60px;
  }

  .packages-options-container {
    margin-bottom: 0px;
    grid-column-gap: 30px;
  }

  .options-arrow-container {
    min-height: 18px;
    min-width: 18px;
  }

  .options-none-container {
    min-height: 18px;
    min-width: 18px;
  }

  .pricing-thumb {
    max-width: 100%;
    min-width: 50px;
    margin-right: -8vw;
    margin-bottom: -493px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-7 {
    font-size: 30px;
  }

  .changelog-cms-section.cms-page {
    padding-bottom: 10vw;
  }

  .changelog-date {
    padding-bottom: 10px;
  }

  .changelog-date-container {
    padding: 10px;
  }

  .changelog-image-container {
    padding-left: 0px;
  }

  .changelog-text-container {
    padding: 10px 20px 20px 10px;
  }

  .changelog-back-text {
    font-size: 16px;
  }

  .changelog-footer-container {
    max-width: 500px;
    min-width: 320px;
    padding: 10px;
  }

  .footer-link {
    padding-left: 30px;
  }

  .footer-text {
    font-size: 10px;
  }

  .changelog-link {
    text-decoration: none;
  }

  .features-subheading {
    font-size: 16px;
    line-height: 22px;
  }

  .features-heading {
    font-size: 30px;
  }

  .features-heading-text {
    font-size: 12px;
  }

  .price {
    font-size: 20px;
  }

  .features-text {
    font-size: 9px;
    line-height: 14px;
  }

  .button-container {
    left: 10%;
    right: 10%;
  }

  .link-block {
    margin-top: 7px;
    padding: 8px;
  }

  .link-block.w--current {
    margin-top: 7px;
    padding: 8px;
  }

  .text-block-8 {
    padding-left: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }

  .tool-tip {
    display: none;
  }

  .features-heading-new {
    font-size: 9px;
    line-height: 10px;
  }

  .features-heading-new.bold-underline {
    font-size: 9px;
  }

  .enterprise-text {
    font-size: 12px;
  }

  .enterprise-text.green {
    padding-top: 43px;
    font-size: 14px;
  }

  .image-13 {
    max-width: 5000%;
    min-width: 8px;
    padding-right: 4px;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing_button {
    margin-top: 36px;
  }

  .whitepaper_header.white {
    letter-spacing: -3px;
  }

  .whitepaper_header.white.home-started-title {
    letter-spacing: -2px;
  }

  .whitepaper_row {
    padding-bottom: 96px;
  }

  .whitepaperdownload_btn {
    margin-top: 32px;
  }

  .whitepaper_header-copy.white {
    letter-spacing: -3px;
  }

  .whitepaper_header-copy.white.home-started-title {
    letter-spacing: -2px;
  }

  .bold-name {
    font-size: 9px;
    line-height: 10px;
  }

  .bold-name.bold-underline {
    font-size: 9px;
  }

  .features-title {
    padding-top: 81px;
    font-size: 9px;
  }

  .second-request-demo-button {
    margin-top: 36px;
  }

  .enterprise-text-copy {
    font-size: 12px;
  }

  .header-logo-copy {
    max-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header-logo-img-copy {
    display: inline-block;
  }

  .image-17 {
    max-width: 100%;
  }

  .minimum-seats {
    font-size: 9px;
    line-height: 10px;
  }

  .minimum-seats.bold-underline {
    font-size: 9px;
  }

  .minimum-seats-white {
    font-size: 9px;
    line-height: 12px;
  }

  .minimum-seats-white.bold-underline {
    font-size: 9px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p-black {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
  }

  .p-black-copy {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
  }

  .test-normal {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
  }

  .h1-copyyy.white {
    letter-spacing: -3px;
  }

  .h1-copyyy.white.home-started-title {
    letter-spacing: -2px;
  }

  .p-white-copy {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
  }

  .h1-copy.white {
    letter-spacing: -3px;
  }

  .h1-copy.white.home-started-title {
    letter-spacing: -2px;
  }

  .h2test {
    margin-top: -17px;
    font-size: 32px;
  }

  .h2test.white {
    margin-bottom: -20px;
    font-size: 32px;
  }

  .h2test.white.hero-heading {
    font-size: 34px;
    line-height: 45px;
    letter-spacing: -3px;
  }

  .h2test.white.hero-heading.pricing {
    font-size: 34px;
    line-height: 45px;
  }

  .home-puttime-desc-copy {
    padding-right: 0px;
  }

  .home-puttime-row-copy {
    margin-left: 0px;
  }

  .p-white-copy {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
  }

  .p-white-copy.mb0 {
    max-width: 400px;
    margin-top: 0px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }

  .h2-copy.white {
    margin-bottom: -20px;
    font-size: 32px;
  }

  .h2-copy.white.hero-heading {
    font-size: 34px;
    line-height: 45px;
    letter-spacing: -3px;
  }

  .h2-copy.white.hero-heading.pricing {
    font-size: 34px;
    line-height: 45px;
  }
}

#w-node-_15f9332a-ce9d-e269-192f-9339e0b923f3-6c7adc2d {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b392e2ca-e44b-2d75-fa16-be8efe812e2f-6c7adc2d {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_2d7c606c-f578-53ed-c3ab-9cee6daebfad-6c7adc2d {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_02dcb8ff-6012-54f3-e422-bef0306d8e26-6c7adc2d {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4cceabe9-ed1f-fb29-36c1-2b1e380f731b-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_2b1964a4-4011-621b-e74e-06a2e81df74a-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5ce9e89c-0bad-75df-ec99-202105078081-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_39eb563b-34ad-481c-95be-5430dbaf54ce-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_914f58f2-f554-0090-7ddc-dea173325411-6c7adc2d {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_914f58f2-f554-0090-7ddc-dea173325417-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_914f58f2-f554-0090-7ddc-dea173325419-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e39ee7f2-d385-156c-be8a-a7bbbaf27f54-6c7adc2d {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e39ee7f2-d385-156c-be8a-a7bbbaf27f58-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e39ee7f2-d385-156c-be8a-a7bbbaf27f5a-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_650b2cf9-053d-c25b-e429-199059adb695-6c7adc2d {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_650b2cf9-053d-c25b-e429-199059adb699-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_650b2cf9-053d-c25b-e429-199059adb69b-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e2af0bca-56de-9c8e-d0c5-183d2b312065-6c7adc2d {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e2af0bca-56de-9c8e-d0c5-183d2b312069-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e2af0bca-56de-9c8e-d0c5-183d2b31206b-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e5dd0b01-3271-dc44-52a9-0ef8f88edf22-6c7adc2d {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e5dd0b01-3271-dc44-52a9-0ef8f88edf26-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e5dd0b01-3271-dc44-52a9-0ef8f88edf28-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_55663888-ea1a-38d1-1b2b-b791a6b9d385-6c7adc2d {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_55663888-ea1a-38d1-1b2b-b791a6b9d389-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_55663888-ea1a-38d1-1b2b-b791a6b9d38b-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d4abce2d-53d7-32d0-1579-a10abb9de25d-6c7adc2d {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d4abce2d-53d7-32d0-1579-a10abb9de261-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d4abce2d-53d7-32d0-1579-a10abb9de263-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7a60b4cd-96f3-d0d5-ef2c-e0645e57e162-6c7adc2d {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7a60b4cd-96f3-d0d5-ef2c-e0645e57e166-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7a60b4cd-96f3-d0d5-ef2c-e0645e57e168-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-dc342aa1-a4fe-409c-9a47-724ace25a39a-6c7adc2d {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dc342aa1-a4fe-409c-9a47-724ace25a39e-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_502838e1-c655-fb78-1a87-98d88e0cd27a-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cbc06e4a-edfa-67ff-d2ed-96a6b679bb2b-6c7adc2d {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cbc06e4a-edfa-67ff-d2ed-96a6b679bb2f-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-cbc06e4a-edfa-67ff-d2ed-96a6b679bb31-6c7adc2d {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_9571229a-e439-0d75-8225-5b4d5172ad9c-8b7adc31 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9571229a-e439-0d75-8225-5b4d5172ad9e-8b7adc31 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9571229a-e439-0d75-8225-5b4d5172ada0-8b7adc31 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9571229a-e439-0d75-8225-5b4d5172ada6-8b7adc31 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_9571229a-e439-0d75-8225-5b4d5172ad9c-8b7adc31 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9571229a-e439-0d75-8225-5b4d5172ad9e-8b7adc31 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9571229a-e439-0d75-8225-5b4d5172ada0-8b7adc31 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6394c7da-20c6-9a35-1962-144c47b0bcb7-6682e487 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6394c7da-20c6-9a35-1962-144c47b0bcc0-6682e487 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6394c7da-20c6-9a35-1962-144c47b0bcc9-6682e487 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6394c7da-20c6-9a35-1962-144c47b0bcd2-6682e487 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6394c7da-20c6-9a35-1962-144c47b0bcdb-6682e487 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6394c7da-20c6-9a35-1962-144c47b0bce4-6682e487 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6394c7da-20c6-9a35-1962-144c47b0bced-6682e487 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6394c7da-20c6-9a35-1962-144c47b0bcf6-6682e487 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f6d3ea31-c8a3-d665-19fd-1974577bcbcf-6682e487 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3d9cf3e6-2289-86da-a8f6-f79b850d74de-6682e487 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7306954c-4dd2-e01b-7794-0495e1752af6-6682e487 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_44babc08-5e9c-613d-5eac-25b0f1d02f62-6682e487 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.book-demo-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  max-width: 800px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #3f3f3f;
  background-color: rgba(246, 238, 202, 0);
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.book-demo-form-inner {
  margin: 0 0 15px;
  display: block;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  -o-object-fit: fill;
  object-fit: fill;
}

.exit_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.exit_form img {
  max-height: 50px;
  cursor: pointer;
  width: auto !important;
}

.form_heading h4 {
  display: block;
  padding-bottom: 16px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #1ca495;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.5px;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

.book-demo-form .actions {
  text-align: center;
}

.book-demo-form .hs-button {
  border: none;
  position: static;
  display: block;
  width: 15%;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 10px;
  border-style: none;
  border-width: 1px;
  border-color: #b1ab90;
  border-radius: 4px;
  background-color: #1ca495;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  margin-top: 0;
}

.book-demo-form textarea.hs-input {
  display: block;
  height: 100px;
  padding-top: 24px;
  margin-bottom: 10px;
}

.book-demo-form .field {
  display: block;
  height: auto;
  padding-bottom: 16px;
  margin: 0;
}

.book-demo-form .hs-input {
  padding-left: 30px;
  border-width: 1px;
}

.book-demo-form .field >label {
  display: none;
}

.book-demo-form .form-title {
  display: block;
  padding-bottom: 16px;
  background-color: transparent;
  font-family: Inter,sans-serif;
  color: #1ca495;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.5px;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

.book-demo-form .form {
}
.form {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.88)),to(rgba(0,0,0,0.88)));
  background-image: linear-gradient(
    180deg
    ,rgba(0,0,0,0.88),rgba(0,0,0,0.88));
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
.open-form .form {
  opacity: 1;
  visibility: visible;
}













.blog_footer_right.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog_footer_right.copyright p {
  font-family: Inter, sans-serif;
  color: #1ca495;
  font-size: 16px;
  margin: 0;
}

.blog_footer {
  line-height: 32px;
}
.blog_bottom_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog_footer_logo a {
  max-width: 150px;
  display: inline-block;
  position: relative;
  top: 1px;
}

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

.blog_footer_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  padding-left: 90px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1ca495;
  text-decoration: none;
}

.blog_footer_link a {
  color: #1ca495;
  font-family: Inter, sans-serif;
  color: #1ca495;
  font-size: 16px;
  display:block;
}

.blog_footer_link a:hover {
  text-decoration: none;
  color: #1ca495;
}
.blog_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.blog_footer_container {
  max-width: 1240px;
  padding: 20px;
  width: 100%;
}

footer.footer {
  overflow: hidden;

}
.footer_container{
  max-width: 1240px;
  position: static;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  margin:0 auto;
}

.footer_inner {
  position: relative;
  padding-right: 330px;
}

.bottom_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 785px;
}

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

.footer_right.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.footer_logo img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: auto !important;
}

.footer_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 330px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer_link a {
  margin-right: 5px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  top: -2px;
}

.footer_right.copyright p {
  font-size: 13px;
  line-height: 22px;
  cursor: default;
  margin: 0;
}

.top_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 785px;
  min-height: 575px;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_side_image {
  position: absolute;
  left: auto;
  top: 0%;
  right: -120px;
  bottom: 0%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.footer_side_image img {
  display: inline-block;
  height: auto;
  width: 490px !important;
  max-width: 100%;
  vertical-align: middle;
}

.top_footer a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.footer_get-btn-text {
  display: inline;
  margin-right: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inter, sans-serif;
  color: #1ca495;
  font-size: 80px;
  line-height: 80px;
  text-decoration: underline;
  transition: all .4s ease-in-out;
}

.footer_get-btn-arrow.vertical-bottom {
  display: inline-block;
  width: 68px;
  height: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #1ca495;
  line-height: 67px;
  text-align: center;
  vertical-align: bottom;
  transition: all .4s ease-in-out;
}

.footer_get-btn-arrow.vertical-bottom img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 27px !important;
  height: 27px;
}

.top_footer a:hover .footer_get-btn-text {
  color: #fff;
  text-decoration: none;
}


.top_footer a:hover .footer_get-btn-arrow.vertical-bottom {
  background-color: rgb(217, 51, 36);
}

.top_footer h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  font-family: Inter, sans-serif;
  color: #fff;
  letter-spacing: -2px;
  cursor: default;
}

.book-demo-form {
  display: block;
  height: auto;
  overflow-y: auto;
  height: calc(100vh - 100px);
}

@media(max-width:991px){
  .footer_inner {
    padding-right: 270px;
  }

  .top_footer {
    max-width: 100%;
    padding-top: 120px;
    padding-bottom: 25px;
  }

  .bottom_footer {
    max-width: 100%;
  }

  .footer_link {
    min-width: auto;
    padding-left: 26px;
  }

  .footer_side_image  {
    left: auto;
    right: -180px;
    bottom: 0%;
    padding-top: 80px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .blog_bottom_footer {
    flex-direction: column;
  }

  .blog_footer_logo {
    margin-bottom: 20px;
  }

  .blog_footer_link {
    display: block;
    padding-left: 0;
    width: 100%;
  }

  .blog_footer_right.copyright {
    display: block;
    width: 100%;
  }
}

@media(max-width:767px){
  .book-demo-form {
    padding: 30px 20px;
  }

  .form {
    padding: 20px;
  }
  .bottom_footer {
    max-width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;.footer_get-btn-arrow.vertical-bottom img {
      width: 16px !important;
      height: 16px !important;
    }
  }

  .footer_lef {
    width: 100%;
    padding-bottom: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer_logo a {
    margin-bottom: 32px;
    max-width: 100%;
    display: inline-block;
  }

  .footer_link {
    width: 100%;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer_side_image {
    display: none;
  }

  .top_footer a {
    display: block;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .top_footer h2 {
    font-size: 60px;
    line-height: 64px;
  }

  .footer_inner {
    padding-right: 0px;
  }

  .footer_get-btn-text {
    font-size: 60px;
    line-height: 64px;
    margin-right: 19px;
  }

  .footer_get-btn-arrow.vertical-bottom {
    line-height: 38px;
    vertical-align: text-bottom;
    width: 40px;
    height: 40px;
  }

  .top_footer {
    padding-bottom: 111px;
  }
  .footer_get-btn-arrow.vertical-bottom img {
    width: 16px !important;
    height: 16px !important;
  }
  .footer .footer_link a {
    top: -7px;
  }
}
@media(max-width:480px){
  .book-demo-form .hs-button {
    width: auto;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.post_date {
  padding: 20px;
}


.featured_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
.post_date a {
  text-decoration: none;
}
.featured_wrapper {
  width: 100%;
}

.post_content_container {
  width: 100%;
}
.featured_wrapper a {
  display: block;
  width: 100%;
}
.featured_wrapper img {width: 100%;}


.post_content_container {
  padding: 40px 0px 80px 0vw;
  color: #fff;
}

.post_content_container h1 {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.post_content_container h1 a {
  color: #fff;
  text-decoration: none;
}

.post_content_wrapper {
  max-width: 835px;
  margin: 0 auto;
}
.post-item {
  border-top: 1px solid hsla(0, 0%, 100%, 0.43);
}


.post_date_inner {
  padding: 0px 0px 40px;
  color: #f6eeca;
  font-size: 16px;
  font-weight: 500;
}
.hero-changelog-page {
  background-attachment: scroll !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-changelog-section .blog-container {
  padding: 0;
  width: 100%;
  max-width: 991px;
}



.hero-changelog-section h1 {
  margin: .67em 0;
  padding-bottom: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.hero-changelog-section {
  width: 100%;
}

.hero-changelog-section p {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0px;
  text-indent: 0px;
  cursor: default;
}

.blog-index-wrapper {
  padding: 0vw 5vw;
  display: block;
}
.blog-container{
  max-width: 1240px;
  padding-left:20px;
  padding-right:20px;
  margin:0 auto;

}
.changelog-background-container:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.changelog-background-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
  width: 100vw;
  height: 100vh;
  max-width: none;
  background-color: #000;
  background-image: url(https://8084760.fs1.hubspotusercontent-na1.net/hubfs/8084760/raw_assets/public/Copia_July2021%20Sinan%20Test/images/homebg-circle.png);
  background-position: -50vw 0%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 1;
}
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
.post_content_container,
.post_page_content,
.post_page_content ul li,
.post_page_content ol li {
  font-size: 20px;
  line-height: 1.2em;
}
.post_page_content h1,
.post_page_content h2,
.post_page_content h3,
.post_page_content h4,
.post_page_content h5,
.post_page_content h6,
.post_content_container h1,
.post_content_container h2,
.post_content_container h3,
.post_content_container h4,
.post_content_container h5,
.post_content_container h6 {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Inter, sans-serif;
}
.blog-index__post-content a {
  color: #000;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Inter, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #000;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #000;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #000;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #000;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Inter, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #000;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
.blog .blog-pagination__link {
  color: #fff !important;
}
.blog .blog-pagination__link:hover {
  color: #fff !important;
}
.blog a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  pointer-events: none !important;
}
.post_page_image {
  margin-bottom: 20px;
}

.post_page_date {
  padding: 0px 0px 40px;
  color: #f6eeca;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.post_page {
  padding: 40px 40px 60px;
}

.post_page_content {
  max-width: 835px;
  margin: 0 auto;
}

.post_page_content img {
  width: 100%;
}

.post_page_content {
  color: #fff;
}
.back_to_post a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5vw;
  text-decoration: none;
}

.back_to_post a img {
  padding-right: 10px;
}

.changelog-back-text {
  font-family: Inter, sans-serif;
  color: #1ca495;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 991px) {
  .post_content_container,
  .post_page_content,
  .post_page_content ul li,
  .post_page_content ol li {
    font-size: 15px;
    line-height: 1.2em;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding: 0 15px;
  }
  .hero-changelog-section h1 {
    font-size: 30px;
  }
  .hero-changelog-section h1 {
    font-size: 30px;
  }

  .post_page {
    padding: 5vw 5vw 10vw;
    padding-bottom: 10vw;
  }

  .blog-container {
  }

  .post_page .blog-container {
    padding: 0;
  }

  .post_page_date {
    padding-bottom: 20px;
  }
  .back_to_post a {
    padding-left: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
p.header {
  position: static;
}
ul.no-list.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-type-email_simple_subscription form#email-prefs-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.systems-page form{
  max-width:700px;

}
.systems-page input[type="email"] {
  width: 100% !important;
}
.widget-type-email_subscriptions form {
  width: 100%;
  max-width: 100%;
}
p.header {
  background: none;
}

.systems-page input[type="password"] {
  height: auto !important;
}

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Inter, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}




.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  color: #000;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #000;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media(max-width:767px){

  .systems-page h1{

    font-size:25px;
  }
  .systems-page h2{

    font-size:20px;
  }
  h1.error-page_heading {
    font-size: 25px;
  }
  .systems-page form{
    max-width:100%;

  }

}