/* cmsms stylesheet: webflow_normalize modified: 10/29/21 08:03:26 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* cmsms stylesheet: webflow_main modified: 10/29/21 08:03:43 */
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  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.0;
  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;
  opacity: 1 !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.0 !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), 0px 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: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  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.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: 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;
}
/* cmsms stylesheet: Spacing modified: 04/13/21 05:57:40 */
/** Path: theme  spacing.' **/
/*!---------- 36. SPACING ----------*/
/*! Margin Bottom */
.mb0 {
  margin-bottom:0;
}
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb56 {
  margin-bottom: 56px;
}
.mb64 {
  margin-bottom: 64px;
}
.mb72 {
  margin-bottom: 72px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb88 {
  margin-bottom: 88px;
}
.mb96 {
  margin-bottom: 96px;
}
.mb104 {
  margin-bottom: 104px;
}
.mb112 {
  margin-bottom: 112px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb160 {
  margin-bottom: 160px;
}
/*! Margin Bottom */
/*! Margin Top */
.mt0 {
  margin-top: 0 !important;
}
.mt8 {
  margin-top: 8px;
}
.mt16 {
  margin-top: 16px;
}
.mt24 {
  margin-top: 24px;
}
.mt32 {
  margin-top: 32px;
}
.mt40 {
  margin-top: 40px;
}
.mt48 {
  margin-top: 48px;
}
.mt56 {
  margin-top: 56px;
}
.mt64 {
  margin-top: 64px;
}
.mt72 {
  margin-top: 72px;
}
.mt80 {
  margin-top: 80px;
}
.mt88 {
  margin-top: 88px;
}
.mt96 {
  margin-top: 96px;
}
.mt104 {
  margin-top: 104px;
}
.mt112 {
  margin-top: 112px;
}
.mt120 {
  margin-top: 120px;
}
.mt160 {
  margin-top: 160px;
}
/*! Margin Left */
.ml0 {
  margin-left: 0 !important;
}
.ml8 {
  margin-left: 8px;
}
.ml16 {
  margin-left: 16px;
}
.ml24 {
  margin-left: 24px;
}
.ml30 {
  margin-left: 30px;
}
.ml32 {
  margin-left: 32px;
}
.ml40 {
  margin-left: 40px;
}
.ml48 {
  margin-left: 48px;
}
.ml56 {
  margin-left: 56px;
}
.ml64 {
  margin-left: 64px;
}
.ml72 {
  margin-left: 72px;
}
.ml72 {
  margin-left: 72px;
}
.ml80 {
  margin-left: 80px;
}
.ml88 {
  margin-left: 88px;
}
.ml96 {
  margin-left: 96px;
}
.ml104 {
  margin-left: 104px;
}
.ml112 {
  margin-left: 112px;
}
.ml120 {
  margin-left: 120px;
}
.ml160 {
  margin-left: 160px;
}
.ml180 {
  margin-left: 180px;
}
.ml240 {
  margin-left: 240px;
}
/*! Margin Right */
.mr0 {
  margin-right: 0 !important;
}
.mr8 {
  margin-right: 8px;
}
.mr16 {
  margin-right: 16px;
}
.mr24 {
  margin-right: 24px;
}
.mr30 {
  margin-right: 30px;
}
.mr32 {
  margin-right: 32px;
}
.mr40 {
  margin-right: 40px;
}
.mr48 {
  margin-right: 48px;
}
.mr56 {
  margin-right: 56px;
}
.mr64 {
  margin-right: 64px;
}
.mr72 {
  margin-right: 72px;
}
.mr72 {
  margin-right: 72px;
}
.mr80 {
  margin-right: 80px;
}
.mr88 {
  margin-right: 88px;
}
.mr96 {
  margin-right: 96px;
}
.mr104 {
  margin-right: 104px;
}
.mr112 {
  margin-right: 112px;
}
.mr120 {
  margin-right: 120px;
}
.mr160 {
  margin-right: 160px;
}
.mr180 {
  margin-right: 180px;
}
.mr240 {
  margin-right: 240px;
}

/*! Padding Top */
.pt0 {
  padding-top: 0;
}
.pt8 {
  padding-top: 8px;
}
.pt16 {
  padding-top: 16px;
}
.pt24 {
  padding-top: 24px;
}
.pt32 {
  padding-top: 32px;
}
.pt40 {
  padding-top: 40px;
}
.pt48 {
  padding-top: 48px;
}
.pt64 {
  padding-top: 64px;
}
.pt72 {
  padding-top: 72px;
}
.pt80 {
  padding-top: 80px;
}
.pt88 {
  padding-top: 88px;
}
.pt96 {
  padding-top: 96px;
}
.pt104 {
  padding-top: 104px;
}
.pt112 {
  padding-top: 112px;
}
.pt120 {
  padding-top: 120px;
}
.pt160 {
  padding-top: 160px;
}
.pt180 {
  padding-top: 180px;
}
.pt240 {
  padding-top: 240px;
}
/*! Padding Bottom */
.pb0 {
  padding-bottom: 0;
}
.pb8 {
  padding-bottom: 8px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb24 {
  padding-bottom: 24px;
}
.pb32 {
  padding-bottom: 32px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb48 {
  padding-bottom: 48px;
}
.pb56 {
  padding-bottom: 56px;
}
.pb64 {
  padding-bottom: 64px;
}
.pb72 {
  padding-bottom: 72px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb88 {
  padding-bottom: 88px;
}
.pb96 {
  padding-bottom: 96px;
}
.pb104 {
  padding-bottom: 104px;
}
.pb112 {
  padding-bottom: 112px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb160 {
  padding-bottom: 160px;
}
.pb180 {
  padding-bottom: 180px;
}
.pb240 {
  padding-bottom: 240px;
}
/*! Padding Left */
.pl0 {
  padding-left: 0 !important;
}
.pl8 {
  padding-left: 8px;
}
.pl15 {
  padding-left: 15px;
}
.pl16 {
  padding-left: 16px;
}
.pl17 {
  padding-left: 17px;
}
.pl20 {
	padding-left: 20px;
}
.pl24 {
  padding-left: 24px;
}
.pl30 {
  padding-left: 30px;
}
.pl32 {
  padding-left: 32px;
}
.pl40 {
  padding-left: 40px;
}
.pl48 {
  padding-left: 48px;
}
.pl56 {
  padding-left: 56px;
}
.pl64 {
  padding-left: 64px;
}
.pl72 {
  padding-left: 72px;
}
.pl72 {
  padding-left: 72px;
}
.pl80 {
  padding-left: 80px;
}
.pl88 {
  padding-left: 88px;
}
.pl96 {
  padding-left: 96px;
}
.pl104 {
  padding-left: 104px;
}
.pl112 {
  padding-left: 112px;
}
.pl120 {
  padding-left: 120px;
}
.pl160 {
  padding-left: 160px;
}
.pl180 {
  padding-left: 180px;
}
.pl240 {
  padding-left: 240px;
}
/*! Padding Right */
.pr0 {
  padding-right: 0 !important;
}
.pr8 {
  padding-right: 8px;
}
.pr16 {
  padding-right: 16px;
}
.pr24 {
  padding-right: 24px;
}
.pr30 {
  padding-right: 30px;
}
.pr32 {
  padding-right: 32px;
}
.pr40 {
  padding-right: 40px;
}
.pr48 {
  padding-right: 48px;
}
.pr56 {
  padding-right: 56px;
}
.pr64 {
  padding-right: 64px;
}
.pr72 {
  padding-right: 72px;
}
.pr72 {
  padding-right: 72px;
}
.pr80 {
  padding-right: 80px;
}
.pr88 {
  padding-right: 88px;
}
.pr96 {
  padding-right: 96px;
}
.pr104 {
  padding-right: 104px;
}
.pr112 {
  padding-right: 112px;
}
.pr120 {
  padding-right: 120px;
}
.pr160 {
  padding-right: 160px;
}
.pr180 {
  padding-right: 180px;
}
.pr240 {
  padding-right: 240px;
}


.p32 {
  padding: 0 32px;
}
.p24 {
  padding: 24px;
}
.p12 {
  padding: 12px;
}
.p0 {
  padding: 0;
}
.m32 {
  margin: 0 32px;
}
.m24 {
  margin: 24px;
}
.m12 {
  margin: 12px;
}
.m0 {
  margin: 0;
}


@media all and (max-width: 990px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mb-sm-72 {
    margin-bottom: 72px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-88 {
    margin-bottom: 88px;
  }
  .mb-sm-96 {
    margin-bottom: 96px;
  }
  .mb-sm-104 {
    margin-bottom: 104px;
  }
  .mb-sm-112 {
    margin-bottom: 112px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-48 {
    margin-top: 48px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mt-sm-72 {
    margin-top: 72px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-88 {
    margin-top: 88px;
  }
  .mt-sm-96 {
    margin-top: 96px;
  }
  .mt-sm-104 {
    margin-top: 104px;
  }
  .mt-sm-112 {
    margin-top: 112px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .p0-sm {
    padding: 0;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-48 {
    padding-top: 48px;
  }
  .pt-sm-64 {
    padding-top: 64px;
  }
  .pt-sm-72 {
    padding-top: 72px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-88 {
    padding-top: 88px;
  }
  .pt-sm-96 {
    padding-top: 96px;
  }
  .pt-sm-104 {
    padding-top: 104px;

  }
  .pt-sm-112 {
    padding-top: 112px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-48 {
    padding-bottom: 48px;
  }
  .pb-sm-64 {
    padding-bottom: 64px;
  }
  .pb-sm-72 {
    padding-bottom: 72px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-88 {
    padding-bottom: 88px;
  }
  .pb-sm-96 {
    padding-bottom: 96px;
  }
  .pb-sm-104 {
    padding-bottom: 104px;
  }
  .pb-sm-112 {
    padding-bottom: 112px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
}

@media (min-width:768px) and (max-width:991px){
	.hidden-sm{display:none!important}
	.visible-sm {
		display: block!important;
	}
}

@media all and (max-width: 767px) {
	
	.hidden-xs {
		display: none!important;
	}
	.visible-xs {
		display: block!important;
	}
	
	.ml-xs-20 {
		margin-left: 20px;
	}
	
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-8 {
    margin-bottom: 8px;
  }
  .mb-xs-16 {
    margin-bottom: 16px;
  }
  .mb-xs-24 {
    margin-bottom: 24px;
  }
  .mb-xs-32 {
    margin-bottom: 32px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-48 {
    margin-bottom: 48px;
  }
  .mb-xs-64 {
    margin-bottom: 64px;
  }
  .mb-xs-72 {
    margin-bottom: 72px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-88 {
    margin-bottom: 88px;
  }
  .mb-xs-96 {
    margin-bottom: 96px;
  }
  .mb-xs-104 {
    margin-bottom: 104px;
  }
  .mb-xs-112 {
    margin-bottom: 112px;
  }
  .mb-xs-120 {
    margin-bottom: 120px;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-8 {
    margin-top: 8px;
  }
  .mt-xs-16 {
    margin-top: 16px;
  }
  .mt-xs-24 {
    margin-top: 24px;
  }
  .mt-xs-32 {
    margin-top: 32px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-48 {
    margin-top: 48px;
  }
  .mt-xs-56 {
    margin-top: 56px;
  }
  .mt-xs-64 {
    margin-top: 64px;
  }
  .mt-xs-72 {
    margin-top: 72px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mt-xs-88 {
    margin-top: 88px;
  }
  .mt-xs-96 {
    margin-top: 96px;
  }
  .mt-xs-104 {
    margin-top: 104px;
  }
  .mt-xs-112 {
    margin-top: 112px;
  }
  .mt-xs-120 {
    margin-top: 120px;
  }
  .p0-xs {
    padding: 0;
  }
	.pl-xs-0 {
		padding-left: 0px;
	}
	.pl-xs-10 {
		padding-left: 10px;
	}
	.pl-xs-17 {
		padding-left: 17px;
	}
	.pl-xs-20 {
		padding-left: 20px;
	}
	.pr-xs-0 {
		padding-right: 0px;
	}
	.pr-xs-10 {
		padding-right: 10px;
	}
	.pr-xs-20 {
		padding-right: 20px;
	}
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-8 {
    padding-top: 8px;
  }
  .pt-xs-16 {
    padding-top: 16px;
  }
  .pt-xs-24 {
    padding-top: 24px;
  }
  .pt-xs-32 {
    padding-top: 32px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-48 {
    padding-top: 48px;
  }
  .pt-xs-64 {
    padding-top: 64px;
  }
  .pt-xs-72 {
    padding-top: 72px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-88 {
    padding-top: 88px;
  }
  .pt-xs-96 {
    padding-top: 96px;
  }
  .pt-xs-104 {
    padding-top: 104px;
  }
  .pt-xs-112 {
    padding-top: 112px;
  }
  .pt-xs-120 {
    padding-top: 120px;
  }
  .pt-xs-160 {
    padding-top: 160px;
  }
  .pt-xs-180 {
    padding-top: 180px;
  }
  .pt-xs-240 {
    padding-top: 240px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-8 {
    padding-bottom: 8px;
  }
  .pb-xs-16 {
    padding-bottom: 16px;
  }
  .pb-xs-24 {
    padding-bottom: 24px;
  }
  .pb-xs-32 {
    padding-bottom: 32px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-48 {
    padding-bottom: 48px;
  }
  .pb-xs-64 {
    padding-bottom: 64px;
  }
  .pb-xs-72 {
    padding-bottom: 72px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-88 {
    padding-bottom: 88px;
  }
  .pb-xs-96 {
    padding-bottom: 96px;
  }
  .pb-xs-104 {
    padding-bottom: 104px;
  }
  .pb-xs-112 {
    padding-bottom: 112px;
  }
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  .pb-xs-180 {
    padding-bottom: 180px;
  }
  .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}
/* cmsms stylesheet: webflow_revamp modified: 02/15/26 16:22:17 */
#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}
/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

body {
  font-family: Plusjakartadisplay, sans-serif;
  color: #6b6768;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #04121f;
  font-size: 64px;
  line-height: 80px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #04121f;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #04121f;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #04121f;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #04121f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #04121f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

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

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

li {
  margin-bottom: 5px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.white {
  font-family: Plusjakartatext, sans-serif;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.h1-72-px {
  font-size: 62px;
  line-height: 70px;
  font-weight: 500;
}

.h2-40-px {
  min-width: 800px;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.home-1-hero-section {
  overflow: hidden;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.wrapper.home-1-logos-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper.home-1-email-wrapper {
  -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;
  font-family: Nunito, sans-serif;
}

.wrapper.home-1-people-wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-family: Nunito, sans-serif;
}

.wrapper.home-1-features {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper.home-1-cta-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper.home-1-testimonial-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Nunito, sans-serif;
}

.wrapper.home-1-subscribe-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper.footer-wrapper {
  padding-top: 100px;
  padding-bottom: 60px;
  -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;
}

.wrapper.footer-wrapper.extra-top-padding {
  padding-top: 370px;
}

.wrapper.home-2-logos-wrapper {
  padding-top: 0px;
  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;
}

.wrapper.home-2-revenue-wrapper {
  padding-top: 70px;
}

.wrapper.home-2-tabs-wrapper {
  padding-top: 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;
}

.wrapper.home-2-slider-wrapper {
  max-width: 750px;
  padding-bottom: 160px;
  -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;
  background-color: transparent;
}

.wrapper.home-2-integration-wrapper {
  position: relative;
  padding-top: 230px;
  padding-bottom: 200px;
  -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;
}

.wrapper.home-3-hero-wrapper {
  position: relative;
  max-width: 1100px;
  padding-bottom: 480px;
  padding-left: 100px;
  -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;
}

.wrapper.boxes-wrapper {
  position: relative;
  max-width: 1100px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 100px;
  -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;
}

.wrapper.home-3-customer-top {
  padding-bottom: 0px;
}

.wrapper.home-3-logos-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.home-3-features-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.home-3-integrations-wrapper {
  position: relative;
  overflow: hidden;
  padding: 160px 8% 160px 5%;
  border-radius: 12px;
  background-color: #04121f;
}

.wrapper.home-3-subscribe-wrapper {
  position: relative;
  padding-top: 160px;
  -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;
}

.wrapper.home-2-blog-wrapper {
  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;
}

.wrapper.about-1-culture-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.about-1-milestone-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.about-1-value-wrapper {
  padding-top: 20px;
  padding-bottom: 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;
}

.wrapper.about-1-location-wrapper {
  -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;
}

.wrapper.about-2-images-wrapper {
  padding-top: 0px;
  padding-bottom: 40px;
  -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;
}

.wrapper.about-1-hiring-wrapper {
  max-width: 960px;
  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;
}

.wrapper.about-2-hero {
  padding-bottom: 440px;
}

.wrapper.about-2-numbers-wrapper {
  max-width: 700px;
  padding-top: 120px;
  -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;
}

.wrapper.about-2-benefits-wrapper {
  max-width: 700px;
  padding-top: 160px;
  padding-bottom: 160px;
  -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;
}

.wrapper.about-2-hiring-wrapper {
  padding-top: 160px;
  -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;
}

.wrapper.about-3-vision-wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
  -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;
}

.wrapper.about-3-team-wrapper {
  padding-top: 150px;
  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;
}

.wrapper.pricing-1-hero-wrapper {
  padding-top: 100px;
  padding-bottom: 230px;
  -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;
}

.wrapper.pricing-1-tables-wrapper {
  position: relative;
  margin-top: -230px;
  padding-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Nunito, sans-serif;
}

.wrapper.pricing-1-plans-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper.pricing-1-faq {
  max-width: 620px;
  padding-bottom: 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;
  text-align: center;
}

.wrapper.pricing-1-faq-main {
  max-width: 660px;
  padding-top: 0px;
}

.wrapper.pricing-1-logos-wrapper {
  -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;
}

.wrapper.pricing-2-hero-wrapper {
  padding-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.pricing-case-study-wrapper {
  max-width: 1000px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.faq-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.pricing-3-hero-wrapper {
  max-width: 760px;
  padding-bottom: 160px;
  -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;
}

.wrapper.pricing-3-features-wrapper {
  max-width: 600px;
  padding-top: 160px;
  padding-bottom: 160px;
  -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;
}

.wrapper.pricing-2-faq-up {
  max-width: 640px;
  padding-top: 160px;
  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;
}

.wrapper.pricing-3-faq-wrapper {
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.blog-latest-wrapper {
  border-bottom: 1px solid #e5e5e5;
}

.wrapper.blog-section-wrapper {
  -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;
}

.wrapper.contact-hero {
  max-width: 760px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper.contact-form-wrapper {
  overflow: hidden;
  max-width: 760px;
  margin-top: 20px;
  padding: 50px;
  border-radius: 8px;
  background-color: #04121f;
  box-shadow: 0 60px 80px 0 rgba(0, 0, 0, 0.05);
}

.wrapper.contact-info {
  max-width: 760px;
  padding-top: 60px;
  padding-bottom: 160px;
}

.wrapper.blog-post-rich-text-wrapper {
  max-width: 755px;
  padding-top: 125px;
  padding-bottom: 30px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #e5e5e5;
}

.wrapper.recent-blog-posts {
  padding-top: 120px;
  -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;
}

.wrapper.presentation-hero-wrapper {
  position: relative;
}

.wrapper.presentation-home-page-wrapper {
  -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;
}

.wrapper.presentation-pricing-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  padding-top: 0px;
  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;
}

.wrapper.presentation-about-wrapper {
  -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;
}

.wrapper.navbar-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.wrapper.about-3-hero-wrapper {
  -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;
}

.wrapper.integrate-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.home-1-blog-wrapper {
  padding-bottom: 160px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.styleguide {
  display: block;
}

.wrapper.instruction-heading-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.instruction {
  -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;
}

.wrapper.changelog {
  -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;
}

.wrapper.updates {
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid #04121f;
}

.wrapper.license {
  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;
}

.wrapper.about-1-hero-wrapper {
  position: relative;
  padding-bottom: 140px;
}

.wrapper.navigation-wrapper {
  position: relative;
  overflow: visible;
  height: 50%;
  max-height: 50px;
  max-width: 1300px;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper.eg-home-1-testimonial-wrapper {
  height: 50%;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  font-family: Nunito, sans-serif;
}

.wrapper.eg-home-2-integration-wrapper {
  position: relative;
  padding-top: 230px;
  padding-bottom: 200px;
  -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;
}

.wrapper.eg-about-2-hiring-wrapper {
  -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;
}

.wrapper.vr-testimonial-wrapper {
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Nunito, sans-serif;
}

.home-1-hero-left {
  width: 50%;
  max-width: 620px;
}

.home-1-hero-heading-wrapper {
  margin-bottom: 24px;
}

.home-1-text-wrapper {
  margin-bottom: 32px;
}

.button {
  padding: 20px 32px;
  border-radius: 8px;
  background-color: #2cae76;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #04121f;
}

.button._12-px-padding {
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none;
}

.button._12-px-padding._100 {
  width: 100%;
}

.button._12-px-padding.nav-button {
  margin-left: 20px;
}

.button._16-px-padding {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button._100 {
  width: 100%;
}

.button._100.margin-top-40px {
  margin-top: 40px;
}

.button.home-2-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Nunito, sans-serif;
}

.button.button-hover-white {
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Nunito, sans-serif;
}

.button.button-hover-white:hover {
  background-color: #fff;
  color: #04121f;
}
.button.button-border-white {
	background-color: transparent;
    color: white;
    border: 1px solid white;
}
.button.button-border-white:hover {
	background-color: #fff;
    color: #04121f;
    border: 1px solid white;
}

.hero-1-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 70%;
  max-width: 940px;
  margin-right: -25%;
}

.image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.contain {
  overflow: visible;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image.contain.faq-arrow {
  width: 10%;
  max-width: 10%;
  min-width: 10%;
}

.home-1-email-section {
  padding-top: 20px;
  padding-bottom: 60px;
}

.home-1-email-heading-wrapper {
  display: block;
  max-width: 1000px;
  margin-bottom: 80px;
  text-align: center;
}

.home-1-email-tables-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-1-email-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 48px;
  padding-right: 3%;
  padding-left: 3%;
  -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-radius: 8px;
  background-color: #f8f4ee;
}

.home-1-email-table.middle {
  background-color: #f8f4ee;
}

.email-table-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  -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-radius: 12px;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.email-table-icon.white-background {
  background-color: #fff;
}

.email-table-icon-wrapper {
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.email-table-heading-wrapper {
  margin-bottom: 12px;
  text-align: center;
}

.email-table-text-wrapper {
  margin-bottom: 16px;
  text-align: center;
}

.text-block {
  color: #6b6768;
}

.text-block._16-px {
  color: #f8f4ee;
  font-size: 16px;
  line-height: 24px;
}

.text-block._16-px.brown {
  color: #6b6768;
}

.text-block._16-px.full-white {
  color: #fff;
}

.text-block._16-px.black {
  color: #616b75;
  line-height: 28px;
  font-style: normal;
}

.text-block._16-px.black.medium {
  color: #6b6768;
}

.text-block._16-px.home-2-lightbox-button-text {
  font-family: Nunito, sans-serif;
  color: #fff;
}

.text-block._16-px.green {
  font-size: 20px;
}

.text-block._24-px {
  color: #04121f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.text-block._24-px.italic {
  font-style: italic;
}

.text-block._12-px {
  color: #6b6768;
  font-size: 12px;
  line-height: 100%;
}

.text-block._14-px {
  color: #6b6767;
  font-size: 14px;
  line-height: 24px;
}

.text-block._14-px.footer-down-text {
  color: #000;
}

.text-block._14-px.footer-down-text.dull-white {
  color: rgba(255, 255, 255, 0.5);
}

.text-block._14-px.footer-social-media {
  margin-right: 12px;
}

.text-block._14-px.footer-social-media.white {
  color: #fff;
}

.text-block.black {
  color: #04121f;
}

.text-block.black.medium {
  color: #f8f4ee;
}

.text-block._20-px {
  font-size: 20px;
  line-height: 32px;
}

.text-block.light-white {
  color: rgba(255, 255, 255, 0.5);
}

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

.text-block.green {
  color: #2cae76;
  font-weight: 500;
}

.text-block._32-px {
  color: #04121f;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.text-block._64-px {
  color: #ecb22d;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.text-block._72-px {
  color: #04121f;
  font-size: 72px;
  line-height: 84px;
  font-weight: 700;
}

.text-block.footer-email-text {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.text-block.footer-email-text:hover {
  color: #fff;
}

.text-block.footer-email-text.black-link {
  color: #6b6768;
}

.text-block.footer-email-text.black-link:hover {
  color: #000;
}

.text-block.home-3-tab {
  font-size: 16px;
  line-height: 26px;
}

.learn-more-link-text {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.email-table-image {
  overflow: hidden;
  width: 90%;
  max-width: 290px;
  margin-top: 45px;
  margin-bottom: -110px;
  border-radius: 12px;
  box-shadow: 0 16px 30px 0 hsla(0, 0%, 85.9%, 0.25);
}

.learn-more-link-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.learn-more-link-line.black {
  background-color: #000;
}

.learn-more {
  overflow: hidden;
  text-decoration: none;
}

.home-1-people-section.reverse-section {
  color: #6a6768;
}

.home-1-people-image {
  position: relative;
  overflow: hidden;
  width: 48%;
  max-width: 560px;
  border-radius: 12px;
}

.home-1-people-right {
  overflow: hidden;
  width: 48%;
  max-width: 460px;
}

.home-1-people-heading-wrapper {
  margin-bottom: 24px;
}

.home-1-people-text-wrapper {
  margin-bottom: 32px;
}

.home-1-people-line {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  border: 1px dashed #e5e5e5;
}

.home-1-people-feedback-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-style: normal;
}

.home-1-feedback-text-wrapper {
  margin-bottom: 16px;
  font-style: italic;
}

.home-1-people-feedback-name {
  margin-bottom: 16px;
}

.home-1-people-feedback-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -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;
}

.home-1-features-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-1-features-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-bottom: 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: 12px;
  background-color: #bbcff6;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.home-1-features-heading-wrapper {
  margin-bottom: 12px;
}

.home-1-features-text-wrapper {
  margin-bottom: 16px;
}

.features-learn-more-link {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  text-decoration: none;
}

.home-1-cta-section {
  margin-top: 0px;
  padding-top: 40px;
  background-color: #04121f;
}

.home-1-cta-image {
  position: relative;
  width: 46%;
  max-width: 480px;
  border-radius: 12px;
}

.home-1-cta-card-image {
  position: absolute;
  left: auto;
  top: auto;
  right: -8%;
  bottom: 5%;
  width: 50%;
  max-width: 265px;
}

.home-1-cta-checkmark {
  position: absolute;
  left: auto;
  top: -13%;
  right: -10%;
  bottom: auto;
  width: 56px;
  height: 56px;
}

.home-1-cta-right {
  width: 43%;
}

.home-1-heading-wrapper {
  margin-bottom: 32px;
}

.home-1-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-1-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #020b14;
  font-family: Nunito, sans-serif;
}

.home-1-tab-link {
  padding: 12px 25px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.home-1-tab-link.w--current {
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.home-1-tab-text {
  line-height: 24px;
}

.home-1-tabs-content {
  width: 100%;
  margin-top: 32px;
}

.home-1-tab-pane-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.home-1-tab-pointers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -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;
  font-family: Nunito, sans-serif;
}

.home-1-tab-pointer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-1-tab-checkmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 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: 50%;
}

.home-1-testimonial-section {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 60px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.testimonial-heading {
  max-width: 560px;
  margin-bottom: 24px;
}

.home-1-testimonial-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-1-testimonial-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  max-width: 520px;
  -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;
}

.home-1-testimonial-text-wrapper {
  margin-bottom: 32px;
}

.home-1-testimonial-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-1-testimonial-image {
  overflow: hidden;
  height: 40px;
  margin-right: 12px;
}

.home-1-person-name-and-position-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-1-testimonial-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 151px;
  grid-template-rows: 151px;
}

.home-1-testimonial-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-1-testimonial-grid-image {
  width: 180px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-1-testimonial-stars-wrapper {
  width: 115px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.home-1-integrate-image-wrapper {
  width: 50%;
  max-width: 550px;
}

.home-1-integrate-right {
  width: 48%;
  max-width: 460px;
}

.home-integrate-heading-wrapper {
  margin-bottom: 32px;
}

.home-1-integrate-text-wrapper {
  margin-bottom: 30px;
}

.home-1-subscribe-section {
  position: relative;
  overflow: hidden;
  background-color: #04121f;
}

.home-1-subscribe-left {
  width: 50%;
  max-width: 570px;
  font-family: Nunito, sans-serif;
}

.home-1-subscribe-heading {
  margin-bottom: 24px;
}

.home-1-subscribe-text-wrapper {
  max-width: 460px;
  margin-bottom: 32px;
}

.home-1-subscribe-form-block {
  max-width: 100%;
  border-radius: 8px;
}

.home-1-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
}

.home-1-subscribe-field {
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 55px;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('https://www.empowergmat.com/uploads/designs/Webflow/mages/Email.svg');
  background-position: 6% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.home-1-subscribe-field::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}

.home-1-subscribe-field:-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}

.home-1-subscribe-field::-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}

.home-1-subscribe-field::placeholder {
  font-size: 14px;
  line-height: 20px;
}

.home-1-subscribe-image {
  position: absolute;
  left: auto;
  top: auto;
  right: -18%;
  bottom: -2%;
  overflow: hidden;
  width: 45%;
  max-width: 800px;
}

.footer.black {
  background-color: #04121f;
  font-family: Nunito, sans-serif;
}

.footer-main-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 400px;
  -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 {
  width: 240px;
  margin-bottom: 0px;
}

.footer-text {
  margin-bottom: 32px;
}

.footer-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -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;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.footer-email-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
}

.footer-column {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-column-heading-wrapper {
  margin-bottom: 24px;
}

.footer-link {
  margin-bottom: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #6b6768;
  font-size: 16px;
  line-height: 24px;
}

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

.footer-link.dull-white {
  color: rgba(255, 255, 255, 0.6);
}

.footer-link.dull-white:hover {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  color: #fff;
}

.footer-columns-container {
  display: -ms-grid;
  display: grid;
  width: 55%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-down {
  margin-top: 65px;
}

.footer-line {
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
  background-color: hsla(0, 0%, 89.8%, 0.1);
}

.foote-down-text-and-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-down-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(0, 0, 0, 0.6);
}

.footer-down-link:hover {
  color: #000;
}

.footer-down-link.off-white {
  color: rgba(255, 255, 255, 0.7);
}

.footer-down-link.off-white:hover {
  color: #fff;
}

.footer-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.footer-social-link:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.home-2-hero-section {
  overflow: hidden;
}

.home-2-hero-heading-wrapper {
  margin-bottom: 24px;
}

.home-2-hero-left {
  width: 47%;
  max-width: 500px;
  margin-top: -20px;
}

.home-2-hero-text-wrapper {
  margin-bottom: 32px;
}

.home-2-hero-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-top: 8px;
  margin-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;
}

.home-2-video-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
}

.home-2-video-button-lightbox {
  position: relative;
  z-index: 99999999;
}

.home-2-hero-play-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-2-hero-subtexts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 390px;
  margin-bottom: 28px;
  -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;
  font-family: Nunito, sans-serif;
}

.home-2-hero-subtext-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-hero-checkmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-2-hero-image {
  position: relative;
  width: 47%;
  max-width: 490px;
}

.home-2-logos-section {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: rgba(248, 244, 238, 0.55);
}

.home-2-logos-text-wrapper {
  margin-bottom: 48px;
}

.home-2-logos-grid {
  width: 100%;
}

.home-2-hero-floating-image-1 {
  position: absolute;
  left: -11%;
  top: auto;
  right: auto;
  bottom: 5%;
  overflow: hidden;
  width: 215px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: -9px 18px 46px 0 rgba(140, 140, 152, 0.25);
}

.home-2-hero-floating-image-2 {
  position: absolute;
  left: auto;
  top: 7%;
  right: -11%;
  bottom: auto;
  overflow: hidden;
  width: 220px;
  height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 8px 11px 30px 0 hsla(0, 0%, 72.5%, 0.25);
}

.home-2-logos-gird {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 66px;
  grid-template-rows: 66px;
}

.home-2-revenue-section {
  overflow: hidden;
  font-family: Nunito, sans-serif;
}

.home-2-revenue-image-wrapper {
  position: relative;
  width: 47%;
  max-width: 460px;
  border-radius: 12px;
}

.home-2-revenue-floating-image {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: 9%;
  overflow: hidden;
  width: 380px;
  height: 150px;
  border-radius: 6px;
  box-shadow: 0 34px 63px 0 rgba(118, 115, 125, 0.25);
}

.home-2-revenue-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -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;
}

.home-2-revenue-heading-wrapper {
  margin-bottom: 24px;
}

.h1-48-px {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}

.home-2-revenue-text-wrapper {
  margin-bottom: 32px;
}

.home-2-revenue-benefits {
  width: 100%;
  margin-top: 32px;
}

.home-2-revenue-checkmark-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 16px;
  margin-bottom: 28px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-2-revenue-checkmark-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -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-2-revenue-checkmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-2-customers-section {
  overflow: hidden;
  font-family: Nunito, sans-serif;
}

.home-2-customers-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  max-width: 500px;
  -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;
}

.home-2-customers-text-wrapper {
  margin-top: 24px;
  margin-bottom: 40px;
}

.home-2-customers-pointers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  -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;
}

.home-2-customers-pointer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-2-customers-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -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;
}

.home-2-customers-pointer-content {
  max-width: 320px;
}

.home-2-customers-pointer-text {
  margin-top: 12px;
}

.home-2-customers-image-wrapper {
  position: relative;
  width: 47%;
  max-width: 460px;
  border-radius: 12px;
}

.home-2-customers-floating-image {
  position: absolute;
  left: -17%;
  top: auto;
  right: auto;
  bottom: 8%;
  width: 280px;
  height: 180px;
  box-shadow: 15px 15px 70px 0 rgba(86, 84, 102, 0.25);
}

.home-2-customers-checkmark {
  position: absolute;
  left: auto;
  top: -13%;
  right: -6%;
  bottom: auto;
  width: 56px;
  height: 56px;
}

.home-2-tabs-section {
  background-color: #04121f;
}

.home-2-tabs-heading-wrapper {
  max-width: 600px;
  margin-bottom: 80px;
  text-align: center;
}

.home-2-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.home-2-tabs-menu {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Nunito, sans-serif;
}

.home-2-tabs-link {
  padding-top: 30px;
  background-color: transparent;
}

.home-2-tabs-link.w--current {
  background-color: transparent;
}

.home-2-tabs-link-text-wrapper {
  margin-top: 12px;
}

.home-2-progress-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 2px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.home-2-inside-progress {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #2cae76;
}

.home-2-tab-links-heading {
  color: #fff;
}

.home-2-tab-links-text {
  color: #fff;
}

.tab-pane {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.tab-content {
  margin-bottom: 75px;
}

.home-2-slider-heading-wrapper {
  max-width: 575px;
  margin-bottom: 80px;
  text-align: center;
}

.home-2-slider-mask {
  height: auto;
  border: 0px none #000;
}

.home-2-slider-nav {
  display: none;
}

.home-2-slider-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-2-slider-number-text {
  margin-bottom: 12px;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}

.home-2-slider-image-wrapper {
  width: 160px;
}

.home-2-slider-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-2-slider-stars {
  width: 110px;
  margin-bottom: 18px;
}

.home-2-slider-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
}

.home-2-slider-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 24px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-2-slider-see-more-line {
  height: 1px;
  background-color: #fff;
}

.home-2-slider-left-arrow {
  left: auto;
  top: auto;
  right: -7%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.home-2-slider-left-arrow:hover {
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
}

.home-2-slider {
  width: 100%;
  height: auto;
  padding: 50px 5%;
  background-color: #020e18;
}

.home-2-integration-section {
  overflow: hidden;
}

.home-2-integrations-heading-wrapper {
  max-width: 605px;
  margin-bottom: 48px;
  text-align: center;
}

.home-2-integration-floating-1 {
  position: absolute;
  left: 4%;
  top: 14%;
  right: auto;
  bottom: auto;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  box-shadow: 31px 31px 79px 0 rgba(141, 143, 157, 0.16);
}

.home-2-integration-floating-2 {
  position: absolute;
  left: -5%;
  top: 35%;
  right: auto;
  bottom: auto;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  box-shadow: 14px 14px 37px 0 rgba(141, 143, 157, 0.16);
}

.home-2-integration-floating-3 {
  position: absolute;
  left: 7%;
  top: 45%;
  right: auto;
  bottom: auto;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  box-shadow: 16px 16px 40px 0 rgba(141, 143, 157, 0.16);
}

.home-2-integration-floating-4 {
  position: absolute;
  left: 18%;
  top: 58%;
  right: auto;
  bottom: auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  box-shadow: 16px 16px 40px 0 rgba(141, 143, 157, 0.16);
}

.home-2-integration-floating-5 {
  position: absolute;
  left: -2%;
  top: 69%;
  right: auto;
  bottom: auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  box-shadow: 23px 23px 58px 0 rgba(141, 143, 157, 0.16);
}

.home-2-integration-floating-6 {
  position: absolute;
  left: auto;
  top: 27%;
  right: 8%;
  bottom: auto;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  box-shadow: 16px 16px 40px 0 rgba(141, 143, 157, 0.16);
}

.home-2-integration-floating-7 {
  position: absolute;
  left: auto;
  top: 33%;
  right: -9%;
  bottom: auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: 18px 18px 50px 0 rgba(141, 143, 157, 0.16);
}

.home-2-integration-floating-8 {
  position: absolute;
  left: auto;
  top: 47%;
  right: 7%;
  bottom: auto;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 11px 11px 30px 0 rgba(141, 143, 157, 0.16);
}

.home-2-integration-floating-9 {
  position: absolute;
  left: auto;
  top: 61%;
  right: 19%;
  bottom: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 11px 11px 30px 0 rgba(141, 143, 157, 0.16);
}

.home-2-integration-floating-10 {
  position: absolute;
  left: auto;
  top: 79%;
  right: -5%;
  bottom: auto;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 18px 18px 45px 0 rgba(141, 143, 157, 0.16);
}

.home-3-hero-section {
  background-color: #04121f;
}

.home-3-hero-heading-wrapper {
  position: relative;
  max-width: 750px;
}

.yellow-text-span {
  display: inline-block;
  color: #ecb22d;
}

.home-3-hero-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d8cbb7;
  border-radius: 12px;
  background-color: #f8f4ee;
}

.home-3-hero-box.top {
  margin-bottom: 100px;
}

.home-3-hero-box-left {
  width: 48%;
  max-width: 450px;
}

.home-3-hero-box-heading-wrapper {
  margin-bottom: 24px;
}

.home-3-hero-box-text-wrapper {
  margin-bottom: 32px;
}

.home-3-hero-box-pointers {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-3-hero-box-pointer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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;
}

.home-3-hero-box-icon {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 12px;
}

.home-3-hero-box-pointer-heading {
  margin-bottom: 12px;
}

.home-3-hero-box-image {
  overflow: hidden;
  width: 48%;
  margin-right: -90px;
  border-radius: 12px;
}

.home-3-box-section {
  margin-top: -350px;
  margin-bottom: 80px;
}

.home-3-hero-box-checklists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 390px;
  margin-top: 32px;
  margin-bottom: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-3-hero-box-checklist-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-3-hero-box-checkmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-right: 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: 50%;
}

.home-3-customers-top-left {
  width: 50%;
  max-width: 420px;
}

.home-3-top-right-text-wrapper {
  width: 48%;
  max-width: 450px;
}

.home-3-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-3-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  max-width: 380px;
  margin-right: auto;
  margin-left: 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;
}

.home-3-tab-content {
  overflow: visible;
  width: 47%;
  max-width: 460px;
  border-radius: 12px;
}

.home-3-tab-pane-main-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  max-width: 460px;
  border-radius: 12px;
}

.home-3-tab-pane-floating-1 {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: 12%;
  overflow: hidden;
  width: 215px;
  height: 200px;
  -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-radius: 8px;
  box-shadow: 0 20px 46px 0 rgba(140, 140, 152, 0.25);
}

.home-3-logos-gird {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-3-logos-heading-wrapper {
  max-width: 710px;
  margin-bottom: 50px;
}

.home-3-lightbox-wrapper {
  width: 100%;
  margin-top: 70px;
}

.home-3-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  -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-radius: 12px;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.home-3-lightbox:hover {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}

.home-3-lightbox-play-button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 110px;
  height: 110px;
  -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: 50%;
  background-color: #fff;
}

.home-3-play-button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 30px;
  margin-left: 3px;
  -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;
}

.home-3-lightbox-image {
  width: 100%;
  height: 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;
}

.home-3-features-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  -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;
}

.home-3-features-heading-wrapper {
  margin-bottom: 24px;
}

.home-3-features-text-wrapper {
  margin-bottom: 40px;
}

.home-3-features-grid {
  display: -ms-grid;
  display: grid;
  width: 70%;
  max-width: 700px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  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-3-features-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-3-features-item-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
}

.home-3-features-item-text {
  margin-top: 12px;
  margin-bottom: 16px;
}

.home-3-integrations-section {
  margin-top: 90px;
}

.home-3-integrations-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 430px;
  -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;
}

.home-3-subscribe-heading-wrapper {
  max-width: 775px;
  margin-bottom: 40px;
}

.home-3-integrations-text-wrapper {
  max-width: 85%;
  margin-bottom: 32px;
}

.home-3-integrations-cards {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 230%;
}

.home-3-integrations-card-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-3-integrations-card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 160px;
  margin-bottom: 24px;
  -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-radius: 8px;
  background-color: #fff;
}

.home-3-integrations-card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-3-subscribe-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 460px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #d8cbb7;
  border-radius: 12px;
  background-color: #f8f4ee;
}

.home-3-form-block {
  margin-bottom: 0px;
}

.home-3-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;
}

.home-3-form-field {
  margin-bottom: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 56px;
  border-radius: 8px;
  background-image: url('https://www.empowergmat.com/uploads/designs/Webflow/mages/EnvelopeSimple.svg');
  background-position: 5% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.home-3-form-field::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
}

.home-3-form-field:-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
}

.home-3-form-field::-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
}

.home-3-form-field::placeholder {
  font-size: 16px;
  line-height: 24px;
}

.home-3-arrow {
  position: absolute;
  left: 47%;
  top: auto;
  right: auto;
  bottom: 29%;
  width: 310px;
  height: 220px;
}

.success-message {
  border-radius: 8px;
  background-color: #2cae76;
}

.home-1-blog-left {
  width: 66%;
  max-width: 760px;
}

.home-1-blog-left-heading-wrapper {
  margin-bottom: 40px;
}

.home-1-featured-blogs-container {
  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: 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;
}

.home-1-featured-blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.home-1-featured-up {
  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;
}

.home-1-featured-image {
  overflow: hidden;
  height: 360px;
  border-radius: 12px;
}

.blog-card-date-and-time-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -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;
}

.blog-card-date-and-time-wrapper.home-2 {
  margin-top: 0px;
  margin-bottom: 8px;
}

.home-1-featured-heading-wrapper {
  margin-top: 24px;
  margin-bottom: 12px;
}

.blog-card-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 13px;
  -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;
}

.blog-card-date-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  -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;
}

.home-1-featured-collection-list-wrapper {
  width: 100%;
}

.home-1-featured-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.home-1-featured-collection-item {
  width: 48%;
}

.home-1-blog-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-1-recent-heading-wrapper {
  margin-bottom: 16px;
}

.home-1-recent-blog-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.home-1-recent-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-1-blog-right-heading-wrapper {
  margin-bottom: 40px;
}

.home-1-recent-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-1-recent-date-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  -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;
}

.home-1-recent-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -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-1-recent-image {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 12px;
}

.home-2-recent-blogs-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: #e5e5e5;
}

.home-2-blog-section {
  margin-bottom: -250px;
}

.home-2-blog-heading {
  margin-bottom: 80px;
}

.home-2-blogs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.home-2-blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 12px 12px 24px;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 32px 0 rgba(12, 18, 39, 0.08);
}

.home-2-blog-up {
  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;
}

.home-2-blog-image {
  overflow: hidden;
  height: 260px;
  margin-bottom: 24px;
  border-radius: 12px;
}

.home-2-blog-card-heading-wrapper {
  margin-bottom: 16px;
}

.home-2-blog-card-text-wrapper {
  margin-bottom: 16px;
}

.home-2-blog-learn-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.blog-2-card-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 13px;
  -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;
}

.home-2-blog-collection-item {
  width: 32%;
  max-width: 360px;
}

.home-2-blog-collection-list {
  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;
}

.home-2-collection-list-wrapper {
  width: 100%;
}

.about-1-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 43%;
  max-width: 460px;
  border-radius: 12px;
}

.about-1-culture-right {
  width: 55%;
  max-width: 550px;
}

.about-1-culture-heading-wrapper {
  margin-bottom: 24px;
}

.about-1-culture-text-wrapper {
  margin-bottom: 32px;
}

.about-1-culture-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.about-1-culture-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.about-1-culture-icon {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.about-1-milestone-heading-wrapper {
  max-width: 550px;
  margin-bottom: 40px;
}

.about-1-milestone-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: 10%;
  -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;
}

.about-1-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  margin-right: auto;
  margin-left: 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;
}

.about-1-tabs-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 24px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.about-1-tabs-link.w--current {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.about-1-tab-circle {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin-right: 14px;
  border-radius: 50%;
  background-color: #d8d0c8;
}

.about-1-tabs-content {
  width: 85%;
  max-width: 850px;
}

.about-1-tab-pane-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-1-tab-pane-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  max-width: 390px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-1-tab-pane-heading-wrapper {
  margin-bottom: 24px;
}

.about-1-tab-pane-heading {
  font-weight: 500;
}

.about-1-tab-pane-text-wrapper {
  margin-bottom: 32px;
}

.about-1-tab-pane-image {
  overflow: hidden;
  width: 47%;
  height: 350px;
  max-width: 400px;
  border-radius: 8px;
}

.about-1-value-section {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #04121f;
}

.about-1-value-heading-wrapper {
  max-width: 665px;
  min-width: 100%;
  margin-bottom: 75px;
  text-align: center;
}

.about-1-value-boxes-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-1-value-box-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  border-radius: 8px;
  color: #f8f4ee;
}

.about-1-value-box-icon {
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
  border-radius: 8px;
}

.about-1-box-number-text {
  margin-bottom: 15px;
  font-family: Nunito, sans-serif;
  color: #04121f;
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
}

.about-1-location-heading-wrapper {
  margin-bottom: 80px;
  text-align: center;
}

.about-1-map-and-offices-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.about-1-location-left {
  width: 50%;
  height: 560px;
  max-width: 700px;
  margin-left: -12%;
}

.about-1-map {
  width: 100%;
  height: 100%;
}

.about-1-location-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-1-offices-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-1-office-item {
  margin-bottom: 40px;
}

.about-1-office-heading-wrapper {
  margin-bottom: 16px;
}

.h4-36px-height {
  line-height: 36px;
}

.about-2-hero-section {
  background-color: #04121f;
}

.about-2-heading-wrapper {
  text-align: center;
}

.about-2-images-section {
  margin-top: -340px;
}

.about-2-images-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: 280px 280px;
  grid-template-rows: 280px 280px;
}

.about-2-images-grid.reverse {
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
}

.about-2-big-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 760px;
  border-radius: 12px;
}

.about-2-small-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.about-1-hiring-section {
  background-color: #04121f;
}

.about-1-hiring-heading-wrapper {
  margin-bottom: 80px;
}

.about-1-hirings {
  width: 100%;
}

.about-1-hiring-item {
  display: -ms-grid;
  display: grid;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(248, 244, 238, 0.15);
}

.hiring-apply-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiring-apply-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-2-numbers-heading-wrapper {
  margin-top: 20px;
  margin-bottom: 24px;
  text-align: center;
}

.about-2-numbers-text-wrapper {
  max-width: 560px;
  margin-bottom: 70px;
  text-align: center;
}

.about-2-numbers-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-2-numbers-item {
  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;
}

.about-2-numbers-figures {
  margin-bottom: 16px;
}

.about-2-rating {
  width: 100%;
  max-width: 500px;
}

.about-2-rating-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -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;
}

