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











































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

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


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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

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

.dnd-section > .row-fluid,
.header__container,
.footer__container,
.page-center,
.content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    width: 90%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: Foundry Monoline Regular;  
  font-weight:400;
  src: url("//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/fonts/FOMONREG.otf") format("otf"),
    url("//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/fonts/FOMONREG.eot") format("eot"),
    url("//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/fonts/FOMONREG.ttf") format("ttf"),
    url("//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/fonts/FOMONREG.woff") format("woff");
}

@font-face {
  font-family: Foundry Monoline;  
  src: url("//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/fonts/FOMONBLD.otf") format("otf"),
    url("//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/fonts/FOMONBLD.eot") format("eot"),
    url("//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/fonts/FOMONBLD.ttf") format("ttf"),
    url("//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/fonts/FOMONBLD.woff") format("woff");
}


html {
  font-size: px;
}

body {
  font-family: Foundry Monoline Regular, serif;
  font-size: 18px;
  color: #000000;
  line-height: 1.556;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

.body-container-wrapper a {
  text-decoration: underline;
}

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

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

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

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

h4 {
  font-size: 1.175rem;
  line-height: 1.5;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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

blockquote {
  font-family: "Foundry Monoline", sans-serif;
  font-weight:700;
  font-size:24px;
  line-height: 1.4;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #EF3F4D;
  padding-left: 15px;
  margin-left: 0;
  margin-right: 0;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

img {
  max-width:100%;
  vertical-align: middle;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.45;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-family: 'Foundry Monoline',sans-serif;
  transition: 0.3s ease;
  
  text-decoration: none !important;
}

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

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

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

.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.systems-page input[type='password'] {
  display: inline-block;
  width: 100%;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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

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

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

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

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

p:last-child {
  margin-bottom: 0;
}




.dnd-section[class*="force-full"]>.row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.thankyou-banner-section .banner .hs-banner-content {
  padding-bottom: 0;
}
.thankyou-banner-section .banner .hs-banner-content p:last-of-type {
  margin-bottom: 0;
}

.privacy-banner-section .banner-content.page-center {
  max-width: 780px;
}
.privacy-banner-section .hs-banner-content h2 {
  margin-bottom: 50px;
}
.privacy-banner-section .banner .hs-banner-image:before {
  z-index: -1;
}

.privacy-banner-section .banner .hs-banner-content h3 {
  font-size: 24px;
  line-height: 1.417;
}
.privacy-banner-section .banner .hs-banner-content {
  padding-bottom: 80px;
}
.body-container__privacy h3 {
  margin-bottom: 20px;
}
.body-container__privacy .dnd-section>.row-fluid {
  overflow: hidden;
}

.landing-banner-section .hs-bannerWith-form-left-column-inner {
  display: block;
}
.landing-banner-section .hs-bannerWith-form-left-column-inner h2 {
  margin-bottom: 35px;
}

.industries-banner-section .hs-banner-content h4 {
  font-family: Foundry Monoline Regular,sans-serif;
  font-weight: normal;
  line-height: 1.417;
}
.hs-industries-body-container-wrapper{
  overflow:hidden;
}
.body-container__about2,
.body-container__talk2{
  overflow: hidden;
}


.body-container.body-container__home h5 {  
  text-transform: uppercase;
}
.body-container.body-container__home ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.body-container.body-container__home ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.body-container.body-container__home ul li:last-child {
  margin-bottom: 0;
}
.body-container.body-container__home ul li:before {
  content: "●";
  color: #EF3F4D;
  position: absolute;
  left: 0;
  top: 0;
}
.body-container__home2 .cm-contentWithRightimage-grp {
  padding:0;
}
body {
  overflow-x: hidden;
}

.cm-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin:0 -15px;
}

.cm-col-1,.cm-col-2,.cm-col-3,.cm-col-4,
.cm-col-5,.cm-col-6,.cm-col-7,.cm-col-8,
.cm-col-9,.cm-col-10,.cm-col-11,.cm-col-12{
  padding-right: 15px;
  padding-left: 15px
}

.cm-align-items{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cm-justify-center{
  -webkit-box-pack: center;    
  -ms-flex-pack: center;    
  justify-content: center;
}
.cm-justify-space-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cm-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.cm-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.cm-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.cm-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cm-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.cm-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.cm-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.cm-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.cm-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.cm-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.cm-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.cm-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row2-mb-4{
  margin-bottom:40px;
}


.btn-red a{		
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  font-size: 14px;
  padding: 10px 30px;
  color: #fff;
  font-family: Foundry Monoline,sans-serif;
  letter-spacing: 0;
  text-transform: none;
  transition: all 500ms cubic-bezier(0.77,0,0.175,1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(239,63,77,1.0);
  display: inline-block;
  z-index: 99;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.btn-red a:hover {
  color: #ef3f4d;
  background:#fff;
}

.btn-red a:before, 
.btn-red a:after {
  content: '';
  position: absolute;	
  transition: inherit;
  z-index: -1;
}
.btn-red a:hover:before {
  transition-delay: 0s;
}
.btn-red a:hover:after {
  background: #fff;
}

.hover-blue a:hover{
  background:#292a33;
  color:#fff;
}
.hover-blue a:hover:after{
  background:#292a33;
  color:#fff;
}

.hover-white a:hover{
  background:#ffffff;
  color:#EF3F4D;
}
.hover-white a:hover:after{
  background:#ffffff;
  color:#EF3F4D;
}


.btn-right a:before, 
.btn-right a:after {
  top: 0;
  width: 0;
  height: 100%;
}
.btn-right a:before {
  left: 0;
  border: 1px solid #ef3f4d;
  border-left: 0;
  border-right: 0;	
}
.btn-right a:after {
  right: 0;
}
.btn-right a:hover:before,
.btn-right a:hover:after {
  width: 100%;
}
.btn-right a:after {
  background: #fff;
  color: #ef3f4d;
}
.btn-right a:before {
  background: #ef3f4d;
  width: 100%;
}

.btn-blue-eff a:after {
  left: 0;
}
.btn-blue-eff a:before {
  right: 0;
}

/*Tipsy*/
.tipsy {
  font-size:12px;
  position:absolute;
  padding:5px;
  z-index:999;
}
.big-tipsy {font-size:13px;}

.tipsy-inner {
  background-color:#ef3f4d;
  color:#FFF;
  max-width:200px;
  padding:5px 8px 4px;
  text-align:center;
  margin-top:-15px;
}

.slick-slide {
  outline: none;
}


/* Key Frame */

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
} 

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}



/* Rounded corners */
.tipsy-inner {
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}

.tipsy-arrow {
  position:absolute;
  width:0;
  height:0;
  line-height:0;
  border:5px dashed #FFF;
}

/* Rules to color arrows */
.tipsy-arrow-n {
  border-bottom-color:#ef3f4d;
}

.tipsy-arrow-s {
  border-top-color:#ef3f4d;
}

.tipsy-arrow-e {
  border-left-color:#ef3f4d;
}

.tipsy-arrow-w {
  border-right-color:#ef3f4d;
}

.tipsy-n .tipsy-arrow {
  top:0;
  left:50%;
  margin-left:-5px;
  border-bottom-style:solid;
  border-top:none;
  border-left-color:transparent;
  border-right-color:transparent;
}

.tipsy-nw .tipsy-arrow {
  top:0;
  left:10px;
  border-bottom-style:solid;
  border-top:none;
  border-left-color:transparent;
  border-right-color:transparent;
}

.tipsy-ne .tipsy-arrow {

  top:0;
  right:10px;
  border-bottom-style:solid;
  border-top:none;
  border-left-color:transparent;
  border-right-color:transparent;
}

.tipsy-s .tipsy-arrow {
  bottom:0;
  left:50%;
  margin-left:-5px;
  border-top-style:solid;
  border-bottom:none;
  border-left-color:transparent;
  border-right-color:transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom:0;
  left:10px;
  border-top-style:solid;
  border-bottom:none;
  border-left-color:transparent;
  border-right-color:transparent;
}

.tipsy-se .tipsy-arrow {
  bottom:0;
  right:10px;
  border-top-style:solid;
  border-bottom:none;
  border-left-color:transparent;
  border-right-color:transparent;
}

.tipsy-e .tipsy-arrow {
  right:0;
  top:50%;
  margin-top:-5px;
  border-left-style:solid;
  border-right:none;
  border-top-color:transparent;
  border-bottom-color:transparent;
}

.tipsy-w .tipsy-arrow {
  left:0;
  top:50%;
  margin-top:-5px;
  border-right-style:solid;
  border-left:none;
  border-top-color:transparent;
  border-bottom-color:transparent;
}
span.highlight-text {
  text-decoration: underline;
  text-decoration-color: #EF3F4D;
}

/* Modal */
.video-popup-grp .popup-btn, .close-btn {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  color: #fff;
  outline: none;
  font-size:24px;
}
.video-popup-grp .popup-btn:hover {
  color: white;
  background-color: black;
}
.video-popup-grp {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.video-popup-grp .popup-bg {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.video-popup-grp .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}
.video-popup-grp .popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}
video#video1 {
  width: 800px;
  height: 450px;
}

@media (min-width: 768px) {
  .hs-our-careers-body-container-wrapper .cm-contentWithRightimage-grp .img-inner {
    margin: 0;
    margin-left: 15px;
  }
  .body-container__our-careers .cm-contentWithRightimage-grp .content {
    padding-right: 100px;
  }
}

@media(max-width:980px){
  .cm-sl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .cm-sl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .cm-sl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
}


@media(max-width:767px){
  .col-sm-12,
  .cm-sm-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .cm-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .cm-sm-5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .mb-3{
    margin-bottom:30px;
  }


  .dnd-section[class*="force-full"]>.row-fluid {
    width: 100%;
  }
  .body-container__thankyou .dnd-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .privacy-banner-section .banner-content.page-center {
    width: 90%;
  }
  .body-container__privacy2 .dnd-section {
    padding-top: 0 !important;
  }
  .privacy-banner-section .banner .hs-banner-content {
    padding-bottom: 50px;
  }
  .industries-banner-section .banner .hs-banner-content {
    padding-bottom: 0;
  }
  .body-container__industries2 .dnd-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .body-container__industries3 .dnd-section {
    padding-top: 40px !important;
  }
  .hs-newsletter-section .dnd-section {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }
  .body-container__our-careers2 .dnd-section {
    padding-bottom: 80px !important;
  }
  .body-container__become-a-partner3 .dnd-section {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
  }
  .body-container__become-a-partner .dnd-section {
    padding-top: 0 !important;
  }

  .solutions-banner-section .hs-banner-content {
    padding-bottom: 0 !important;
  }
  .body-container.body-container__solutions2 .dnd-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .body-container__solutions4 .dnd-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .body-container__solutions .dnd-section {
    padding-top: 40px !important;
  }
  .body-container__about2 .dnd-section {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
  }
  .body-container__about .span6.dnd-column {
    padding-bottom: 10px;
  }
  .body-container__about3 .dnd-section {
    padding-top: 0 !important;
  }
  .body-container__about5 .dnd-section {
    padding-bottom: 0 !important;
  }
  .body-container__about4 .dnd-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .body-our-people-slider-about .dnd-section {
    padding-bottom: 0 !important;
  }
  .body-container__about .dnd-section {
    padding-top: 0 !important;
  }
  .body-container__home .dnd-section,
  .body-container__home2 .cm-contentWithRightimage-grp{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .body-container__home2 .cm-contentWithRightimage-grp{
    padding-bottom: 20px !important;
  }
  .body-container__home2 .dnd-section {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
  .body-container__home .span6.dnd-column:first-child {
    margin-bottom: 30px;
  }
  .body-container__home2 .hs-caseStudy-slider .hs-caseStudy-slider-right-top {
    padding-bottom: 0;
  }
  .body-container__home3 .dnd-section {
    padding-top: 40px !important;
  }
  .btn-red a
   {
    display: block!important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
  position: relative;
  z-index:10000;
}

.header__container {
  max-width: 1264px;
  margin-left:auto;
  margin-right:auto;
}

.header .header-min-height{
  min-height:146px;
}



/* Search */
.header-right-button {
  padding-left: 0;
}
.cm-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-searchicon {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.header-searchicon i {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 22px;
  height: 19px;
}
.header-searchicon i:after,
.header-searchicon i:before {
  transition: all .3s;
  position: absolute;
}
.header-searchicon .fa-search:before {
  content: "\f002";
  top: 0;
}
.header-searchicon .fa-search:after {
  content: "\f002";
  bottom: -30px;
  color: #ef3f4d;
}
.header-searchicon .fa-search:hover:before {
  top: -30px;
}
.header-searchicon .fa-search:hover:after {
  bottom: 0;
}

.header-search-form {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgb(255 255 255 / 85%);
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s;
  background-color: rgba(46,50,77,0.8);
}
.search-active .header-search-form {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header-search-form-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  max-width: 1264px;
  margin: 0 auto;
  padding: 40px 25px;
}
.header-search-form-inner > div {
  width: 100%;
}
.header-search-form form {
  background: 0;
  padding: 0;
  margin: 0;
}
.header-search-form .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  background: #fff;
  padding: 20px;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: left;
}
.header-search-form .hs-search-field--open .hs-search-field__suggestions li a:hover {
  background-color: transparent;
}


.search-active .header-search-form .hs-search-field{
  animation: CubicIn .5s cubic-bezier(.18,.890,.33,1.270) forwards;
}
.header-search-form .hs-search-field__bar {
  position: relative;
}
.header-search-form .hs-search-field__input {
  height: 70px;
  border-radius: 5px;
  padding: 20px;
  outline: 0;
  border: 1px solid #292a33;
  padding-right: 120px;
  color: #292a33;
  line-height: 1;
  display: block;
  transition: none;
}
.header-search-form .hs-search-field__input::placeholder {
  color: #292a33;
}
.header-search-form button {
  width: auto;
  height: 64px;
  border: 0;
  border-radius: 5px;
  position: absolute;
  right: 3px;
  top: 3px;
  background: #292a33;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  cursor: pointer;
  transition: 0.3s ease;
}
.header-search-form button:after {
  content: "Search";
  color: #fff;
}
.header-search-form button svg {
  display: none;
}
.header-search-form button:hover {
  color: #fff;
  background:#EF3F4D;
}


.search-close-icon {
  position: absolute;
  right: 40px;
  top: 40px;
  color: #ef3f4d;
  font-size: 20px;
  width: auto !important;
  transition: .3s ease;
  cursor: pointer;
}
.search-close-icon:hover {
  transform: scale(1.3);
}
.header-right-button {
  padding-left: 0;
  text-align: right;
}
.header-right-button a {
  text-align: center;
}

.btn-effect a{		
  position: relative;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  padding: 13px 15px;
  color: #fff;
  font-family: Foundry Monoline,sans-serif;
  letter-spacing: 0;
  text-transform: none;
  transition: all 500ms cubic-bezier(0.77,0,0.175,1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(239,63,77,1.0);
  display: inline-block;
  z-index: 99;
}
.btn-effect a:hover {
  color: #ef3f4d;
  background:#292a33;
}
.btn-effect a:before, .btn-effect a:after {
  content: '';
  position: absolute;	
  transition: inherit;
  z-index: -1;
}
.btn-effect a:hover:before {
  transition-delay: 0s;
}

.btn-effect a:hover:after {
  background: #fff;
}

/* From Top */

.btn-from-top a:before, 
.btn-from-top a:after {
  left: 0;
  height: 0;
  width: 100%;
}

.btn-from-top a:before {
  bottom: 0;	
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
}

.btn-from-top a:after {
  top: 0;
  height: 0;
}

.btn-from-top:hover:before,
.btn-from-top:hover:after {
  height: 100%;
}

/* From Left */

.btn-from-left a:before, 
.btn-from-left a:after {
  top: 0;
  width: 0;
  height: 100%;
}

.btn-from-left a:before {
  right: 0;
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;	
}

.btn-from-left a:after {
  left: 0;
}

.btn-from-left a:hover:before,
.btn-from-left a:hover:after {
  width: 100%;
}

/* From Right */

.btn-from-right a:before, 
.btn-from-right a:after {
  top: 0;
  width: 0;
  height: 100%;
}

.btn-from-right a:before {
  left: 0;
  border: 1px solid #ef3f4d;
  border-left: 0;
  border-right: 0;	
}

.btn-from-right a:after {
  right: 0;
}

.btn-from-right a:hover:before,
.btn-from-right a:hover:after {
  width: 100%;
}

.btn-from-right a:after {
  background: #fff;
  color: #ef3f4d;
}
.btn-from-right a:before {
  background: #ef3f4d;
  width: 100%;
}

/* Home Header */
.custom-home-layout .header-inner {
  background-color: transparent !important;
}
.custom-home-layout .header-inner.header-min-height.sticky.fixed {
  background: #fff !important;
  -webkit-box-shadow: 0 2px 6px -1px #f1eeee;
  -moz-box-shadow: 0 2px 6px -1px #f1eeee;
  box-shadow: 0 2px 6px -1px #f1eeee;
}
.custom-home-layout .custom-mega-menu > ul > li > a {
  color: #000;
}
.custom-home-layout .header-inner .custom-mega-menu>ul>li:hover>a {
  color: rgba(239,63,77,1.0);
}
.black-logo{
  display:none;
}
.custom-home-layout .white-logo{
  display:none;
}
.custom-home-layout .black-logo{
  display:block;
}

/* From center */

.btn-from-center a:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
}

.btn-from-center a:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #fff;
}

.btn-from-center a:hover:before {
  left: 0;
  width: 100%;
}

.btn-from-center a:hover:after {
  top: 0;
  height: 100%;
}

/* From Bottom */

.btn-from-bottom a:before, 
.btn-from-bottom a:after {
  left: 0;
  height: 0;
  width: 100%;
}

.btn-from-bottom a:before {
  top: 0;	
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
}

.btn-from-bottom a:after {
  bottom: 0;
  height: 0;
}

.btn-from-bottom a:hover:before,
.btn-from-bottom a:hover:after {
  height: 100%;
}

.btn-effect a:after {
  background: #fff;
  color: #ef3f4d;
}
.btn-effect a:before {
  background: #ef3f4d;
  width: 100%;
}


@keyframes CubicIn {
  from {
    transform: translateY(50px)
  }

  to {
    transform: translateY(0px)
  }
}

.mobile-trigger {
  background: #ef3f4d;
  width: 77px;
  height: 77px;
  position: static;
  right: 0;
  padding: 23px 23px;
  cursor: pointer;
}
.mobile-trigger span {
  width: 30px;
  background: #fff;
  height: 4px;
  display: block;
  border-radius: 10px;
  margin:0;
  transition: .3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-trigger .mobile-first {
  margin-top: -10px;
}
.mobile-trigger .mobile-third {
  margin-top: 10px;
}
.mobile-trigger .mobile-second {
  width: 25px;
}
.mobile-trigger:hover span {
  width: 25px;
}
.mobile-trigger:hover .mobile-second {
  width: 30px;
}


.mobile-open .mobile-trigger .mobile-second {
  opacity: 0;
  visibility: hidden;
}

.mobile-open .mobile-trigger .mobile-third {
  transform: rotate( -45deg);
  margin: 0;
  width: 30px !important;
}
.mobile-open .mobile-trigger .mobile-first {
  transform: rotate(45deg);
  margin: 0;
  width: 30px !important;
}
.mobile-open .mobile-trigger:hover span {
  width: 30px;
}



@media(min-width:981px){

  .sticky{
    top:-96px;
    transition:top 0.5s ease;
  }
  .fixed.sticky {
    top: 0;
    transition: top .5s ease;
    position: fixed;
    width: 100%;
    left: 0;
  }
  .fixed.sticky.header-min-height, 
  .fixed.sticky .header-min-height {
    min-height: 96px;
  }
  .cm-logo {
    padding-right: 0;
  }
  .custom-menu-primary {
    padding-left: 0;
  }
}

@media(min-width:1200px){
  .mobile-trigger,
  .header-mobile-sec{
    display:none;
  }
}


@media (max-width: 1199px){
  .header .header-min-height,
  .header{
    min-height: 96px;
  }


  .header .header-min-height, 
  .header {
    min-height: 77px;
  }
  .header .header__container {
    width: 100%;
  }
  .header .header-inner {
    padding-left: calc(5% + 15px);
  }
  .header-desktop-sec{
    display:none;
  }
  .header .header-min-height {
    min-height: 77px;
  }

  .cm-logo {
    width:40%;
  }

  .header-mobile-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
  }
  .cm-seach-mobile-wrp {
    width:60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }


  .header-right-button {
    display: none;
  }
  .header-right-button a {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cm-search-form {
    display: block;
    width: 60px;
    text-align: center;
    height: 77px;
  }
  .header-searchicon {
    height: 66px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .header-searchicon i {
    width: 40px;
    height: 20px;
    font-size: 20px;
    text-align: center;
  }

  .custom-menu-primary {
    position: fixed;
    top: 77px;
    right: -100%;
    width: 100%;
    transition: right .3s ease;
    background: #ef3f4d;
    overflow-y: auto;
    height: calc(100% - 77px);
    overflow-x: hidden;
  }
  .mobile-open .sticky {
    position: fixed;
    width: 100%;
  }
  .mobile-open .custom-menu-primary {
    right:0;
  }

  
  .custom-home-layout .custom-mega-menu > ul > li > a {
    color:#fff;
  }
  .custom-home-layout .header-inner .custom-mega-menu>ul>li:hover>a {
    color:#fff;
  }
  .mobile-open {
    overflow-y: hidden;
  }
  .mobile-open .custom-home-layout .header-inner {
    background-color: #fff !important;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer-top {
  padding: 80px 0 20px;
}
.footer__container {
  margin: 0 auto;
}
.cm-footer-logo img {
  width: 113px !important;
}
.cm-footer-menu .hs-menu-wrapper > ul {
  display: block;
  padding: 0;
  margin: 0 -15px;
}
.cm-footer-menu .hs-menu-wrapper > ul > li {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  padding: 0 15px;
}
.cm-footer-menu .hs-menu-wrapper > ul > li > a {
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-family: Foundry Monoline,sans-serif;
  /* cursor: text; */
  /* pointer-events: none; */
  margin-bottom: 10px;  
}
.cm-footer-menu .hs-menu-wrapper ul.hs-menu-children-wrapper {
  display: block;
  margin: 0;
  padding: 0;
}
.cm-footer-menu .hs-menu-wrapper ul.hs-menu-children-wrapper > li {
  width: 100%;
}
.cm-footer-menu .hs-menu-wrapper ul.hs-menu-children-wrapper > li:not(:last-child) {
  padding-bottom: 5px;
}
.cm-footer-menu .hs-menu-wrapper ul.hs-menu-children-wrapper>li>a {
  padding: 0;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.cm-footer-menu .hs-menu-wrapper ul.hs-menu-children-wrapper>li>a:hover {
  position: relative;
  padding-left: 10px;
}
.cm-footer-menu .hs-menu-wrapper ul.hs-menu-children-wrapper>li>a:hover:before {
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 7px;
}
.cm-footer-menu .hs-menu-wrapper ul.hs-menu-children-wrapper > li > a:hover {
  color: #ef3f4d;
}

.cm-footer-address p em {
  font-family: Foundry Monoline;
  font-style: normal;
}

.footer-bottom {
  padding: 20px 0 40px;
}


#qodef-back-to-top {
  position: fixed;
  right: -85px;
  bottom: -145px;
  margin: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  transform-origin: left 99%;
}
#qodef-back-to-top {
  opacity: 0;
  visibility: hidden;
  transition:.5s ease;
}
#qodef-back-to-top>span.qodef-icon-stack,
#qodef-back-to-top>span.qodef-text {
  display: inline-block;
  transform: translateZ(0);
  position: relative;
  color: #ee2852;
  vertical-align: middle;
}
#qodef-back-to-top>span.qodef-text {
  font-family: "Foundry Monoline", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
#qodef-back-to-top>span.qodef-icon-stack {
  font-size: 16px;
  line-height: 16px;
}
#qodef-back-to-top.on {
  opacity: 1;
  visibility: visible;
  transition:.5s ease;
  bottom: 25px;
}
#qodef-back-to-top.on:hover {
  bottom: 35px;
}

.cm-footer-logo a:hover {
  animation: logo .8s infinite;
  display: inline-block;
}

@keyframes logo {
  0%,10%,20%,50%,80% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-8px)
  }

  60% {
    transform: translateY(-8px)
  }
}




@media (max-width:767px) {
  .cm-footer-menu .hs-menu-wrapper >ul > li {
    width: 100%;
    display: block;
    margin: 0;
  }
  .cm-footer-menu .hs-menu-wrapper >ul > li:not(:last-child) {
    margin-bottom: 50px;
  }
  .footer-top .col-sm-12 {
    margin-bottom: 50px;
  }
  .footer-top .col-sm-12:last-child {
    margin-bottom: 0;
  }
  .cm-footer-address p:not(:last-child) {
    margin-bottom: 30px;
  }
  .cm-footer-copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 40px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.custom-blog-banner {
  padding: 100px 0;
  position: relative;
  text-align: center;
}
/* .custom-blog-banner:before, 
.custom-blog-banner:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background-image: url("https://f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/before_image.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 200px;
  left: 0;
  top: 0;
}
.custom-blog-banner:after {
  background-position: right center;
} */
.hs-blog-banner-content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.custom-blog-banner .highlight-text {
  text-decoration: underline;
  text-decoration-color: #ef3f4d;
}
.cusotm-blog-middle-section {
  background-color: #e1e1e1;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.cusotm-blog-middle-section .hs-related-post-top-column {
  padding-bottom: 30px;
}
.blog-index-outer {
  margin: 0 -15px;
}
.custom-blog-post-item {
  width: 25%;
  display: inline-block;
  margin-right: -5px;
  vertical-align: top;
  margin-bottom: 40px;
}
.custom-blog-post-item-inner {
  padding: 0 15px;
}
.custom-blog-post-item-item2 {
  background-color: #fff;
  padding: 20px;
  min-height: 150px;
}
.custom-blog-post-item .hs-related-post-slider-tags, 
.custom-blog-post-item .hs-related-post-slider-tags a {
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s ease;
  font-family: Foundry Monoline,sans-serif;
  text-transform: uppercase;
  color: #EF3F4D;
  text-decoration: none;

    margin: 5px 0px !important;
    display: inline-block;
  
}
.custom-blog-post-item .hs-related-post-slider-tags a:hover {
  color: #2e324d;
}
.custom-blog-post-item h4, 
.custom-blog-post-item h4 a {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}
.custom-blog-post-item h4 a:hover {
  color: #ef3f4d;
}
.custom-blog-post-item .two-min {
  font-size: 14px;
}
.custom-blog-post-item .custom-blog-post-item-item3 a {
  display: block;
  text-align: center;
  background: #ef3f4d;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Foundry Monoline,sans-serif;
  line-height: 1.6;
  font-size: 14px;
}
.custom-blog-post-item .custom-blog-post-item-item3 a:hover {
  background-color: #2e324d;
}
.custom-blog-post-item .custom-blog-post-item-item1 a {
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
.custom-blog-post-item .custom-blog-post-item-item1 a:after {
  background: rgb(0 0 0 / 50%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: 0.3s ease;
}
.custom-blog-post-item .custom-blog-post-item-item1 a {
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
}
.custom-blog-post-item .custom-blog-post-item-item1 a:hover:after {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.custom-blog-post-item .custom-blog-post-item-item1 a:before {
  content: "\f0c1";
  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;
  color: #fff;
  font-size:30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index:10;
}
.custom-blog-post-item .custom-blog-post-item-item1 a:hover:before {
  transition: 0.3s ease;
  visibility: visible;
  opacity:1;
}


.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #000000;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Foundry Monoline,sans-serif;
  margin-bottom: 1rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #000000;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination .blog-pagination__link {
  color: #000000;
  display: inline-block;
  margin: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  border: 0;
  padding: 0;
}
.blog-pagination .blog-pagination__link--active,
.blog-pagination .blog-pagination__link:hover {
  color: #ef3f4d;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #000000;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}


.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #000000;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #000000;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #000000;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}
.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}
.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}




.custom-blog-bottom-section {
  padding: 115px 0;
}
.custom-blog-bottom-section .custom-newsletter-bg {
  position: relative;
  padding: 5%;
  background-color: #292a33;
}
.custom-blog-bottom-section .custom-newsletter-bg .custom-newsletter-form form {
  background: transparent;
  padding: 0;
  margin: 0;
}
.custom-blog-bottom-section .custom-newsletter-bg .custom-newsletter-content > * {
  color: #fff;
}
.custom-blog-bottom-section .custom-newsletter-bg h3.form-title {
  display: none;
}
.custom-blog-bottom-section .custom-newsletter-bg .custom-newsletter-form .hs-form label {
  color: #fff;
}
.custom-blog-bottom-section .custom-newsletter-bg .custom-newsletter-form .hs-form input.hs-button {
  text-transform: uppercase;
  outline: 0 !important;
}
.custom-blog-bottom-section .custom-newsletter-bg .hs-form-required {
  display: none;
}
.custom-blog-bottom-section .cm-contentWithvideo-grp {
  padding-top: 115px;
  overflow: hidden;
}

.custom-blog-bottom-section .cm-contentWithvideo-grp h5 {
  margin-bottom: 25px;
}
.custom-blog-bottom-section .cm-contentWithvideo-grp h3 {
  line-height:1.357;
  margin-bottom:25px;
}
.custom-blog-bottom-section .cm-contentWithvideo-grp .btn-red {
  margin-top: 30px;
}
.custom-blog-bottom-section .cm-contentWithvideo-grp .btn-red a {
  padding-left: 50px;
  padding-right: 50px;
}

/* Video */
.custom-blog-bottom-section .cm-contentWithvideo-grp .video-inner {
  padding-bottom: 80%;
  position: relative;
}
.custom-blog-bottom-section .cm-contentWithvideo-grp .poster-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
}
.custom-blog-bottom-section .cm-contentWithvideo-grp .play-btn {
  position: absolute;
  z-index: 77;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:0.3s ease;
}
.custom-blog-bottom-section .cm-contentWithvideo-grp .play-btn img {
  width: 72px;
}
.custom-blog-bottom-section .cm-contentWithvideo-grp .video-popup {
  display: none;
}

.custom-blog-bottom-section .cm-contentWithvideo-grp .video-inner:after {
  content: "";
  background: rgb(0 0 0 / 50%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(0.5);
  border-radius: 2px;
}
.custom-blog-bottom-section .cm-contentWithvideo-grp .video-inner:hover:after {
  opacity: 1;
  visibility: visible;
  transform: scale(0.96);
}
.custom-blog-bottom-section .cm-contentWithvideo-grp .video-inner:hover .play-btn img {
  transform: scale(0.8);
}

/* Right Align */
.custom-blog-bottom-section .cm-contentWithvideo-grp.right_align .video-img {
  order: 2;
}
.hs-blog-bottom-pane.hs-bottom-pane {
  position: relative;
  padding: 57px 0;
  color: #2e324d;
  background-color: #e1e1e1;
}
.hs-blog-bottom-pane.hs-bottom-pane .page-center{
  overflow:hidden;
}
.hs-blog-bottom-pane.hs-bottom-pane p:last-of-type {
  margin-bottom: 0;
}
.hs-blog-bottom-pane.hs-bottom-pane h3 {
  color: #2E324D;
}
.hs-blog-bottom-pane.hs-bottom-pane .cm-justify-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-blog-bottom-pane.hs-bottom-pane .hs-bottom-pane-btn {
  text-align: center;
}
.hs-blog-bottom-pane.hs-bottom-pane .hs-bottom-pane-btn a {
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  padding:10px 30px;
  text-decoration: none !important;
  color: #fff;
  font-weight: bold;
  font-family: Foundry Monoline,sans-serif;
  text-transform: uppercase;
}
.custom-blog-top-section .cm-contentWithicon-grp .heading-title {
  padding-bottom: 30px;
}
.custom-blog-top-section .cm-contentWithicon-grp .heading-title h2 {
  font-size: 20px;
  line-height: 2;
  color: #EF3F4D;
  text-transform: uppercase;
}
.custom-blog-top-section .cm-contentWithicon-grp .cm-contentWithicon-icon {
  width: 120px;
  max-width: none;
  padding-left: 15px;
}
.custom-blog-top-section .cm-contentWithicon-grp .icon-bg {
  width: 90px;
  height: 90px;
  background: #2e324d;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.custom-blog-top-section .cm-contentWithicon-grp .icon-bg-img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.custom-blog-top-section .cm-contentWithicon-grp .cm-contentWithicon-text {
  width: calc(100% - 120px);
  padding-right: 15px;
}

/* Top Align */
.custom-blog-top-section .cm-contentWithicon-grp.top_align .cm-contentWithicon-icon {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-blog-top-section .cm-contentWithicon-grp.top_align .cm-contentWithicon-text {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top:30px;
}

.custom-blog-top-section .cm-contentWithicon-grp.center_align .icon-bg{
  margin: 0 auto;
}
.custom-blog-top-section .cm-contentWithicon-grp.center_align .cm-contentWithicon-text {
  text-align:center;
}
/* Right Align */
.custom-blog-top-section .cm-contentWithicon-grp.right_align .cm-contentWithicon-text {
  order: 1;
  text-align: right;
}
.custom-blog-top-section .cm-contentWithicon-grp.right_align .cm-contentWithicon-icon {
  order: 2;
  text-align: right;
}
.custom-blog-top-section .cm-contentWithicon-grp .cm-contentWithicon-text {
  font-weight: bold;
  font-family: Foundry Monoline,sans-serif;
}
.custom-blog-top-section .cm-contentWithicon-grp .cm-contentWithicon-text .blog-post__read-minutes {
  font-weight: normal;
  font-family: Foundry Monoline Regular,sans-serif;
  font-size: 14px;
  padding-top: 15px;
}
.custom-blog-top-section .cm-contentWithicon-grp .cm-contentWithicon-text a {
  color: #000;
}
.custom-blog-top-section .cm-contentWithicon-grp .cm-contentWithicon-text a:hover {
  color: #ef3f4d;
}
.custom-blog-top-section {
  padding: 0 0 80px 0;
}

.custom-blog-top-section .hs-caseStudy-slider {
  position: relative;
  padding-bottom: 90px;
}
.custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-item {
  width: 100%;
  float: left;
}
.custom-blog-top-section .hs-caseStudy-slider-inner-content-inner-wrp {
  padding: 7%;
  margin-left: -14%;
  position: relative;
  z-index: 99;
  background: #292a33;
  margin-top: 70px;  
}
.custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-content h6 {
  color: #EF3F4D;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-content h3 {
  color: #fff;
  line-height: 1.35;
  margin-bottom: 30px;
}
.custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-content p {
  color: #fff;
}
.custom-blog-top-section .hs-caseStudy-slider-btn a {
  font-size: 14px;
  line-height: 1.6;
  border: solid 2px #ef3f4d;
  display: inline-block;
  padding: 7px 30px;
  text-decoration: none !important;
  color: #fff;
  font-weight: bold;
  font-family: Foundry Monoline,sans-serif;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.custom-blog-top-section .hs-caseStudy-slider-btn a:hover, 
.custom-blog-top-section .hs-caseStudy-slider-btn a:focus {
  background: #EF3F4D;
  color: #ffffff !important;
}
.custom-blog-top-section .hs-caseStudy-slider-btn.hs-animated-btn {
  margin-top: 35px;
}
.custom-blog-top-section .hs-caseStudy-item.left-column {
  padding-bottom: 45%;
}
.custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-item.left-column {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.custom-blog-top-section .hs-caseStudy-slider-right-top ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 50%;
  float: left;
}
.custom-blog-top-section .hs-caseStudy-slider-right-top ul > li {
  display: inline-block;
  vertical-align: middle;
}
.custom-blog-top-section .hs-caseStudy-slider-right-top ul > li:before {
  content: "";
  background: url(//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/Group%20376@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 15px;
  display: block;
  cursor: pointer;
}
.custom-blog-top-section .hs-caseStudy-slider-right-top ul > li.next:before {
  background-position: -44px center;
}
.custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-slider-right-top {
  padding: 24px 20px;
}
.custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-slider-right-top a.hs-case_link {
  float: right;
  font-size: 14px;
  font-family: Foundry Monoline,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-slider-right-top a.hs-case_link:hover {
  color: #292a33;
  text-decoration:none;
}

/* Button */
.custom-blog-top-section .btn-effect-circle a {
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none !important;
  color: #fff;
  font-weight: bold;
  font-family: Foundry Monoline,sans-serif;
  text-transform: uppercase;
  border-color: #EF3F4D;
  background: #292a33;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-top: 15px;
}
.custom-blog-top-section .btn-effect-circle a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #EF3F4D;
  border-radius: 100%;
  background: #292a33;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.custom-blog-top-section .btn-effect-circle a:hover:before, 
.custom-blog-top-section .btn-effect-circle a:focus:before, 
.custom-blog-top-section .btn-effect-circle a:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-blog-top-section .btn-effect-circle a:hover {
  color:#ffffff;
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-item .blog-post__read-minutes {
  color: #CBCCCE;
  font-size: 14px;
}
.custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-content h3 a {
  color: #fff;
}
.custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-content h3 a:hover {
  color: #ef3f4d;
}

.custom-blog-post-body-section .content-wrapper {
  position: relative;
}
.hs-blog-post-top-box {
  margin-bottom: -200px;
  background: #fff;
  position: relative;
  z-index: 1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 80px;
}
.custom-blog-post-body-section .post-featured-image {
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}
.hs-blog-post-top-box h5 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.hs-blog-post-top-box h2 {
  text-align: center;
  padding-bottom: 10px;
}
.hs-blog-post-top-box .blog-post__read-minutes {
  text-align: center;
  font-size: 14px;
}
.custom-blog-post-body-section .blog-post {
  padding: 0;
  padding-top: 70px;
  box-shadow: none;
}
.custom-blog-post-body-section .hs-post-author-item {
  width: 50%;
  float: left;
}
.custom-blog-post-body-section .hs-post-author-item.left-item img {
  border-radius: 50%;
  width: 40px;
  vertical-align: middle;
  margin-right: 10px;
}
.custom-blog-post-body-section .hs-post-author-grp {
  padding-top: 30px;
}
.custom-blog-post-body-section .hs-post-author-item.right-item ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
.custom-blog-post-body-section .hs-post-author-item.right-item ul > li {
  display: inline-block;
}
.custom-blog-post-body-section .hs-post-author-item.right-item {
  text-align: right;
}
.custom-blog-post-body-section .hs-post-author-item.right-item ul > li > a {
  background-color: #292a33;
  border-radius: 50%;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.custom-blog-post-body-section .hs-post-author-item.right-item ul > li > a:hover {
  background-color: #ef3f4d;
}
.hs-post-author-item.right-item > span {
  vertical-align: middle;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}
.custom-blog-post-body-section .hs-post-author-grp .author {
  font-size: 16px;
  line-height: 1;
}
.blog-header {
  margin-bottom: 60px;
}
.custom-blog-post-body-section .hs-post-author-item a:hover {
  color: #292a33;
}
.custom-blog-post-body-section .blog-post__links {
  font-size: 14px;
  border-top: 0;
}
.custom-blog-post-body-section .blog-post__links a {
  color: #000;
  text-decoration: underline;
}
.custom-blog-post-body-section .blog-post__links a:hover {
  color: #ef3f4d;
}


.custom-post-page-relatd-section.hs-related-post-slider {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e1e1e1;
  margin-top: 80px;
}
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-top-column {
  width: 50%;
  float: left;
}
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-top-column.right-column {
  text-align: right;
}
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-top-column.right-column a {
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s ease;
  font-family: Foundry Monoline,sans-serif;
  text-transform: uppercase;
  text-decoration: underline;  
}
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-top-section {
  padding-bottom: 30px;
}
.custom-post-page-relatd-section .hs-related-post-slider-item-inner {
  padding: 0 15px;
}
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-bottom-section {
  margin: 0 -15px;
}
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-slider-item2 {
  background-color: #fff;
  padding: 20px;
  min-height: 150px;
}
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-slider-item3 a {
  display: block;
  text-align: center;
  background: #ef3f4d;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Foundry Monoline,sans-serif;
  line-height: 1.6;
  font-size: 14px;
}
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-slider-item3 a:hover {
  background-color: #292a33;
}

.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-slider-tags {
  padding-bottom: 15px;
  display: block;
}
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-slider-tags,
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-slider-tags a {
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s ease;
  font-family: Foundry Monoline,sans-serif;
  text-transform: uppercase;
  color: #EF3F4D;
  text-decoration:none;
}

.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-slider-item2 h4,
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-slider-item2 h4 a {
  font-size: 18px;
  color:#000000;
  text-decoration:none;
}
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-slider-item2 .two-min {
  font-size: 14px;
}
.custom-post-page-relatd-section .hs-related-blog-link {
  display:none;
}
.custom-post-page-relatd-section .hs-related-post-slider-item-inner .hs-related-post-slider-item1 a {
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
  transition: .3s ease;
  overflow: hidden;
}
.custom-post-page-relatd-section .hs-related-post-slider-item-inner .hs-related-post-slider-item1 a:before {
  content: "\f0c1";
  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;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.custom-post-page-relatd-section .hs-related-post-slider-item-inner .hs-related-post-slider-item1 a:after {
  background: rgb(0 0 0 / 50%);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: .3s ease;
}
.custom-post-page-relatd-section .hs-related-post-slider-item-inner .hs-related-post-slider-item1 a:hover:before {
  transition: .3s ease;
  visibility: visible;
  opacity: 1;
}
.custom-post-page-relatd-section .hs-related-post-slider-item-inner .hs-related-post-slider-item1 a:hover:after {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-slider-tags a:hover {
  color: #292a33;
}
.custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-slider-item2 h4 a:hover {
  color: #ef3f4d;
}
.hs-blog-post .custom-blog-bottom-section {
  padding: 80px 0;
}
.custom-post-featured-image-group {
  position: relative;
  z-index: 1;
}
.custom-post-featured-image-group:after, .custom-post-featured-image-group:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background-image: url("https://f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/before_image.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 200px;
  left: 0;
  top: 0;
}
.custom-post-featured-image-group:after {
  background-position: right center;
}
.custom-post-featured-image-group .content-wrapper {
  position: relative;
  z-index: 1;
}
.custom-blog-post-body-section .content-wrapper {
  position: relative;
  z-index: 11;
}
.hs-blog-filter-section .hs-blog-filter-section-inner {
  margin: 0 -15px;
}
.hs-blog-filter-section .hs-blog-filter-item {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.hs-blog-filter-section .hs-blog-filter-item .block > h3 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  font-family: Foundry Monoline,sans-serif;
  color: #ef3f4d;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding-top: 6px;  
}
.hs-blog-filter-section .hs-blog-filter-item .block .widget-module {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.hs-blog-filter-section .hs-blog-filter-item .block .widget-module:before {
  content: "";
  background: #EF3F4D;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  background-image: url("https://f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/caret.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  pointer-events: none;
}
.hs-blog-filter-section ul.l_tinynav1,
.hs-blog-filter-section ul.l_tinynav2 {
  display: none !important;
}
.hs-blog-filter-section .hs-blog-filter-item select {
  border: 1px solid #EF3F4D;
  width:300px;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  position: relative;
  outline: 0;  
  cursor: pointer;
}
.hs-blog-filter-section {
  padding-top: 60px;
}
.hs-post-bottom-author {
    padding-top: 40px;
}



@media (min-width:768px) {
  .custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-slider-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-blog-top-section .hs-caseStudy-slider-inner .hs-caseStudy-slider-inner-img div {
    height: 100%;
  }
  .custom-blog-top-section .hs-caseStudy-slider .caseStudy-col-7 {
    width:58.333333%;
    float: left;
  }
  .custom-blog-top-section .hs-caseStudy-slider .caseStudy-col-5 {
    width:41.666667%;
    float: left;
  }
  .hs-blog-filter-section .hs-blog-filter-item.right-item {
    text-align: right;
  }
}


@media(max-width:1199px) and (min-width:768px){
  .custom-blog-top-section .cm-contentWithicon-grp .cm-align-items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .hs-blog-post-top-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}


@media (max-width:991px) {
  .custom-blog-post-item {
    width: 50%;
  }
  .hs-blog-filter-section .hs-blog-filter-item .block>h3 {
    font-size: 16px;
  }
}

@media (max-width:767px) {
  .custom-blog-post-item {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .custom-blog-post-item-item2 {
    min-height: auto;
  }
  .custom-blog-post-item .custom-blog-post-item-item3 a {
    font-size: 14px;
  }
  .custom-blog-banner:before, 
  .custom-blog-banner:after {
    background-size: 130px;
    top: 20px;
  }
  .custom-blog-banner:before {
    left: -65px;
    background-position: left top;
    top: 20px;
  }
  .custom-blog-banner:after {
    right: -65px;
    left: auto;
    background-position: right top;
    top: auto;
    bottom: -60px;
  }
  .custom-blog-banner {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .custom-blog-bottom-section .custom-newsletter-bg .cm-col-6 {
    padding-bottom: 30px;
  }
  .custom-blog-bottom-section .custom-newsletter-bg {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .custom-blog-bottom-section .cm-contentWithvideo-grp .content {
    margin-bottom: 20px;
  }
  .custom-blog-bottom-section .cm-contentWithvideo-grp .video-inner {
    padding-bottom: 70%;
  }
  .custom-blog-bottom-section .cm-contentWithvideo-grp .btn-red {
    margin-top: 50px;
  }
  .custom-blog-bottom-section .cm-contentWithvideo-grp .btn-red a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .custom-blog-bottom-section .cm-contentWithvideo-grp.left_align .visible-phone {
    display: none !important;
  }
  .custom-blog-bottom-section .cm-contentWithvideo-grp.left_align .hidden-phone {
    display: block !important;
  }
  .custom-blog-bottom-section .cm-contentWithvideo-grp.left_align .video-img {
    margin-bottom: 30px;
  }
  .custom-blog-bottom-section .cm-contentWithvideo-grp h5,
  .custom-blog-bottom-section .cm-contentWithvideo-grp h3{
    margin-bottom: 20px;
  }
  .custom-blog-bottom-section .cm-contentWithvideo-grp .btn-red {
    margin-top: 25px;
  }
  .custom-blog-bottom-section .cm-contentWithvideo-grp .play-btn img {
    width: 50px;
  }
  .custom-blog-bottom-section .cm-contentWithvideo-grp .video-inner {
    padding-bottom: 60%;
  }  
  .hs-blog-bottom-pane.hs-bottom-pane .hs-bottom-pane-btn {
    padding-top: 20px;
  }
  .custom-blog-top-section .cm-contentWithicon-grp .cm-contentWithicon-text h6 {
    font-size: 14px;
  }
  .custom-blog-top-section .hs-caseStudy-slider .page-center {
    width: 100%;
    padding: 0;
  }
  .custom-blog-top-section .hs-caseStudy-slider-inner-content-inner-wrp .hs-caseStudy-slider-inner-pd {
    width: 90%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .custom-blog-top-section .hs-caseStudy-slider-inner-content-inner-wrp {
    padding: 30px 0;
    margin-left: 0;
    position: relative;
    z-index: 99;
  }
  .custom-blog-top-section .hs-caseStudy-slider-btn a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-content h3 {
    font-size: 20px;
  }
  .custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-slider-right-top {
    padding: 24px 15px;
    width: 90%;
    margin: 0 auto;
  } 
  .custom-blog-top-section .hs-caseStudy-slider-inner-content {
    float: left;
  }
  .custom-blog-top-section .hs-caseStudy-slider-inner-content-inner-wrp {
    margin-top: -50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-blog-top-section .hs-caseStudy-slider .hs-caseStudy-content h3 {
    margin-bottom: 20px;
  }
  .custom-blog-top-section .hs-caseStudy-slider {
    padding-bottom: 40px;
  }
  .custom-blog-top-section {
    padding: 0 0 40px 0;
  }
  .cusotm-blog-middle-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .custom-blog-bottom-section {
    padding: 60px 0;
  }
  .custom-blog-bottom-section .cm-contentWithvideo-grp {
    padding-top: 60px;
  }
  .hs-blog-bottom-pane.hs-bottom-pane {
    padding: 40px 0;
  }  
  .hs-blog-post .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }
  .custom-post-page-relatd-section.hs-related-post-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hs-blog-post .custom-blog-bottom-section {
    padding: 60px 0;
  }
  .hs-blog-post-top-box {
    margin-bottom: 0;
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  .custom-blog-post-body-section .hs-post-author-grp .author {
    font-size: 14px;
  }
  .hs-post-author-item.right-item > span {
    font-size: 14px;
  }
  .hs-blog-filter-section {
    padding-top: 0;
  }
  .hs-blog-filter-section .hs-blog-filter-item {
    width: 100%;
  }
  .hs-blog-filter-section .hs-blog-filter-item.left-item {
    margin-bottom: 20px;
  }
}

@media (max-width:600px) {
  .custom-blog-post-body-section .hs-post-author-item {
    width: 100%;
    float: none;
    padding-top: 30px;
  }
  .custom-blog-post-body-section .hs-post-author-item.right-item {
    text-align: center;
  }
  .custom-blog-post-body-section .hs-post-author-grp {
    padding-top: 0;
  }
  .hs-blog-filter-section .hs-blog-filter-item .block>h3 {
    display: block;
    margin-bottom: 5px;
  }
}

@media (max-width:480px) {
  .custom-blog-post-item .custom-blog-post-item-item1 a {
    min-height: 200px;
  }
  .custom-blog-bottom-section .custom-newsletter-bg .custom-newsletter-form .hs-form input.hs-button {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .hs-blog-bottom-pane.hs-bottom-pane .hs-bottom-pane-btn a {
    display: block;
  }
  .custom-blog-top-section .cm-contentWithicon-grp .cm-align-items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .custom-blog-top-section .hs-caseStudy-item.left-column {
    padding-bottom: 75%;
  }
  .custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-top-column {
    width: 100%;
  }
  .custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-bottom-section {
    margin: 0;
  }
  .custom-post-page-relatd-section .hs-related-blog-link {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .custom-post-page-relatd-section .hs-related-blog-link a {
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s ease;
    font-family: Foundry Monoline,sans-serif;
    text-transform: uppercase;
  }
  .custom-post-page-relatd-section.hs-related-post-slider .hs-related-post-top-column.right-column {
    display: none;
  }
  .custom-post-page-relatd-section .hs-related-post-slider-item-inner {
    padding: 0 10px;
  }  
  .custom-blog-post-body-section .post-featured-image {
    position: relative;
    min-height: auto;
    padding-bottom: 20%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Foundry Monoline, serif;
  font-size: 1.25rem;
  color: #000000;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #000000;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}





.systems-page form .hs-button {
    margin-top: 15px;
}
.systems-page form ul.no-list.hs-error-msgs {
    padding: 0;
}
.systems-page input[type='password'] {
    height: auto !important;
}




.hs-errorPage-banner.banner-content.page-center {
  overflow: hidden;
}
.hs-errorPage-banner.banner {
  position: relative;
  min-height: 400px;
}
.hs-errorPage-banner.banner .hs-banner-image {
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  left: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 55.6%;
}
.hs-errorPage-banner.banner .hs-banner-content h2 {
  margin-bottom: 30px;
}
.hs-errorPage-banner.banner .hs-banner-content h2 .highlight-banner-text {
  border-bottom: solid 7px #ef3f4d;
}
.hs-errorPage-banner.banner .hs-banner-content h3{
  font-family: Foundry Monoline Regular,sans-serif;
  font-weight: normal;
  font-size:24px;
  line-height: 1.417;
}
.hs-errorPage-banner.banner .hs-banner-content p {
  font-size: 18px;
}

.hs-errorPage-banner.banner .hs-banner-content {
  padding-top: 5%;
  padding-bottom: 5%;
}
.hs-errorPage-banner.banner .hs-banner-image:before {
  content: "";
  background: url("https://f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/banner_border.png");
  height: 100%;
  display: block;
  position: absolute;
  bottom: -55px;
  right: 0;
  z-index: 1111;
  width: 415px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.hs-errorPage-banner.banner .hs-banner-content h3 {
  padding-bottom: 20px;
}
.hs-errorPage-banner.banner.without-image .cm-row {
  display: block;
}
.hs-errorPage-banner.banner.without-image .cm-col-5 {
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.hs-errorPage-banner.banner.without-image .hs-banner-image:before {
  top: -40px;
  bottom: auto;
}
.hs-errorPage-banner .mobile-banner-content {
    margin-bottom: 15px;
}
.custom-errorPage-top-section {
    padding: 120px 0;
}
.custom-errorPage-top-section .hs-content-withEqual-column {
  position: relative;
}
.custom-errorPage-top-section .hs-content-withEqual-column-box {
  width: 100%;
  float: left;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-errorPage-top-section .hs-content-withEqual-column-box-content {
  padding: 40px;
  overflow: hidden;
}
.custom-errorPage-top-section .hs-content-withEqual-column-box-content > * {
  color: #fff;
}
.custom-errorPage-top-section .hs-content-withEqual-column-box-content.blue {
  background-color: #292a33;
}
.custom-errorPage-top-section .hs-content-withEqual-column-box-content.red {
  background-color: #EF3F4D;
}
.custom-errorPage-top-section .hs-content-withEqual-column-box-content h3 {
  font-size: 30px;
  padding-bottom: 15px;
  color: #fff;
  line-height: 1.333;
}
/* .custom-errorPage-top-section .hs-content-withEqual-column {
  position: relative;
  background: url(//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/before_image.png) left top no-repeat, url(//f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/after_image.png) right top no-repeat;
  background-size: contain;
} */
.custom-errorPage-top-section .hs-content-withEqual-column .hs-content-withEqual-column-inner {
  margin: 0 -15px;
}

.custom-errorPage-top-section .hs-content-withEqual-column .hs-content-withEqual-column-btn a {
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  padding:10px 30px;
  text-decoration: none !important;
  margin-top: 15px;
  font-weight: bold;
  font-family: Foundry Monoline,sans-serif;
  text-transform: uppercase;
}
.custom-errorPage-top-section .hs-content-withEqual-column .red .hs-content-withEqual-column-btn a {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
  display: inline-block;
  padding:10px 30px;
  text-decoration: none !important;
  font-weight: bold;
  font-family: Foundry Monoline,sans-serif;
  text-transform: uppercase;
}
/* Blue Button */
.custom-errorPage-top-section .hs-content-withEqual-column .red .btn-right a:before {
  background:#292a33;
  width: 100%;
}
.custom-errorPage-top-section .hs-content-withEqual-column .red .btn-right a:before {
  left: 0;
  border: 1px solid #292a33;
  border-left: 0;
  border-right: 0;
}
.custom-errorPage-top-section .hs-content-withEqual-column .red .hover-white a:hover {
  background: #fff;
  color:#292a33;
}
.custom-errorPage-top-section .hs-content-withEqual-column .red .hover-white a:hover:after {
  background: #fff;
  color:#455560;
}
.custom-errorPage-bottom-section .hs-bottom-pane {
  position: relative;
  padding: 57px 0;
  color: #455560;
}
.custom-errorPage-bottom-section .hs-bottom-pane .page-center{
  overflow:hidden;
}
.custom-errorPage-bottom-section .hs-bottom-pane p:last-of-type {
  margin-bottom: 0;
}
.custom-errorPage-bottom-section .hs-bottom-pane h3 {
  color: #455560;
}
.custom-errorPage-bottom-section .hs-bottom-pane .cm-justify-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-errorPage-bottom-section .hs-bottom-pane .hs-bottom-pane-btn {
  text-align: center;
}
.custom-errorPage-bottom-section .hs-bottom-pane .hs-bottom-pane-btn a {
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
  padding:10px 30px;
  text-decoration: none !important;
  color: #fff;
  font-weight: bold;
  font-family: Foundry Monoline,sans-serif;
  text-transform: uppercase;
}
.systems-page form .hs-button {
    white-space: normal;
}


.body-container__whitepaper2 {
    position: relative;
    z-index: 1;
}
.slow .body-container__whitepaper2 {
  z-index: 10001;
}
/* .body-container__whitepaper2:after, 
.body-container__whitepaper2:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: url("https://f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/before_image.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 200px;
    left: 0;
    top: 0;
    z-index:-1;
}
.body-container__whitepaper2:after {
    background-position: right center;
} */









@media (min-width: 768px) {
  .systems-page form {
      max-width: 50%;
  }
  .systems-page form#email-prefs-form {
      max-width: 100%;
  }
  .hs-errorPage-banner.banner .hs-banner-content {
    padding-right: 5%;
  }  
  .custom-errorPage-top-section .hs-content-withEqual-column.two .hs-content-withEqual-column-box {
    width: 50%;
  }
  .custom-errorPage-top-section .hs-content-withEqual-column.three .hs-content-withEqual-column-box {
    width: 33.33%;
  }
  .custom-errorPage-top-section .hs-content-withEqual-column .hs-content-withEqual-column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }  
}

@media (max-width:1230px) and (min-width:768px) {
  .custom-errorPage-top-section .hs-content-withEqual-column{
    background-size: 26%;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .hs-errorPage-banner.banner .hs-banner-image:before {
    width: 300px;
    bottom: -40px;
  }
}

@media (max-width:981px) and (min-width:768px) {
  .custom-errorPage-top-section .hs-content-withEqual-column-box-content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .systems-page .success {
      min-width: 100%;
  }
  .systems-page form input.email-edit.hs-input {
      width: 100% !IMPORTANT;
  }
  .hs-errorPage-banner.banner {
    min-height: initial;
  }
  .hs-errorPage-banner.banner .hs-banner-image {
    min-height: auto;
    height: 57vw;
  }
  .hs-errorPage-banner.banner .hs-banner-image {
    position: relative;
    width: 100%;
  }
  .hs-errorPage-banner.banner .hs-banner-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hs-errorPage-banner.banner .hs-banner-image:before {
    width: 64%;
    bottom: -15%;
  }
  .hs-errorPage-banner.banner .page-center {
    width: 100%;
  }
  .hs-errorPage-banner.banner .btn-red a {
    display: block;
    width: 100%;
  } 
  .custom-errorPage-top-section .hs-content-withEqual-column-box:not(:last-child) {
    margin-bottom: 25px;
  }
  .custom-errorPage-top-section .hs-content-withEqual-column {
    background: transparent;
    overflow: hidden;
  }
  .custom-errorPage-top-section .hs-content-withEqual-column-box:first-child:before {
    background-image: url("https://f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/before_image.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    content: "";
    display: block;
    position: absolute;
    left: -15%;
    bottom: 0;
    width: 200px;
    height: 180px;
    background-size: contain;
  }
  .custom-errorPage-top-section .hs-content-withEqual-column-box:last-child:before {
    background-image: url("https://f.hubspotusercontent20.net/hubfs/9163974/Exus_May_2021/Images/before_image.png");
    background-repeat: no-repeat;
    background-position: right top;
    content: "";
    display: block;
    position: absolute;
    right: -15%;
    bottom: 0;
    width: 200px;
    height: 180px;
    background-size: contain;
  }
  .custom-errorPage-top-section .hs-content-withEqual-column-box-content {
    position: relative;
    z-index: 1;
  }  
  .custom-errorPage-bottom-section .hs-bottom-pane .hs-bottom-pane-btn {
    padding-top: 20px;
  }  
  .custom-errorPage-top-section {
      padding: 60px 0;
  }
  .systems-page {
      padding-left: 0;
      padding-right: 0;
  }
}

@media (max-width:479px) {
  .custom-errorPage-top-section .hs-content-withEqual-column .hs-content-withEqual-column-btn a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .custom-errorPage-bottom-section .hs-bottom-pane .hs-bottom-pane-btn a {
    display: block;
  }
}

@media (max-width: 400px) {
  .systems-page .page-header h2 {
      font-size: 22px;
  }
  .systems-page .page-header h1 {
      font-size: 28px;
  }
  .custom-errorPage-top-section .hs-content-withEqual-column-box-content {
    padding: 25px;
  }
}