.about-2-rating-logo {
  width: 40%;
  max-width: 220px;
}

.about-2-rating-stars-and-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 170px;
  -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;
}

.about-2-stars-wrapper {
  margin-bottom: 18px;
}

.about-2-rating-user {
  overflow: hidden;
}

.about-2-user-rating-line {
  width: 100%;
  height: 1px;
  background-color: #6b6768;
}

.about-2-benefits-section {
  background-color: #04121f;
}

.about-2-benefits-heading-wrapper {
  margin-bottom: 32px;
  text-align: center;
}

.about-2-benefits-text-wrapper {
  max-width: 560px;
  margin-bottom: 48px;
  text-align: center;
}

.about-2-benefit-pointers-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.about-2-benefits-pointer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.about-2-benefits-checkmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-2-hiring-heading-wrapper {
  margin-bottom: 24px;
  text-align: center;
}

.about-2-hiring-text-wrapper {
  max-width: 560px;
  margin-bottom: 70px;
  text-align: center;
}

.about-2-hiring-positions-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-2-hiring-position-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 32px;
  -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;
  border-radius: 8px;
  background-color: #f8f4ee;
}

.about-2-hiring-item-heading {
  margin-bottom: 16px;
}

.hiring-place-and-tenure-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -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;
}

.hiring-place-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -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;
}

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

.hiring-place-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  -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;
}

.hiring-time-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  -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;
}

.hiring-item-text-wrapper {
  margin-bottom: 48px;
  padding-top: 40px;
}

.hiring-item-up {
  -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;
}

.about-3-vision-section {
  background-color: #04121f;
}

.about-3-vision-heading {
  margin-bottom: 40px;
}

.bold {
  margin-top: 40px;
  font-weight: 700;
}

.about-3-vision-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-3-vision-item-heading {
  max-width: 350px;
}

.about-3-vision-item-text {
  max-width: 655px;
}

.team-heading-wrapper {
  margin-bottom: 80px;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  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;
  border-bottom: 1px solid #e5e5e5;
}

.team-person-image {
  overflow: hidden;
  width: 49%;
  height: 260px;
  max-width: 220px;
  border-radius: 8px;
}

.team-item-content {
  width: 52%;
}

.team-name-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.team-designation-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.team-grid-right {
  padding-top: 80px;
}

.pricing-1-hero-section {
  background-color: #04121f;
}

.pricing-1-hero-heading-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

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

.pricing-switch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 40px;
  margin-right: 13px;
  margin-left: 13px;
  padding-left: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #2cae76;
}

.pricing-link-switch-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  height: 100%;
}

.pricing-link-switch-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
}

.pricing-switch-ball {
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}

.pricing-1-table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32%;
  padding: 40px 32px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 50px 100px 0 rgba(64, 74, 83, 0.1);
}

.pricing-1-table-item.middle {
  box-shadow: 0 50px 100px 0 rgba(64, 74, 83, 0.1);
}

.pricing-1-table-plan-name {
  margin-bottom: 8px;
}

.pricing-1-table-subtext {
  margin-bottom: 20px;
  text-align: center;
}

.pricing-1-cost-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
}

.pricing-1-table-dollar-sign {
  color: #04121f;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.pricing-1-table-amount-text {
  color: #04121f;
  font-size: 64px;
  line-height: 60px;
  font-weight: 700;
}

.pricing-1-table-cost-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-1-table-pointers-container {
  width: 100%;
  margin-top: 32px;
}

.pricing-1-table-pointer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

.pricing-1-table-pointer-checkmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 11px;
  -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-1-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-1-table.monthly {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-1-table.yearly {
  display: none;
}

.pricing-1-plans-section {
  font-family: Nunito, sans-serif;
}

.pricing-1-plans-heading-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 70%;
  padding: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 5px;
  background-color: #fff;
}

.pricing-1-plan-heading-wrapper {
  margin-bottom: 12px;
}

.pricing-1-plans-table {
  width: 100%;
}

.pricing-1-plans-secondary-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-bottom: 24px;
  padding-top: 31px;
  padding-bottom: 32px;
  padding-left: 24px;
  background-color: #fff;
}

.pricing-1-plan-up {
  margin-bottom: 65px;
}

.pricing-1-plan-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 24px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1.25fr 1fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-1-plan-feature.yellow-background {
  background-color: #f8f4ee;
}

.pricing-1-plan-checklist {
  display: -ms-grid;
  display: grid;
  width: 67%;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-1-faq-text-wrapper {
  width: 80%;
  margin-top: 20px;
}

.pricing-1-faq-container {
  width: 100%;
}

.pricing-1-faq-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 10px;
  -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;
}

.pricing-1-faq-question-wrapper {
  -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;
}

.pricing-1-faq-item {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 5% 10px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 8px;
  box-shadow: none;
}

.pricing-1-faq-question-and-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  cursor: pointer;
}

.pricing-1-faq-question {
  color: #04121f;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.pricing-1-faq-answer {
    overflow: hidden;
    margin-top: 25px;
}

.text-block._16-px.brown {
    color: #6b6768;
	font-size: 16px;
    line-height: 24px;
}

.pricing-logos-text-wrapper {
  margin-bottom: 60px;
}

.pricing-logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pricing-logo-item {
  width: 12%;
  margin-right: 30px;
  margin-bottom: 55px;
  margin-left: 30px;
}

.pricing-2-hero-left {
  position: static;
  overflow: hidden;
  width: 50%;
  height: 800px;
  padding-top: 60px;
  padding-left: 60px;
  border-radius: 8px;
  background-color: #04121f;
}

.pricing-2-hero-heading {
  max-width: 300px;
  margin-bottom: 24px;
}

.pricing-2-left-text {
  max-width: 300px;
}

.pricing-2-hero-right {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: -108px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pricing-2-table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-2-table {
  overflow: hidden;
  width: 48%;
  padding: 50px 30px 25px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 11px 11px 60px 0 rgba(130, 134, 137, 0.16);
}

.pricing-2-table.landscape-margin-bottom-30-px {
  margin-bottom: 0px;
}

.pricing-2-table-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-2-table-line {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #f8f4ee;
}

.pricing-2-table-pointer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-2-table-pointer-checkmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 11px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pricing-case-study-item {
  width: 48%;
}

.pricing-case-study-image {
  overflow: hidden;
  margin-bottom: 48px;
  border-radius: 10px;
}

.pricing-case-study-designation {
  margin-top: 16px;
  margin-bottom: 32px;
}

.pricing-2-faq-section {
  background-color: #f8f4ee;
}

.faq-heading-wrapper {
  margin-bottom: 24px;
}

.pricing-2-faq-left {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 40%;
  max-width: 460px;
}

.pricing-2-faq-right {
  width: 50%;
  max-width: 560px;
}

.pricing-2-popular-question-heading {
  margin-bottom: 15px;
  padding-left: 5%;
}

.pricing-3-hero-section {
  background-color: #f8f4ee;
}

.pricing-3-hero-heading {
  margin-bottom: 24px;
  text-align: center;
}

.pricing-3-hero-text-wrapper {
  max-width: 460px;
  margin-bottom: 40px;
  text-align: center;
}

.pricing-3-table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -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;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.pricing-3-table {
  width: 50%;
  padding: 32px 60px 80px 32px;
  border-bottom: 1px solid #d8cbb7;
  border-left: 1px solid #d8cbb7;
  background-color: #fff;
}

.pricing-3-table.individial-plan {
  border-top: 4px solid #04121f;
}

.pricing-3-table.business-plan {
  border-top: 4px solid #ecb22d;
  border-right: 1px solid #d8cbb7;
}

.pricing-3-table-heading-wrapper {
  margin-bottom: 16px;
}

.pricing-3-text-wrapper {
  margin-bottom: 16px;
}

.pricing-3-table-amount-text {
  display: inline-block;
  color: #04121f;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.pricing-3-per-month-text {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.pricing-3-table-amount {
  margin-bottom: 40px;
}

.pricing-3-table-pointers {
  margin-top: 40px;
}

.pricing-3-pointer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-3-pointer-item.middle {
  margin-right: 35px;
  margin-left: 35px;
}

.pricing-3-pointer-item.no-margin {
  margin-bottom: 0px;
}

.pricing-3-pointer-checkmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-right: 11px;
  -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;
}

.pricing-3-table-down {
  width: 100%;
}

.pricing-3-bottom-pointers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 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-right: 1px solid #d8cbb7;
  border-bottom: 1px solid #d8cbb7;
  border-left: 1px solid #d8cbb7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}

.pricing-3-features-section {
  background-color: #04121f;
}

.pricing-3-features-heading {
  text-align: center;
}

.pricing-3-feature-pointers-wrapper {
  width: 100%;
  max-width: 590px;
}

.pricing-3-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -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;
}

.pricing-3-feature-number {
  margin-right: 65px;
}

.pricing-3-feature-item-heading {
  margin-bottom: 16px;
}

.pricing-3-faq-answer-wrapper {
  margin-top: 17px;
}

.pricing-3-faq-text-wrapper {
  max-width: 560px;
  text-align: center;
}

.pricing-3-faq-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pricing-3-faq-heading-wrapper {
  margin-bottom: 25px;
  text-align: center;
}

.pricing-3-faq-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.faq-item-line {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  background-color: #e5e5e5;
}

.blog-hero-section {
  overflow: hidden;
  background-color: #04121f;
}

.blog-hero-left {
  width: 60%;
  max-width: 600px;
}

.blog-hero-heading-wrapper {
  margin-bottom: 20px;
}

.blog-hero-text-wrapper {
  margin-bottom: 40px;
}

.blog-latest-image {
  overflow: hidden;
  width: 47%;
  height: 350px;
  max-width: 550px;
  border-radius: 8px;
}

.blog-latest-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
}

.blog-latest-heading {
  margin-top: 30px;
  margin-bottom: 50px;
}

.blog-author-and-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.blog-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-author-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.latest-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.latest-blog-collection-list-wrapper {
  width: 100%;
}

.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #e5e5e5;
}

.blog-image {
  overflow: hidden;
  width: 100%;
  height: 260px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.blog-heading {
  margin-top: 15px;
  margin-bottom: 30px;
}

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

.blog-collection-list {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact-hero-section {
  margin-top: 0px;
  background-color: #f8f4ee;
}

.contact-form-section {
  margin-top: -350px;
}

.contact-form-block {
  width: 100%;
}

.form-first-and-last-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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;
}

.form-label {
  margin-bottom: 15px;
  color: #f8f4ee;
  font-weight: 500;
}

.form-first-name {
  width: 48%;
}

.form-last-name {
  width: 48%;
}

.contact-form-asterisk {
  color: #2cae76;
}

.form-text-field {
  height: 50px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 4px;
  background-color: rgba(248, 244, 238, 0.1);
  color: #f8f4ee;
}

.form-text-field::-webkit-input-placeholder {
  color: rgba(248, 244, 238, 0.5);
}

.form-text-field:-ms-input-placeholder {
  color: rgba(248, 244, 238, 0.5);
}

.form-text-field::-ms-input-placeholder {
  color: rgba(248, 244, 238, 0.5);
}

.form-text-field::placeholder {
  color: rgba(248, 244, 238, 0.5);
}

.form-subject-and-mail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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;
}

.form-subject {
  width: 48%;
}

.form-mail {
  width: 48%;
}

.contact-help {
  margin-bottom: 50px;
}

.form-text-area {
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 200px;
  border: 1px none #000;
  border-radius: 4px;
  background-color: rgba(248, 244, 238, 0.1);
  color: #f8f4ee;
}

.form-text-area::-webkit-input-placeholder {
  color: rgba(248, 244, 238, 0.5);
}

.form-text-area:-ms-input-placeholder {
  color: rgba(248, 244, 238, 0.5);
}

.form-text-area::-ms-input-placeholder {
  color: rgba(248, 244, 238, 0.5);
}

.form-text-area::placeholder {
  color: rgba(248, 244, 238, 0.5);
}

.contact-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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;
}

.contact-info-icon {
  overflow: hidden;
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
  border-radius: 12px;
}

.contact-info-heading-wrapper {
  margin-bottom: 15px;
}

.contact-support {
  border-bottom: 1px solid #2cae76;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #2cae76;
}

.contact-support:hover {
  color: rgba(44, 174, 118, 0.7);
}

.blog-post-hero-section {
  background-color: #04121f;
}

.blog-post-image-and-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.blog-post-image {
  position: relative;
  overflow: hidden;
  width: 47%;
  height: 420px;
  border-radius: 8px;
}

.blog-post-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 550px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-post-heading {
  margin-top: 30px;
  margin-bottom: 50px;
}

.rich-text {
  padding-bottom: 50px;
}

.rich-text h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

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

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

.rich-text h4 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
}

.rich-text h5 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
}

.rich-text h6 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
}

.rich-text figcaption {
  font-style: italic;
}

.rich-text figure {
  margin-top: 10px;
  margin-bottom: 40px;
}

.rich-text a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1428f0;
}

.rich-text a:hover {
  color: rgba(20, 40, 240, 0.65);
}

.rich-text em {
  font-weight: 500;
}

.rich-text blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
}

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

.rich-text ul {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text ol {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-next-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-next-button-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 14px;
  -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;
}

.recent-blogs-heading {
  margin-bottom: 60px;
}

.related-blog-collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.presentation-hero-section {
  z-index: 1;
  overflow: hidden;
  background-color: #04121f;
}

.presentation-hero-left {
  width: 50%;
  max-width: 500px;
}

.presentation-hero-heading {
  margin-bottom: 24px;
}

.presentation-hero-text-wrapper {
  margin-bottom: 32px;
}

.presentation-home-page-section {
  position: relative;
  z-index: 3;
}

.presentation-heading-wrapper {
  max-width: 630px;
  margin-bottom: 80px;
  text-align: center;
}

.presentation-homepage-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 75px;
  -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;
}

.presentation-homepage-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.presentation-homepage-item:hover {
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.presentation-homepage-image {
  overflow: hidden;
  width: 85%;
  margin-top: 60px;
  border-radius: 8px;
  box-shadow: 0 25px 69px 0 rgba(163, 152, 136, 0.2);
}

.presentation-item-heading {
  margin-top: 32px;
}

.presentation-homepage-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 500px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8cbb7;
  border-radius: 8px;
  background-color: #f8f4ee;
}

.presentation-number-container {
  width: 48%;
  padding-top: 80px;
  padding-right: 30px;
  padding-left: 60px;
}

.presentation-number-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.presentation-number-text {
  margin-bottom: 12px;
}

.presentation-homepage-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.presentation-pricing-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 100px;
  -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;
}

.presentation-pricing-heading-wrapper {
  position: relative;
  z-index: 10;
  margin-bottom: 80px;
}

.presentation-pricing-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.presentation-pricing-page-item {
  width: 31%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.presentation-pricing-page-item:hover {
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.presentation-pricing-image {
  overflow: hidden;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 4px;
  border-color: #f8f4ee;
  border-radius: 8px;
  background-color: #f8f4ee;
}

.presentation-pricing-item-heading {
  text-align: center;
}

.presentation-about-heading {
  max-width: 610px;
  margin-bottom: 80px;
  text-align: center;
}

.presentation-about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.presentation-about-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  -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;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.presentation-about-item:hover {
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.presentation-about-item._2 {
  margin-top: 70px;
}

.presentation-about-item._3 {
  margin-top: 140px;
}

.presentation-about-image {
  overflow: hidden;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 4px;
  border-color: #f8f4ee;
  border-radius: 8px;
  box-shadow: 18px 18px 69px 0 rgba(163, 152, 136, 0.2);
}

.block-section {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  -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: #04121f;
}

.block-section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
  -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;
}

.block-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
  -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;
}

.block-row.middle {
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-item {
  overflow: hidden;
  max-width: 500px;
  margin-right: 40px;
  border-radius: 8px;
}

.navbar-brand {
  width: 150px;
  height: 40px;
  margin-right: 50px;
}

.about-3-hero-heading {
  max-width: 850px;
  margin-bottom: 60px;
}

.about-3-hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 95px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-3-hero-text {
  width: 45%;
  max-width: 460px;
}

.about-3-hero-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-count: 2;
  column-count: 2;
}

.about-3-hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-3-hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 30px;
  -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;
}

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

.margin-bottom-30-px._80.about-3-hero-image._2 {
  width: 70%;
  height: 260px;
  max-width: 375px;
}

.margin-bottom-30-px.about-3-hero-image._1 {
  height: 600px;
}

.home-1-recent-blog-collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-2-slider-flex-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-1-culture-grid-heading {
  max-width: 80%;
}

.about-1-hiring-time-and-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-3-hero-image {
  overflow: hidden;
  border-radius: 8px;
}

.about-3-hero-image._3 {
  height: 220px;
  max-width: 170px;
}

.about-3-hero-image._4 {
  height: 460px;
  max-width: 660px;
}

.home-1-text-span {
  display: inline-block;
}

.image-slide-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #fff;
}

.home-2-text-span {
  display: inline-block;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}

.about-3-text-span {
  display: inline-block;
}

.pricing-1-text-span {
  display: inline-block;
  font-size: 45px;
}

.pricing-3-text-span {
  display: inline-block;
}

.blog-text-span {
  display: inline-block;
}

.blog-post-hero-animation-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #04121f;
}

.presentation-text-span {
  display: inline-block;
}

.home-3-hero-dotted-line {
  position: absolute;
  left: 3%;
  top: 0%;
  right: auto;
  bottom: 0%;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(216, 203, 183, 0.5);
}

.home-3-hero-dotted-line.down {
  top: 22%;
}

.home-3-circle {
  position: absolute;
  left: 1.3%;
  top: auto;
  right: auto;
  bottom: -3%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -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-radius: 50%;
  background-color: #fff;
  box-shadow: 0 9px 16px 0 rgba(44, 174, 118, 0.3);
}

.home-3-circle.down {
  bottom: 20%;
}

.home-3-inside-circle {
  overflow: hidden;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #2cae76;
}

.home-3-tab-pane-floating-2 {
  position: absolute;
  left: auto;
  top: 10%;
  right: -15%;
  bottom: auto;
  width: 220px;
  box-shadow: 12px 10px 30px 0 hsla(0, 0%, 72.5%, 0.25);
}

.home-3-tab-link {
  background-color: transparent;
}

.home-3-tab-link.w--current {
  background-color: transparent;
}

.home-3-tab-heading {
  margin-bottom: 24px;
}

.home-3-tab-dotted-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(216, 203, 183, 0.5);
}

.home-3-tab-black-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  background-color: #000;
}

.home-3-first-tab {
  background-color: transparent;
}

.home-3-first-tab.w--current {
  background-color: transparent;
}

.home-3-first-tab-heading {
  margin-bottom: 24px;
}

.about-1-dotted-line {
  position: absolute;
  left: 7%;
  top: 0%;
  right: auto;
  bottom: 0%;
  border-style: none none none dashed;
  border-width: 1px 1px 1px 2px;
  border-color: #d8cbb7;
}

.h2-64-px {
  font-size: 64px;
  line-height: 80px;
  font-weight: 700;
}

.error-message {
  border-radius: 10px;
}

.blog-hero-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: -15%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-hero-image-1 {
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
}

.blog-hero-image-2 {
  position: absolute;
  left: -7%;
  top: auto;
  right: auto;
  bottom: 6%;
  overflow: hidden;
  width: 70%;
  max-width: 280px;
  border-radius: 6px;
}

.style-guide-title {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #1f6679;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
}

.style-guide-note {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 0, 0, 0.1);
  color: #ff0707;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.style-guide-line {
  width: 100%;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #091818;
}

.colour {
  margin: 30px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
}

.colour.colour-6 {
  background-color: #d8cbb7;
}

.colour.colour-5 {
  background-color: #ecb22d;
}

.colour.colour-3 {
  background-color: #2cae76;
}

.colour.colour-1 {
  background-color: #6b6768;
}

.colour.colour-2 {
  background-color: #04121f;
}

.colour.colour-4 {
  background-color: #f8f4ee;
}

.style-guide-colours {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.instruction-heading {
  margin-bottom: 20px;
}

.instruction-text {
  margin-bottom: 50px;
}

.changelog-subtext-wrapper {
  margin-bottom: 10px;
}

.changelog-subtext {
  font-size: 20px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

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

.version-wrapper {
  width: 30%;
}

.version-number {
  margin-bottom: 10px;
}

.update-date {
  font-style: normal;
  font-weight: 500;
}

.update-wrapper {
  margin-left: 30px;
  padding: 0px;
}

.update-text {
  margin-bottom: 10px;
}

.license-heading {
  margin-bottom: 40px;
}

.license-text {
  width: 80%;
}

.licensing-text-wrap {
  width: 25%;
}

.licensing-text {
  margin-top: 0px;
  text-align: left;
}

.licensing-text-subtext {
  margin-top: 20px;
}

.licensing-image-and-text-wrap {
  width: 70%;
  margin-right: 30px;
  padding: 44px;
  border: 3px solid #000;
}

.licensing-link {
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #434343;
  text-decoration: none;
}

.licensing-link.text {
  display: inline-block;
  margin-bottom: 0px;
  color: #ad5555;
}

.licensing-link.text {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #ad5555;
}

.licencing-images-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licencing-image-item {
  overflow: hidden;
  height: 280px;
  border-radius: 10px;
}

.image-2 {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.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-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404-text {
  font-size: 160px;
  line-height: 100%;
  font-style: italic;
  font-weight: 700;
}

._404-heading {
  margin-top: 30px;
  font-size: 76px;
  line-height: 100%;
  font-style: italic;
}

._404-subtext {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 100%;
}

.home-2-slider-right-arrow {
  left: auto;
  top: auto;
  right: -7%;
  bottom: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  -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: 2px;
  border-color: #fff;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.home-2-slider-right-arrow:hover {
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
}

.about-1-hero-section {
  overflow: hidden;
  background-color: #04121f;
}

.about-1-hero-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  max-width: 670px;
  margin-top: 90px;
}

.about-1-hero-heading {
  margin-bottom: 32px;
}

.prensentation-hero-image {
  position: absolute;
  z-index: 10;
  width: 90%;
  max-width: 1030px;
  margin-top: 12%;
  margin-left: 30%;
}

.about-1-hero-image {
  margin-top: 130px;
}

.about-1-text-span {
  display: inline-block;
}

.email-table-text {
  font-size: 16px;
  line-height: 24px;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -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: #fff;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
  color: #f8f4ee;
}

.dropdown {
  position: static;
  margin-right: 5px;
  margin-left: 5px;
}

.dropdown-toggle {
  z-index: 40;
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #04121f;
}

.dropdown-toggle:hover {
  color: #6b6768;
}

.dropdown-toggle.white {
  color: #fff;
}

.dropdown-toggle.white:hover {
  color: rgba(255, 255, 255, 0.75);
}

.dropdown-list {
  left: 0px;
  top: 80px;
  right: 0px;
  overflow: hidden;
  min-width: 100%;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.08);
}

.dropdown-list.w--open {
  z-index: 20;
  overflow: visible;
  padding-top: 25px;
  box-shadow: none;
}

.navigation-menu {
  position: static;
  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;
  font-size: 16px;
}

.dropdown-arrow {
  margin-right: 5px;
  font-size: 14px;
}

.dropdown-list-full-wrapper {
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-list-full-wrapper.black {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(44, 174, 118, 0.1);
  background-color: #fff;
}

.navigation-drop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
}

.navigation-drop-container.black {
  background-color: #fff;
}

.navigation-column {
  width: 33%;
  padding: 0px;
}

.navigation-link-block-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 20px 22px;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #2cae76;
  text-decoration: none;
}

.navigation-link-block-mob:hover {
  background-color: rgba(44, 174, 118, 0.1);
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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: 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;
}

.nav-title {
  margin-bottom: 10px;
  color: #2cae76;
  font-size: 18px;
  line-height: 24px;
}

.nav-link-details {
  color: #04121f;
  line-height: 24px;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 16px;
}

.nav-link:hover {
  color: #6b6768;
}

.nav-link.w--current {
  color: #2cae76;
}

.nav-link.white {
  color: #fff;
}

.nav-link.white:hover {
  color: rgba(255, 255, 255, 0.75);
}

.nav-link.white.w--current {
  color: #2cae76;
}

.navigation-mob {
  left: 0%;
  top: 0%;
  right: 0%;
  display: none;
  background-color: transparent;
}

.main-navigations-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: auto;
  width: auto;
  max-width: 100%;
  min-width: 700%;
  background-color: #f8f4ee;
  box-shadow: 0 -1px 20px -17px #000;
  font-family: Nunito, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-colour-presentation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 65%;
  background-color: #04121f;
}

.home-1-tab-pointer-text {
  width: 90%;
}

.about-1-dotted-top-box {
  position: absolute;
  left: -60px;
  top: -61px;
  right: auto;
  bottom: auto;
  width: 67px;
  height: 60px;
  border-bottom: 2px dashed #d8cbb7;
  border-left: 2px dashed #d8cbb7;
}

.pricing-2-hero-div {
  width: 80%;
  max-width: 560px;
  margin-bottom: 80px;
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8cbb7;
  border-radius: 8px;
  background-color: #f8f4ee;
  color: #04121f;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.pricing-2-hero-form-block {
  background-color: transparent;
}

.pricing-2-hero-form {
  background-color: transparent;
}

.pricing-2-hero-form-select {
  height: auto;
  margin-top: 24px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #fff;
}

.empty-state {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8cbb7;
  border-radius: 5px;
  background-color: #fff;
}

.licensing-subtext {
  margin-top: 20px;
  font-size: 16px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 45%;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.password-image {
  max-width: 20%;
}

.eg-home-2-hero-section {
  overflow: hidden;
  background-color: #0c0e1f;
}

.eg-home-2-hero-left {
  width: 47%;
  max-width: 500px;
  margin-top: -20px;
}

.text-block-2 {
  font-family: Nunito, sans-serif;
}

.ep-h1-48-px-copy {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}

.ep-dk-bg-text-block-2 {
  font-family: Nunito, sans-serif;
  color: #fff;
}

.eg-dk-bg-home-2-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 390px;
  padding-bottom: 10px;
  -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;
  font-family: Nunito, sans-serif;
}

.eg-text-block-dark {
  color: #6b6768;
}

.eg-text-block-dark._16-px {
  font-size: 16px;
  line-height: 24px;
}

.eg-text-block-dark._16-px.brown {
  color: #fff;
}

.eg-text-block-dark._16-px.full-white {
  color: #fff;
}

.eg-text-block-dark._16-px.black {
  color: #04121f;
  line-height: 28px;
}

.eg-text-block-dark._16-px.home-2-lightbox-button-text {
  font-family: Nunito, sans-serif;
  color: #000;
}

.eg-text-block-dark._24-px {
  color: #04121f;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.eg-text-block-dark._24-px.italic {
  font-style: italic;
}

.eg-text-block-dark._12-px {
  color: #6b6768;
  font-size: 12px;
  line-height: 100%;
}

.eg-text-block-dark._14-px {
  color: #6b6768;
  font-size: 14px;
  line-height: 24px;
}

.eg-text-block-dark._14-px.footer-down-text {
  color: #000;
}

.eg-text-block-dark._14-px.footer-down-text.dull-white {
  color: rgba(255, 255, 255, 0.5);
}

.eg-text-block-dark._14-px.footer-social-media {
  margin-right: 12px;
}

.eg-text-block-dark._14-px.footer-social-media.white {
  color: #fff;
}

.eg-text-block-dark.black {
  color: #04121f;
}

.eg-text-block-dark._20-px {
  font-size: 20px;
  line-height: 32px;
}

.eg-text-block-dark.light-white {
  color: rgba(255, 255, 255, 0.5);
}

.eg-text-block-dark.white {
  color: #fff;
}

.eg-text-block-dark.green {
  color: #2cae76;
  font-weight: 500;
}

.eg-text-block-dark._32-px {
  color: #04121f;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.eg-text-block-dark._64-px {
  color: #ecb22d;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.eg-text-block-dark._72-px {
  color: #04121f;
  font-size: 72px;
  line-height: 84px;
  font-weight: 700;
}

.eg-text-block-dark.footer-email-text {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.eg-text-block-dark.footer-email-text:hover {
  color: #fff;
}

.eg-text-block-dark.footer-email-text.black-link {
  color: #6b6768;
}

.eg-text-block-dark.footer-email-text.black-link:hover {
  color: #000;
}

.eg-text-block-dark.home-3-tab {
  font-size: 16px;
  line-height: 26px;
}

.eg-navigation-light {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -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: #fff;
}

.eg-navigation-dark {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  min-height: 40px;
  min-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;
  background-color: #0c0e1f;
}

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

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

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

.eg-home-1-testimonial-section {
  background-color: #f8f4ee;
}

.heading-2 {
  width: auto;
  max-width: 100%;
}

.bold-text {
  display: block;
  max-width: 800px;
  min-width: 180%;
  font-family: Plusjakartatext, sans-serif;
}

.eg-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  -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;
}

.eg-wrapper.home-1-logos-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.eg-wrapper.home-1-email-wrapper {
  -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;
  font-family: Nunito, sans-serif;
}

.eg-wrapper.home-1-people-wrapper {
  padding-top: 180px;
}

.eg-wrapper.home-1-people-wrapper.reverse {
  padding-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-family: Nunito, sans-serif;
}

.eg-wrapper.home-1-features {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.eg-wrapper.home-1-cta-wrapper {
  padding-top: 140px;
  padding-bottom: 160px;
}

.eg-wrapper.home-1-testimonial-wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Nunito, sans-serif;
}

.eg-wrapper.home-1-subscribe-wrapper {
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.eg-wrapper.footer-wrapper {
  padding-top: 100px;
  padding-bottom: 60px;
  -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;
}

.eg-wrapper.footer-wrapper.extra-top-padding {
  padding-top: 370px;
}

.eg-wrapper.home-2-logos-wrapper {
  padding-top: 20px;
  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;
}

.eg-wrapper.home-2-revenue-wrapper {
  padding-top: 70px;
}

.eg-wrapper.home-2-tabs-wrapper {
  padding-top: 160px;
  -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;
}

.eg-wrapper.home-2-slider-wrapper {
  max-width: 750px;
  padding-bottom: 160px;
  -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;
  background-color: transparent;
}

.eg-wrapper.home-2-integration-wrapper {
  position: relative;
  padding-top: 230px;
  padding-bottom: 200px;
  -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;
}

.eg-wrapper.home-3-hero-wrapper {
  position: relative;
  max-width: 1100px;
  padding-bottom: 480px;
  padding-left: 100px;
  -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;
}

.eg-wrapper.boxes-wrapper {
  position: relative;
  max-width: 1100px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 100px;
  -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;
}

.eg-wrapper.home-3-customer-top {
  padding-bottom: 0px;
}

.eg-wrapper.home-3-logos-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eg-wrapper.home-3-features-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eg-wrapper.home-3-integrations-wrapper {
  position: relative;
  overflow: hidden;
  padding: 160px 8% 160px 5%;
  border-radius: 12px;
  background-color: #04121f;
}

.eg-wrapper.home-3-subscribe-wrapper {
  position: relative;
  padding-top: 160px;
  -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;
}

.eg-wrapper.home-2-blog-wrapper {
  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;
}

.eg-wrapper.about-1-culture-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.eg-wrapper.about-1-milestone-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eg-wrapper.about-1-value-wrapper {
  -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;
}

.eg-wrapper.about-1-location-wrapper {
  -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;
}

.eg-wrapper.about-2-images-wrapper {
  padding-top: 0px;
  padding-bottom: 40px;
  -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;
}

.eg-wrapper.about-1-hiring-wrapper {
  max-width: 960px;
  padding-top: 160px;
  padding-bottom: 160px;
  -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;
}

.eg-wrapper.about-2-hero {
  padding-bottom: 440px;
}

.eg-wrapper.about-2-numbers-wrapper {
  max-width: 700px;
  padding-top: 120px;
  -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;
}

.eg-wrapper.about-2-benefits-wrapper {
  max-width: 700px;
  padding-top: 160px;
  padding-bottom: 160px;
  -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;
}

.eg-wrapper.about-2-hiring-wrapper {
  padding-top: 160px;
  -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;
}

.eg-wrapper.about-3-vision-wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
  -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;
}

.eg-wrapper.about-3-team-wrapper {
  padding-top: 150px;
  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;
}

.eg-wrapper.pricing-1-hero-wrapper {
  padding-top: 100px;
  padding-bottom: 310px;
  -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;
}

.eg-wrapper.pricing-1-tables-wrapper {
  position: relative;
  margin-top: -230px;
  padding-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Nunito, sans-serif;
}

.eg-wrapper.pricing-1-plans-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.eg-wrapper.pricing-1-faq {
  max-width: 620px;
  padding-bottom: 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;
  text-align: center;
}

.eg-wrapper.pricing-1-faq-main {
  max-width: 660px;
  padding-top: 0px;
}

.eg-wrapper.pricing-1-logos-wrapper {
  -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;
}

.eg-wrapper.pricing-2-hero-wrapper {
  padding-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.eg-wrapper.pricing-case-study-wrapper {
  max-width: 1000px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eg-wrapper.faq-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eg-wrapper.pricing-3-hero-wrapper {
  max-width: 760px;
  padding-bottom: 160px;
  -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;
}

.eg-wrapper.pricing-3-features-wrapper {
  max-width: 600px;
  padding-top: 160px;
  padding-bottom: 160px;
  -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;
}

.eg-wrapper.pricing-2-faq-up {
  max-width: 640px;
  padding-top: 160px;
  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;
}

.eg-wrapper.pricing-3-faq-wrapper {
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eg-wrapper.blog-latest-wrapper {
  border-bottom: 1px solid #e5e5e5;
}

.eg-wrapper.blog-section-wrapper {
  -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;
}

.eg-wrapper.contact-hero {
  max-width: 760px;
  padding-bottom: 400px;
}

.eg-wrapper.contact-form-wrapper {
  overflow: hidden;
  max-width: 760px;
  margin-top: -350px;
  padding: 50px;
  border-radius: 8px;
  background-color: #04121f;
  box-shadow: 0 60px 80px 0 rgba(0, 0, 0, 0.05);
}

.eg-wrapper.contact-info {
  max-width: 760px;
  padding-top: 60px;
  padding-bottom: 160px;
}

.eg-wrapper.blog-post-rich-text-wrapper {
  max-width: 755px;
  padding-top: 125px;
  padding-bottom: 30px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #e5e5e5;
}

.eg-wrapper.recent-blog-posts {
  padding-top: 120px;
  -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;
}

.eg-wrapper.presentation-hero-wrapper {
  position: relative;
}

.eg-wrapper.presentation-home-page-wrapper {
  -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;
}

.eg-wrapper.presentation-pricing-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  padding-top: 0px;
  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;
}

.eg-wrapper.presentation-about-wrapper {
  -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;
}

.eg-wrapper.navbar-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.eg-wrapper.about-3-hero-wrapper {
  -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;
}

.eg-wrapper.integrate-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.eg-wrapper.home-1-blog-wrapper {
  padding-bottom: 160px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eg-wrapper.styleguide {
  display: block;
}

.eg-wrapper.instruction-heading-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eg-wrapper.instruction {
  -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;
}

.eg-wrapper.changelog {
  -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;
}

.eg-wrapper.updates {
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid #04121f;
}

.eg-wrapper.license {
  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;
}

.eg-wrapper.about-1-hero-wrapper {
  position: relative;
  padding-bottom: 140px;
}

.eg-wrapper.navigation-wrapper {
  position: relative;
  overflow: visible;
  height: 50%;
  max-height: 50px;
  max-width: 1300px;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.eg-wrapper.eg-home-1-testimonial-wrapper {
  height: 50%;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  font-family: Nunito, sans-serif;
}

.eg-wrapper.eg-home-1-email-wrapper {
  padding-top: 40px;
  -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;
  font-family: Nunito, sans-serif;
}

.heading-3 {
  display: inline;
  overflow: auto;
  width: 1200px;
  min-width: 100%;
  color: #f8f4ee;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.eg-home-1-email-tables-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.text-span {
  font-size: 25px;
  font-weight: 400;
}

.heading-4 {
  font-size: 40px;
}

.heading-5 {
  padding-top: 0px;
  font-family: Plusjakartatext, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.eg-home-2-tabs-section {
  background-color: #04121f;
}

.eg-home-2-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.eg-home-2-revenue-checkmark-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eg-home-2-revenue-checkmark-point-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-2 {
  width: auto;
  max-width: 200%;
  min-width: 800px;
  font-family: Plusjakartatext, sans-serif;
  font-weight: 700;
}

.text-span-2 {
  color: #fd0000;
}

.text-span-3 {
  font-family: Plusjakartatext, sans-serif;
  font-weight: 700;
}

.bold-text-4 {
  font-family: Plusjakartatext, sans-serif;
}

.bold-text-5 {
  font-family: Plusjakartatext, sans-serif;
}

.bold-text-6 {
  font-family: Plusjakartatext, sans-serif;
}

.bold-text-7 {
  font-family: Plusjakartatext, sans-serif;
}

.text-span-4 {
  width: 600px;
  max-width: 600px;
  min-width: 100%;
  font-family: Plusjakartatext, sans-serif;
  font-size: 48px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  padding-top: 20px;
}

.eg-image-table {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.eg-image-table.contain {
  overflow: visible;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.eg-calendar-pop {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.eg-calendar-pop.contain {
  overflow: visible;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  box-shadow: -6px 9px 20px -15px #000;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.eg-home-3-hero-section {
  overflow: hidden;
  margin-top: 0px;
  background-color: #0c0e1f;
}

.ep-h1-48-px-copy-copy {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}

.ep-dk-bg-text-block-2-copy {
  font-family: Nunito, sans-serif;
  color: #fff;
}

.eg-home-2-hero-left-2 {
  width: 47%;
  max-width: 500px;
  margin-top: -20px;
}

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

.image-copy.contain {
  overflow: visible;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

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

.image-copy.contain {
  overflow: visible;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-copy.contain-copy {
  overflow: visible;
  width: 900%;
  max-width: 90%;
  min-height: 100%;
  min-width: 90%;
  border-radius: 6px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

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

.image-copy.contain {
  overflow: visible;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-copy.contain-copy {
  overflow: visible;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.eg-home-2-integration-section {
  overflow: hidden;
}

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

.bold-text-9 {
  font-size: 30px;
  font-weight: 400;
}

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

.text-span-5 {
  font-size: 30px;
}

.heading-9 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.image-smart-curr {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-smart-curr.contain {
  overflow: visible;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.video {
  border-radius: 10px;
}

.eg-bold-text-3 {
  font-size: 40px;
}

.text-span-6 {
  font-weight: 300;
}

.text-span-7 {
  font-size: 10px;
  font-weight: 300;
}

.text-span-4-score-stats {
  width: auto;
  max-width: 1000px;
  min-width: 120%;
  font-family: Plusjakartatext, sans-serif;
  color: #fff;
  font-size: 35px;
  -o-object-fit: fill;
  object-fit: fill;
}

.eg-about-1-box-number-text {
  margin-bottom: 15px;
  font-family: Plusjakartatext, sans-serif;
  color: #2cae76;
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
}

.eg-text-block-scores {
  color: #6b6768;
}

.eg-text-block-scores._16-px {
  font-size: 16px;
  line-height: 24px;
}

.eg-text-block-scores._16-px.brown {
  color: #6b6768;
}

.eg-text-block-scores._16-px.full-white {
  color: #fff;
}

.eg-text-block-scores._16-px.black {
  color: #04121f;
  line-height: 28px;
  font-style: normal;
}

.eg-text-block-scores._16-px.home-2-lightbox-button-text {
  font-family: Nunito, sans-serif;
  color: #fff;
}

.eg-text-block-scores._24-px {
  color: #04121f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.eg-text-block-scores._24-px.italic {
  font-style: italic;
}

.eg-text-block-scores._12-px {
  color: #6b6768;
  font-size: 12px;
  line-height: 100%;
}

.eg-text-block-scores._14-px {
  color: #6b6767;
  font-size: 14px;
  line-height: 24px;
}

.eg-text-block-scores._14-px.footer-down-text {
  color: #000;
}

.eg-text-block-scores._14-px.footer-down-text.dull-white {
  color: rgba(255, 255, 255, 0.5);
}

.eg-text-block-scores._14-px.footer-social-media {
  margin-right: 12px;
}

.eg-text-block-scores._14-px.footer-social-media.white {
  color: #fff;
}

.eg-text-block-scores.black {
  color: #04121f;
}

.eg-text-block-scores.black.medium {
  color: #f8f4ee;
}

.eg-text-block-scores._20-px {
  font-size: 20px;
  line-height: 32px;
}

.eg-text-block-scores.light-white {
  color: rgba(255, 255, 255, 0.5);
}

.eg-text-block-scores.white {
  color: #fff;
}

.eg-text-block-scores.green {
  color: #2cae76;
  font-weight: 500;
}

.eg-text-block-scores._32-px {
  color: #04121f;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.eg-text-block-scores._64-px {
  color: #ecb22d;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.eg-text-block-scores._72-px {
  color: #04121f;
  font-size: 72px;
  line-height: 84px;
  font-weight: 700;
}

.eg-text-block-scores.footer-email-text {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.eg-text-block-scores.footer-email-text:hover {
  color: #fff;
}

.eg-text-block-scores.footer-email-text.black-link {
  color: #6b6768;
}

.eg-text-block-scores.footer-email-text.black-link:hover {
  color: #000;
}

.eg-text-block-scores.home-3-tab {
  font-size: 16px;
  line-height: 26px;
}

.eg-text-block-scores-copy {
  color: #6b6768;
}

.eg-text-block-scores-copy._16-px {
  font-size: 16px;
  line-height: 24px;
}

.eg-text-block-scores-copy._16-px.brown {
  color: #6b6768;
}

.eg-text-block-scores-copy._16-px.full-white {
  color: #fff;
}

.eg-text-block-scores-copy._16-px.black {
  color: #04121f;
  line-height: 28px;
  font-style: normal;
}

.eg-text-block-scores-copy._16-px.home-2-lightbox-button-text {
  font-family: Nunito, sans-serif;
  color: #fff;
}

.eg-text-block-scores-copy._24-px {
  color: #04121f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.eg-text-block-scores-copy._24-px.italic {
  font-style: italic;
}

.eg-text-block-scores-copy._12-px {
  color: #6b6768;
  font-size: 12px;
  line-height: 100%;
}

.eg-text-block-scores-copy._14-px {
  color: #6b6767;
  font-size: 14px;
  line-height: 24px;
}

.eg-text-block-scores-copy._14-px.footer-down-text {
  color: #000;
}

.eg-text-block-scores-copy._14-px.footer-down-text.dull-white {
  color: rgba(255, 255, 255, 0.5);
}

.eg-text-block-scores-copy._14-px.footer-social-media {
  margin-right: 12px;
}

.eg-text-block-scores-copy._14-px.footer-social-media.white {
  color: #fff;
}

.eg-text-block-scores-copy.black {
  color: #04121f;
}

.eg-text-block-scores-copy.black.medium {
  color: #f8f4ee;
}

.eg-text-block-scores-copy._20-px {
  font-size: 20px;
  line-height: 32px;
}

.eg-text-block-scores-copy.light-white {
  color: rgba(255, 255, 255, 0.5);
}

.eg-text-block-scores-copy.white {
  color: #fff;
}

.eg-text-block-scores-copy.green {
  color: #2cae76;
  font-weight: 500;
}

.eg-text-block-scores-copy._32-px {
  color: #04121f;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.eg-text-block-scores-copy._64-px {
  color: #ecb22d;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.eg-text-block-scores-copy._72-px {
  color: #04121f;
  font-size: 72px;
  line-height: 84px;
  font-weight: 700;
}

.eg-text-block-scores-copy.footer-email-text {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.eg-text-block-scores-copy.footer-email-text:hover {
  color: #fff;
}

.eg-text-block-scores-copy.footer-email-text.black-link {
  color: #6b6768;
}

.eg-text-block-scores-copy.footer-email-text.black-link:hover {
  color: #000;
}

.eg-text-block-scores-copy.home-3-tab {
  font-size: 16px;
  line-height: 26px;
}

.eg-contact-form-section-copy {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #04121f;
}

.bold-text-10 {
  font-size: 30px;
}

.heading-10 {
  color: #f8f4ee;
  text-align: center;
}

.eg-heading-5-real-reviews {
  padding-top: 0px;
  font-family: Plusjakartatext, sans-serif;
  color: #04121f;
  font-size: 25px;
  font-weight: 300;
}

.eg-testimonial-cards {
  padding-top: 20px;
}

.text-span-8 {
  color: #04121f;
  font-size: 20px;
}

.eg-text-block-testimonial-card {
  color: #6b6768;
}

.eg-text-block-testimonial-card._16-px {
  font-size: 16px;
  line-height: 24px;
}

.eg-text-block-testimonial-card._16-px.brown {
  color: #6b6768;
}

.eg-text-block-testimonial-card._16-px.full-white {
  color: #fff;
}

.eg-text-block-testimonial-card._16-px.black {
  color: #04121f;
  line-height: 28px;
  font-style: normal;
}

.eg-text-block-testimonial-card._16-px.home-2-lightbox-button-text {
  font-family: Nunito, sans-serif;
  color: #fff;
}

.eg-text-block-testimonial-card._24-px {
  color: #04121f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.eg-text-block-testimonial-card._24-px.italic {
  font-style: italic;
}

.eg-text-block-testimonial-card._12-px {
  color: #6b6768;
  font-size: 12px;
  line-height: 100%;
}

.eg-text-block-testimonial-card._14-px {
  color: #6b6767;
  font-size: 14px;
  line-height: 24px;
}

.eg-text-block-testimonial-card._14-px.footer-down-text {
  color: #000;
}

.eg-text-block-testimonial-card._14-px.footer-down-text.dull-white {
  color: rgba(255, 255, 255, 0.5);
}

.eg-text-block-testimonial-card._14-px.footer-social-media {
  margin-right: 12px;
}

.eg-text-block-testimonial-card._14-px.footer-social-media.white {
  color: #fff;
}

.eg-text-block-testimonial-card.black {
  color: #04121f;
}

.eg-text-block-testimonial-card.black.medium {
  color: #f8f4ee;
}

.eg-text-block-testimonial-card._20-px {
  font-size: 20px;
  line-height: 32px;
}

.eg-text-block-testimonial-card.light-white {
  color: rgba(255, 255, 255, 0.5);
}

.eg-text-block-testimonial-card.white {
  color: #fff;
}

.eg-text-block-testimonial-card.green {
  color: #2cae76;
  font-weight: 500;
}

.eg-text-block-testimonial-card._32-px {
  color: #04121f;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.eg-text-block-testimonial-card._64-px {
  color: #ecb22d;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.eg-text-block-testimonial-card._72-px {
  color: #04121f;
  font-size: 72px;
  line-height: 84px;
  font-weight: 700;
}

.eg-text-block-testimonial-card.footer-email-text {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.eg-text-block-testimonial-card.footer-email-text:hover {
  color: #fff;
}

.eg-text-block-testimonial-card.footer-email-text.black-link {
  color: #6b6768;
}

.eg-text-block-testimonial-card.footer-email-text.black-link:hover {
  color: #000;
}

.eg-text-block-testimonial-card.home-3-tab {
  font-size: 16px;
  line-height: 26px;
}

.eg-testimonial-card {
  padding: 32px;
  border-radius: 8px;
  background-color: rgba(248, 244, 238, 0.73);
  color: rgba(248, 244, 238, 0.57);
	margin-bottom: 24px;
}

.eg-contact-form-section {
  margin-top: -350px;
  background-color: #f8f4ee;
}

.heading-11 {
  font-size: 40px;
}
.review-card-image.contain {
    max-width: 100px;
    margin-right: 0px;
    border-radius: 11px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.reviews-block-copy._14-px {
    padding-bottom: 20px;
    line-height: 24px;
}
.reviews-block-copy._14-px {
    color: rgba(4, 18, 31, 0.8);
    font-size: 18px;
}
.review-score {
	font-size: 20px;
    color: rgba(4, 18, 31, 0.84);
    font-size: 25px;
}
.pricing-1-faq-question {
    font-size: 18px;
}
.eg-pricing-1-faq-container-2 {
  width: 100%;
}

.eg-wrapper-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  -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;
}

.eg-wrapper-cards.home-1-logos-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.eg-wrapper-cards.home-1-email-wrapper {
  -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;
  font-family: Nunito, sans-serif;
}

.eg-wrapper-cards.home-1-people-wrapper {
  padding-top: 180px;
}

.eg-wrapper-cards.home-1-people-wrapper.reverse {
  padding-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-family: Nunito, sans-serif;
}

.eg-wrapper-cards.home-1-features {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.eg-wrapper-cards.home-1-cta-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.eg-wrapper-cards.home-1-testimonial-wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Nunito, sans-serif;
}

.eg-wrapper-cards.home-1-subscribe-wrapper {
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.eg-wrapper-cards.footer-wrapper {
  padding-top: 100px;
  padding-bottom: 60px;
  -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;
}

.eg-wrapper-cards.footer-wrapper.extra-top-padding {
  padding-top: 370px;
}

.eg-wrapper-cards.home-2-logos-wrapper {
  padding-top: 0px;
  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;
}

.eg-wrapper-cards.home-2-revenue-wrapper {
  padding-top: 70px;
}

.eg-wrapper-cards.home-2-tabs-wrapper {
  padding-top: 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;
}

.eg-wrapper-cards.home-2-slider-wrapper {
  max-width: 750px;
  padding-bottom: 160px;
  -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;
  background-color: transparent;
}

.eg-wrapper-cards.home-2-integration-wrapper {
  position: relative;
  padding-top: 230px;
  padding-bottom: 200px;
  -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;
}

.eg-wrapper-cards.home-3-hero-wrapper {
  position: relative;
  max-width: 1100px;
  padding-bottom: 480px;
  padding-left: 100px;
  -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;
}

.eg-wrapper-cards.boxes-wrapper {
  position: relative;
  max-width: 1100px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 100px;
  -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;
}

.eg-wrapper-cards.home-3-customer-top {
  padding-bottom: 0px;
}

.eg-wrapper-cards.home-3-logos-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eg-wrapper-cards.home-3-features-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eg-wrapper-cards.home-3-integrations-wrapper {
  position: relative;
  overflow: hidden;
  padding: 160px 8% 160px 5%;
  border-radius: 12px;
  background-color: #04121f;
}

.eg-wrapper-cards.home-3-subscribe-wrapper {
  position: relative;
  padding-top: 160px;
  -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;
}

.eg-wrapper-cards.home-2-blog-wrapper {
  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;
}

.eg-wrapper-cards.about-1-culture-wrapper {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.eg-wrapper-cards.about-1-milestone-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eg-wrapper-cards.about-1-value-wrapper {
  padding-top: 20px;
  padding-bottom: 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;
}

.eg-wrapper-cards.about-1-location-wrapper {
  -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;
}

.eg-wrapper-cards.about-2-images-wrapper {
  padding-top: 0px;
  padding-bottom: 40px;
  -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;
}

.eg-wrapper-cards.about-1-hiring-wrapper {
  max-width: 960px;
  padding-top: 160px;
  padding-bottom: 160px;
  -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;
}

.eg-wrapper-cards.about-2-hero {
  padding-bottom: 440px;
}

.eg-wrapper-cards.about-2-numbers-wrapper {
  max-width: 700px;
  padding-top: 120px;
  -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;
}

.eg-wrapper-cards.about-2-benefits-wrapper {
  max-width: 700px;
  padding-top: 160px;
  padding-bottom: 160px;
  -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;
}

.eg-wrapper-cards.about-2-hiring-wrapper {
  padding-top: 160px;
  -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;
}

.eg-wrapper-cards.about-3-vision-wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
  -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;
}

.eg-wrapper-cards.about-3-team-wrapper {
  padding-top: 150px;
  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;
}

.eg-wrapper-cards.pricing-1-hero-wrapper {
  padding-top: 100px;
  padding-bottom: 310px;
  -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;
}

.eg-wrapper-cards.pricing-1-tables-wrapper {
  position: relative;
  margin-top: -230px;
  padding-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Nunito, sans-serif;
}

.eg-wrapper-cards.pricing-1-plans-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.eg-wrapper-cards.pricing-1-faq {
  max-width: 620px;
  padding-bottom: 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;
  text-align: center;
}

.eg-wrapper-cards.pricing-1-faq-main {
  max-width: 660px;
  padding-top: 0px;
}

.eg-wrapper-cards.pricing-1-logos-wrapper {
  -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;
}

.eg-wrapper-cards.pricing-2-hero-wrapper {
  padding-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.eg-wrapper-cards.pricing-case-study-wrapper {
  max-width: 1000px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eg-wrapper-cards.faq-wrapper {
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eg-wrapper-cards.pricing-3-hero-wrapper {
  max-width: 760px;
  padding-bottom: 160px;
  -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;
}

.eg-wrapper-cards.pricing-3-features-wrapper {
  max-width: 600px;
  padding-top: 160px;
  padding-bottom: 160px;
  -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;
}

.eg-wrapper-cards.pricing-2-faq-up {
  max-width: 640px;
  padding-top: 160px;
  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;
}

.eg-wrapper-cards.pricing-3-faq-wrapper {
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eg-wrapper-cards.blog-latest-wrapper {
  border-bottom: 1px solid #e5e5e5;
}

.eg-wrapper-cards.blog-section-wrapper {
  -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;
}

.eg-wrapper-cards.contact-hero {
  max-width: 760px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.eg-wrapper-cards.contact-form-wrapper {
  overflow: hidden;
  max-width: 760px;
  margin-top: 20px;
  padding: 50px;
  border-radius: 8px;
  background-color: #04121f;
  box-shadow: 0 60px 80px 0 rgba(0, 0, 0, 0.05);
}

.eg-wrapper-cards.contact-info {
  max-width: 760px;
  padding-top: 60px;
  padding-bottom: 160px;
}

.eg-wrapper-cards.blog-post-rich-text-wrapper {
  max-width: 755px;
  padding-top: 125px;
  padding-bottom: 30px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #e5e5e5;
}

.eg-wrapper-cards.recent-blog-posts {
  padding-top: 120px;
  -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;
}

.eg-wrapper-cards.presentation-hero-wrapper {
  position: relative;
}

.eg-wrapper-cards.presentation-home-page-wrapper {
  -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;
}

.eg-wrapper-cards.presentation-pricing-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  padding-top: 0px;
  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;
}

.eg-wrapper-cards.presentation-about-wrapper {
  -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;
}

.eg-wrapper-cards.navbar-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.eg-wrapper-cards.about-3-hero-wrapper {
  -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;
}

.eg-wrapper-cards.integrate-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.eg-wrapper-cards.home-1-blog-wrapper {
  padding-bottom: 160px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eg-wrapper-cards.styleguide {
  display: block;
}

.eg-wrapper-cards.instruction-heading-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eg-wrapper-cards.instruction {
  -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;
}

.eg-wrapper-cards.changelog {
  -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;
}

.eg-wrapper-cards.updates {
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 4px solid #04121f;
}

.eg-wrapper-cards.license {
  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;
}

.eg-wrapper-cards.about-1-hero-wrapper {
  position: relative;
  padding-bottom: 140px;
}

.eg-wrapper-cards.navigation-wrapper {
  position: relative;
  overflow: visible;
  height: 50%;
  max-height: 50px;
  max-width: 1300px;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.eg-wrapper-cards.eg-home-1-testimonial-wrapper {
  height: 50%;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  font-family: Nunito, sans-serif;
}

.eg-wrapper-cards.eg-home-2-integration-wrapper {
  position: relative;
  padding-top: 230px;
  padding-bottom: 200px;
  -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;
}

.eg-wrapper-cards.eg-about-1-value-wrapper-cards {
  padding-top: 20px;
  padding-bottom: 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;
}

.eg-about-1-value-boxes-container-cards {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.eg-about-1-box-number-text-copy {
  margin-bottom: 15px;
  font-family: Plusjakartatext, sans-serif;
  color: #2cae76;
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
}

.eg-guarantee-section {
  padding-bottom: 40px;
  background-color: #04121f;
}

.paragraph-2 {
  margin-top: 20px;
  color: #f8f4ee;
  font-size: 28px;
}

.eg-about-1-hiring-title {
  display: -ms-grid;
  display: grid;
  padding-top: 10px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(248, 244, 238, 0.15);
  font-size: 25px;
}

.eg-guarantee-table-white {
  font-family: Plusjakartatext, sans-serif;
  color: #fff;
}

.eg-guarantee-table-white.about-1-hiring-heading-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.eg-guarantee-2 {
  font-family: Plusjakartatext, sans-serif;
  color: #fff;
}

.eg-guarantee-2.about-1-hiring-heading-text {
  font-size: 20px;
}

.text-span-9 {
  font-weight: 400;
}

.eg-guarantee-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 32px;
  -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;
  border-radius: 8px;
  background-color: #f8f4ee;
}

.bold-text-12 {
  font-size: 45px;
}

.bold-text-13 {
  font-size: 45px;
}

.eg-white-footer-category {
  font-family: Plusjakartatext, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text-span-10 {
  color: #f8f4ee;
}

.text-span-11 {
  color: #f8f4ee;
}

.text-block-7 {
  position: relative;
  width: 800px;
  max-width: 800px;
  min-width: 100%;
  padding-bottom: 60px;
  text-align: center;
}

.eg-home-1-email-heading-wrapper-copy {
  display: block;
  max-width: 1000px;
  margin-bottom: 80px;
  text-align: center;
}

.eg-text-span-4 {
  width: 600px;
  max-width: 600px;
  min-width: 100%;
  font-family: Plusjakartatext, sans-serif;
  color: #04121f;
  font-size: 48px;
  -o-object-fit: fill;
  object-fit: fill;
}

.eg-text-span {
  color: #6b6768;
  font-size: 25px;
  font-weight: 400;
}

.eg-text-block-footer {
  color: #6b6768;
}

.eg-text-block-footer._16-px {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 24px;
}

.eg-text-block-footer._16-px.brown {
  color: #6b6768;
}

.eg-text-block-footer._16-px.full-white {
  color: #fff;
}

.eg-text-block-footer._16-px.black {
  color: #616b75;
  line-height: 28px;
  font-style: normal;
}

.eg-text-block-footer._16-px.black.medium {
  color: #6b6768;
}

.eg-text-block-footer._16-px.home-2-lightbox-button-text {
  font-family: Nunito, sans-serif;
  color: #fff;
}

.eg-text-block-footer._16-px.green {
  font-size: 20px;
}

.eg-text-block-footer._24-px {
  color: #04121f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.eg-text-block-footer._24-px.italic {
  font-style: italic;
}

.eg-text-block-footer._12-px {
  color: #6b6768;
  font-size: 12px;
  line-height: 100%;
}

.eg-text-block-footer._14-px {
  color: #6b6767;
  font-size: 14px;
  line-height: 24px;
}

.eg-text-block-footer._14-px.footer-down-text {
  color: #000;
}

.eg-text-block-footer._14-px.footer-down-text.dull-white {
  color: rgba(255, 255, 255, 0.5);
}

.eg-text-block-footer._14-px.footer-social-media {
  margin-right: 12px;
}

.eg-text-block-footer._14-px.footer-social-media.white {
  color: #fff;
}

.eg-text-block-footer.black {
  color: #04121f;
}

.eg-text-block-footer.black.medium {
  color: #f8f4ee;
}

.eg-text-block-footer._20-px {
  font-size: 20px;
  line-height: 32px;
}

.eg-text-block-footer.light-white {
  color: rgba(255, 255, 255, 0.5);
}

.eg-text-block-footer.white {
  color: #fff;
}

.eg-text-block-footer.green {
  color: #2cae76;
  font-weight: 500;
}

.eg-text-block-footer._32-px {
  color: #04121f;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.eg-text-block-footer._64-px {
  color: #ecb22d;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}

.eg-text-block-footer._72-px {
  color: #04121f;
  font-size: 72px;
  line-height: 84px;
  font-weight: 700;
}

.eg-text-block-footer.footer-email-text {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.eg-text-block-footer.footer-email-text:hover {
  color: #fff;
}

.eg-text-block-footer.footer-email-text.black-link {
  color: #6b6768;
}

.eg-text-block-footer.footer-email-text.black-link:hover {
  color: #000;
}

.eg-text-block-footer.home-3-tab {
  font-size: 16px;
  line-height: 26px;
}

.eg-white-footer-category-blank {
  font-family: Plusjakartatext, sans-serif;
  color: #04121f;
  font-size: 20px;
  font-weight: 700;
}

.eg-vr2-hero-left-2 {
  width: 47%;
  max-width: 500px;
  margin-top: -20px;
}

.vr-hero-image {
  width: 75%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vr-hero-image.contain {
  overflow: visible;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.eg-vr-testimonial-section {
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.bold-text-vr {
  display: block;
  max-width: 500px;
  min-width: 100%;
  font-family: Plusjakartatext, sans-serif;
  text-align: left;
}

.heading-13 {
  font-family: Plusjakartatext, sans-serif;
  font-size: 40px;
  text-align: left;
}

.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;
  -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: linear-gradient(45deg, rgba(237, 30, 121, 0.89), rgba(102, 45, 140, 0.95));
}

.sign-up-form {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.27);
  text-align: center;
}

.form-row {
  margin-right: 25px;
  margin-left: 25px;
}

.form {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-label {
  text-align: left;
}

.field-label-2 {
  text-align: left;
}

.form-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 20px;
  padding: 10px 40px 20px;
  background-image: linear-gradient(225deg, #662d8c, #ed1e79);
  box-shadow: 0 -11px 20px -8px rgba(0, 0, 0, 0.31);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.heading-14 {
  min-height: 50px;
  margin-top: 20px;
  color: #fff;
}

.input {
  min-height: 50px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.close-modal-button {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 30px;
  padding: 5px;
}

.text-field {
  background-image: url('https://www.empowergmat.com/uploads/designs/Webflow/mages/Email.svg');
  background-position: 6px 50px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

@media screen and (min-width: 1280px) {
  .wrapper.pricing-1-hero-wrapper {
    padding-top: 10px;
  }

  .button._12-px-padding {
    margin-top: 60px;
  }

  .button._12-px-padding.nav-button {
    margin-top: 0px;
  }

  .image.contain {
    min-width: 100%;
    padding-top: 0px;
    border-radius: 4px;
  }

  .image.scale-animation {
    background-color: transparent;
    box-shadow: 8px 8px 12px 0 #000;
    opacity: 1;
  }

  .home-1-email-table {
    background-color: rgba(248, 244, 238, 0.52);
  }

  .home-1-email-table.middle {
    background-color: #fbf9f7;
  }

  .text-block._16-px.black {
    font-style: normal;
  }

  .home-1-people-section.reverse-section {
    background-color: transparent;
  }

  .home-1-testimonial-grid {
    margin-top: 20px;
  }

  .home-2-logos-gird {
    grid-template-areas: ". . . . . Area";
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .home-2-revenue-checkmark-point {
    padding-top: 10px;
  }

  .home-2-customers-section {
    background-color: transparent;
  }

  .home-2-slider-link {
    overflow: hidden;
  }

  .about-1-tab-circle {
    z-index: 1;
  }

  .about-1-hiring-item {
    grid-auto-columns: 1fr;
  }

  .pricing-switch-ball {
    z-index: 1;
  }

  .eg-home-2-hero-section {
    background-color: #0c0e1f;
  }

  .heading-5 {
    padding-top: 100px;
    text-align: center;
  }

  .heading-6 {
    font-family: Nunito, sans-serif;
  }

  .eg-home-2-revenue-checkmark-point {
    padding-top: 10px;
  }

  .eg-home-2-revenue-checkmark-point-2 {
    padding-top: 10px;
  }

  .bold-text-2 {
    width: auto;
    font-weight: 700;
  }

  .eg-image-table.contain {
    min-width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .eg-calendar-pop.contain {
    min-width: 100%;
    padding-top: 0px;
    box-shadow: 0 0 20px -12px #000;
  }

  .eg-home-3-hero-section {
    background-color: #0c0e1f;
  }

  .image-copy {
    border-radius: 6px;
  }

  .image-copy.contain {
    min-width: 100%;
    padding-top: 0px;
  }

  .image-copy.scale-animation {
    background-color: #f8f4ee;
    box-shadow: 8px 8px 12px 0 #000;
    opacity: 1;
  }

  .image-copy.contain {
    min-width: 100%;
    padding-top: 0px;
  }

  .image-copy.scale-animation {
    background-color: #f8f4ee;
    box-shadow: 8px 8px 12px 0 #000;
    opacity: 1;
  }

  .image-copy.contain-copy {
    min-width: 100%;
    padding-top: 0px;
  }

  .image-copy.contain {
    min-width: 100%;
    padding-top: 0px;
  }

  .image-copy.scale-animation {
    background-color: #f8f4ee;
    box-shadow: 8px 8px 12px 0 #000;
    opacity: 1;
  }

  .image-copy.contain-copy {
    min-width: 100%;
    padding-top: 0px;
  }

  .image-smart-curr.contain {
    min-width: 100%;
    padding-top: 0px;
  }

  .image-smart-curr.scale-animation {
    background-color: #f8f4ee;
    box-shadow: 8px 8px 12px 0 #000;
    opacity: 1;
  }

  .eg-bold-text-3 {
    max-width: none;
  }

  .eg-text-block-scores._16-px.black {
    font-style: normal;
  }

  .eg-text-block-scores-copy._16-px.black {
    font-style: normal;
  }

  .eg-heading-5-real-reviews {
    padding: 0px;
    text-align: left;
  }

  .eg-text-block-testimonial-card._16-px.black {
    font-style: normal;
  }

  .eg-contact-form-section {
    margin-top: -150px;
  }

  .eg-wrapper-cards.pricing-1-hero-wrapper {
    padding-top: 10px;
  }

  .eg-about-1-hiring-title {
    grid-auto-columns: 1fr;
  }

  .eg-text-block-footer._16-px.black {
    font-style: normal;
  }

  .vr-hero-image {
    border-radius: 6px;
  }

  .vr-hero-image.contain {
    min-width: 100%;
    padding-top: 0px;
  }

  .vr-hero-image.scale-animation {
    background-color: #f8f4ee;
    box-shadow: 8px 8px 12px 0 #000;
    opacity: 1;
  }
}

@media screen and (min-width: 1440px) {
  .h2-40-px {
    min-width: 800px;
  }

  .wrapper.home-1-people-wrapper.reverse {
    font-family: Nunito, sans-serif;
  }

  .wrapper.home-2-logos-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper.eg-home-1-testimonial-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button._12-px-padding {
    margin-top: 10px;
  }

  .button._12-px-padding.nav-button {
    margin-top: 0px;
  }

  .image.contain {
    min-width: 50%;
    margin-right: 0px;
    border-radius: 11px;
  }

  .image.scale-animation {
    background-color: transparent;
    box-shadow: 8px 8px 12px -20px #000;
  }

  .home-1-email-section {
    font-size: 48px;
  }

  .text-block._16-px.home-2-lightbox-button-text {
    color: #fff;
  }

  .home-1-testimonial-grid-image {
    -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;
  }

  .home-2-video-button {
    border-color: #fff;
  }

  .home-2-hero-subtexts-container {
    padding-bottom: 24px;
  }

  .home-2-logos-section {
    background-color: transparent;
  }

  .home-2-revenue-right {
    max-width: 460px;
  }

  .home-2-customers-floating-image {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .about-1-value-section {
    margin-top: 0px;
  }

  .pricing-1-table-amount-text {
    font-family: Plusjakartatext, sans-serif;
  }

  .blog-hero-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .blog-hero-image-2 {
    left: 2%;
  }

  .navigation {
    box-shadow: 1px 1px 16px -13px #000;
  }

  .main-navigations-container {
    position: relative;
    background-color: #396774;
    box-shadow: 0 -13px 20px -19px #000;
  }

  .eg-home-2-hero-section {
    position: static;
    background-color: #0c0e1f;
  }

  .ep-h1-48-px-copy {
    color: #fff;
  }

  .ep-dk-bg-text-block-2 {
    color: #fff;
  }

  .eg-dk-bg-home-2-text {
    padding-bottom: 10px;
    color: #fff;
  }

  .eg-text-block-dark._16-px.brown {
    color: #fff;
  }

  .eg-navigation-light {
    box-shadow: 1px 1px 16px -13px #000;
  }

  .eg-navigation-dark {
    box-shadow: 1px 1px 16px -13px #000;
  }

  .heading-2 {
    font-family: Plusjakartatext, sans-serif;
  }

  .bold-text {
    width: 1000px;
    max-width: 1000%;
  }

  .eg-wrapper.home-2-logos-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .eg-wrapper.eg-home-1-testimonial-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-5 {
    font-family: Plusjakartatext, sans-serif;
    text-align: left;
  }

  .heading-6 {
    font-family: Plusjakartatext, sans-serif;
  }

  .bold-text-2 {
    width: 800px;
    max-width: none;
    min-width: 500px;
    font-family: Plusjakartatext, sans-serif;
  }

  .bold-text-3 {
    width: 1000%;
    max-width: 800px;
    min-width: 800px;
  }

  .text-span-3 {
    font-family: Plusjakartatext, sans-serif;
    font-weight: 700;
  }

  .bold-text-4 {
    font-family: Plusjakartatext, sans-serif;
  }

  .bold-text-5 {
    font-family: Plusjakartatext, sans-serif;
  }

  .bold-text-6 {
    font-family: Plusjakartatext, sans-serif;
  }

  .bold-text-7 {
    font-family: Plusjakartatext, sans-serif;
  }

  .text-span-4 {
    width: 1000px;
    max-width: 1000px;
    min-width: 100%;
    font-family: Plusjakartatext, sans-serif;
    font-size: 48px;
  }

  .bold-text-8 {
    font-family: Plusjakartatext, sans-serif;
  }

  .eg-calendar-pop.contain {
    border-radius: 6px;
  }

  .eg-home-3-hero-section {
    position: static;
    margin-top: 60px;
    background-color: #0c0e1f;
  }

  .ep-h1-48-px-copy-copy {
    color: #fff;
  }

  .ep-dk-bg-text-block-2-copy {
    color: #fff;
  }

  .image-copy {
    border-radius: 10px;
  }

  .image-smart-curr.contain {
    width: 50%;
    height: 140%;
    min-width: 50%;
    margin-left: 100px;
  }

  .image-smart-curr.scale-animation {
    background-color: transparent;
  }

  .eg-bold-text-3 {
    width: 1000%;
    max-width: 800px;
    min-width: 800px;
  }

  .text-span-4-score-stats {
    width: 1000px;
    max-width: 1000px;
    min-width: 100%;
    font-family: Plusjakartatext, sans-serif;
    font-size: 48px;
  }

  .eg-text-block-scores._16-px.home-2-lightbox-button-text {
    color: #fff;
  }

  .eg-text-block-scores-copy._16-px.home-2-lightbox-button-text {
    color: #fff;
  }

  .eg-heading-5-real-reviews {
    font-family: Plusjakartatext, sans-serif;
    text-align: left;
  }

  .eg-text-block-testimonial-card._16-px.home-2-lightbox-button-text {
    color: #fff;
  }

  .bold-text-11 {
    font-family: Plusjakartatext, sans-serif;
  }

  .heading-12 {
    font-family: Plusjakartatext, sans-serif;
  }

  .eg-wrapper-cards.home-1-people-wrapper.reverse {
    font-family: Nunito, sans-serif;
  }

  .eg-wrapper-cards.home-2-logos-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .eg-wrapper-cards.eg-home-1-testimonial-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .eg-guarantee-section {
    margin-top: 0px;
  }

  .eg-text-span-4 {
    width: 1000px;
    max-width: 1000px;
    min-width: 100%;
    font-family: Plusjakartatext, sans-serif;
    font-size: 48px;
  }

  .eg-text-block-footer._16-px.home-2-lightbox-button-text {
    color: #fff;
  }

  .vr-hero-image {
    border-radius: 10px;
  }

  .bold-text-vr {
    width: 1000px;
    max-width: 1000%;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper.about-2-benefits-wrapper {
    width: 100%;
    min-width: 36%;
  }

  .home-1-subscribe-image {
    right: 0%;
  }

  .about-1-hiring-section {
    padding-bottom: 0px;
  }

  .about-1-hiring-item {
    padding-top: 20px;
  }

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

  .eg-home-3-hero-section {
    margin-top: 0px;
  }

  .text-span-4-score-stats {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .h1-72-px {
    font-size: 64px;
    line-height: 75px;
  }

  .h1-72-px.white.about-2-hero-text {
    font-size: 62px;
    line-height: 75px;
  }

  .medium.pricing-1-plan-name {
    font-size: 28px;
  }

  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper.home-1-logos-grid {
    grid-column-gap: 170px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper.home-1-people-wrapper {

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper.home-1-people-wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper.home-1-features {
    padding-top: 90px;
    padding-bottom: 90px;
    justify-items: center;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper.home-1-cta-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper.home-1-subscribe-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.home-2-customers-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper.home-2-integration-wrapper {
    padding-top: 120px;
    padding-bottom: 600px;
  }

  .wrapper.home-3-hero-wrapper {
    padding-left: 80px;
  }

  .wrapper.boxes-wrapper {
    padding-left: 80px;
  }

  .wrapper.home-3-customer-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper.home-3-integrations-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper.home-2-blog-wrapper {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .wrapper.about-1-culture-wrapper {
    -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;
  }

  .wrapper.about-2-images-wrapper {
    padding-bottom: 30px;
  }

  .wrapper.pricing-1-tables-wrapper {
    max-width: 450px;
  }

  .wrapper.pricing-case-study-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.presentation-hero-wrapper {
    position: static;
    padding-bottom: 550px;
  }

  .wrapper.navbar-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .wrapper.integrate-wrapper {
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper.home-1-blog-wrapper {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .wrapper.license-down {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper.about-1-hero-wrapper {
    padding-bottom: 100px;
  }

  .wrapper.eg-home-2-integration-wrapper {
    padding-top: 120px;
    padding-bottom: 600px;
  }

  .home-1-hero-left {
    width: 100%;
  }

  .button._12-px-padding.button-hover-white.nav-button:hover {
    background-color: #04121f;
    color: #fff;
  }

  .button._12-px-padding.nav-button {
    margin-top: 12px;
    margin-left: 7%;
  }

  .button.nav-button {
    margin-top: 12px;
    margin-left: 7%;
  }

  .hero-1-image-wrapper {
    width: 90%;
    margin-top: 60px;
    margin-right: 0%;
  }

  .home-1-email-tables-container {
    -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;
  }

  .home-1-email-table {
    width: 70%;
  }

  .home-1-email-table.middle {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .email-table-text-wrapper {
    max-width: 70%;
  }

  .text-block._16-px.brown.pricing-1-subtext {
    font-size: 13px;
  }

  .home-1-people-image {
    width: 75%;
    max-width: 530px;
    margin-bottom: 50px;
  }

  .home-1-people-right {
    width: 80%;
    max-width: 530px;
  }

  .home-1-features-item {
    max-width: 450px;
  }

  .home-1-features-text-wrapper {
    margin-bottom: 12px;
  }

  .home-1-cta-image {
    width: 70%;
    margin-bottom: 40px;
  }

  .home-1-cta-right {
    width: 70%;
    max-width: 480px;
  }

  .home-1-testimonial-item {
    width: 47%;
  }

  .home-1-testimonial-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-1-testimonial-grid-image {
    width: 160px;
  }

  .home-1-testimonial-stars-wrapper {
    margin-top: 12px;
  }

  .home-1-integrate-image-wrapper {
    width: 80%;
  }

  .home-1-integrate-right {
    width: 75%;
  }

  .home-1-subscribe-left {
    width: 100%;
  }

  .home-1-subscribe-image {
    position: static;
    width: 80%;
    max-width: 570px;
    margin-bottom: 40px;
  }

  .footer-main-column {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-columns-container {
    width: 100%;
  }

  .footer-up {
    -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;
  }

  .foote-down-text-and-social-container {
    -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-social-icons {
    margin-top: 20px;
  }

  .home-2-hero-left {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .home-2-hero-image {
    width: 100%;
  }

  .home-2-logos-text-wrapper {
    margin-bottom: 40px;
  }

  .home-2-logos-gird {
    grid-column-gap: 50px;
  }

  .home-2-revenue-image-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }

  .home-2-revenue-right {
    width: 100%;
    max-width: 460px;
  }

  .home-2-customers-left {
    width: 100%;
    margin-top: 50px;
  }

  .home-2-customers-image-wrapper {
    width: 100%;
  }

  .home-2-tabs-menu {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-2-tabs-link {
    padding-bottom: 30px;
  }

  .home-2-integration-floating-1 {
    top: 37%;
  }

  .home-2-integration-floating-2 {
    top: 52%;
  }

  .home-2-integration-floating-3 {
    left: 10%;
    top: 57%;
  }

  .home-2-integration-floating-4 {
    left: 32%;
  }

  .home-2-integration-floating-6 {
    top: 51%;
    right: 25%;
  }

  .home-2-integration-floating-7 {
    top: 41%;
    right: -1%;
  }

  .home-2-integration-floating-8 {
    right: 51%;
  }

  .home-2-integration-floating-9 {
    top: 64%;
    right: 12%;
  }

  .home-2-integration-floating-10 {
    top: 59%;
  }

  .home-3-hero-box {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home-3-hero-box.top {
    padding-left: 0px;
  }

  .home-3-hero-box-left {
    width: 80%;
  }

  .home-3-hero-box-image {
    width: 80%;
    max-width: 450px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .home-3-customers-top-left {
    width: 80%;
    margin-bottom: 30px;
  }

  .home-3-top-right-text-wrapper {
    width: 80%;
    max-width: 500px;
  }

  .home-3-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .home-3-tabs-menu {
    width: 100%;
    max-width: 440px;
    margin-top: 30px;
    margin-left: auto;
  }

  .home-3-tab-content {
    width: 60%;
    max-width: none;
  }

  .home-3-tab-pane-main-image {
    max-width: 500px;
  }

  .home-3-logos-gird {
    grid-column-gap: 50px;
  }

  .home-3-lightbox {
    height: 500px;
  }

  .home-3-features-left {
    max-width: 380px;
  }

  .home-3-features-text-wrapper {
    margin-bottom: 30px;
  }

  .home-3-features-grid {
    width: 100%;
    margin-top: 50px;
  }

  .home-3-integrations-left {
    width: 70%;
  }

  .home-3-subscribe-heading-wrapper {
    margin-bottom: 30px;
  }

  .home-3-integrations-card-line.hide-tablet {
    display: none;
  }

  .home-3-integrations-card-item {
    width: 90px;
    height: 140px;
  }

  .home-3-integrations-card-image {
    width: 50px;
    height: 50px;
  }

  .home-3-subscribe-box {
    width: 60%;
  }

  .home-3-arrow {
    left: 59%;
    bottom: 32%;
    width: 250px;
    height: 180px;
  }

  .home-1-blog-left {
    width: 100%;
  }

  .home-1-blog-right {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .home-1-recent-left {
    width: 60%;
    max-width: none;
  }

  .home-1-blog-right-heading-wrapper {
    margin-top: 100px;
  }

  .home-2-blog-section {
    margin-bottom: 0px;
  }

  .home-2-blog-card {
    margin-bottom: 50px;
  }

  .home-2-blog-collection-item {
    width: 90%;
  }

  .home-2-blog-collection-list {
    -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;
  }

  .about-1-image-wrapper {
    width: 70%;
  }

  .about-1-culture-right {
    width: 80%;
    margin-top: 40px;
  }

  .about-1-milestone-tabs {
    width: 100%;
    margin-left: 0px;
  }

  .about-1-tabs-menu {
    width: 15%;
  }

  .about-1-value-boxes-container {
    width: 60%;
    max-width: 380px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-1-location-heading-wrapper {
    margin-bottom: 60px;
  }

  .about-1-map-and-offices-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-1-location-left {
    width: 80%;
    height: 500px;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .about-1-location-right {
    width: 100%;
  }

  .about-1-offices-wrapper {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }

  .about-1-office-heading-wrapper {
    margin-bottom: 10px;
  }

  .about-2-images-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 250px 250px 250px;
    grid-template-rows: 250px 250px 250px;
  }

  .about-2-images-grid.reverse {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .about-2-big-image {
    max-width: none;
  }

  .about-1-hiring-heading-wrapper {
    margin-bottom: 60px;
  }

  .about-1-hiring-item {
    justify-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .about-2-hiring-positions-grid {
    width: 100%;
    max-width: 450px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-3-vision-heading {
    margin-bottom: 0px;
  }

  .about-3-vision-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-3-vision-item-heading {
    max-width: none;
    margin-bottom: 30px;
  }

  .team-grid-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-person-image {
    width: 80%;
    max-width: none;
  }

  .team-item-content {
    width: 80%;
    margin-top: 20px;
  }

  .pricing-1-table-item {
    width: 100%;
  }

  .pricing-1-table-item.middle {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pricing-1-table.monthly {
    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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-1-table.yearly {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-1-plans-heading-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    grid-column-gap: 20px;
  }

  .pricing-1-plan-item {
    text-align: center;
  }

  .pricing-1-plan-heading-wrapper {
    margin-bottom: 5px;
  }

  .pricing-1-plan-checklist {
    width: 70%;
    justify-items: center;
    grid-column-gap: 20px;
    text-align: center;
  }

  .pricing-1-faq-icon-wrapper {
    margin-top: 5px;
  }

  .pricing-1-faq-item {
    padding-bottom: 15px;
  }

  .pricing-1-faq-answer {
    margin-top: 15px;
  }

  .pricing-logo-item {
    width: 15%;
    margin-bottom: 30px;
  }

  .pricing-2-hero-left {
    width: 80%;
    height: auto;
    max-width: 560px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
  }

  .pricing-2-hero-heading {
    max-width: 400px;
  }

  .pricing-2-left-text {
    max-width: 400px;
  }

  .pricing-2-hero-right {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-case-study-item {
    width: 80%;
    max-width: 500px;
  }

  .pricing-case-study-item.margin-bottom-100-px {
    margin-bottom: 100px;
  }

  .pricing-case-study-image {
    margin-bottom: 38px;
  }

  .pricing-2-faq-left {
    position: static;
    width: 100%;
    padding-left: 5%;
  }

  .pricing-2-faq-right {
    width: 100%;
    max-width: none;
    margin-top: 50px;
    -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;
  }

  .pricing-3-faq-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blog-hero-left {
    width: 100%;
  }

  .blog-latest-content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog.blog-post-recent-blogs {
    max-width: 400px;
    margin-bottom: 60px;
  }

  .blog-image {
    height: 300px;
  }

  .blog-collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact-info-div.margin-bottom-60-px {
    margin-bottom: 60px;
  }

  .related-blog-collection-list {
    max-width: 500px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .presentation-hero-section {
    position: relative;
  }

  .presentation-hero-left {
    width: 90%;
  }

  .presentation-heading-wrapper {
    margin-bottom: 20px;
  }

  .presentation-homepage-up {
    max-width: 550px;
    margin-top: 0px;
    margin-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .presentation-homepage-item {
    width: 100%;
  }

  .presentation-homepage-item.presentation-homepage-2 {
    margin-bottom: 90px;
  }

  .presentation-homepage-background {
    max-height: 560px;
  }

  .presentation-number-container {
    width: 100%;
    margin-bottom: 75px;
    padding-left: 30px;
  }

  .presentation-number-grid {
    justify-items: center;
    grid-column-gap: 20px;
  }

  .presentation-homepage-down {
    width: 100%;
    max-width: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .presentation-pricing-pages {
    max-width: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .presentation-pricing-page-item {
    width: 100%;
  }

  .presentation-pricing-page-item.presentation-pricing-1 {
    margin-bottom: 90px;
  }

  .presentation-pricing-page-item.presentation-pricing-2 {
    margin-bottom: 90px;
  }

  .presentation-about-container {
    max-width: 550px;
    -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;
  }

  .presentation-about-item {
    width: 100%;
  }

  .presentation-about-item._2 {
    margin-top: 90px;
  }

  .presentation-about-item._3 {
    margin-top: 90px;
  }

  .block-row.middle {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .block-item {
    max-width: 400px;
    margin-right: 30px;
  }

  .about-3-hero-text-wrapper {
    margin-bottom: 80px;
  }

  .about-3-hero-text {
    width: 47%;
  }

  .margin-bottom-30-px._80 {
    max-width: 80%;
  }

  .margin-bottom-30-px._80.about-3-hero-image._2 {
    width: 70%;
    height: 220px;
  }

  .margin-bottom-30-px.about-3-hero-image._1 {
    height: 500px;
  }

  .about-1-hiring-time-and-place {
    max-width: 230px;
  }

  .about-3-hero-image._3 {
    height: 200px;
  }

  .about-3-hero-image._4 {
    height: 400px;
  }

  .home-3-hero-dotted-line {
    left: 0px;
  }

  .home-3-hero-dotted-line.down {
    top: 15%;
  }

  .home-3-circle {
    left: -20px;
  }

  .blog-hero-image {
    width: 90%;
    max-width: 550px;
    margin-top: 50px;
    margin-right: 0%;
  }

  .blog-hero-image-2 {
    left: 1%;
  }

  .version-wrapper {
    width: 100%;
  }

  .update-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-left: 0px;
  }

  .licensing-text-wrap {
    width: 100%;
    padding: 44px;
  }

  .licensing-image-and-text-wrap {
    width: 100%;
    margin-right: 0px;
  }

  .licensing-link {
    font-size: 50px;
  }

  .licensing-link.text {
    font-size: 18px;
  }

  .licensing-link.text {
    font-size: 16px;
  }

  ._404-heading {
    font-size: 60px;
  }

  ._404-subtext {
    line-height: 150%;
  }

  .about-1-hero-left {
    position: relative;
    margin-top: 0px;
  }

  .prensentation-hero-image {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin: 0% 16% -8% 10%;
  }

  .about-1-hero-image {
    left: 8%;
    bottom: 12%;
    margin-top: 60px;
  }

  .navigation {
    display: none;
  }

  .navigation-link-block-mob {
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #000;
  }

  .navigation-link-block-mob:hover {
    background-color: transparent;
  }

  .nav-content-wrap {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
  }

 

  .brand {
    width: 180px;
    margin-left: 0px;
  }

  .mobile-dropdown {
    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;
    font-size: 16px;
  }

  .mobile-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #000;
  }

  .dropdown-list-mob.w--open {
    background-color: #fff;
  }

  .nav-text {
    margin-bottom: 3px;
    color: #2cae76;
    font-size: 16px;
  }

  .nav-link-detail {
    font-size: 15px;
  }

  .mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 40px;
    -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;
    background-color: #fff;
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.02);
  }

  .menu-button-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #6b6768;
    text-align: left;
  }

  .menu-button-mob.w--open {
    background-color: transparent;
    color: #6b6768;
  }

  .menu-button-mob.white-links-menu {
    color: #fff;
  }

  .mobile-nav-link {
    display: block;
    width: 85%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #000;
    font-size: 16px;
  }

  .mobile-nav-link:hover {
    color: #6b6768;
  }

  .mobile-nav-link.w--current {
    color: #2cae76;
  }

  .mobile-nav-inner-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

 

  .background-colour-presentation {
    max-height: 760px;
  }

  .about-1-dotted-top-box {
    display: none;
  }

  .pricing-2-hero-div {
    margin-top: 60px;
  }

  .eg-home-2-hero-left {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .eg-text-block-dark._16-px.brown.pricing-1-subtext {
    font-size: 13px;
  }

  .eg-navigation-light {
    display: none;
  }

  .eg-navigation-dark {
    display: none;
  }

  .bold-text {
    min-width: 100%;
  }

  .eg-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eg-wrapper.home-1-logos-grid {
    grid-column-gap: 170px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .eg-wrapper.home-1-people-wrapper {
    padding-top: 220px;
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eg-wrapper.home-1-people-wrapper.reverse {
    padding-top: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eg-wrapper.home-1-features {
    padding-top: 90px;
    padding-bottom: 90px;
    justify-items: center;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .eg-wrapper.home-1-cta-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eg-wrapper.home-1-subscribe-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .eg-wrapper.home-2-customers-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .eg-wrapper.home-2-integration-wrapper {
    padding-top: 120px;
    padding-bottom: 600px;
  }

  .eg-wrapper.home-3-hero-wrapper {
    padding-left: 80px;
  }

  .eg-wrapper.boxes-wrapper {
    padding-left: 80px;
  }

  .eg-wrapper.home-3-customer-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .eg-wrapper.home-3-integrations-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .eg-wrapper.home-2-blog-wrapper {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .eg-wrapper.about-1-culture-wrapper {
    -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;
  }

  .eg-wrapper.about-2-images-wrapper {
    padding-bottom: 30px;
  }

  .eg-wrapper.pricing-1-tables-wrapper {
    max-width: 450px;
  }

  .eg-wrapper.pricing-case-study-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .eg-wrapper.presentation-hero-wrapper {
    position: static;
    padding-bottom: 550px;
  }

  .eg-wrapper.navbar-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .eg-wrapper.home-1-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .eg-wrapper.integrate-wrapper {
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eg-wrapper.home-1-blog-wrapper {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .eg-wrapper.license-down {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .eg-wrapper.about-1-hero-wrapper {
    padding-bottom: 100px;
  }

  .eg-home-1-email-tables-container {
    -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;
  }

  .eg-home-2-hero-left-2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .eg-text-block-scores._16-px.brown.pricing-1-subtext {
    font-size: 13px;
  }

  .eg-text-block-scores-copy._16-px.brown.pricing-1-subtext {
    font-size: 13px;
  }

  .eg-testimonial-cards {
    width: 60%;
    max-width: 380px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .eg-text-block-testimonial-card._16-px.brown.pricing-1-subtext {
    font-size: 13px;
  }

  .eg-wrapper-cards {
    padding-top: 90px;
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eg-wrapper-cards.home-1-logos-grid {
    grid-column-gap: 170px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .eg-wrapper-cards.home-1-people-wrapper {
    padding-top: 220px;
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eg-wrapper-cards.home-1-people-wrapper.reverse {
    padding-top: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eg-wrapper-cards.home-1-features {
    padding-top: 90px;
    padding-bottom: 90px;
    justify-items: center;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .eg-wrapper-cards.home-1-cta-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eg-wrapper-cards.home-1-subscribe-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .eg-wrapper-cards.home-2-customers-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .eg-wrapper-cards.home-2-integration-wrapper {
    padding-top: 120px;
    padding-bottom: 600px;
  }

  .eg-wrapper-cards.home-3-hero-wrapper {
    padding-left: 80px;
  }

  .eg-wrapper-cards.boxes-wrapper {
    padding-left: 80px;
  }

  .eg-wrapper-cards.home-3-customer-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .eg-wrapper-cards.home-3-integrations-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .eg-wrapper-cards.home-2-blog-wrapper {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .eg-wrapper-cards.about-1-culture-wrapper {
    -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;
  }

  .eg-wrapper-cards.about-2-images-wrapper {
    padding-bottom: 30px;
  }

  .eg-wrapper-cards.pricing-1-tables-wrapper {
    max-width: 450px;
  }

  .eg-wrapper-cards.pricing-case-study-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .eg-wrapper-cards.presentation-hero-wrapper {
    position: static;
    padding-bottom: 550px;
  }

  .eg-wrapper-cards.navbar-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .eg-wrapper-cards.home-1-hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .eg-wrapper-cards.integrate-wrapper {
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eg-wrapper-cards.home-1-blog-wrapper {
    padding-top: 90px;
    padding-bottom: 120px;
  }

  .eg-wrapper-cards.license-down {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .eg-wrapper-cards.about-1-hero-wrapper {
    padding-bottom: 100px;
  }

  .eg-wrapper-cards.eg-home-2-integration-wrapper {
    padding-top: 120px;
    padding-bottom: 600px;
  }

  .eg-about-1-value-boxes-container-cards {
    width: 60%;
    max-width: 380px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .eg-about-1-hiring-title {
    justify-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .eg-text-block-footer._16-px.brown.pricing-1-subtext {
    font-size: 13px;
  }

  .eg-vr2-hero-left-2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .bold-text-vr {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 55px;
    line-height: 70px;
  }

  h2 {
    font-size: 42px;
    line-height: 55px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h6 {
    line-height: 26px;
  }

  .h1-72-px {
    font-size: 55px;
    line-height: 65px;
  }

  .h1-72-px.white.about-2-hero-text {
    font-size: 60px;
    line-height: 70px;
  }

  .h2-40-px {
    font-size: 38px;
    line-height: 48px;
  }

  .medium.pricing-1-plan-name {
    font-size: 26px;
  }

  .wrapper {
    width: 90%;
  }

  .wrapper.home-1-logos-grid {
    grid-column-gap: 80px;
  }

  .wrapper.home-1-cta-wrapper {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .wrapper.home-1-testimonial-wrapper {
    -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;
  }

  .wrapper.home-2-tabs-wrapper {
    padding-top: 120px;
  }

  .wrapper.home-3-hero-wrapper {
    padding-bottom: 430px;
    padding-left: 0px;
  }

  .wrapper.boxes-wrapper {
    padding-left: 0px;
  }

  .wrapper.home-3-customer-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper.home-3-integrations-wrapper {
    padding-top: 90px;
    padding-bottom: 400px;
    -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;
  }

  .wrapper.about-2-benefits-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper.pricing-1-plans-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .wrapper.pricing-3-hero-wrapper {
    padding-bottom: 130px;
  }

  .wrapper.blog-latest-wrapper {
    padding-bottom: 50px;
  }

  .wrapper.presentation-hero-wrapper {
    padding-bottom: 450px;
  }

  .wrapper.home-1-blog-wrapper {
    padding-top: 80px;
  }

  .wrapper.about-1-hero-wrapper {
    padding-bottom: 100px;
  }

  .wrapper.eg-home-1-testimonial-wrapper {
    padding-top: 120px;
    -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;
  }

  .wrapper.vr-testimonial-wrapper {
    -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._12-px-padding.nav-button {
    margin-left: 5%;
  }

  .button.home-2-button {
    padding-right: 28px;
    padding-left: 28px;
  }

  .button.nav-button {
    margin-left: 5%;
  }

  .hero-1-image-wrapper {
    width: 100%;
    margin-top: 50px;
  }

  .home-1-email-heading-wrapper {
    margin-bottom: 60px;
  }

  .home-1-email-table {
    width: 80%;
  }

  .email-table-text-wrapper {
    max-width: 80%;
  }

  .text-block._16-px.brown.pricing-1-subtext {
    line-height: 22px;
  }

  .text-block._24-px {
    font-size: 22px;
  }

  .home-1-people-image {
    width: 80%;
  }

  .home-1-people-right {
    width: 100%;
  }

  .home-1-cta-image {
    width: 90%;
  }

  .home-1-cta-checkmark {
    right: -5%;
  }

  .home-1-cta-right {
    width: 100%;
  }

  .home-1-heading-wrapper {
    margin-bottom: 25px;
  }

  .home-1-testimonial-container {
    -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;
  }

  .home-1-testimonial-item {
    width: 100%;
    max-width: 550px;
  }

  .home-1-testimonial-item.margin-bottom-50-px {
    max-width: 550px;
    margin-bottom: 50px;
  }

  .home-1-testimonial-text-wrapper {
    margin-bottom: 26px;
  }

  .home-1-testimonial-grid {
    width: 100%;
  }

  .home-1-integrate-image-wrapper {
    width: 90%;
  }

  .home-1-integrate-right {
    width: 90%;
    max-width: 550px;
  }

  .home-1-subscribe-image {
    width: 100%;
  }

  .footer-column {
    width: 100%;
  }

  .footer-columns-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-2-video-button {
    padding-right: 28px;
    padding-left: 28px;
  }

  .home-2-hero-image {
    width: 90%;
  }

  .home-2-logos-text-wrapper {
    margin-bottom: 20px;
  }

  .home-2-logos-gird {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .home-2-logos-item {
    width: 120px;
    margin-top: 30px;
  }

  .home-2-revenue-image-wrapper {
    width: 85%;
  }

  .home-2-revenue-floating-image {
    width: 70%;
    height: auto;
  }

  .home-2-customers-image-wrapper {
    width: 80%;
  }

  .home-2-customers-floating-image {
    width: 65%;
    height: auto;
  }

  .home-2-customers-checkmark {
    width: 50px;
    height: 50px;
  }

  .home-2-tabs-menu {
    width: 90%;
  }

  .home-2-slider-heading-wrapper {
    margin-bottom: 100px;
  }

  .home-2-slider-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-2-slider-image-wrapper {
    margin-bottom: 30px;
  }

  .home-2-slider-text {
    font-size: 22px;
  }

  .home-2-slider-left-arrow {
    left: auto;
    top: auto;
    right: 12%;
    bottom: -9%;
  }

  .home-2-integration-floating-1 {
    top: 41%;
  }

  .home-2-integration-floating-2 {
    top: 56%;
  }

  .home-2-integration-floating-3 {
    top: 64%;
  }

  .home-2-integration-floating-5 {
    top: 74%;
  }

  .home-2-integration-floating-7 {
    right: 2%;
  }

  .home-2-integration-floating-9 {
    top: 67%;
  }

  .home-3-hero-box.top {
    margin-bottom: 70px;
  }

  .home-3-hero-box-left {
    width: 90%;
  }

  .home-3-hero-box-image {
    width: 90%;
  }

  .home-3-customers-top-left {
    width: 90%;
  }

  .home-3-top-right-text-wrapper {
    width: 90%;
  }

  .home-3-tab-content {
    width: 80%;
    max-width: 400px;
  }

  .home-3-tab-pane-main-image {
    max-width: none;
  }

  .home-3-tab-pane-floating-1 {
    left: -13%;
    width: 190px;
    height: 195px;
  }

  .home-3-logos-gird {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .home-3-logos-item {
    width: 120px;
    margin-top: 20px;
  }

  .home-3-lightbox {
    height: 400px;
  }

  .home-3-lightbox-play-button {
    width: 90px;
    height: 90px;
  }

  .home-3-features-grid {
    grid-column-gap: 45px;
    grid-row-gap: 60px;
  }

  .home-3-integrations-left {
    width: 100%;
  }

  .home-3-subscribe-heading-wrapper {
    margin-bottom: 25px;
  }

  .home-3-integrations-text-wrapper {
    margin-bottom: 25px;
  }

  .home-3-integrations-cards {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 400%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-3-integrations-card-line {
    margin-bottom: 30px;
    -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;
  }

  .home-3-integrations-card-item {
    width: 120px;
    margin-right: 24px;
    margin-bottom: 0px;
  }

  .home-3-subscribe-box {
    width: 100%;
  }

  .home-3-arrow {
    left: 64%;
    bottom: 38%;
    width: 170px;
    height: 100px;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
  }

  .home-1-blog-left {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .home-1-featured-collection-list {
    -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;
  }

  .home-1-featured-collection-item {
    width: 100%;
    margin-bottom: 90px;
  }

  .home-1-blog-right {
    max-width: 550px;
  }

  .home-1-blog-right-heading-wrapper {
    margin-top: 20px;
  }

  .about-1-culture-right {
    width: 100%;
  }

  .about-1-milestone-heading-wrapper {
    margin-bottom: 30px;
  }

  .about-1-milestone-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-1-tabs-menu {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-1-tabs-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-1-tabs-link.w--current {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-1-tab-pane-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-1-tab-pane-left {
    width: 100%;
    max-width: 400px;
    margin-top: 22px;
  }

  .about-1-tab-pane-image {
    width: 100%;
  }

  .about-1-value-boxes-container {
    width: 90%;
  }

  .about-1-box-number-text {
    font-size: 65px;
  }

  .about-1-location-left {
    width: 100%;
    height: 460px;
  }

  .h4-36px-height {
    font-size: 23px;
  }

  .about-2-images-grid {
    -ms-grid-rows: 220px 220px 220px;
    grid-template-rows: 220px 220px 220px;
  }

  .about-1-hiring-heading-wrapper {
    margin-bottom: 50px;
  }

  .about-1-hiring-item {
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }

  .about-2-numbers-grid {
    max-width: 80%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .about-2-benefit-pointers-grid {
    max-width: 300px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-2-hiring-positions-grid {
    max-width: 420px;
  }

  .team-person-image {
    width: 100%;
  }

  .team-item-content {
    width: 100%;
  }

  .pricing-1-plans-heading-container {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 24px;
  }

  .pricing-1-plans-secondary-heading {
    position: static;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-1-plan-feature {
    -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;
  }

  .pricing-1-plan-checklist {
    width: 100%;
    margin-top: 10px;
  }

  .pricing-1-faq-icon-wrapper {
    width: 18px;
    height: 18px;
    margin-top: 0px;
  }

  .pricing-1-faq-question {
    font-size: 17px;
    line-height: 28px;
  }

  .pricing-logo-item {
    width: 20%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .pricing-2-hero-left {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pricing-2-left-text {
    width: 100%;
  }

  .pricing-2-table-container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-2-table {
    width: 100%;
  }

  .pricing-2-table.landscape-margin-bottom-30-px {
    margin-bottom: 30px;
  }

  .pricing-case-study-item.margin-bottom-100-px {
    margin-bottom: 80px;
  }

  .pricing-3-table-container {
    max-width: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-3-table.individial-plan {
    width: 100%;
  }

  .pricing-3-table.business-plan {
    width: 100%;
  }

  .pricing-3-pointer-item.middle.no-margin {
    margin: 20px 0px;
  }

  .pricing-3-bottom-pointers-container {
    max-width: 450px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 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;
    border-top: 1px solid #d8cbb7;
  }

  .pricing-3-feature-number {
    margin-right: 50px;
  }

  .pricing-3-faq-text-wrapper {
    max-width: 90%;
  }

  .blog-latest-image {
    width: 100%;
    height: 300px;
  }

  .blog-latest-content-wrapper {
    width: 100%;
  }

  .latest-blog {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog {
    width: 100%;
    max-width: 450px;
  }

  .blog-image {
    height: 300px;
  }

  .blog-collection-list {
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-first-and-last-name {
    -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;
  }

  .form-first-name {
    width: 100%;
  }

  .form-last-name {
    width: 100%;
    margin-top: 30px;
  }

  .form-subject-and-mail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-subject {
    width: 100%;
  }

  .form-mail {
    width: 100%;
    margin-top: 30px;
  }

  .contact-info-div {
    width: 70%;
    max-width: 350px;
  }

  .blog-post-image-and-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-post-image {
    width: 85%;
  }

  .blog-post-content-wrapper {
    width: 85%;
  }

  .rich-text h2 {
    font-size: 30px;
  }

  .rich-text h4 {
    line-height: 28px;
  }

  .presentation-homepage-background {
    max-height: 540px;
  }

  .block-item {
    max-width: 330px;
  }

  .navbar-brand {
    -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;
  }

  .about-3-hero-text-wrapper {
    width: 90%;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-3-hero-text {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .about-3-hero-left {
    margin-bottom: 40px;
  }

  .about-3-hero-right {
    margin-left: 15px;
  }

  .margin-bottom-30-px {
    margin-bottom: 15px;
  }

  .margin-bottom-30-px._80.about-3-hero-image._2 {
    height: 180px;
  }

  .margin-bottom-30-px.about-3-hero-image._1 {
    height: 440px;
  }

  .home-2-slider-flex-item-wrapper {
    width: 90%;
    max-width: 420px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-3-integrations-inside-line {
    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;
  }

  .home-3-integrations-inside-line.hide-mobile {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-1-culture-grid-heading {
    max-width: 70%;
  }

  .about-3-hero-image._4 {
    height: 340px;
  }

  .pricing-1-plans-secondary-heading-text {
    font-size: 24px;
  }

  .home-3-hero-dotted-line {
    display: none;
  }

  .home-3-circle {
    display: none;
  }

  .home-3-tab-pane-floating-2 {
    width: 200px;
  }

  .about-1-dotted-line {
    display: none;
  }

  .h2-64-px {
    font-size: 55px;
    line-height: 70px;
  }

  .blog-hero-image-2 {
    left: -8%;
    width: 60%;
  }

  .update-wrapper {
    margin-top: 40px;
  }

  .license-text {
    width: 100%;
  }

  .licensing-text-wrap {
    padding: 30px;
  }

  .licensing-text-subtext {
    text-align: left;
  }

  .licensing-image-and-text-wrap {
    padding: 20px 30px 30px;
  }

  .licensing-link {
    font-size: 40px;
  }

  .licencing-image-item {
    height: 240px;
  }

  .utility-page-content {
    width: 90%;
  }

  ._404-text {
    font-size: 130px;
  }

  ._404-heading {
    font-size: 40px;
  }

  .home-2-slider-right-arrow {
    right: 0%;
    bottom: -9%;
  }

  .prensentation-hero-image {
    margin-left: 6%;
  }

  .brand {
    margin-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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-toggle {
    width: 90%;
  }

  .mobile-nav-link {
    width: 90%;
  }

  .background-colour-presentation {
    max-height: 600px;
  }

  .licensing-subtext {
    text-align: left;
  }

  .eg-text-block-dark._16-px.brown.pricing-1-subtext {
    line-height: 22px;
  }

  .eg-text-block-dark._24-px {
    font-size: 22px;
  }

  .eg-wrapper {
    width: 90%;
  }

  .eg-wrapper.home-1-logos-grid {
    grid-column-gap: 80px;
  }

  .eg-wrapper.home-1-cta-wrapper {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .eg-wrapper.home-1-testimonial-wrapper {
    padding-top: 120px;
    -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;
  }

  .eg-wrapper.home-2-tabs-wrapper {
    padding-top: 120px;
  }

  .eg-wrapper.home-3-hero-wrapper {
    padding-bottom: 430px;
    padding-left: 0px;
  }

  .eg-wrapper.boxes-wrapper {
    padding-left: 0px;
  }

  .eg-wrapper.home-3-customer-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .eg-wrapper.home-3-integrations-wrapper {
    padding-top: 90px;
    padding-bottom: 400px;
    -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;
  }

  .eg-wrapper.about-2-benefits-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .eg-wrapper.pricing-1-plans-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .eg-wrapper.pricing-3-hero-wrapper {
    padding-bottom: 130px;
  }

  .eg-wrapper.blog-latest-wrapper {
    padding-bottom: 50px;
  }

  .eg-wrapper.presentation-hero-wrapper {
    padding-bottom: 450px;
  }

  .eg-wrapper.home-1-blog-wrapper {
    padding-top: 80px;
  }

  .eg-wrapper.about-1-hero-wrapper {
    padding-bottom: 100px;
  }

  .eg-wrapper.eg-home-1-testimonial-wrapper {
    padding-top: 120px;
    -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;
  }

  .eg-about-1-box-number-text {
    font-size: 40px;
  }

  .eg-text-block-scores._16-px.brown.pricing-1-subtext {
    line-height: 22px;
  }

  .eg-text-block-scores._24-px {
    font-size: 22px;
  }

  .eg-text-block-scores-copy._16-px.brown.pricing-1-subtext {
    line-height: 22px;
  }

  .eg-text-block-scores-copy._24-px {
    font-size: 22px;
  }

  .eg-testimonial-cards {
    width: 90%;
  }

  .eg-text-block-testimonial-card._16-px.brown.pricing-1-subtext {
    line-height: 22px;
  }

  .eg-text-block-testimonial-card._24-px {
    font-size: 22px;
  }

  .eg-wrapper-cards {
    width: 90%;
  }

  .eg-wrapper-cards.home-1-logos-grid {
    grid-column-gap: 80px;
  }

  .eg-wrapper-cards.home-1-cta-wrapper {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .eg-wrapper-cards.home-1-testimonial-wrapper {
    padding-top: 120px;
    -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;
  }

  .eg-wrapper-cards.home-2-tabs-wrapper {
    padding-top: 120px;
  }

  .eg-wrapper-cards.home-3-hero-wrapper {
    padding-bottom: 430px;
    padding-left: 0px;
  }

  .eg-wrapper-cards.boxes-wrapper {
    padding-left: 0px;
  }

  .eg-wrapper-cards.home-3-customer-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .eg-wrapper-cards.home-3-integrations-wrapper {
    padding-top: 90px;
    padding-bottom: 400px;
    -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;
  }

  .eg-wrapper-cards.about-2-benefits-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .eg-wrapper-cards.pricing-1-plans-wrapper {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .eg-wrapper-cards.pricing-3-hero-wrapper {
    padding-bottom: 130px;
  }

  .eg-wrapper-cards.blog-latest-wrapper {
    padding-bottom: 50px;
  }

  .eg-wrapper-cards.presentation-hero-wrapper {
    padding-bottom: 450px;
  }

  .eg-wrapper-cards.home-1-blog-wrapper {
    padding-top: 80px;
  }

  .eg-wrapper-cards.about-1-hero-wrapper {
    padding-bottom: 100px;
  }

  .eg-wrapper-cards.eg-home-1-testimonial-wrapper {
    padding-top: 120px;
    -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;
  }

  .eg-about-1-value-boxes-container-cards {
    width: 90%;
  }

  .eg-about-1-box-number-text-copy {
    font-size: 40px;
  }

  .eg-about-1-hiring-title {
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }

  .eg-home-1-email-heading-wrapper-copy {
    margin-bottom: 60px;
  }

  .eg-text-block-footer._16-px.brown.pricing-1-subtext {
    line-height: 22px;
  }

  .eg-text-block-footer._24-px {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
    line-height: 65px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3 {
    font-size: 28px;
  }

  .white {
    font-size: 30px;
  }

  .white.home-3-hero-text {
    font-size: 48px;
  }

  .white.about-1-hiring-heading-text {
    font-size: 22px;
    line-height: 29px;
  }

  .white.blog-hero-heading-text {
    font-size: 40px;
    line-height: 60px;
  }

  .h1-72-px {
    font-size: 50px;
    line-height: 60px;
  }

  .h1-72-px.white {
    font-size: 42px;
    line-height: 52px;
  }

  .h1-72-px.white.about-2-hero-text {
    font-size: 35px;
    line-height: 46px;
  }

  .h2-40-px {
    min-width: 100px;
    font-size: 36px;
    line-height: 46px;
  }

  .medium.pricing-1-plan-name {
    font-size: 19px;
    line-height: 30px;
  }

  .wrapper.home-1-logos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper.home-3-hero-wrapper {
    padding-bottom: 400px;
  }

  .wrapper.about-2-images-wrapper {
    padding-bottom: 15px;
  }

  .wrapper.about-1-hiring-wrapper {
    padding-top: 0px;
    padding-bottom: 20px;
	margin: 0 auto;
    width: 100%;
  }

  .wrapper.about-2-hero {
    padding-bottom: 340px;
  }
	
	.eg-guarantee-section {
	  padding-bottom: 10px;
	}

  .wrapper.pricing-3-features-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }
	.text-block-7 {
		width:100%;
	}

  .wrapper.contact-form-wrapper {
    padding: 20px;
  }

  .wrapper.presentation-hero-wrapper {
    padding-bottom: 370px;
  }

  .wrapper.navbar-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .wrapper.instruction-heading-container {
    padding-bottom: 40px;
  }

  .wrapper.about-1-hero-wrapper {
    padding-bottom: 100px;
  }

  .button._12-px-padding._100.about-2-hiring {
    padding-right: 30px;
    padding-left: 30px;
  }

  .button._16-px-padding.subscribe-button {
    width: 60%;
  }

  .button.home-3-form-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-1-image-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .home-1-email-table {
    width: 100%;
  }

  .email-table-icon {
    width: 80px;
    height: 80px;
  }

  .email-table-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .text-block._16-px.brown.pricing-1-subtext {
    line-height: 19px;
  }

  .text-block._16-px.brown.pricing-3-table-text {
    max-width: 85%;
  }

  .text-block._16-px.billed-text {
    font-size: 14px;
  }

  .text-block._20-px {
    font-size: 19px;
  }

  .text-block._72-px.presentation-text {
    font-size: 65px;
  }

  .home-1-people-image {
    width: 100%;
  }

  .home-1-cta-checkmark {
    top: -22%;
    width: 45px;
    height: 45px;
  }

  .home-1-cta-right {
    width: 100%;
  }

  .home-1-testimonial-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-1-testimonial-grid-image {
    width: 140px;
  }

  .home-1-integrate-image-wrapper {
    width: 100%;
  }

  .home-1-integrate-right {
    width: 100%;
  }

  .home-1-subscribe-form-block {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .home-1-subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .home-1-subscribe-field {
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 8px;
    background-color: #fff;
  }

  .home-1-subscribe-image {
    width: 100%;
  }

  .footer-column {
    width: 100%;
  }

  .footer-column-heading-wrapper {
    margin-bottom: 20px;
  }

  .footer-columns-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-2-hero-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home-2-video-button {
    margin-top: 15px;
  }

  .home-2-hero-subtexts-container {
    -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;
  }

  .home-2-hero-subtext-item {
    margin-bottom: 20px;
  }

  .home-2-hero-image {
    width: 100%;
  }

  .home-2-hero-floating-image-1 {
    left: -4%;
    bottom: -8%;
    width: 190px;
    height: 180px;
  }

  .home-2-hero-floating-image-2 {
    width: 180px;
    height: 60px;
  }

  .home-2-logos-item {
    width: 100px;
    margin-top: 5px;
  }

  .home-2-revenue-image-wrapper {
    width: 90%;
  }

  .home-2-revenue-floating-image {
    width: 80%;
  }

  .home-2-revenue-checkmark-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-2-customers-pointer-item {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-2-customers-icon {
    margin-bottom: 10px;
  }

  .home-2-customers-image-wrapper {
    width: 90%;
  }

  .home-2-customers-floating-image {
    left: -11%;
  }

  .home-2-tabs-menu {
    width: 100%;
  }

  .home-2-tab-links-text {
    font-size: 17px;
  }

  .home-2-slider-number-text {
    font-size: 40px;
  }

  .home-2-slider-text {
    font-size: 21px;
  }

  .home-2-slider-left-arrow {
    right: 16%;
  }

  .home-2-integration-floating-1 {
    left: 1%;
    top: 44%;
    width: 80px;
    height: 80px;
  }

  .home-2-integration-floating-6 {
    width: 70px;
    height: 70px;
  }

  .home-2-integration-floating-7 {
    top: 44%;
    width: 75px;
    height: 75px;
  }

  .home-2-integration-floating-8 {
    right: 49%;
    width: 55px;
    height: 55px;
  }

  .home-3-hero-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-3-hero-box-pointers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home-3-hero-box-pointer-item {
    width: 100%;
  }

  .home-3-hero-box-checklists {
    -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;
  }

  .home-3-hero-box-checklist-item.margin-bottom-10-px {
    margin-bottom: 10px;
  }

  .home-3-customer-section {
    overflow: hidden;
  }

  .home-3-tab-content {
    width: 90%;
  }

  .home-3-tab-pane-floating-1 {
    left: -9%;
    width: 170px;
    height: 180px;
  }

  .home-3-logos-item {
    width: 100px;
    margin-top: 5px;
  }

  .home-3-lightbox-wrapper {
    margin-top: 40px;
  }

  .home-3-lightbox {
    height: 300px;
  }

  .home-3-features-text-wrapper {
    margin-bottom: 30px;
  }

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

  .home-3-subscribe-heading-wrapper {
    margin-bottom: 30px;
  }

  .home-3-integrations-text-wrapper {
    max-width: none;
  }

  .home-3-subscribe-box {
    padding: 30px;
  }

  .home-3-form-field {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .home-3-arrow {
    display: none;
  }

  .home-1-featured-image {
    height: 320px;
  }

  .home-1-recent-blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home-1-recent-left {
    width: 100%;
  }

  .home-1-recent-image {
    width: 100%;
    height: auto;
    max-height: 300px;
    margin-bottom: 20px;
  }

  .home-2-blog-collection-item {
    width: 100%;
  }

  .about-1-image-wrapper {
    width: 100%;
  }

  .about-1-culture-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-1-tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-1-tabs-link {
    padding: 20px 35px 20px 30px;
  }

  .about-1-tabs-content {
    width: 100%;
  }

  .about-1-tab-pane-image {
    height: 300px;
  }

  .about-1-value-boxes-container {
    width: 100%;
  }

  .about-1-location-left {
    height: 400px;
  }

  .h4-36px-height {
    line-height: 33px;
  }

  .about-2-images-section {
    margin-top: -295px;
  }

  .about-2-images-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-rows: 170px 170px 170px;
    grid-template-rows: 170px 170px 170px;
  }

  .about-1-hiring-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-2-numbers-grid {
    max-width: none;
  }

  .about-2-rating-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-2-rating-logo {
    width: 50%;
  }

  .about-2-rating-stars-and-user {
    width: auto;
    max-width: none;
    margin-bottom: 30px;
  }

  .about-2-stars-wrapper {
    position: static;
    max-width: 150px;
    margin-bottom: 10px;
    font-family: Plusjakartadisplay, sans-serif;
    font-weight: 400;
    white-space: normal;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    cursor: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .about-2-hiring-position-item {
    padding: 20px;
  }

  .hiring-place-and-tenure-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hiring-place-wrapper {
    margin-right: 0px;
    margin-bottom: 7px;
  }

  .team-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-grid-item {
    margin-bottom: 100px;
  }

  .team-person-image {
    width: 100%;
  }

  .team-item-content {
    width: 100%;
  }

  .team-grid-right {
    padding-top: 0px;
  }

  .pricing-switch {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 6px;
  }

  .pricing-1-table-item {
    padding-right: 20px;
    padding-left: 28px;
  }

  .pricing-1-plans-heading-container {
    padding-left: 0px;
  }

  .pricing-1-plans-secondary-heading {
    padding-left: 0px;
  }

  .pricing-1-plan-feature {
    padding-left: 10px;
  }

  .pricing-1-plan-feature.yellow-background {
    padding-right: 10px;
  }

  .pricing-1-faq-question-wrapper {
    width: 85%;
  }

  .pricing-logo-item {
    width: 25%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .pricing-2-hero-left {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-2-table-container {
    width: 100%;
  }

  .pricing-case-study-item {
    width: 100%;
  }

  .pricing-2-faq-left {
    padding-left: 0%;
  }

  .pricing-2-popular-question-heading {
    padding-left: 0%;
  }

  .pricing-3-table.individial-plan {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-3-table.business-plan {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-3-bottom-pointers-container {
    padding-left: 20px;
  }

  .pricing-3-feature {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing-3-feature-number {
    margin-right: 30px;
  }

  .pricing-3-faq-text-wrapper {
    max-width: none;
  }

  .pricing-3-faq-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-latest-image {
    height: 260px;
  }

  .latest-blog {
    width: 100%;
  }

  .blog-image {
    height: 260px;
  }

  .contact-info-div {
    width: 100%;
  }

  .blog-post-image {
    width: 100%;
    height: 300px;
  }

  .blog-post-content-wrapper {
    width: 100%;
  }

  .rich-text h2 {
    line-height: 38px;
  }

  .rich-text h4 {
    line-height: 27px;
  }

  .rich-text blockquote {
    font-size: 19px;
    line-height: 27px;
  }

  .presentation-hero-left {
    width: 100%;
  }

  .presentation-homepage-image {
    width: 90%;
    margin-top: 30px;
  }

  .presentation-homepage-background {
    height: 80%;
  }

  .presentation-number-container {
    padding-top: 0px;
  }

  .presentation-number-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .presentation-number-item {
    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;
  }

  .presentation-number-text {
    margin-bottom: 8px;
  }

  .presentation-pricing-heading-wrapper {
    margin-bottom: 60px;
  }

  .block-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navbar-brand {
    width: 120px;
    height: 30px;
  }

  .about-3-hero-text-wrapper {
    width: 100%;
  }

  .about-3-hero-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-3-hero-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .about-3-hero-right {
    width: 100%;
    margin-left: 15px;
  }

  .margin-bottom-30-px._80 {
    max-width: none;
  }

  .margin-bottom-30-px._80.about-3-hero-image._2 {
    width: 100%;
    height: 200px;
    max-width: none;
  }

  .margin-bottom-30-px.about-3-hero-image._1 {
    height: 350px;
  }

  .home-2-slider-flex-item-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-1-hiring-time-and-place {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-3-hero-image {
    width: 100%;
    height: 200px;
  }

  .about-3-hero-image._3 {
    max-width: none;
  }

  .about-3-hero-image._4 {
    height: 350px;
  }

  .home-1-text-span {
    font-size: 40px;
    line-height: 50px;
  }

  .presentation-text-span {
    font-size: 42px;
    line-height: 52px;
  }

  .home-3-tab-pane-floating-2 {
    width: 170px;
  }

  .h2-64-px {
    font-size: 48px;
    line-height: 65px;
  }

  .blog-hero-image {
    width: 100%;
    margin-top: 40px;
  }

  .blog-hero-image-2 {
    left: -4%;
  }

  .style-guide-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .colour {
    margin: 10px;
  }

  .style-guide-colours {
    -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;
  }

  .update-wrapper {
    margin-top: 30px;
  }

  .update-text {
    font-size: 32px;
  }

  .licensing-link {
    font-size: 30px;
  }

  .licencing-images-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._404-heading {
    font-size: 30px;
    line-height: 110%;
  }

  .prensentation-hero-image {
    z-index: 380;
    width: 130%;
    margin-bottom: -10%;
    margin-left: -5%;
  }

  .about-1-hero-image {
    left: -1%;
    margin-top: 40px;
  }

  .brand {
    width: 150px;
    margin-left: -20px;
  }

  .background-colour-presentation {
    max-height: 500px;
  }

  .pricing-2-hero-div {
    width: 100%;
    padding: 20px;
  }

  .utility-page-form {
    max-width: 90%;
  }

  .password-image {
    max-width: 40%;
  }

  .eg-dk-bg-home-2-text {
    -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;
  }

  .eg-text-block-dark._16-px.brown.pricing-1-subtext {
    line-height: 19px;
  }

  .eg-text-block-dark._16-px.brown.pricing-3-table-text {
    max-width: 85%;
  }

  .eg-text-block-dark._16-px.billed-text {
    font-size: 14px;
  }

  .eg-text-block-dark._20-px {
    font-size: 19px;
  }

  .eg-text-block-dark._72-px.presentation-text {
    font-size: 65px;
  }

  .eg-wrapper.home-1-logos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .eg-wrapper.home-1-people-wrapper {
    padding-top: 200px;
  }

  .eg-wrapper.home-3-hero-wrapper {
    padding-bottom: 400px;
  }

  .eg-wrapper.about-2-images-wrapper {
    padding-bottom: 15px;
  }

  .eg-wrapper.about-1-hiring-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .eg-wrapper.about-2-hero {
    padding-bottom: 340px;
  }

  .eg-wrapper.pricing-3-features-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .eg-wrapper.contact-form-wrapper {
    padding: 20px;
  }

  .eg-wrapper.presentation-hero-wrapper {
    padding-bottom: 370px;
  }

  .eg-wrapper.navbar-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .eg-wrapper.instruction-heading-container {
    padding-bottom: 40px;
  }

  .eg-wrapper.about-1-hero-wrapper {
    padding-bottom: 100px;
  }

  .bold-text-2 {
    width: 100%;
    max-width: 100%;
    min-width: 60px;
  }

  .eg-text-block-scores._16-px.brown.pricing-1-subtext {
    line-height: 19px;
  }

  .eg-text-block-scores._16-px.brown.pricing-3-table-text {
    max-width: 85%;
  }

  .eg-text-block-scores._16-px.billed-text {
    font-size: 14px;
  }

  .eg-text-block-scores._20-px {
    font-size: 19px;
  }

  .eg-text-block-scores._72-px.presentation-text {
    font-size: 65px;
  }

  .eg-text-block-scores-copy._16-px.brown.pricing-1-subtext {
    line-height: 19px;
  }

  .eg-text-block-scores-copy._16-px.brown.pricing-3-table-text {
    max-width: 85%;
  }

  .eg-text-block-scores-copy._16-px.billed-text {
    font-size: 14px;
  }

  .eg-text-block-scores-copy._20-px {
    font-size: 19px;
  }

  .eg-text-block-scores-copy._72-px.presentation-text {
    font-size: 65px;
  }

  .bold-text-10 {
    white-space: normal;
  }

  .eg-testimonial-cards {
    width: 100%;
  }

  .eg-text-block-testimonial-card._16-px.brown.pricing-1-subtext {
    line-height: 19px;
  }

  .eg-text-block-testimonial-card._16-px.brown.pricing-3-table-text {
    max-width: 85%;
  }

  .eg-text-block-testimonial-card._16-px.billed-text {
    font-size: 14px;
  }

  .eg-text-block-testimonial-card._20-px {
    font-size: 19px;
  }

  .eg-text-block-testimonial-card._72-px.presentation-text {
    font-size: 65px;
  }

  .eg-wrapper-cards.home-1-logos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .eg-wrapper-cards.home-1-people-wrapper {
    padding-top: 200px;
  }

  .eg-wrapper-cards.home-3-hero-wrapper {
    padding-bottom: 400px;
  }

  .eg-wrapper-cards.about-2-images-wrapper {
    padding-bottom: 15px;
  }

  .eg-wrapper-cards.about-1-hiring-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .eg-wrapper-cards.about-2-hero {
    padding-bottom: 340px;
  }

  .eg-wrapper-cards.pricing-3-features-wrapper {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .eg-wrapper-cards.contact-form-wrapper {
    padding: 20px;
  }

  .eg-wrapper-cards.presentation-hero-wrapper {
    padding-bottom: 370px;
  }

  .eg-wrapper-cards.navbar-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .eg-wrapper-cards.instruction-heading-container {
    padding-bottom: 40px;
  }

  .eg-wrapper-cards.about-1-hero-wrapper {
    padding-bottom: 100px;
  }

  .eg-about-1-value-boxes-container-cards {
    width: 100%;
  }

  .eg-about-1-hiring-title {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .eg-guarantee-table-white {
    font-size: 30px;
  }

  .eg-guarantee-table-white.home-3-hero-text {
    font-size: 48px;
  }

  .eg-guarantee-table-white.about-1-hiring-heading-text {
    font-size: 22px;
    line-height: 29px;
  }

  .eg-guarantee-table-white.blog-hero-heading-text {
    font-size: 40px;
    line-height: 60px;
  }

  .eg-guarantee-2 {
    font-size: 30px;
  }

  .eg-guarantee-2.home-3-hero-text {
    font-size: 48px;
  }

  .eg-guarantee-2.about-1-hiring-heading-text {
    font-size: 22px;
    line-height: 29px;
  }

  .eg-guarantee-2.blog-hero-heading-text {
    font-size: 40px;
    line-height: 60px;
  }

  .eg-guarantee-card {
    padding: 20px;
  }

  .eg-white-footer-category {
    font-size: 30px;
  }

  .eg-white-footer-category.home-3-hero-text {
    font-size: 48px;
  }

  .eg-white-footer-category.about-1-hiring-heading-text {
    font-size: 22px;
    line-height: 29px;
  }

  .eg-white-footer-category.blog-hero-heading-text {
    font-size: 40px;
    line-height: 60px;
  }

  .eg-text-block-footer._16-px.brown.pricing-1-subtext {
    line-height: 19px;
  }

  .eg-text-block-footer._16-px.brown.pricing-3-table-text {
    max-width: 85%;
  }

  .eg-text-block-footer._16-px.billed-text {
    font-size: 14px;
  }

  .eg-text-block-footer._20-px {
    font-size: 19px;
  }

  .eg-text-block-footer._72-px.presentation-text {
    font-size: 65px;
  }

  .eg-white-footer-category-blank {
    font-size: 30px;
  }

  .eg-white-footer-category-blank.home-3-hero-text {
    font-size: 48px;
  }

  .eg-white-footer-category-blank.about-1-hiring-heading-text {
    font-size: 22px;
    line-height: 29px;
  }

  .eg-white-footer-category-blank.blog-hero-heading-text {
    font-size: 40px;
    line-height: 60px;
  }
}

#w-node-_2a786618-fc33-6b6a-e362-01204f015f06-fce8f3a8 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_37561caa-e6dc-480a-32fc-7e2e1004b2e3-fce8f3a8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4d60e4d3-77cb-0639-f497-f7b8eea9946c-fce8f3a8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-db2e2840-3b87-d143-4690-c2e287ce83b1-fce8f3a8 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3342ce9c-9b98-2b16-b611-3a6848e43813-7ee8f3b4 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_104a6671-2f7b-95b2-0fe6-e7259fa414f9-7ee8f3b4 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c81d40e1-fbc1-3750-4e68-5334f6c60816-7ee8f3b4 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c4c9e320-a572-20c6-0c03-a3c11ee607fa-7ee8f3b4 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_19b42b43-3660-6e9a-f37a-96ae1144a90f-c6e8f3a5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_8c670ed3-e6ad-436b-f1a8-c2cb490da4c3-c6e8f3a5 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_495cbeda-e361-0400-125c-c9fa95304f30-c6e8f3a5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_495cbeda-e361-0400-125c-c9fa95304f35-c6e8f3a5 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-d47f4c55-930f-2269-90e5-e01891d10924-c6e8f3a5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d47f4c55-930f-2269-90e5-e01891d10929-c6e8f3a5 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_2a786618-fc33-6b6a-e362-01204f015f06-fce8f3a8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-db2e2840-3b87-d143-4690-c2e287ce83b1-fce8f3a8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f3a434af-287a-e9fe-56e9-d63005d71966-fce8f3a8 {
    -ms-grid-column-align: end;
    justify-self: end;
    -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: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_3342ce9c-9b98-2b16-b611-3a6848e43815-7ee8f3b4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_3342ce9c-9b98-2b16-b611-3a6848e4381a-7ee8f3b4 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_104a6671-2f7b-95b2-0fe6-e7259fa414fb-7ee8f3b4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_104a6671-2f7b-95b2-0fe6-e7259fa41500-7ee8f3b4 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_3342ce9c-9b98-2b16-b611-3a6848e43822-7ee8f3b4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_3342ce9c-9b98-2b16-b611-3a6848e43827-7ee8f3b4 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_3342ce9c-9b98-2b16-b611-3a6848e4382f-7ee8f3b4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_3342ce9c-9b98-2b16-b611-3a6848e43834-7ee8f3b4 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_2cabdab8-746f-63e6-56a0-0368185dc35b-c5e8f3b5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_374956bd-faba-3395-991a-7dcf482e0a98-c5e8f3b5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f0f29afc-9ea7-1e9e-9b3b-0691604c1a20-c5e8f3b5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8c670ed3-e6ad-436b-f1a8-c2cb490da4c3-c6e8f3a5 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_495cbeda-e361-0400-125c-c9fa95304f35-c6e8f3a5 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d47f4c55-930f-2269-90e5-e01891d10929-c6e8f3a5 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3342ce9c-9b98-2b16-b611-3a6848e4381a-7ee8f3b4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_104a6671-2f7b-95b2-0fe6-e7259fa41500-7ee8f3b4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3342ce9c-9b98-2b16-b611-3a6848e43827-7ee8f3b4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3342ce9c-9b98-2b16-b611-3a6848e43834-7ee8f3b4 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaText-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaText-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaText-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaText-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaDisplay-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/PlusJakartaText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.alert {
    margin-bottom: 24px;
    background: none;
    border-radius: 0;
    font-weight: 600;
    padding: 12px 16px;
}
.alert-danger {
    border-color: #ebccd1;
    color: #a94442;
}
.bg-light {
	background-color: #f2dede;
}

.text-gray {
	color:#c1c1c1;
}
/* cmsms stylesheet: webflow_custom modified: 12/14/21 05:28:18 */
.home-2-logos-section {
 background-color: rgba(248, 244, 238, 0.55);
}
.grid {
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    gap: 16px 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}
.col-6 {
display: flex;
flex-direction: column;
    align-items: flex-start;
}
.wrap{box-sizing:border-box;max-width:1200px;margin:0 auto}
.main-navigations-container {
z-index:1000;
}
.navbar-brand {
width: 240px;
height: 72px;
padding-top: 5px;
}
.home-2-logos-gird .image.contain {
    overflow: visible;
    width: 100%;
    min-width: auto;
    min-height: auto;
}
.color-white {
color: #fff;
}
.error {
color: red;
}

.home-1-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
}

.home-1-subscribe-field {
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 55px;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('https://www.empowergmat.com/uploads/designs/Webflow/images/Email.svg');
  background-position: 6% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.free-trial-email-field {
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 55px;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('https://www.empowergmat.com/uploads/designs/Webflow/images/mail.svg');
  background-position: 6% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.free-trial-password-field {
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 55px;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('https://www.empowergmat.com/uploads/designs/Webflow/images/lock.svg');
  background-position: 6% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}
.text-small {
font-size: 12px;
}

.hero-section {
    position: static;
    background-color: #0c0e1f;
}

.about-1-value-box-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 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;
    border-radius: 8px;
    color: #f8f4ee;
}

.eg-signup-section .about-1-value-box-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  color: #6b6768;
}
.eg-signup-section .signupcta,.eg-signup-section .signupcta .bg-secondary {background: #ffffff;}

.eg-signup-section h3 {
    margin-bottom: 30px;
    color: #04121f;
    font-size: 24px;
    font-weight: 500;
}
.course-feature {
    margin: 15px 0;
}
.course-feature-icon {
    float: left;
    margin: 8px 10px 0 0;
}
.course-feature-description {
    float: left;
    position: relative;
    width: 80%;
font-size: 16px;
    line-height: 23px;
}
.frmSignup input, .frmSignup select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 8px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #CCC;
border-radius:4px;

}
#frmSignup {
padding:10px;
}
.frmSignup fieldset {
margin-top: 20px;
}
.frmSignup legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.crossed {
    text-decoration: line-through;
}
.red {
    color: red;
}
.frmSignup label {
font-size: 13px;
    font-weight: 500;
display: inline;
}
.pakSel label{
display: block!important;
}
.frmSignup .error{
margin-bottom: 0px;
font-size: 12px;
}

.signupcta form input[type=radio]{width:auto;margin:0 2px;}
.custradio input[type=radio], .custradio input[type=checkbox]{width:auto;margin:0 2px;}
.custradio input[type=radio], .custradio input[type=checkbox]{display:none;}
.custradio label{cursor:pointer;line-height:18px;padding-bottom:10px;
padding-left: 15px;
    text-indent: -15px;
}
.custradio input[type=radio] + label:before, .custradio input[type=checkbox] + label:before{font-family:'FontAwesome';display:inline-block;}
.custradio input[type=radio] + label:before, .custradio input[type=checkbox] + label:before{content:"\f10c";color:#0099ff;cursor:pointer;font-size:20px;position:relative;top:2px;}
.custradio input[type=radio] + label:before, .custradio input[type=checkbox] + label:before{letter-spacing:10px;}
.custradio input[type=radio]:checked + label:before, .custradio input[type=checkbox]:checked + label:before{content:"\f058";color:#0099ff;}
.custradio{margin-left:20px;margin-top:0px!important;}

.btn-full {
    font-weight: 500!important;
    height: 54px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    padding: 0 36px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    color: #fff;
    width: 100%;
    margin-top: 5px;
}
.btn-green:hover {
    background: #299d6e;
    border: 1px solid #299d6e;
}
.frmSignup input[type=submit], .frmSignup button[type=submit],
.cms_form input[type=submit], .cms_form button[type=submit]
 {
    height: 50px;
    line-height: 48px;
    border: 2px solid #47b475;
    background: #47b475;
    color: #fff;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 0!important;
}
.hidden {
    display: none!important;
}
.btn-paypal{background:#009cde!important;border:1px solid #009cde!important;}
.btn-paypal:hover{background:#003087!important;color:#fff!important;}
.btn-green{background:#33C68A;border:1px solid #33C68A;}
.btn-green:hover{background:#299d6e;border:1px solid #299d6e;}
.notyfy_wrapper{border-width:0 2px 2px 2px;color:#fff;}
.notify_success{background:#8bbf61;}
.notify_error{background:red;}
.signupcta form {
    padding-top: 30px;
}
.seal-5MEG3{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}.seal-5MEG3{color:#999;font-size:12px;line-height:1.5}.seal-5MEG3 p{margin-bottom:0}.lockIcon-3sQat{color:#2aa271}.sc-icon{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;fill:currentColor;shape-rendering:geometricPrecision;margin-right:16px}
.bg-secondary {
    background: #f8f8f8;
}
#submitbuttons {
margin-top:8px;
}
.disabled label:before {
    color: #ccc!important;
}
.cpnMessage {
    font-size: 10px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
list-style: none;
padding-left: 0px;
}
.cpnMessage li.success:before {
    content: "\f00c";
    color: green;
}
.cpnMessage li:before {
    font-family: fontawesome;
    display: inline-block;
    vertical-align: top;
    width: 1em;
    height: 1em;
    margin-right: .3em;
    text-align: center;
}
.cms_form input[type=text], .cms_form input[type=password], .cms_form input[type=email], .cms_form select {
background: #f5f5f5;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 0;
}
p.sub {
padding-top: 16px;
    font-size: 12px;
    line-height: 16px;
}
.sub a {
color: #398f5d;
}
.thin {
    font-weight: 100!important;
}
p.sub:last-child{
    padding-top: 16px;
}
mark, .mark {
    padding: .2em;
}
.home-2-customers-floating-image2 {
    position: absolute;
    left: 1%;
    top: auto;
    right: auto;
    bottom: 8%;
    width: 140px;
    box-shadow: 12px 12px 10px 0 rgb(86 84 102 / 6%);
}
.home-2-customers-floating-image2 .image-smart-curr.contain {
    width: 100%;
    height: auto;
    min-width: 50%;
    margin-left: 0px;
}
.home-2-hero-floating-image-1 {
box-shadow: none;
}

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

.nav-container {
    z-index: 1000;
background-color: #396774;
    box-shadow: 0 -13px 20px -19px #000;
position: relative;
min-height: 80px;
}

@media screen and (max-width: 991px) {
  .navigation-mob_old {
    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;
  }
.navigation-mob {
display:block;
background-color: #0c0e1f;
min-height: 80px;
}
.w-nav-brand {
    padding-top: 10px;
}
.brand {
    width: 230px;
}
.home-2-logos-gird .image.contain {
    min-width: auto;
    min-height: auto;
    max-height: 80px;
    margin-bottom: 20px;
    max-width: 78%;
}
.eg-heading-5-real-reviews {
font-size: 22px;
    line-height: 30px;
     margin-top: 48px;
}
.home-2-hero-floating-image-2 {
right: 0%;
}
.wrapper.pricing-1-hero-wrapper {
  padding-top: 20px;
  padding-bottom: 230px;
}
#frmSignup {
    padding: 0px;
}
.btn-full {
padding: 0px;
}
#messageBox h4 {
position: relative;
    left: 15px;
}
.eg-image-table.contain {
    width: 100px;
min-width: auto;
}
.heading-3 {
width: 90%;
display:block;
padding: 10px;
}

}

#login_page h4.uppercase {
color: #fff;

}
#login_page button, #login_page input, #login_page optgroup, #login_page select, #login_page textarea{
color:#333;
font-weight: normal;
font-size: 14px;
    line-height: 1.428571429;
border-radius: 4px;
}
.text-center {
text-align: center;
}
.course-feature-icon {
    /* float: left; */
    margin: 0px 10px 0 0;
    color: #2cae76;
    font-size: 40px;
}

#login_page .about-1-value-box-item {
background-color: rgba(107, 103, 104, 0.2);
}
.fadedbox {
background-color: rgba(107, 103, 104, 0.2);
}
.cq-dd-image{
	 width: 120px;
}
.eg-signup-section .signupcta {
box-shadow: -9px 18px 46px 0 rgb(140 140 152 / 25%);
border-radius: 20px;
}
#login_page input[type=submit], #login_page button[type=submit] {
    color: #FFF;
max-width: 160px;
}
.cms_form input[type=submit], #login_page button  {
border: none;
border-radius: 8px!important;
cursor: pointer;
}
.footer-social-link {
color: #6b6768;
}
.course-feature-icon .image.contain {
width: 20px;
}
.course-feature-description {
font-family: Nunito, sans-serif;
}
.footer-logo img{
position: relative;
    left: -20px;
}
#messageBox h4 {
position: relative;
    top: -10px;
}
/* cmsms stylesheet: fontawesome foundry modified: 10/31/20 10:59:40 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.empowergmat.com/uploads/designs/Webflow/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
