*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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: visible;
}

/**
 * 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;
}
/* Responsive Grid */


/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* Visibilty Classes */
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none;
  visibility: hidden;
}
/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}
.row-fluid.row [class*="span"],
.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding:0 15px;
}

.col12,
.col11,
.col10,
.col9,
.col8,
.col7,
.col6,
.col5,
.col4,
.col3,
.col4,
.col1{
  padding:0 15px;
}

@media (min-width:768px) {
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .col80,
  .col20,
  .col11,
  .col10,
  .col9,
  .col8,
  .col7,
  .col6,
  .col5,
  .col4,
  .col3,
  .col4,
  .col1{
    display: block;
    float: left;
  }

  .col80{
    width: 80%;
  }
  .col20{
    width: 20%;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .col12,
  .row-fluid .span12 {
    width: 100%;
  }
  .col11,
  .row-fluid .span11 {
    width: 91.666666%;
  }
  .col10,
  .row-fluid .span10 {
    width: 83.333333%;
  }
  .col9,
  .row-fluid .span9 {
    width: 75%;
  }
  .col8,
  .row-fluid .span8 {
    width: 66.666666%;
  }
  .col7,
  .row-fluid .span7 {
    width: 58.333333%;
  }
  .col6,
  .row-fluid .span6 {
    width: 50%;
  }
  .col5,
  .row-fluid .span5 {
    width: 41.666666%;
  }
  .col4,
  .row-fluid .span4 {
    width: 33.333333%;
  }
  .col3,
  .row-fluid .span3 {
    width: 25%;
  }
  .col2,
  .row-fluid .span2 {
    width: 16.666666%;
  }
  .col1,
  .row-fluid .span1 {
    width: 8.333333%;
  }
}
@media(max-width:767px){
  .dnd-section > .row-fluid {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .row-fluid {
    width: 100%;
  }

  .col80,
  .col20,
  .col12,
  .col11,
  .col10,
  .col9,
  .col8,
  .col7,
  .col6,
  .col5,
  .col4,
  .col3,
  .col4,
  .col1,  
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Helvetica%20Neue/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff);
}
@font-face {
  font-family: "Open Sans";
  src: url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Open%20Sans/opensans-regular-webfont.woff") format("woff"),
    url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Open%20Sans/opensans-regular-webfont.ttf") format("truetype");
      font-style: normal;
      font-weight: 400;
      }


@font-face {
  font-family: "Karla Bold";
  src:  url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Edozo_August_2021/fonts/Karla_Bold.eot") format("eot"), 
    url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Karla_Bold/Karla_Bold.woff2") format("woff2"),
      url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Karla_Bold/Karla_Bold.woff") format("woff"),
        url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Karla_Bold/Karla_Bold.ttf") format("truetype");
          font-weight: 700;
          }

@font-face {
  font-family: "Karla";
  src:  url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Edozo_August_2021/fonts/Karla.eot") format("eot"), 
    url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Karla/Karla.woff2") format("woff2"),
      url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Karla/Karla.woff") format("woff"),
        url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Karla/Karla.ttf") format("truetype");
          }

@font-face {
  font-family: "TeXGyreHeros-Bold";
  src:  url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Edozo_August_2021/fonts/TeXGyreHeros_Bold.eot") format("eot"),   
    url("") format("woff2"),
      url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/TeXGyreHeros/TeXGyreHeros_Bold.woff") format("woff"),
        url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/TeXGyreHeros/TeXGyreHeros_Bold.ttf") format("truetype");
          }




body {
  line-height: 1.5em;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 27px;
}

p:last-of-type{
  margin-bottom:0; 
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 14px;
}

h1{
  line-height: normal; 
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 10px;
  }

  p {
    margin: 0 0 24px;
  }

}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

@media(max-width:767px){
  button,
  .button {
    font-size: 16px;
  }
}
.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.hs_cos_wrapper_type_member_login , 
.hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,
.hs_cos_wrapper_type_password_reset{
  padding:40px;
  display: block;
  border-radius:10px;
  box-shadow: 4.86px 5.04px 4px 1px rgb(0 0 0 / 42%);
  margin-bottom:15px;

}


/* Form fields */

.hs-form-field {
  margin-bottom: 23px;
}



/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {

}

/* Inputs */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select,
form input,
form select,
form textarea,
.hs-input{
  width: 100%;
  display: inline-block;
  font-weight: 400;
  border: 0;
  border-width: 1px;
  border-style: solid;
  outline: none;
  padding: 15.5px;
  padding-left: 15px;
  text-overflow: ellipsis;
  font:normal normal normal 16px/1.4em 'open sans',sans-serif;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {

}

form input[type=checkbox], form input[type=radio] {
  width: auto;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #ff4040;
}

.hs-input.invalid.error {
  border: 1px solid #ff4040;
}

.hs-error-msg {
  color: #ff4040;
  margin-top: 0.35rem;
}
.hs-error-msgs label {
  color: #ff4040;
}
/* Submit button */

/* form input[type=submit],
form .hs-button {

} */

.hs-button,.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  border: 1px solid;
  text-decoration: none;
  margin: 20px 0;
  outline: none;
  line-height: normal;
  width: auto;
}

.hs-button:hover,.button:hover {

}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


@media(max-width:767px){
  .hs_cos_wrapper_type_password_prompt,
  .hs-search-field__bar,
  .hs_cos_wrapper_type_form,
  .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt.custom_error_message,
  .widget-type-email_simple_subscription,
  .section.post-footer form ,.hs_cos_wrapper_type_member_login , 
  .hs_cos_wrapper_type_member_register,.hs_cos_wrapper_type_password_reset_request ,
  .hs_cos_wrapper_type_password_reset{
    padding:20px 14.5px;
  }

  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select, form input, form select, form textarea, .hs-input {
    padding: 4.5px 3px;
    padding-left: 15px;
    border-color: #e3e3e3;
  }

  .hs-form-field {
    margin-bottom: 10px;
  }

  form.hs-form input[type=submit], form.hs-form .hs-button {
    display: table;
    margin: 0 auto;
    padding: 4.5px 24px;
  }

  .hs-error-msgs label {
    font-size: 16px;
  }

  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select,
  form input,
  form select,
  form textarea,
  .hs-input{
    padding-right:10px;
  }

}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrap {
  min-height: 68px;
}
.scroll-header header.header {
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}
header.header {
  position: fixed;
  top: 0;
  min-height: 68px;
  width: 100%;
  z-index: 900;
  transition: all .3s ease;
}
.header__container {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 100%;
}
.header-logo {
  padding-top: 5px;
  margin-bottom: -1px;
  float: left;
}
.header-logo img {
  width: 164px !important;
}
.header-hc-logo {
  padding-top: 25px;
  margin-bottom: -1px;
  float: left;
}
.header-hc-logo img {
  width: 211px !important;
}
.custom-menu-primary {
  float: right;
  padding-top: 11px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  padding: 8px 14px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-family: Karla Bold;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding: 8px 17px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.speak-to-an-expert>a {
  border-radius: 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.login>a {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.login {
  position: relative;
  top: 1px;
  left: -4px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.about-us {
  position: relative;
  left: 14px;
  top: 1px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.features {
  position: relative;
  left: 26px;
  top: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
  padding: 8px 20px;
}

@media (min-width: 768px){
  .mobile-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.newsletter {
    display: none;
  }
  .child-trigger {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover {
    padding-bottom: 3px;
    border-bottom: 3px solid #0EA58A;
    transition: all 0.2s ease, visibility 0s;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.login:hover {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.speak-to-an-expert:hover {
    border: 0;
  }

  /*----------------*/

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    right: 0;
    left: 0;
    width: 160px;
    border-radius: 10px;
    display: none;
    background: rgb(83,92,102);
    padding: 16px 5px 0 5px;
    width: 170px;
    left: -15px !important;
    margin-top: -5px;
    border-radius: 6px;
    top: 100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    font-weight: 400;
    padding: 11px 20px;
    font-family: Karla Bold;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li {
    margin-bottom: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li:last-child {
    margin-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover {
    padding-bottom: 8px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    margin-top: -5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children):hover {
    top: -3px;
    padding-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    transition: none;
  }
}

@media (max-width: 890px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.features {
    left: 0;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.about-us {
    left: 0;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.login {
    left: 0;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 8px 0;
  }
}

@media (max-width: 767px){
  .header-wrap {
    min-height: 55px;
  }

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

  .header__container {
    padding: 0;
  }

  .header-logo img {
    width: 111px !important;
    height: 40px;
    object-fit: cover;
  }
  .header-hc-logo {
  padding-top: 15px;
  margin-bottom: -1px;
    margin-left: 10px;
  float: left;
}
.header-hc-logo img {
  width: 211px !important;
  }

  .custom-menu-primary {
    float: none;
    padding: 0;
    position: fixed;
    top: 0;
    background-color: #0ea58a;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    right: -100%;
    transition: right 0.6s ease-in-out,opacity 0.4s ease-in-out,visibility 0.4s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mobile-open .custom-menu-primary {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .mobile-trigger {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 3px;
    z-index: 9;
  }

  .V9412 {
    position: relative;
    width: 22px;
    height: 20px;
    margin: auto;
    cursor: pointer;
  }

  ._3WFYR {
    background-color: #0ea58a;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .25s ease-in-out;
  }

  ._1qVGe, .ETTWi {
    bottom: 0;
  }

  ._1qVGe {
    top: 0;
    margin: auto;
  }

  ._30pRS {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .mobile-open ._3WFYR._1firi {
    transform: translateY(10px) translateY(-50%) rotate(
      -45deg
    );
  }

  .mobile-open ._3WFYR._1qVGe {
    opacity: 0;
  }

  .mobile-open ._3WFYR.ETTWi {
    transform: translateY(-10px) translateY(50%) rotate(
      45deg
    );
  }

  .mobile-open ._3WFYR {
    background-color: #fff;
  }
  .header-logo {
    margin-top: 6px;
    margin-bottom: 2px;
    padding: 0;
    position: relative;
    left: 105px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
  }
  .child-trigger {
    cursor: pointer;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    min-width: 12px;
    position: absolute;
    right: 154px;
    top: 18px;
    height: 48px;
  }
  .child-trigger.child-open svg {
    transform: rotate(
      180deg
    );
  }
  .child-trigger.child-open {
    top: 17px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 18px;
    line-height: 48px;
    padding-left: 13px;
    position: relative;
    top: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    padding: 0;
  }
  .child-trigger svg {
    margin: 0 20px;
    min-width: 12px;
    width: 1em;
    pointer-events: none;
    fill: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: none;
    background-color: #0ea58a !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0;
    font-size: 22px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 17px 0;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.speak-to-an-expert>a {
    padding: 15px 20.5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.speak-to-an-expert {
    position: relative;
    left: -34px;
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    position: relative;
    left: 74px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.about-us {
    position: relative;
    top: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.newsletter {
    padding-bottom: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.newsletter>a {
    position: relative;
    top: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  li > a {
    color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.speak-to-an-expert>a {
    border: 1px solid #fff;
  }

}
#back-to-top {
  position: fixed;
  bottom: 87px;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  right: calc((100% - 320px) / 2);
}

#back-to-top .pYcId {
  width: 100%;
  height: 100%;
  opacity:  0.9;;
}

#back-to-top svg {
  overflow: visible;
}

#back-to-top svg [data-color="3"] {
  fill: #FFFFFF;
}

#back-to-top svg [data-color="2"] {
  fill: #535961;
}

.footer-menu .hs-menu-wrapper>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu .hs-menu-wrapper>ul>li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 20%;
  float: left;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  margin-bottom: 7px;
  display: block;
  font-weight: bold;
  font-family: Karla Bold;
}

.footer-menu .hs-menu-wrapper>ul li>a {
  white-space: normal !important;
}

.footer-menu .hs-menu-wrapper>ul::before,.footer-menu .hs-menu-wrapper>ul::after {
  display: block;
  content: "";
  clear: both;
}

.footer-menu .hs-menu-wrapper>ul ul {
  display: block;
  position: static !important;
  opacity: 1 !important;
}

.footer-menu .hs-menu-wrapper>ul li a {
  display: inline-block !important;
}

.footer-menu .hs-menu-wrapper>ul ul li a:hover {
  text-decoration: underline;
}

.footer-top .footer__container {
  max-width: 1135px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-menu {
  padding-top: 28px;
  padding-bottom: 38px;
}

.footer-social {
  text-align: right;
}

.footer-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-bottom .footer__container {
  padding: 0 15px;
  max-width: 967px;
  margin: 0 auto;
}

.footer-social ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.footer-bottom {
  padding-top: 14px;
  padding-bottom: 18px;
}

.footer-social ul li:first-child {
  margin-right: 6px;
}

.footer-social ul li a {
  display: block;
}


@media (max-width: 1024px) {
  .footer-menu .hs-menu-wrapper>ul>li {
    left: auto !important;
    width: 25%;
  }
}

@media (min-width: 768px) {
  #back-to-top {
    display: none !important;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(1) {
    position: relative;
    left: 67px;
  }

  .footer-menu .hs-menu-wrapper>ul ul li:nth-child(1) {
    margin-bottom: 4px;
  }

  .footer-menu .hs-menu-wrapper>ul ul li:nth-child(2) {
    margin-bottom: 5px;
    margin-top: 6px;
  }

  .footer-menu .hs-menu-wrapper>ul ul > li + li {
    margin-top: 7px;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(3) {
    position: relative;
    left: -30px;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(4) {
    position: relative;
    left: -50px;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(2) {
    position: relative;
    left: -5px;
  }
}

@media (max-width: 767px) {
  .footer-top .footer__container {
    padding: 0px 16px;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 50%;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    margin-bottom: 5px;
  }

  .footer-menu {
    padding-top: 20px;
    padding-bottom: 27px;
  }

  .footer-bottom .footer__container {
    max-width: 980px;
  }

  .footer-social ul li a img {
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 27px;
  }

  .footer-bottom .footer__container {
    padding: 0 25px;
  }

  .footer-menu .hs-menu-wrapper>ul {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
  }

  .footer-menu .hs-menu-wrapper>ul li.termspolicies {
    width: 100%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .footer-menu .hs-menu-wrapper>ul ul li a {
    padding-top: 2px;
  }

  .footer-menu .hs-menu-wrapper>ul ul li {
    margin-bottom: 8px;
  }

  .footer-menu .hs-menu-wrapper>ul ul li.equalopportunitiespolicy {
    margin-bottom: 0;
  }

  .footer-menu .hs-menu-wrapper>ul > li > a {
    display: block !important;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .footer-menu .hs-menu-wrapper>ul ul li:last-of-type {
    margin-bottom: 8px;
  }

  .footer-menu .hs-menu-wrapper>ul ul li.equalopportunitiespolicy {
    margin-bottom: -1px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.aboutus {
  }

  .footer-menu .hs-menu-wrapper>ul>li.aboutus li:not(:last-child) {
    margin-bottom: 4px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.aboutus > a {
    margin-bottom: 8px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.login {
    padding-left: 3px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.login li.edozopipeline, .footer-menu .hs-menu-wrapper>ul>li.edozo li.blog {
    margin-bottom: 24px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.login li , .footer-menu .hs-menu-wrapper>ul>li.edozo li {
    margin-bottom: 2px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.login > a, .footer-menu .hs-menu-wrapper>ul>li.edozo > a {
    margin-bottom: 5px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.login li {
    margin-bottom: 3px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.login li.edozopipeline {
    margin-bottom: 21px;
  }

  .footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    right: -1px;
    top: -1px;
  }

  .footer-social ul li:first-child {
    margin-right: 15px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.aboutus > ul {
    display: inline-flex;
    flex-wrap: wrap;
  }

  .footer-menu .hs-menu-wrapper>ul>li.aboutus > ul li {
    order: 2;
  }

  .footer-menu .hs-menu-wrapper>ul>li.aboutus > ul li.ourmission {
    order: 3;
    position: relative;
    top: -3px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.contacts {
    position: relative;
    top: -3px;
    padding-left: 2px;
    margin-bottom: 12px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.contacts > a {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .footer-menu .hs-menu-wrapper>ul>li.contacts li {
    margin-bottom: 5px;
  }


}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
[class*="force-full-width-section"].dnd-section, [class*="force-full-width-section"].dnd-section > .row-fluid {
  padding: 0;
}

.button_wrap a.cta_button {
  box-sizing: border-box !important;
}

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

button, select {
  cursor: pointer;
}

a.cta_button,.button {
  min-height: 48px;
}

form select {
  -webkit-apperance: none;
  appearance: none;
}

.animated {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}

.button.join_cta {
  padding-top: 12px;
  padding-bottom: 12px;
  min-width: 190px;
}

.button.white_btn:FOCUS,
.button.white_btn {
  background-color: #fff;
  color: #0ea58a;
  border-color: #fff;
}

.button.white_btn:hover {
  background-color: #0ea58a;
  color: #fff;
  border-color: #fff;
}

.button.request_demo.white_btn {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: 1px;
  width: 190px;
}

.button.request_demo.white_btn:hover {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 192px;
}

.button.refer_btn.white_btn {
  max-width: 247px;
  width: 100%;
  color: #212121;
  min-height: 48px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button.refer_btn.white_btn:hover {
  background-color: #fff;
  color: #0ea58a;
  border-color: #fff;
}


.hs-button,
.button {
  transition: 0.4s ease;
}

.cta_button.button.request_white-shdw {
  min-width: 371px;
  background: #fff;
  color: #212121;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 19px;
  box-shadow: 0.57px 2.94px 4px 0px rgba(0,0,0,0.6);
  border-color: #fff;
}

.cta_button.button.request_white-shdw:hover {
  background: #0ea58a;
  border-color: #0ea58a;
  color: #fff;
}

/*--------------*/
.ab_bott_sec .hs_cos_wrapper_type_form {
  padding: 0;
  box-shadow: none;
  max-width: 872px;
  margin: 0 auto;
  position: relative;
  left: -4px;
}

.ab_bott_sec .hs_cos_wrapper_type_form fieldset.form-columns-2 .field > label {
  margin: 0;
}

.ab_bott_sec .hs_cos_wrapper_type_form fieldset.form-columns-2 .field input {
  margin: 0;
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field {
  margin: 25px 0 24px;
  max-width: 269px;
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input {
  margin: 0;
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input input {
  border-radius: 0;
  padding: 13px;
  padding-left: 24px;
  font-size: 16px;
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input input:not(:hover) {
  border-color: rgb(171 184 197);
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input .hs-input.invalid.error {
  border: 1px solid #ff4040;
  background: #fff;
}

.ab_bott_sec .hs_cos_wrapper_type_form form {
  padding: 0 36px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.ab_bott_sec .hs_cos_wrapper_type_form fieldset {
  width: 100%;
  max-width: 569px;
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field + .hs-form-field {
  margin-left: 31px;
}

.ab_bott_sec form fieldset.form-columns-2 {
  width: 569px;
  order: 1;
}

.ab_bott_sec form .hs_submit.hs-submit {
  order: 2;
  margin-left: auto;
}

.ab_bott_sec form fieldset {
  order: 3;
}

.ab_bott_sec .hs_cos_wrapper_type_form form input.hs-button.primary {
  margin: 25px 4px 24px 0;
  padding: 13px 24px 13px 23px;
  font-size: 18px;
  transition: 0.4s ease;
}

.ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input input::-webkit-input-placeholder {
  color: rgb(182 193 205);
  opacity: 1;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox {
  margin: 0;
  margin-top: 1px;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label {
  padding-left: 18px;
  position: relative;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label input {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label span {
  font-size: 16px;
  color: #212121;
  margin-left: 25px !important;
  line-height: 1;
  vertical-align: unset;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label p {
  display: block;
  margin: 0 !important;
  color: inherit;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: '';
  border: 1px solid #212121;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 svg {
  fill: rgb(14,165,138);
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: -1px;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  opacity: 0;
}

.ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label input:checked + ._2v4A7 {
  opacity: 1;
}

.ab_bott_sec .hs_cos_wrapper_type_form .hs_error_rollup {
  order: 4;
  width: 100%;
}

.ab_bott_sec .hs_cos_wrapper_type_form ul.no-list.hs-error-msgs.inputs-list label {
  font-size: 15px;
}

.mp_main_sec .hs_cos_wrapper_type_rich_text h2 {
  color: #0ea58a;
  font-size: 22px;
  margin: 0;
  line-height: normal;
}


/*------------*/
.feat_page .twColimg_wrap {
  overflow: hidden;
}

.feat_page .twColimg_wrap .page-center {
  position: relative;
  left: 78px;
  max-width: 1140px;
}

.feat_page .twColimg_wrap .flex_row {
  padding: 0;
}

.feat_page .twColimg_wrap .content_col.content_medium {
  width: 477px;
  width: 41%;
  padding-right: 9px;
}

.feat_page .twColimg_wrap.content_medium_wrap .img_wrap {
  margin-right: 0;
  width: 625px;
  position: relative;
  right: 0;
  width: 58%;
  padding-left: 36px;
  margin-left: -11px;
}

.feat_page .twColimg_wrap .content_col .text p {
  margin-bottom: 14px;
}

.testimon_wrap .item .box .bottom_icon span,
.testimon_wrap .item .box .top_icon span {
  background: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/images/quote-2new.png);
  background-size: cover;
  background-position: center;
  background-size: contain;
}

.feat_page .twColimg_wrap .btn_wrap .btn_item .button {
  font-size: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  width: 100%;
}

.feat_page .twColimg_wrap .btn_wrap .btn_item .button:hover {
  color: #212121;
}

.feat_page .twColimg_wrap .btn_wrap .btn_item .button.request_demo_green:hover {
  border-color: #fff;
}

.button,
.feat_page .twColimg_wrap .btn_wrap .btn_item .button.request_demo_green {
  transition: 0.4s ease;
}

.hs_cos_wrapper_type_module .hs-button {
  padding: 14px;
}

/*--------------*/
.cont_main_sec .hs_cos_wrapper_type_form {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.cont_main_sec .form-title {
  padding: 0;
  margin: 0;
}

.cont_main_sec form fieldset .field {
  margin-bottom: 26px;
}

.cont_main_sec form .field > label {
  display: none;
}

.cont_main_sec form.hs-form input[type=text],
.cont_main_sec form.hs-form input[type=email],
.cont_main_sec form.hs-form input[type=password],
.cont_main_sec form.hs-form input[type=tel],
.cont_main_sec form.hs-form input[type=number],
.cont_main_sec form.hs-form input[type=file],
.cont_main_sec form.hs-form select,
.cont_main_sec form.hs-form textarea {
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgb(33,33,33);
  padding: 5.5px;
  padding-left: 12px;
  height: 34px;
  background: #fff;
}

.cont_main_sec form .hs-error-msgs label {
  font-size: 16px;
}

.cont_main_sec for .hs-form-field {
  margin-bottom: 26px;
}

.cont_main_sec form fieldset.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
}

.cont_main_sec form fieldset.form-columns-2 .input {
  margin: 0;
}

.cont_main_sec form fieldset.form-columns-2 .field {
  width: calc(50% - 25.5px );
  margin-right: 20.5px;
}

.cont_main_sec form.hs-form textarea {
  height: 48px;
  padding: 12px 10px 3px 17px;
  width: calc(100% - 20.5px ) !important;
  margin-right: 20.5px;
  line-height: 1.4em;
  font-size: 16px;
  display: block;
  resize: none;
}

.cont_main_sec form.hs-form .hs-input.invalid.error {
  border: 1px solid #ff4040;
}

.cont_main_sec form .hs_phone.field {
  margin-bottom: 22px;
}

.cont_main_sec form .hs_phone.field+ .field {
  margin-bottom: 22px;
}

.cont_main_sec form .hs-how_did_you_hear_about_us {
  margin-right: 20.5px;
}

.cont_main_sec form .hs-how_did_you_hear_about_us select {
  width: 100% !important;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox label {
  cursor: pointer;
}

/*------*/
.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox {
  margin: 0;
  margin-top: 1px;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label {
  padding-left: 18px;
  position: relative;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label input {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  height: 18px;
  width: 18px;
  cursor: pointer;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label > span {
  font-size: 16px;
  color: #212121;
  margin-left: 14px !important;
  line-height: 1;
  vertical-align: unset;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label p {
  display: inline;
  margin: 0 !important;
  color: inherit;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: '';
  border: 1px solid #212121;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label ._2v4A7 svg, 
.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 svg {
  fill: rgb(14,165,138);
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: -1px;
}


.cont_main_sec form .hs-fieldtype-booleancheckbox span.hs-form-required {
  color: inherit;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label ._2v4A7, 
.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  opacity: 0;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li  > label input:checked + ._2v4A7 ,
.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label input:checked + ._2v4A7 {
  opacity: 1;
}

.cont_main_sec form .legal-consent-container > div {
  margin-bottom: 25px;
}

.cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label  a {
  color: #212121;
  text-decoration: underline;
}

.cont_main_sec form input.hs-button {
  margin-top: 12px;
  min-width: 135px;
  font-size: 18px;
  padding: 12px 24px;
  margin-bottom: 0;
}

.cont_main_sec form .legal-consent-container>div:not(:last-child) {
  margin-bottom: 27px;
}

.cont_main_sec form.hs-form select {
  -webkit-apperance: none;
  appearance: none;
  color: rgb(33,33,33);
  padding-right: 38px;
}

.cont_main_sec form ::placeholder {
  color: rgb(160,160,159);
}

.cont_main_sec form .hs-fieldtype-select .input {
  position: relative;
}

.cont_main_sec form .hs-fieldtype-select ._3wJcy {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  height: inherit;
  display: flex;
  align-items: center;
}

.cont_main_sec form .hs-fieldtype-select ._3wJcy ._2LH9s {
  width: 12px;
}

.cont_main_sec form .hs-fieldtype-select ._3wJcy ._2LH9s svg {
  height: 100%;
  fill: rgb(33 33 33 / 50%);
}


.cont_main_sec form fieldset .field.hs_iagree_check {
  margin-bottom: 27px;
}

.cont_main_sec form .hs_iagree_check {
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li {
  margin: 0;
  margin-top: 1px;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label {
  padding-left: 18px;
  position: relative;
  cursor: pointer;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: '';
  border: 1px solid #212121;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label input {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  height: 18px;
  width: 18px;
  cursor: pointer;
}


.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label >  span {
  font-size: 16px;
  color: #212121;
  margin-left: 14px !important;
  line-height: 1;
  vertical-align: unset;
  display: block;
}

.cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label  span a {
  color: #212121;
  text-decoration: underline;
}


/*------*/
.refrral_main_sec .referal-terms-wrp .referal-terms-content {
  max-width: 852px;
  margin: 0 auto;
  position: relative;
  left: 6px;
}

.refrral_main_sec .referal-terms-wrp {
  display: flex;
  flex-wrap: wrap;
}

.refrral_main_sec .referal-terms-icons {
  max-width: 852px;
  margin: 0 auto;
}

.refrral_main_sec .referal-terms-icon.icon-2 {
  top: -54px;
  left: 36.5%;
  width: 79px;
}

.refrral_main_sec .referal-terms-icon.icon-3 {
  width: 104px;
  left: 58.9%;
  top: 38px;
}

.refrral_main_sec .referal-terms-title {
  padding-left: 46px;
  padding-top: 1px;
  margin-bottom: 31px;
}

.refrral_main_sec .referal-terms-content h3,
.refrral_main_sec .referal-terms-content h4 {
  line-height: normal;
  font-size: 22px;
  margin-bottom: 26px;
  font-weight: 400;
}

.refrral_main_sec .referal-terms-content h4 {
  margin-top: 54px;
  font-size: 24px;
  margin-bottom: 33px;
}

.refrral_main_sec .referal-terms-content p {
  line-height: normal;
}

.refrral_main_sec .referal-terms-content p a {
  color: #333;
  text-decoration: underline;
}

/*----------*/
.refrral_main_sec .free-trial-form {
  padding-right: 0;
  padding-left: 4px;
}

.refrral_main_sec .free-trial-form .form_section_inner h3 {
  color: #000;
  font-size: 24px;
  margin-bottom: 39px;
}

.refrral_main_sec .free-trial-form form fieldset {
  padding: 0 81px 0 69px;
}

.refrral_main_sec .free-trial-form form fieldset .field {
  width: 100%;
}

.refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field {
  padding-left: 0;
  width: 50%;
}

.refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field:first-child {
  max-width: 331px;
  padding-right: 0;
  width: 100%;
}

.refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field + .field {
  max-width: 295px;
  margin-left: auto;
  width: 100%;
  padding-right: 0 !important;
}

.refrral_main_sec .free-trial-form form fieldset.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
}

.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form input[type="tel"],
.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form input[type="text"],
.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form input[type="email"],
.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form select {
  padding-left: 15px;
  font-size: 15px;
  min-height: 55px;
}

.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs-form-field {
  margin-bottom: 22px;
}

.refrral_main_sec .free-trial-form form fieldset .field:first-child .input .hs-input {
  font-size: 16px;
}

.refrral_main_sec .free-trial-form form fieldset.form-columns-1 .input input {
  width: 100% !important;
}

.refrral_main_sec .free-trial-form form fieldset.form-columns-1 .input {
  margin-right: 0;
}

.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .actions {
  padding: 0;
  padding-left: 7px;
}

.refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .actions input.hs-button {
  min-height: 49px;
  padding: 12px 11px;
  min-width: unset;
  max-width: 201px;
}

.refrral_main_sec .free-trial-form form .hs_error_rollup {
  padding: 0 81px 0 69px;
}
.refrral_main_sec .referal-terms-wrp .referal-terms-content h3 {
  font-size: 22px;
  margin-bottom: 26px;
  line-height: normal;
}

.refrral_main_sec .referal-terms-wrp .referal-terms-title {
  margin: 42px 0px 31px 6px;
}


.refrral_main_sec .referal-terms-wrp .referal-terms-icon.icon-2 {
  top: -53px;
  left: 311px;
  width: 79px;
}

.refrral_main_sec .referal-terms-wrp .referal-terms-icon.icon-3 {
  left: 502px;
  top: 38px;
}

/*------- homepage---------*/
.hm_main_sec .testimon_wrap .item .box {
  min-height: 201px;
  margin: 0px 0px 6px 0;
}

.hm_main_sec .testimon_wrap .item .box .container {
  min-height: 201px;
}

.hm_main_sec .testimon_wrap .item .box .top_icon span {
  width: 45px;
  height: 40px;
  left: 2px;
}

.hm_main_sec .testimon_wrap .item .box .top_icon {
  margin: 10px 0px 16px 0;
}

.hm_main_sec .testimon_wrap .item .box .bottom_icon {
  top: -3px;
  width: 44px;
  height: 40px;
  left: 6px;
  margin-bottom: 1px;
}

.hm_main_sec .testimon_wrap .item .box .bottom_icon span {
  width: 44px;
  height: 40px;
}

.hm_main_sec .testimon_wrap .item .box .quote {
  left: 3px;
}

.hm_top_area .clients-logo-wrp {
  padding: 38px 0 30px;
}

.hm_top_area .twColimg_wrap {
  float: none;
}

.hm_top_area .twColimg_wrap .flex_row {
  float: none;
  display: flex;
  margin-left: 0;
  flex-wrap: wrap;
}

.hm_top_area .twColimg_wrap .content_col.content_large .text {
  padding-left: 0;
}

.hm_top_area .twColimg_wrap .content_col.content_large .title {
  padding-left: 0;
  margin-left: -2px;
  padding-bottom: 28px;
}

.hm_top_area .twColimg_wrap .content_col .text {
  margin-left: -11px;
  padding-right: 50px;
}

.hm_top_area .twColimg_wrap .content_col.content_large .text ul {
  margin-bottom: 15px;
}

.hm_top_area .twColimg_wrap .content_col .text h2 {
  font-size: 24px;
  padding-right: 23px;
}

.hm_top_area .twColimg_wrap .btn_wrap.added_1 {
  padding: 0;
  margin-left: -14px;
}

.hm_top_area .twColimg_wrap .btn_wrap.added_1 .button.request_demo.white_btn {
  max-width: 400px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hm_top_area .twColimg_wrap .btn_wrap.added_1 .button.request_demo.white_btn:hover {
  border-color: #0ea58a;
}

.hm_top_area .twColimg_wrap .btn_wrap.added_1 .btn_item {
  max-width: 400px;
}

.hm_top_area .twColimg_wrap .bott_text {
  margin-left: -2px;
  margin-top: 18px;
}

.hm_main_sec .testimon_wrap .title_wrap {
  margin-bottom: 28px;
}

.hm_main_sec .fw_bg {
  border-top: 1px solid #000;
}

/*------------------*/
.equal-main-content p {
  font-size: 16px;
  color: #67747c;
  text-align: justify;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  color: #324158;
}

.equal-main-content h6 {
  font-size: 16px;
  text-align: justify;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  color: #0EA58A;
  font-weight: bold;
}

.equal-main-content .hs_cos_wrapper_type_rich_text {
  margin-left: -2px;
  display: block;
}

.equal-main-content .hs_cos_wrapper_type_rich_text p {
}

.equal-main-content p span {
  font-weight: bold;
}

/*-------*/
.speaktoexpert_page .clients-logo-wrp {
  padding: 39px 0 47px;
}

.speaktoexpert_page .clients-logo-wrp .sec_title {
  max-width: 980px;
  margin: 0 auto;
}

.speaktoexpert_page .clients-logo-wrp .sec_title h3 {
  margin-bottom: 34px;
}

.speaktoexpert_page .free-trial-form {
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 0;
}

.speaktoexpert_page .free-trial-form .form_section_inner h3 {
  margin-bottom: 44px;
}

.speaktoexpert_page .free-trial-form .hs_cos_wrapper_type_form .hs-form-field {
  margin-bottom: 22px;
}

select + ._3wJcy {
  pointer-events: none;
}

.speaktoexpert_page .free-trial-form .actions input.hs-button {
  margin-top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 247px;
}

.speaktoexpert_page .free-trial-form .actions {
  padding-left: 13px;
}

/*------ media queries --------*/
@media (max-width: 1400px) {
  .feat_page .twColimg_wrap .page-center {
    left: 0;
  }
}

@media(max-width: 1380px) and (min-width:768px) {
  .refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field:first-child,
  .refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field + .field {
    max-width: unset;
    width: 50%;
  }

  .refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field:first-child {
    padding-right: 15px;
  }

  .refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field + .field {
    padding-left: 15px;
  }
}

@media(max-width: 1280px) {
  .feat_page .twColimg_wrap .img_wrap {
    right: 0;
  }

  .feat_page .twColimg_wrap.content_medium_wrap .img_wrap {
    max-width: 100%;
  }
}

@media(max-width: 991px) and (min-width:768px) {
  .ab_bott_sec form fieldset.form-columns-2 {
    width: calc(100% - 230px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ab_bott_sec form fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 15px);
    max-width: 100%;
    margin-left: 0;
  }

  .ab_bott_sec form fieldset.form-columns-2 .hs-form-field + .hs-form-field {
    margin-left: 0;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-icon.icon-3 {
    left: 53.6vw;
  }

}

@media (max-width: 900px) and (min-width: 768px) {
  .hm_top_area .twColimg_wrap .content_col .text,
  .hm_top_area .twColimg_wrap .btn_wrap.added_1,.hm_top_area .twColimg_wrap .content_col.content_large .title {
    margin-left: 0;
  }
}

@media(min-width: 1024px) {
  .twColimg_wrap .content_col.content_large + .img_wrap {
    padding-left: 12px;
  }

}

@media(min-width: 768px) {
  .maps_page .team_wrapper .team_item img {
    max-width: 140px;
  }

  .speaktoexpert_page .free-trial-form .hs-form fieldset.form-columns-2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .speaktoexpert_page .free-trial-form .hs-form fieldset.form-columns-2>.hs-form-field:last-child {
    width: 48.2958%;
  }

  .speaktoexpert_page .free-trial-form .hs-form fieldset .hs_position,
  .speaktoexpert_page .free-trial-form .hs-form fieldset .hs_select_industry,
  .speaktoexpert_page .free-trial-form .hs_cos_wrapper_type_form .hs_lastname.hs-form-field,
  .speaktoexpert_page .free-trial-form .hs_cos_wrapper_type_form .hs_firstname.hs-form-field {
    margin-bottom: 19px;
  }

  .hm_top_area .twColimg_wrap .img_wrap {
    left: -7%;
    position: relative;
  }

  .hm_top_area .twColimg_wrap .img_wrap a.popup-play-btn {
    left: 9px;
    width: 99px;
    height: auto;
    margin-top: -3px;
  }

  .hm_top_area .twColimg_wrap .img_wrap a.popup-play-btn img {
    width: 100%;
  }

  .architects-btm-cont .button.refer_btn.white_btn {
    -webkit-box-shadow: 0.57px 2.94px 4px 0px rgb(0 0 0 / 60%);
    box-shadow: 0.57px 2.94px 4px 0px rgb(0 0 0 / 60%);
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 6px;
  }

}

@media(max-width: 767px) {

  .testimon_wrap .item .box .bottom_icon span,
  .testimon_wrap .item .box .top_icon span {
    background-size: 41px;
  }

  .button_wrap a.cta_button {
    width: 100%;
  }

  .ab_bott_sec .team_wrapper .title {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ab_bott_sec .team_wrapper .team_item .image {
    margin: 6px 0px 4px 0;
  }

  .ab_bott_sec .team_wrapper .team_item .role {
    margin-bottom: 15px;
  }

  .button.join_cta {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    min-width: 190px;
  }

  .button.request_demo.white_btn,
  .button.request_demo.white_btn:hover {
    width: calc(100% - 1px);
    left: 0;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    background-color: #fff;
    color: #0ea58a;
    border-color: #fff;
  }

  .ab_bott_sec .widget-type-rich_text h1 {
    margin-bottom: 12px;
  }

  .ab_bott_sec .hs_cos_wrapper_type_form {
    left: 0;
  }

  .ab_bott_sec .hs_cos_wrapper_type_form form {
    width: 100%;
    padding: 0 15px;
  }

  .ab_bott_sec form fieldset.form-columns-2 .hs-form-field + .hs-form-field {
    margin-left: 0;
  }

  .ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input input {
    width: 100% !important;
  }

  .ab_bott_sec form fieldset.form-columns-2 .hs-form-field {
    margin-bottom: 21px;
    margin-top: 0;
    width: 100% !important;
    float: none !important;
    max-width: 100%;
  }

  .ab_bott_sec form fieldset.form-columns-2 {
    width: 100%;
    margin-top: 12px;
  }

  .ab_bott_sec form .hs_submit.hs-submit {
    margin: 0;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }

  .ab_bott_sec .hs_cos_wrapper_type_form form input.hs-button.primary {
    margin: 0;
    width: 100%;
    padding: 13px 24px 14px 23px;
    font-size: 16px;
    margin-bottom: 18px;
  }

  .ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox {
    margin-top: 0;
  }

  .ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label:before,
  .ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 {
    top: 50%;
    transform: translateY(-50%);
  }

  .ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 {
    margin-top: 0;
  }

  .ab_bott_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 svg {
    margin-top: 0;
  }

  .mp_main_sec .hs_cos_wrapper_type_rich_text h2 {
    font-size: 20px;
  }

  .mp_main_sec .team_wrapper .team_item .image {
    margin: 20px 0px 10px 0;
  }

  .mp_main_sec .team_wrapper .team_item .name {
    margin: 0px 0px 20px 0;
  }

  .mp_main_sec .hs_cos_wrapper_type_rich_text h3 {
    font-size: 15px;
  }

  .feat_page .twColimg_wrap.content_medium_wrap .img_wrap,
  .feat_page .twColimg_wrap .content_col.content_medium,
  .feat_page .twColimg_wrap .content_col,
  .feat_page .twColimg_wrap .img_wrap {
    width: 100%;
    max-width: 100%;
  }

  .feat_page .twColimg_wrap .content_col {
    padding: 0;
  }

  .feat_page .twColimg_wrap .content_col .text p {
    margin-bottom: 11px;
    line-height: 1.5em;
  }

  .feat_page .twColimg_wrap .btn_wrap .btn_item .button {
    font-size: 16.889px;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feat_page .twColimg_wrap .img_wrap {
    padding: 0 3px;
  }

  .cta_button.button.request_white-shdw {
    min-width: unset;
    max-width: 288px;
    width: 100%;
    font-size: 16.889px;
    height: 48px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
  }

  .cta_button.button.request_white-shdw:hover,
  .cta_button.button.request_white-shdw {
    background: #fff;
    color: #212121;
    box-shadow: 0.57px 2.94px 4px 0px rgba(0,0,0,0.6);
    border-color: #fff;
  }

  .cont_main_sec form fieldset.form-columns-2 .field {
    margin-right: 0;
  }

  .cont_main_sec form.hs-form input[type=text],
  .cont_main_sec form.hs-form input[type=email],
  .cont_main_sec form.hs-form input[type=password],
  .cont_main_sec form.hs-form input[type=tel],
  .cont_main_sec form.hs-form input[type=number],
  .cont_main_sec form.hs-form input[type=file],
  .cont_main_sec form.hs-form select,
  .cont_main_sec form.hs-form textarea {
    width: 100% !important;
    height: 34px;
  }

  .cont_main_sec form.hs-form textarea {
    height: 48px;
  }

  .cont_main_sec form fieldset .field {
    margin-bottom: 20px;
  }

  .cont_main_sec form {
    margin: 0;
  }

  .cont_main_sec form fieldset .input {
    margin: 0 !important;
  }

  .cont_main_sec form .hs-how_did_you_hear_about_us {
    margin-right: 0;
  }

  .cont_main_sec form .hs_phone.field,.cont_main_sec form .hs_phone.field+.field {
    margin-bottom: 10px;
  }

  .cont_main_sec form fieldset.form-columns-2 .field {
    margin-right: 0;
    width: 100% !important;
    float: none;
  }

  .cont_main_sec form .hs_phone.field,
  .cont_main_sec form .hs_phone.field+.field {
    margin-bottom: 20px;
  }

  .cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label > span,
  .cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label > span {
    font-size: 15px;
    margin-left: 13px !important;
  }

  .cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label:before,
  .cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label ._2v4A7 {
    top: 50%;
    transform: translateY(-50%);
  }

  .cont_main_sec form .hs-fieldtype-booleancheckbox .input ul.inputs-list li > label ._2v4A7 svg {
    margin-top: 0;
  }

  .cont_main_sec form fieldset .field.hs_keep_update {
    margin-bottom: 23px;
  }


  .cont_main_sec form .actions {
    text-align: center;
  }

  .cont_main_sec form input.hs-button {
    max-width: 240px;
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7,
  .cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label:before {
    top: 50%;
    transform: translateY(-50%);
  }

  .cont_main_sec form .legal-consent-container li.hs-form-booleancheckbox > label ._2v4A7 svg {
    margin-top: 0;
  }

  /*----------*/

  .refrral_main_sec .referal-terms-wrp .referal-terms-icons {
    max-width: 80%;
    margin: 0 auto;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-icons {
    text-align: left;
    margin: 0;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-icon.icon-1 {
    left: 41px;
    top: 15px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-icon.icon-2 {
    top: 1.5px;
    left: 32.5%;
    width: 31px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-icon.icon-3 {
    width: 38px;
    left: 45.9%;
    top: 15px;
    height: 33px;
  }

  .refrral_main_sec .referal-terms-title {
    padding-left: 0;
    font-size: 19px;
    padding-top: 0;
    margin: 28px 0px 10px 0;
  }

  .refrral_main_sec .referal-terms-title h1 {
    font-size: 19px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-content {
    margin-left: -6px;
  }

  .refrral_main_sec .referal-terms-content h3,
  .refrral_main_sec .referal-terms-content h4 {
    font-size: 16px;
    margin-bottom: 19px;
  }

  .refrral_main_sec .referal-terms-content h3 {
    margin-bottom: 19px;
  }

  .refrral_main_sec .referal-terms-content h4 {
    margin-top: 5px;
  }

  .refrral_main_sec .referal-terms-content h3:nth-child(2) {
    margin-bottom: 4px;
  }

  .refrral_main_sec .referal-terms-content h4 {
    margin-bottom: 21px;
  }

  .refrral_main_sec .referal-terms-content p {
    font-size: 15px;
  }

  .refrral_main_sec .free-trial-form .content-wrapper {
    padding: 0px 6px;
  }

  .refrral_main_sec .free-trial-form .form_section_inner {
    padding: 10px 14px 35px 14px;
  }

  .refrral_main_sec .free-trial-form .form_section_inner h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .refrral_main_sec .free-trial-form form fieldset {
    padding: 0;
  }

  .refrral_main_sec .free-trial-form .input input {
    width: 100% !important;
    min-height: 33px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form input[type="tel"],
  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form input[type="text"],
  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form input[type="email"],
  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form select {
    min-height: 33px;
    font-size: 16px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs-form-field {
    margin-bottom: 10px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .actions {
    padding: 0;
    text-align: center;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .actions input.hs-button {
    min-height: 33px;
    max-width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    font-size: 18px;
  }

  .refrral_main_sec .free-trial-form .form_section_inner {
    padding: 10px 14px 38px 14px !important;
  }

  .refrral_main_sec .free-trial-form form .hs_error_rollup {
    padding: 0;
  }

  .refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field:first-child,
  .refrral_main_sec .free-trial-form form fieldset.form-columns-2 .field + .field {
    width: 100%;
    max-width: 100%;
  }

  .refrral_main_sec .free-trial-form {
    padding: 0 4px;
  }

  .cont_main_sec form .legal-consent-container>div:not(:last-child) {
    margin-bottom: 21px;
  }

  .cont_main_sec form fieldset .field.hs-how_did_you_hear_about_us {
    margin-bottom: 26px;
  }

  .cont_main_sec form .legal-consent-container > div {
    margin-bottom: 22px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-icons {
    text-align: left;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs_lastname {
    margin-bottom: 9px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs_email {
    margin-bottom: 12px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs_phone {
    margin-bottom: 13px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs_company {
    margin-bottom: 12px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs_referee_full_name {
    margin-bottom: 13px;
  }

  .refrral_main_sec .free-trial-form .hs_cos_wrapper_type_form .hs_referee_email_address {
    margin-bottom: 17px;
  }

  /*-----------*/
  .hm_top_area .twColimg_wrap .content_col.content_large .title {
    margin-left: 1px;
    padding-bottom: 15px;
  }

  .hm_top_area .twColimg_wrap .content_col.content_large .title h1.size_large {
    font-size: 24px;
  }

  .hm_top_area .twColimg_wrap .content_col .text {
    margin-left: 1px;
  }

  .hm_top_area .twColimg_wrap .content_col .text h2 {
    font-size: 14px;
    line-height: normal;
    padding-right: 0;
  }

  .hm_top_area .twColimg_wrap .content_col.content_large .text ul {
    margin-bottom: 14px;
    margin-left: 8px;
  }

  .hm_top_area .twColimg_wrap .btn_wrap.added_1 {
    margin-left: 0;
  }

  .hm_top_area .twColimg_wrap .content_col.content_large .text {
    padding-right: 0;
  }

  .hm_top_area .twColimg_wrap .btn_wrap.added_1 .button.request_demo.white_btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hm_top_area .twColimg_wrap .bott_text {
    margin-left: 0;
    margin-top: 9px;
  }

  .hm_top_area .twColimg_wrap .img_wrap {
    padding: 0 16px;
  }

  .hm_top_area .twColimg_wrap .img_wrap {
    padding: 0 16px;
  }

  .hm_top_area .clients-logo-wrp .content-wrapper {
    padding: 0 10px;
  }

  .hm_main_sec .testimon_wrap .title_wrap {
    margin-bottom: 18px;
  }

  .hm_main_sec .testimon_wrap .item {
    max-width: 280px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
  }

  .hm_main_sec .testimon_wrap .item .inner {
    max-width: 280px;
    width: 100%;
  }

  .hm_main_sec .testimon_wrap .item .box {
    min-height: unset;
    margin: 0px 0px 24px 0;
  }

  .hm_main_sec .testimon_wrap .item .box .container {
    width: 100%;
    min-height: unset;
  }

  .hm_main_sec .testimon_wrap .item .box .top_icon {
    margin: 14px 0px -14px 0;
    position: relative;
    top: -1px;
  }

  .hm_main_sec .testimon_wrap .item .box .top_icon span {
    width: 30px;
    height: 29px;
    left: 1px;
  }

  .hm_main_sec .testimon_wrap .item .box .top_icon span,
  .hm_main_sec .testimon_wrap .item .box .bottom_icon span {
    background-size: 30px;
  }

  .hm_main_sec .testimon_wrap .item .box .quote {
    left: 0px;
    margin: 0px 0px 0px 0;
  }

  .hm_main_sec .testimon_wrap .item .box .bottom_icon {
    width: 30px;
    height: 29px;
    left: -4px;
    margin-bottom: 6px;
    top: -10px;
  }

  .hm_main_sec .testimon_wrap .item .box .bottom_icon span {
    width: 30px;
    height: 29px;
  }

  .hm_main_sec .testimon_wrap .item .author_box p {
    font-size: 17px;
  }

  .hm_main_sec .testimon_wrap .item .box .quote .inner {
    max-width: 250px;
  }

  .speaktoexpert_page .clients-logo-wrp .sec_title h3 {
    margin-bottom: 0px;
  }

  .speaktoexpert_page .clients-logo-wrp {
    padding: 39px 0 8px;
  }

  .hm_top_area .clients-logo-wrp {
    padding: 9px 0 30px;
    padding: 9px 0 0;
  }

  .hm_top_area .logo_item.logo_item_1 {
    max-width: 70px;
  }

  .hm_top_area .logo_item.logo_item_2 {
    max-width: 60px;
  }

  .hm_top_area .logo_item.logo_item_3 {
    max-width: 78px;
  }

  .hm_top_area .logo_item.logo_item_4 {
    max-width: 78px;
  }

  .hm_top_area .logo_item.logo_item_5 {
    max-width: 59px;
  }

  .hm_top_area .logo_item.logo_item_7 {
    max-width: 71px;
  }

  .hm_top_area .logo_item.logo_item_6 {
    max-width: 110px;
  }

  .twColimg_wrap.content_large_wrap .button {
    min-height: unset;
  }

  .cm-architects-page .clients-logo-wrp .author_quote .quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-architects-page .clients-logo-wrp .author_quote .quote_author {
    padding-right: 41px;
  }

  .speaktoexpert_page .free-trial-form .form_section_inner {
    box-shadow: none;
  }

  .speaktoexpert_page .free-trial-form .form_section_inner h3 {
    margin-bottom: 20px;
  }

  .speaktoexpert_page .free-trial-form .content-wrapper .form_section_inner {
    padding: 10px;
  }

  .speaktoexpert_page .free-trial-form .hs_cos_wrapper_type_form .hs-form-field {
    margin-bottom: 15px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-title {
    margin: 28px 0px 10px 0;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-title h1 {
    font-size: 19px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-content h3 {
    font-size: 16px;
    margin-bottom: 19px;
  }

  .refrral_main_sec .referal-terms-wrp .referal-terms-content h3:last-of-type {
    margin-bottom: 5px;
  }


  /*----767 ends ----*/
}

@media(max-width:767px) and (min-width:599px){
  .refrral_main_sec .referal-terms-wrp .referal-terms-icons {
    max-width: 80%;
    margin: 0px auto !important;
  }
}

@media(max-width:600px){
  .refrral_main_sec .referal-terms-wrp .referal-terms-icons {
    max-width: 100%;
    margin: 0 auto;
  } 
}


/*============= ukes=================*/


.spread-tp-cont .form-title {
  color: #000000;
  line-height: normal;
  letter-spacing: normal;
  padding: 0;
  margin: 0;
  padding-left: 7px;
  font-size: 24px;
  margin-bottom: -2px;
}

.spread-tp-cont form > div {
  max-width: 324px;
  display: inline-block;
  width: 100%;
  margin: 18px 0px 21px 0;
  vertical-align: text-top;
}

.spread-tp-cont form {
  position: relative;
}

.spread-tp-cont form .hs_error_rollup {
  position: absolute;
  bottom: -30px;
  width: 100%;
  left: 0;
}

.spread-tp-cont form > div.hs_submit {
  max-width: 116px;
  margin: 0;
}

.spread-tp-cont form .hs-form-field > label {
  display: none;
}

.spread-tp-cont form input {
  padding: 3px 3px 3px 24px;
  line-height: normal;
  min-height: 45px;
  border-color: #abb8c5 !important;
  width: 100%;
}

.spread-tp-cont form input::-webkit-input-placeholder {
  color: rgba(182,193,205,1);
}

.free-trial-form .hs_cos_wrapper_type_form input[type="tel"]::-moz-placeholder,
.free-trial-form .hs_cos_wrapper_type_form input[type="text"]::-moz-placeholder,
.free-trial-form .hs_cos_wrapper_type_form input[type="email"]::-moz-placeholder,
.free-trial-form .hs_cos_wrapper_type_form select::-moz-placeholder,
.ab_bott_sec form fieldset.form-columns-2 .hs-form-field .input input::-moz-placeholder,
.spread-tp-cont form input::-moz-placeholder {
  color: rgba(182,193,205,1);
}

::-webkit-input-placeholder {
  color: rgba(182,193,205,1);
}

::-moz-input-placeholder {
  color: rgba(182,193,205,1);
}

::-ms-input-placeholder {
  color: rgba(182,193,205,1);
}

@-moz-document url-prefix() {
  .free-trial-form .hs_cos_wrapper_type_form select {
    padding-right: 53px;
    line-height: 42px;
  }
}
.spread-tp-cont form input:-ms-input-placeholder {
  color: rgba(182,193,205,1);
}

.spread-tp-cont form input::-ms-input-placeholder {
  color: rgba(182,193,205,1);
}

.spread-tp-cont form input::placeholder {
  color: rgba(182,193,205,1);
}

.spread-tp-cont .hs_cos_wrapper_type_form {
  padding: 13px 29px 14px;
  display: block;
  width: 100%;
  margin-bottom: 31px;
}

.spread-tp-cont form > div.hs_firstname {
  margin-right: 45px;
}

.spread-tp-cont form > div.hs_email {
  margin-right: 35px;
}

.spread-tp-cont form input.hs-button {
  font-size: 18px;
  padding: 0;
}

.spread-tp-cont .hs_cos_wrapper_type_rich_text h6 a {
  text-decoration: underline;
  color: #212121;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
}

.spread-tp-cont .hs_cos_wrapper_type_rich_text h4 {
  text-align: center;
  color: #0EA58A;
  font-weight: normal;
  letter-spacing: normal;
  font-size: 21px;
  margin: 0;
  padding-right: 7px;
}

.spread-tp-cont .hs_cos_wrapper_type_rich_text h6 {
  margin: 0;
}

.architects-btm-cont .hs_cos_wrapper_type_rich_text h3,
.architects-btm-cont .hs_cos_wrapper_type_rich_text h2 {
  font-size: 31px;
  text-align: center;
  margin: 0 0 13px;
  color: #fff;
  line-height: normal;
  letter-spacing: normal;
}

.architects-btm-cont .hs_cos_wrapper_type_rich_text h3 {
  font-size: 32px;
}

.architects-btm-cont .hs_cos_wrapper_type_rich_text {
  text-align: center;
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
}

.architects-btm-cont .hs_cos_wrapper_type_rich_text p {
  color: #fff;
  margin-bottom: 24px;
  padding-right: 11px;
}

.button_wrap.ali_centeradShadw a {
  -webkit-box-shadow: 0.57px 2.94px 4px 0px rgba(0,0,0,0.6);
  box-shadow: 0.57px 2.94px 4px 0px rgba(0,0,0,0.6);
  border: none;
}

.button_wrap.ali_centeradShadw {
  text-align: center;
  margin-bottom: 50px;
  padding-right: 5px;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 8px;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text ul > li {
  display: inline-block;
  width: 33%;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text ul > li h4 {
  color: #0EA58A;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin: 0;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text ul li:nth-child(2) {
  padding-left: 20px;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text ul li:nth-child(3) {
  padding-left: 0;
  margin-left: -17px;
}

.architects-mid-cont .hs_cos_wrapper_type_header h1 {
  text-align: center;
  color: #000000;
  font-size: 32px;
  margin: 33px 0 21px;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text p {
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #212121;
}

.architects-mid-cont .hs_cos_wrapper_type_rich_text {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.equal-main-content p strong {
  font-weight: bold;
}

.spread-tp-cont form input.hs-button:hover {
  border-color: #0ea58a !important;
}

.spread-tp-cont form input:focus,
.spread-tp-cont form input:hover {
  border-color: #c6e2f7 !important;
}

.spread-tp-cont form input:focus {
  border-color: #00a6ff !important;
}

.spread-tp-cont form .hs-input.invalid.error {
  border: 1px solid #ff4040 !important;
}

/*  */
.cm-architects-page .twColimg_wrap .content_col.content_large .text ul li p {
  font-size: 24px;
}

.cm-architects-page .twColimg_wrap .content_col.content_large .title {
  padding-bottom: 29px;
}

.cm-architects-page .twColimg_wrap .content_col.content_large {
  padding-right: 65px;
}

.cm-architects-page .twColimg_wrap a.popup-play-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cm-architects-page .clients-logo-wrp {
  padding-top: 46px;
  padding-bottom: 37px;
}

.cm-architects-page .clients-logo-wrp .sec_title h3 {
  margin-bottom: 23px;
}

.cm-architects-page .clients-logo-wrp .author_quote {
  max-width: 86.9%;
  padding-top: 26px;
}

.cm-architects-page .clients-logo-wrp .author_quote .quote {
  max-width: 100%;
}

.cm-architects-page .free-trial-form.form_wit_subtitle {
  padding-right: 18px;
  padding-left: 0;
}

.cm-architects-page .free-trial-form.form_wit_subtitle .form_section_inner h3 {
  margin-bottom: 3px;
  padding-right: 12px;
}

.cm-architects-page .free-trial-form.form_wit_subtitle .form_section_inner h5 {
  margin-bottom: 13px;
  padding-right: 12px;
}

.free-trial-form.form_wit_subtitle .hs-form fieldset.form-columns-2>.hs-form-field:last-child {
  margin-left: 12px;
  width: 49%;
}

.free-trial-form.form_wit_subtitle .hs_cos_wrapper_type_form .hs-form-field {
  margin-bottom: 17px;
}

.free-trial-form.form_wit_subtitle .hs_cos_wrapper_type_form .hs-form-field.hs-fieldtype-select {
  margin-bottom: 18px;
}

.architects-mid-cont.cm-mid-cnt .hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 39px;
  padding-left: 0;
}

.architects-mid-cont.cm-mid-cnt .hs_cos_wrapper_type_rich_text ul li:nth-child(3) {
  margin-left: 0;
  padding-left: 15px;
}

.cm-architects-page .twColimg_wrap .btn_wrap.added_1 .btn_item .button {
  border: none;
  padding: 14.5px 0;
}

.cm-architects-page .twColimg_wrap .btn_wrap.added_1 .btn_item {
  max-width: 327px;
}

.cm-architects-page .twColimg_wrap .btn_wrap.added_1 .btn_item .button:hover {
  background-color: #197867;
  color: #fff;
}

.cm-architects-page .twColimg_wrap .btn_wrap.added_1 {
  padding-left: 85px;
}


/*-------------*/

@media(min-width:768px){
  .architects-page .free-trial-form .hs_cos_wrapper_type_form .hs-form-field {
    margin-bottom: 17px;
  }

  .architects-page .free-trial-form .hs_cos_wrapper_type_form .hs-form-field.hs_email {
    margin-bottom: 19px;
  }
}



/*-------------*/


@media (max-width: 1280px) {
  .cm-architects-page .free-trial-form.form_wit_subtitle {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 965px) and (min-width:768px) {
  .spread-tp-cont form > div {
    width: 33.333%;
  }
}

@media (max-width: 1024px) and (min-width:768px) {
  .cm-architects-page .twColimg_wrap .content_col.content_large {
    padding-right: 0;
  }

  .cm-architects-page .twColimg_wrap .content_col.content_large .title,
  .cm-architects-page .twColimg_wrap .content_col.content_large .text {
    padding-left: 0;
  }

  .cm-architects-page .architects-mid-cont .hs_cos_wrapper_type_rich_text ul > li {
    vertical-align: middle;
    width: 32%;
  }

  .cm-architects-page .twColimg_wrap .btn_wrap.added_1 {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .cm-architects-page .twColimg_wrap a.popup-play-btn {
    width: 96px;
    height: 96px;
  }

  .cm-architects-page .twColimg_wrap .btn_wrap.added_1 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .equal-main-content h6 {
    font-size: 15px;
  }

  .equal-main-content p {
    font-size: 15px;
  }

  .equal-main-content .hs_cos_wrapper_type_rich_text {
    margin-left: 0;
    display: block;
  }

  /*    */
  .spread-tp-cont .form-title {
    font-size: 20px;
    padding: 0;
    text-align: center;
    padding-bottom: 21px;
  }

  .spread-tp-cont .hs_cos_wrapper_type_form {
    padding: 3px 10px 10px;
  }

  .spread-tp-cont form input {
    min-height: 25px;
  }

  .spread-tp-cont form > div {
    margin-bottom: 4px;
    margin-top: 0;
  }

  .spread-tp-cont form > div.hs_submit {
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
  }

  .spread-tp-cont form input.hs-button {
    max-width: 120px;
    font-size: 16px;
    font-weight: 400;
    min-height: 32px;
  }

  .spread-tp-cont .hs_cos_wrapper_type_rich_text h6 a {
    font-size: 16px;
  }

  .spread-tp-cont .hs_cos_wrapper_type_rich_text h4 {
    font-size: 17px;
    padding: 0;
  }

  /*  */
  .architects-mid-cont .hs_cos_wrapper_type_header h1 {
    margin: 12px 0px 8px 0;
    font-size: 18px;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text p {
    font-size: 15px !important;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text ul > li {
    width: 100%;
    padding: 0;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text ul li:nth-child(2) {
    padding: 0;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text ul li:nth-child(3) {
    margin: 0;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text ul > li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text ul {
    margin-bottom: 0;
  }

  .architects-mid-cont .hs_cos_wrapper_type_rich_text ul li:nth-child(3) h4 {
    margin-bottom: 0;
  }

  .architects-btm-cont .hs_cos_wrapper_type_rich_text h3,
  .architects-btm-cont .hs_cos_wrapper_type_rich_text h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .architects-btm-cont .hs_cos_wrapper_type_rich_text p {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0;
  }


  .architects-btm-cont .button_wrap.ali_center a {
    width: auto;
    font-size: 15px;
    min-width: 160px !important;
    min-height: 36px !important;
    padding-top: 5.5px !important;
    padding-bottom: 5.5px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 0.57px 2.94px 4px 0px rgb(0 0 0 / 60%);
    box-shadow: 0.57px 2.94px 4px 0px rgb(0 0 0 / 60%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /*   .architects-btm-cont .button_wrap.ali_centeradShadw {
  margin-bottom: 20px;
  padding-right: 0;
} */

  /*    */
  .cm-architects-page .twColimg_wrap .content_col.content_large .text ul li p {
    font-size: 16px;
  }

  .cm-architects-page .twColimg_wrap .content_col.content_large {
    padding-left: 28px;
    padding-right: 28px;
  }

  .cm-architects-page .twColimg_wrap .content_col.content_large .title {
    padding-left: 0;
    padding-bottom: 8px;
  }

  .cm-architects-page .twColimg_wrap .content_col.content_large h1.size_large {
    font-size: 23px;
  }

  .cm-architects-page .twColimg_wrap .content_col.content_large .text {
    padding-left: 0;
    margin-left: -1px;
  }

  .cm-architects-page .twColimg_wrap a.popup-play-btn {
    width: 70px;
    height: 71px;
  }

  .cm-architects-page .clients-logo-wrp {
    padding-top: 24px;
    padding-bottom: 7px;
  }

  .cm-architects-page .clients-logo-wrp .sec_title h3 {
    margin-bottom: 24px;
  }

  .cm-architects-page .clients-logo-wrp .logo-area .logo_item {
    width: 18%;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .cm-architects-page .clients-logo-wrp .content-wrapper {
    padding: 0 10px;
  }

  .cm-architects-page .clients-logo-wrp .author_quote {
    max-width: 94%;
  }

  .cm-architects-page .clients-logo-wrp .author_quote .quote {
    margin-right: auto;
    max-width: 87%;
    margin-left: auto;
    padding-top: 0;
  }

  .cm-architects-page .clients-logo-wrp .author_quote .quote_author {
    padding-left: 15px;
  }

  .cm-architects-page .clients-logo-wrp .author_quote .back_icon {
    bottom: 40px;
  }

  .free-trial-form.form_wit_subtitle {
    padding-left: 18px;
  }

  .free-trial-form.form_wit_subtitle .form_section_inner h5 {
    font-size: 16px;
  }

  .free-trial-form.form_wit_subtitle .hs-form fieldset.form-columns-2>.hs-form-field:last-child {
    width: 100%;
    margin-left: 0;
  }

  .free-trial-form.form_wit_subtitle .hs_cos_wrapper_type_form .hs-form-field {
    margin-bottom: 6px;
  }

  .free-trial-form.form_wit_subtitle .hs_cos_wrapper_type_form .hs-form-field.hs-fieldtype-select {
    margin-bottom: 10px;
  }

  .architects-mid-cont.cm-mid-cnt .hs_cos_wrapper_type_rich_text ul {
    margin-bottom: 12px;
  }

  .cm-architects-page .twColimg_wrap .btn_wrap.added_1 .btn_item .button {
    padding: 10.5px 0;
    min-height: auto;
  }

  .cm-architects-page .twColimg_wrap .btn_wrap.added_1 .btn_item {
    max-width: 240px;
  }

  .spread-tp-cont form > div {
    max-width: 100%;
    margin-right: 0;
  }

  .spread-tp-cont form .hs_error_rollup {
    position: static;
  }

}


/*-----------cookies------------*/


body div#hs-eu-cookie-confirmation {
  color: #fff;
  background-color: #000 !important;
  border-color: #fff !important;
  border-width: 0px 0px 1px 0px !important;
  box-shadow: none !important;
  box-shadow: -8px -7px 20px 0 rgb(0 0 0 / 10%) !important;
  padding: 0 20px;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  max-width: 100% !important;
  background: transparent !important;
  color: inherit !important;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 30%;
  position: relative;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: inherit !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  width: 100%;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  width: 30%;
  margin-right: 0;
  margin-left: auto !important;
  height: inherit;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #fff !important;
  border-radius: 0 !important;
  padding: 6px 16px !important;
  margin: 6px;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button:hover,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  opacity: 0.7;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  border-radius: 0 !important;
  padding: 6px 16px !important;
  margin: 6px;
}

@media(max-width: 767px) {
  body div#hs-eu-cookie-confirmation {
    padding: 20px 14px 10px 14px;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 0px !important;
    width: 100%;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    width: 100%;
    position: static;
    display: block;
  }

  body  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
  body  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    width: 100% !important;
    display: block;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    padding: 0px 6px;
    text-align: center;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
    font-family: 'Gilroy';
    src: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Gilroy/Gilroy-Light.woff2) format('woff2'),
        url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Gilroy/Gilroy-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Gilroy/Gilroy-Heavy.woff2) format('woff2'),
        url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Gilroy/Gilroy-Heavy.woff) format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Gilroy/Gilroy-Bold.woff2) format('woff2'),
        url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Gilroy/Gilroy-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Gilroy/Gilroy-Medium.woff2) format('woff2'),
        url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Gilroy/Gilroy-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Gilroy/Gilroy-Regular.woff2) format('woff2'),
        url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/raw_assets/public/Edozo_January_2022/fonts/Gilroy/Gilroy-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

/*@import url("http://18.221.17.130/dottechnologies/edozo/custom-style.css");*/


body{
  font-family: Gilroy !important;
}

html {
  scroll-behavior: smooth;
}

h5, h6 {
	margin: 0 0 5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: Gilroy !important;
}
p, li, a{
    font-family: Gilroy !important;
}
body a, body a:hover, body a:focus, body a:active{
    color: #7e0bc2;
}


p {
	font-family: Gilroy;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #566777;
}



.second-sec-cust {
  z-index: 1;
  position: relative;
}

.footer-bottom {
	display: none;
}

/* header css start from here */


/* .header-wrap {
    position: relative;
}

.header-wrap:before {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 82px;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.2;
}

header.header {
    position: relative;
}

header.header:before {
    width: 55%;
    bottom: 0;
    left: 0;
    position: absolute;
    content:'';
    border-left: solid transparent 54vw;
    border-right: solid transparent 0px;
    border-bottom: solid white 66px;
}
header.header:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 66px;
    bottom: 0;
    right: 0;
    background-color: #fff;
} */
header.header {
    background-color: transparent !important;
}
.header .header__container-outer {
  background: linear-gradient(-90.88deg, #7E0BC2 44.34%, #2818F9 98.12%);
      position: relative;
}
.header__container-outer {
    width: 100%;
    possition: relative;
}

.header .header__container-outer:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.header-slant-sec-desktop {
    background-image: url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Slant_BluePurple.svg");
    width: 50%;
    height: 67px;
    background-repeat: no-repeat;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
}


header.header .header__container {
    min-height: 82px;
    position: relative;
    z-index: 3;
}
header.header .header-logo {
    min-height: 82px;
    padding: 0;
    display: flex;
    align-items: center;
}

header.header .custom-menu-primary {
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 82px;
}
.header__container.clearfix {
  max-width: 1135px;
}

.scroll-header header.header {
    box-shadow: none;
}


.header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding-left: 0;
  padding-right: 0;
}

.header .custom-menu-primary .hs-menu-wrapper > ul > li.speak-to-an-expert > a {
  background-color: #FF8955;
  border: none;
  border-radius: 50px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 19px;
  padding: 13px 20px;
}

.header .custom-menu-primary .hs-menu-wrapper > ul > li.speak-to-an-expert > a:hover {
  background-color: #FFA178;
  color: #ffffff !important;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li.speak-to-an-expert > a:active {
  background-color: #DE571B;
  color: #ffffff !important;
}


.header .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    background-color: #fff;
    box-shadow: 0px 5px 20px rgba(170, 170, 170, 0.4);
    border-radius: 12px;
    padding: 14px 8px;
    min-width: 194px;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    margin-bottom: 0;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li > ul a {
    color: #060048 !important;
    text-align: left;
    font-size: 16px !important;
    padding: 0px 8px;
    font-family: inherit;
    font-weight: 500 !important;
        display: flex;
    align-items: center;
    border-bottom: 0 !important;
        margin-bottom: 4px;
        height: 32px;
}

.header .custom-menu-primary .hs-menu-wrapper > ul > li > ul a:hover {
    background-color: #F2F6F9;
  color: #060048;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li > ul a:active, .header .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active.active-branch a {
    background-color: #D6E1EB;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.login ul.hs-menu-children-wrapper li a:hover {
    background-color: #F2F6F9 !important;
    border: none;
    border-radius: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.login ul.hs-menu-children-wrapper li a:active, .custom-menu-primary .hs-menu-wrapper>ul>li.login ul.hs-menu-children-wrapper li.active.active-branch a {
    background-color: #D6E1EB !important;
}

li.hs-menu-item.login {
    padding-left: 28px !important;
    top: -1px !important;
    padding-right: 28px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
li.hs-menu-item.speak-to-an-expert {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

li.hs-menu-item.login a {

width: 88px !important;

height: 44px;
color: #fff;

border: 1px solid #FFFFFF;

box-sizing: border-box;

border-radius: 23px;

display: flex;

justify-content: center;

line-height: 24px !important;

}

li.hs-menu-item.login a:hover {
    background-color: #fff !important;
    color: #7E0BC2 !important;
}

#back-to-top {
	right: 0;
}
/* .header .custom-menu-primary .hs-menu-wrapper > ul > li > ul a img {
    padding-right: 3px;
    margin-top: -3px;
} */
.header .custom-menu-primary .hs-menu-wrapper > ul > li > ul a span {
  font-size: 16px;
  font-weight: 600;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    top: 140% !important;
    left: 50% !important;
    transform: translateX(-50%);
}
.header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper:before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  bottom: 100%;
  left: calc(50% - 10px);
  width: 10px;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li:hover a, .header .custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch a {
  border-bottom: #fff solid 3px;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
  border-bottom: none;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-left: 28px;
    padding-right: 28px;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li.speak-to-an-expert:hover > a {
  border: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.login ul.hs-menu-children-wrapper li a {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 0px 8px;
    width: 100% !important;
    border: 0;
    hyphens: 32px;
        line-height: 32px !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.login:hover a {
    border-bottom: 1px solid #fff;
}
/* header css end here */

    #widget_1629366692354.twColimg_wrap  .title h1{
      color: #060048;
      font-family: Gilroy;
      font-style: normal;
      font-weight: bold;
      font-size: 54px;
      line-height: 65px;
      margin-bottom: 20px;
    }


.clients-logo-wrp .logo-area .logo_item_inner {
  padding-right: 20px;
}
.clients-logo-wrp .logo-area {
  padding: 0px;
}

#widget_1629366692354.twColimg_wrap .img_wrap.desktop-image {
    left: auto;
    right: 0;
    position: absolute;
}
.hm_top_area .twColimg_wrap .img_wrap a.popup-play-btn img {
    display: none;
}
/*#widget_1629366692354 {
  overflow-x: hidden;
}
*/

.row-fluid-wrapper.row-depth-1.row-number-4.top_area-row-1-force-full-width-section.dnd-section>.row-fluid {
    max-width: 1110px !important;
    margin: 0 auto;
}
.row-fluid-wrapper.row-depth-1.row-number-4.top_area-row-1-force-full-width-section.dnd-section {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(170, 170, 170, 0.4);
  transform: rotate(0deg);
  padding: 10px 0 30px;
}

#hs_cos_wrapper_widget_1629373562742_ p span {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #566777;
}

.logo_item.logo_item_9 > .logo_item_inner {
  padding-right: 0;
}

#widget_1629366692354.twColimg_wrap .flex_row {
  max-width: 1110px;
  margin: auto;
  align-items: center;
}
#hs_cos_wrapper_module_1639044587646 h3 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 34px !important;
  line-height: 42px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #060048 !important;
}
#hs_cos_wrapper_widget_1639044178243_ h3 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 42px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #060048;
}
#hs_cos_wrapper_module_1639044587646 h5 {
  font-family: Gilroy !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #060048 !important;
}



.second-sec-cust.logos-sec h3 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 28px !important;
  line-height: 34px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #566777 !important;
  margin-bottom: 5px;
  margin-top: 30px;
}
.second-sec-cust.logos-sec h4 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  display: flex;
  align-items: center;
  color: #060048;
}

.rti-p {
  margin-left: 20px;
}
.lft-p {
  display: flex;
  align-items: end;
}
#hs_cos_wrapper_widget_1639051700174_ h3 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 34px !important;
  line-height: 42px;
  letter-spacing: 0.02em;
  color: #FFFFFF !important;
}
.cus-counter h4 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 26px;
  color: #00D4FF;
}
.cus-counter p {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
.cus-counter {
  margin-top: 40px;
  max-width: 200px;
}

#widget_1629366692354 .btn_item.white_btn a {
  background: #2818F9 !important;
  border-radius: 23px !important;
  font-family: inherit !important;
  font-size: 16px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-items: center !important;
  height: 44px !important;
  padding: 10px 30px !important;
  font-weight: 500 !important;
  min-height:43px !important;
}
.header-slant-sec svg {
    margin-top: -1px;
    margin-left: -1px;
}

#widget_1629366692354 .btn_item.white_btn a:hover {
    background-color: #5E4FFF !important;
}

#widget_1629366692354 .btn_item.white_btn a:active {
    background-color: #1002D0 !important;
}

#widget_1629366692354 .btn_wrap.added_2 {
  padding-left: 0;
}
#widget_1629366692354 .btn_item.white_btn {
  width: auto;
  max-width: inherit !important;
}
#widget_1629366692354 .btn_item.white_btn #cta_button_20190884_e34490b8-9f24-493a-9e90-d66a6408e349 {
  background-color: #FF8955 !important;
  color: #fff !important;
  box-shadow: none !important;
}
#widget_1629366692354 .btn_item.white_btn #cta_button_20190884_e34490b8-9f24-493a-9e90-d66a6408e349:hover {
    background-color: #FFA178 !important;
}
#widget_1629366692354 .btn_item.white_btn #cta_button_20190884_e34490b8-9f24-493a-9e90-d66a6408e349:active {
    background-color: #DE571B !important;
}
#widget_1629366692354.twColimg_wrap .content_col ul {
  padding-left: 0;
}
#widget_1629366692354.twColimg_wrap .content_col ul li {
  list-style: none;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Edozo%20bullet%20point.svg);
  background-repeat: no-repeat;
  padding: 0px 10px 10px 22px;
  background-position: top 4px left;
}
#widget_1629366692354.twColimg_wrap .content_col .text {
  margin-left: 0;
}
#widget_1629366692354 h3 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  color: #060048 !important;
}


.img-main-sec {
	display: flex;
	margin-top: -20%;
}

.imge-left-sec {
  width: 28%;
  margin-top: 17%;
}
.imge-right-sec {
  width: 72%;
  padding-left:20px;
}
.upr-imgs-sec {
  display: flex;
  align-items: end;
}
.upr-imgs1 {
  width: 100%;
}
.upr-imgs2 {
  width: 100%;
}
.upr-imgs-sec img {
  height: auto;
}
.second-sec-cust.with-blue-bg h3, .second-sec-cust.with-blue-bg p {
  color: #fff;
}
.second-sec-cust h3 {
  font-family: 'Gilroy';
  line-height: 42px;
  font-size: 34px;
  font-weight: bolder;
  color: #060048;
  letter-spacing: 0.02em;
}
.second-sec-cust p {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #566777;
}
.second-sec-cust a.btn {
  background: #2818F9;
  border-radius: 23px;
  display: inline-flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-top: 40px;
      padding-left: 33px;
    padding-right: 33px;
}







.custom-list {
  padding-left: 0;
}
.custom-list li {
  list-style: none;
  background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Edozo%20bullet%20point%20white.svg);
  background-repeat: no-repeat;
  padding: 0px 10px 10px 22px;
  background-position: top 7px left;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 18px;
}
.custom-list {
  margin-top: 50px;
}
.custom-list li span {
  color: #FF8955;
}
.orange-btn {
  background-color: #FF8955 !important;
}
.blue-btn {
  background-color: #00D4FF !important;
  color: #060048 !important;
  margin-left: 20px
}
  .clients-logo-wrp .logo-area .logo_item {
    display: flex;
align-items: center;
}


.second-sec-cust.with-blue-bg {
  padding: 40px 0;
}
/* .row-fluid-wrapper.row-depth-1.row-number-26.dnd-section.dnd_area-row-6-background-color{
	background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/animation_640_kwzz84g7.gif);
	background-repeat: no-repeat;
	background-position: 100%;
	padding: 80px 0;
	position: relative;
  margin-bottom: 90px;
}
 */




.row-fluid-wrapper.row-depth-1.row-number-30.dnd-section.dnd_area-row-7-background-color{
	padding: 0px 0;
  position: relative;
  margin-bottom: 0;
   padding-bottom: 100px;
}



#hs_cos_wrapper_widget_1629366692354 {
  background-image: linear-gradient(to right, #2818F9 , #7E0BC2);
  overflow: hidden;
  margin-top: -1px;
}
/* #widget_1629366692354 {
  transform: skewY(-5deg);
  padding: 50px 0;
}

#widget_1629366692354 .flex_row .content_col.content_large {
  transform: skewY(5deg);
}
#widget_1629366692354 .flex_row .img_wrap.desktop-image {
  transform: skewY(5deg);
} */

/* .row-fluid-wrapper.row-depth-1.row-number-11.dnd-section.dnd_area-row-4-padding {
  margin-top: 50px;
} */
.row-fluid-wrapper.row-depth-1.row-number-26.dnd_area-row-6-padding.dnd-section {
  margin-bottom: 50px;
}
.row-fluid-wrapper.row-depth-1.row-number-10.dnd-section.dnd_area-row-3-padding {
	margin-top: 50px;
}


.lor-imgs-sec {
  padding-top: 20px;
}
.imge-right-sec img {
  border-radius: 14px;
  box-shadow: 0px 5px 20px rgba(170, 170, 170, 0.4);
}



/* customer page css start here */
.second-sec-cust h4 {
	font-size: 24px;
	font-weight: 500;
	color: #060048;
	font-family: 'Gilroy';
	padding: 5px 0;
}
.second-sec-cust.with-blue-bg h4 {
	color: #fff;
}
.cus-left-pro {
	float: left;
	width: 50%;
}
.cus-right-pro {
	float: left;
	width: 50%;
}
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_header h1 {
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 54px;
	line-height: 65px;
	margin-bottom: 20px;
}


div#hs_cos_wrapper_widget_1639466613703 .second-sec-cust.with-blue-bg .list-imgs-single h6 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
}


.second-sec-cust a.blue-btnper.perp {
	background: #7E0BC2;
}


.list-imgs-sec {
  margin: 50px 0;
}
.list-imgs-single {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.list-imgs-single h6 {
  color: #fff;
}
.list-imgs-single img {
  padding-right: 10px;
}

.customer-img-inner {
  display: flex;
  width: 90%;
  margin-left: auto;
}
.customer-img-inner .img-left-sec {
  align-items: end;
  display: flex;
}
.customer-img-main-sec img {
  width: initial;
}
.customer-img-main-sec {
}


.customer-img-main-sec2 .customer-img-inner {
  width: 100%;
}

 .lst-sec-cus {
    padding-bottom: 70px;
}
/* div#hs_cos_wrapper_widget_1639472686016 {
    top: 60px;
    position: relative;
} */
.lst-sec-cus h4 {
	margin-bottom: 0;
}
.lst-sec-cus h4:nth-child(3) {
	font-weight: bold !important;
	padding: 0;
}

.footer-menu .hs-menu-wrapper > ul li a {
	color: #566777;
	font-family: Gilroy;
	font-style: normal;
	font-weight: ;
	font-size: 18px;
	line-height: 26px;
	text-decoration: none;
	text-decoration: none !important;
}

.header-logo img {
	width: 148px !important;
	margin-top: 0px;
}

.main-top-icon-sec {
    display: flex;
    margin-bottom: 20px;
}

.main-inner-icon-sec {
    display: flex;
    align-items: center;
}

.main-inner-icon-sec h3 {
    margin-bottom: 0;
    padding-left: 20px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #060048;
}

.main-inner-icon-sec:last-child {
    padding-left: 90px;
}
/* product page */

.second-sec-cust.products h5 {
    font-size: 34px;
    color: #060048;
    font-family: 'Gilroy';
    font-weight: 700;
}
.second-sec-cust.products p {
    margin-top: 14px;
    margin-bottom: 12px;
}
.second-sec-cust.products .btn-links a.sky-btn {
    color: #fff !important;
}
.second-sec-cust.products .img-sec {
    margin-bottom: 30px;
}
.second-sec-cust.products .btn-links a.btn {
    margin-top: 20px;
}
.second-sec-cust.products .btn-links a.sky-btn {
    background: #00D4FF;
    margin-right: 20px;
}

#hs_cos_wrapper_module_1639649536648 .product-img-main-sec {
  margin-top: -250px;
}
#hs_cos_wrapper_module_1639649536648 .product-img-main-sec .customer-img-inner {
  width: 100%;
  flex-direction: column;
  align-items: end;
}
#hs_cos_wrapper_module_1639649536648 .product-img-main-sec img {
  width:  auto;

}




.row-fluid-wrapper.row-depth-1.row-number-4.top_area-row-1-force-full-width-section.dnd-section>.row-fluid .content-wrapper {
    max-width: 100% !important;
}
.sky-btn {
	background: #00d4ff !important;
	color: #060048 !important;
}


.sky-btn {
  background: #00d4ff !important;
  color: #060048 !important;
}




.second-sec-cust.products {
  padding-bottom: 40px;
}

.product-img-main-sec .customer-img-inner {
	flex-direction: column;
	align-items: end;
	width: 100%;
	margin-bottom: -3px;
}
.pro-lst-sec {
  margin-top: 50px;
}
.pro-lst-sec h5 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.second-sec-cust.with-blue-bg .pro-lst-sec h5 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
}

.product-img-main-sec2 {
width: 95%;
height: 480px;
position: relative;
margin-left: auto;
}
.product-img-main-sec2 .product-img {
  position: absolute;
}
.product-img-main-sec2 .inner1 {
  top: 0;
  right: 33%;
}
.product-img-main-sec2 .inner2 {
  right: 0;
  bottom: 0;
  width: 35%;
}
.product-img-main-sec2 .inner3 {
  bottom: -8px;
  right: 33%;
}

.kirla-mua {
	padding-top: 30px;
}

/* company page css start here */

.company-sec .img-sec {
	margin-top: 20px;
}
.second-sec-cust.company-sec-2 .img-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-inner {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(170, 170, 170, 0.4);
  border-radius: 16px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.grid-inner h5 {
  font-size: 24px;
  font-family: 'Gilroy';
  font-weight: bolder;
  margin-bottom: 0;
}
.grid-inner h4 {
  font-weight: bolder;
  font-size: 30px;
  margin-bottom: 0;
  padding: 0;
}
.grid-inner:before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 1px;
  border-radius: 14px;
}

.edozo-grid-cus .grid-inner1 .grid-inner:before {
  border-color: #00D4FF;
}
.edozo-grid-cus .grid-inner2 .grid-inner::before {
  border-color: #7E0BC2;
}

.edozo-grid-cus .grid-inner3 .grid-inner::before {
  border-color: #FF8955;
}

.top-grid-sec {
  display: flex;
}
.grid-inner-main {
  width: calc(100% / 3);
  padding: 40px;
}

.botm-grid-sec .grid-inner-main {
  width: 100%;
  padding-top: 10px;
}
.botm-grid-sec .grid-inner-main .grid-inner {
  min-height: 106px;
}
.botm-grid-sec .grid-inner-main .grid-inner::before {
  border-color: #060048;
}
.edozo-grid-cus {
  margin-bottom: 50px;
}

.second-sec-cust.company-sec .btn-links .blue-btnper.perp {
  margin-top: 10px;
}

.company-new-sec {
  background: rgba(255, 255, 255, .1);
  border-radius: 16px;
  overflow: hidden;
  min-height: 210px;
}
.company-new-sec h5 {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    margin-bottom: 0;
    padding: 12px 20px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}
.company-new-sec p {
  padding: 10px 20px;
}

.testimo-sec .testimo-img {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 30px !important;
  width: 150px;
  height: 150px;
  margin: auto;
  background-color: #C4C4C4;
  border-radius: 100%;
}
.testimo-sec p {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #060048;
}
.testimo-sec .testimo-name {
  font-style: italic;
}


.hs-content-id-61457193020 #widget_1629366692354 .img_wrap.desktop-image {
    right: 0%;
}
.hs-content-id-61457193020 #widget_1629366692354 {
    position: relative;
}

.hs-content-id-82311208297 #widget_1629366692354 {
    position: relative;
}

#hs_cos_wrapper_module_16399847728313 .second-sec-cust.company-sec .btn-links .blue-btn {
  margin-left: 0;
}

.footer {
  padding-top: 30px;
}
.second-sec-cust.company-sec .orange-btn {
	margin-top: 10px;
}
.second-sec-cust.with-blue-bg.company-sec {
	padding: 30px 0;
}
.testimo-sec p {
	margin-bottom: 5px;
}

.last-left-sec {
  float: left;
  width: 50%;
  padding-top: 50px;
}
.last-right-sec {
  float: right;
}
.second-sec-cust.with-blue-bg.company-sec {
    padding-top: 0px;
}


/* contact us css start here */

.hs-form input, .hs-form select, .hs-form textarea {
  background: #F2F6F9 !important;
  border-radius: 8px !important;
  border: none;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #060048 !important;
  width: 100% !important;
      padding-left: 20px;
    padding-right: 20px;
}

.hs-form .input, .hs-form .input {
  padding: 10px;
}
.hs-form input::placeholder, .hs-form textarea::placeholder{
  color: #060048!important;
  opacity: 1;
}

.hs-form .inputs-list > li input {
  width: auto !important;
}
.hs-form .hs_iagree_check.hs-iagree_check.hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin: 0;
}
.hs-form .hs_keep_update.hs-keep_update.hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin: 0;
}
.hs-form .inputs-list > li {
  margin: 0 !important;
}
.hs-form .hs_keep_update.hs-keep_update.hs-fieldtype-booleancheckbox.field.hs-form-field .input {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hs-form .hs_iagree_check.hs-iagree_check.hs-fieldtype-booleancheckbox.field.hs-form-field .input {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

label.hs-form-booleancheckbox-display {
    display: flex;
}
.hs-form .inputs-list > li input[type="checkbox"] {
    margin-right: 12px;
}

.hs-form .hs_submit.hs-submit .hs-button {
    width: auto !important;
    margin-left: auto;
    display: flex;
    background: #2818F9 !important;
    border-radius: 23px !important;
    color: #fff !important;
    min-width: 150px;
    height: 44px;
    justify-content: center;
    line-height: 18px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    font-family: Gilroy;
}

.hs-form .hs_submit.hs-submit .hs-button:hover {
    background: #5E4FFF !important;
}
.hs-form .hs_submit.hs-submit .hs-button:active {
    background: #1002D0 !important;
}

.hs-form .hs-fieldtype-booleancheckbox span a {
    color: #566777 !important;
}


.hs-fieldtype-select .input {
    position: relative;
}

.hs-form select {-webkit-appearance: none;-moz-appearance: none;appearance: none;}

.hs-fieldtype-select .input::after {
    position: absolute;
    content: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/arrow-dropdown.svg);
    width: 20px;
    height: 20px;
    right: 25px;
    top: 20px;
        pointer-events: none;
}

.form-title {
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 34px;
	line-height: 42px;
	letter-spacing: 0.02em;
	color: #060048 !important;
	padding-left: 10px;
padding-right: 10px;
}
.clients-logo-wrp .content-wrapper {
	padding: 0;
}

.hs-form .inputs-list > li input[type="checkbox"]:checked {
  -webkit-appearance: none;
  background-color: #566777 !important;
}

.hs-form .inputs-list > li input[type="checkbox"] {
  position: relative;
  width: 10px !important;
  height: 10px !important;
  display: inline-block;
  -webkit-appearance: none;
  display: inline-block;
  padding: 10px !important;
  border: solid #566777 2px;
  border-radius: 6px !important;
  background-color: #fff !important;
}
.hs-form .inputs-list > li input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  left: 7px;
  top: 9px;
  background-color: #fff;
  transform: rotate(-47deg);
}
.hs-form .inputs-list > li input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  left: 3px;
  top: 11px;
  background-color: #fff;
  transform: rotate(50deg);
}

.hs-form .hs-error-msgs {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

/* contact us css end here */

/* blog css start here */

/* .hs-blog-listing .header .header__container-outer, .hs-blog-post .header .header__container-outer {
    background: linear-gradient(-89.64deg,#7e0bc2 40.69%,#351ef2 119.89%);
} */



.body-container--blog-index, .body-container--blog-post {
	position: relative;
	padding-top: 50px;
}
/*.body-container--blog-index:before, .body-container--blog-post:before {
	position: absolute;
	content: '';
	width: 100%;
	background: linear-gradient(175deg, rgb(42, 24, 248) 0%, rgb(82, 18, 222) 29.5%, rgba(0,255,252,0) 30%);
	height: 100px;
	top: 0;
	left: 0;
}*/
.blog-index__post-inner-card {
	border-radius: 12px !important;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(170, 170, 170, 0.4);
	border: none;
}

.hs-blog-post a, .hs-blog-post a:focus, .hs-blog-post a:active, .hs-blog-post a:hover {
	color: #7E0BC2;
}

.blog-index__post-inner-card .post-metadata__date.time-ago.prettydate {
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #060048;
}
.blog-index__post-inner-card .post-item-title a {
	font-family: Gilroy;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 35px;
	color: #FF8955 !important;
}
.post-item-description a {
	font-family: Gilroy;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #37316D !important;
}
.more-button ._2OirA svg {
	fill: #37316D;
}
.blog-more-icon-fill ._1ouGa.more-button {
	margin-top: 0;
}
.second-sec-cust.contact p {
	color: #060048;
}
.hs-content-id-61457193020 .row-fluid-wrapper.dnd-section.dnd_area-row-2-background-color.row-depth-1 {
    padding-bottom: 0 !important;
}

.recent-posts-inner h3 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  color: #060048;
}

.recent-posts-inner a {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
  color: #060048;
}

.related-blog-index__post-inner-card {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(170, 170, 170, 0.4);
  border-radius: 12px;
  border: none;
  overflow: hidden !important;
  height: 100%;
}

.blog-related-posts__list .slick-list {
  padding-bottom: 30px !important;
}
.related-posts__title a {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #FF8955;
}
.related-posts__title a:hover {
  color: #060048 !important;
}
.blog-post {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(170, 170, 170, 0.4);
  border-radius: 12px;
  border: none;
  padding: 50px 60px !important;
}
.blog-post-inner {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
.recent-posts-wrapper {
  margin-top: 40px;
}
.post-title #hs_cos_wrapper_name {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 42px;
  color: #FF8955;
}
.post-month-date {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #37316D;
  opacity: 1;
}
.blog-post__body p, .blog-post__body span {
  font-family: Gilroy;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #37316D;
  letter-spacing: 1px;
}
.blog-post__body #viewer-foo {
  margin-bottom: 30px;
}
.blog-post__body h4 strong {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #37316D;
  margin-top: 20px !important;
  display: block;
}

.blog-social-icons svg {
  width: 30px;
}
.related-posts__title {
	margin-bottom: 0;
}
.hs-fieldtype-booleancheckbox span, .hs-form-booleancheckbox-display p {
	color: #566777 !important;
}
.top_sec .hs-form .hs_message .hs-input {
	width: 100%;
}
.legal-consent-container .hs-form-booleancheckbox-display > span, .legal-consent-container .hs-form-booleancheckbox-display > span p {
	margin-left: 0rem !important;
}
/* .post-social-icons {
	display: none;
} */
#back-to-top {
    z-index: 1020;
}

/* buttons hover effects */

#widget_1629366692354 .btn_item.white_btn #cta_button_20190884_e34490b8-9f24-493a-9e90-d66a6408e349:hover{
  background-color: #FFA178;
  color: #ffffff;
}

#widget_1629366692354 .btn_item.white_btn #cta_button_20190884_e34490b8-9f24-493a-9e90-d66a6408e349:active {
  background-color: #DE571B;
    color: #ffffff;
}

#widget_1629366692354 .btn_item.white_btn #cta_button_20190884_e34490b8-9f24-493a-9e90-d66a6408e349:focus, #widget_1629366692354 .btn_item.white_btn a:focus, 
.blue-btnper.perp:focus, .orange-btn:focus{
    color: #ffffff !important;
}



#widget_1629366692354 .btn_item.white_btn a:hover, .second-sec-cust a.btn:hover{
    background-color: #5E4FFF;
    color: #ffffff;
}
#widget_1629366692354 .btn_item.white_btn a:active, .second-sec-cust a.btn:active{
    background-color: #1002D0;
    color: #ffffff;
}
.sky-btn:hover, .blue-btn:hover {
    background-color: #49E0FF !important;
   color: #ffffff;
}

.sky-btn:active, .blue-btn:active {
    background-color: #02A6E1 !important;
    color: #ffffff;
}
.blue-btnper.perp:hover{
  background-color: #A938E2 !important;
    color: #ffffff;
}
.blue-btnper.perp:active{
  background-color: #6C02AB !important;
    color: #ffffff;
}
.orange-btn:hover{
  background-color: #FFA178 !important;
    color: #ffffff;
}
.orange-btn:active {
  background-color: #DE571B !important;
    color: #ffffff;
}

.second-sec-cust.products img {
    margin-top: -9px;
}

.footer {
    padding-bottom: 20px;
}


.hs_cos_wrapper a.button {
    background: #7E0BC2;
    border-radius: 23px;
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    font-family: Gilroy !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-top: 40px;
    padding-left: 33px;
    padding-right: 33px;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 44px;
    min-width: 158px;
}
 .hs_cos_wrapper a.button:hover {
    background: #A938E2;
}
.hs_cos_wrapper a.button:active {
    background: #6C02AB;
}
.hs-form .hs-fieldtype-booleancheckbox span a {
    text-decoration: underline;
}
 #widget_1629366692354.twColimg_wrap .img_wrap.desktop-image img {
   max-width: 864px;
   width: auto;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts li.hs-menu-item.login:hover > .hs-menu-children-wrapper {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.login .child-trigger {
    display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.login ul.hs-menu-children-wrapper.open-menu-list {
    display: none !important;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li.speak-to-an-expert.active.active-branch > a {
    border-bottom: none;
}

/* FAQ's css start here */

.faq-wrapper .accordion-item-title h3, .faq-wrapper #accordion_search_bar_container input#myInput {color: #2818F9 !important;}

.faq-wrapper.input-fill #accordion_search_bar_container, .faq-wrapper.not-empty #accordion_search_bar_container, .faq-wrapper .search-title-sec.search-open #accordion_search_bar_container{
      border-color:#2818F9 !important;
}
.faq-wrapper .search-title-sec .faq-title h2 {
    color: #060048 !important;
    font-weight: 700;
}
.faq-wrapper .categories h2 {
    color: #060048 !important;
}

.faq-wrapper #accordion_search_bar_container input#myInput, .faq-wrapper .search-label {
    font-family: 'Gilroy' !important;
}

.faq-wrapper .accorion-content a, .faq-wrapper .search-label {color: rgba(103,116,124,1.0);}

.faq-wrapper .toggle-icons svg path, .faq-wrapper #accordion_search_bar_container button svg path, .faq-wrapper .accordion-item-title.active .toggle-icons svg polygon, .faq-wrapper .close-btn path, .faq-wrapper .search-title-sec.search-open.mobile-searc-open #accordion_search_bar_container button:hover svg path {fill: #2818F9 !important;}


.faq-wrapper #accordion_search_bar_container input#myInput::-webkit-input-placeholder { /* Edge */
  color: #2818F9 !important;
}

.faq-wrapper #accordion_search_bar_container input#myInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2818F9 !important;
}

.faq-wrapper #accordion_search_bar_container input#myInput::placeholder {
  color: #2818F9 !important;
}

/* FAQ's css end here */


/* help-centre-printing page with using class i.e. ".hs-content-id-78070583469" is start from here */

.hs-content-id-78070583469 .faq-wrapper .accordion-item-title h3 {
    font-weight: bold;
}

/* help-centre-printing page with using class i.e. ".hs-content-id-78070583469" is end from here */

.hs-content-id-53506760526 a {
    color: rgba(103,116,124,1.0);
}

.hs-content-id-53026614950 h6, .hs-content-id-53037272247 h6 {font-size: 22px;color: #2818f9;}

.hs-content-id-53026614950 p, .hs-content-id-53037272247 p {
    margin-bottom: 0;
}
   .footer-menu .hs-menu-wrapper>ul>li + li {
    padding-left: 15px;
}


/* hs-landing-pages css started from here */

.hs-landing-page header.header::after, .hs-landing-page header.header::before {
  content: none;
}
.hs-landing-page header.header {
  min-height: 82px;
}


.landing-page-new .row-number-1.dnd-section {
  background: linear-gradient(-90.88deg, #7E0BC2 44.34%, #2818F9 98.12%);
}
.landing-page-new.hero-2 .row-number-1.dnd-section {
    background: #fff;
}

.landing-html-sec h1 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  line-height: 65px;
  color: #060048;
}

.landing-html-sec h4 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  color: #060048;
}

.landing-html-sec ul {
  padding-left: 0;
}

.landing-html-sec ul li {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #060048;
  position: relative;
  background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Vector_black.svg);
  background-repeat: no-repeat;
  padding: 0px 10px 10px 20px;
  background-position: top 5px left;
  list-style: none;
}

.landing-html-sec.white-text-sec ul li {
    background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Vector-white.svg);
}

.landing-html-sec.white-text-sec h1, .landing-html-sec.white-text-sec h4, .landing-html-sec.white-text-sec ul li {
  color: #FFFFFF;
}



.lp-orange-btn {
  background: #FF8955;
  border-radius: 23px;
  font-family: 'Gilroy';
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 500 ;
min-height: 44px;
padding-left: 30px;
padding-right: 30px;
}
.landing-html-grey-sec h3 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 42px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #060048;
  margin-top: 20px;
  margin-bottom: 10px;
}
.landing-html-grey-sec p {
  margin-top: 20px;
}

.lp-form-sec h1 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 75px;
  color: #060048;
  margin-bottom: 20px;
}
.lp-form-sec h6 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #060048;
}


.hs-landing-page .dnd-section:last-child {
  transform: skewY(-5deg);
  position: relative;
  z-index: 2;
margin-top: 120px;
  padding-bottom: 80px;
}
.hs-landing-page .dnd-section:last-child > .row-fluid {
  transform: skewY(5deg);
}

.hs-landing-page .form_section h3, .hs-landing-page .form_section h5 {
  display: none;
}


.hs-landing-page .hs-form select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

.hs-landing-page .hs-form fieldset {
	min-height: auto !important;
}
.hs-landing-page .hs_cos_wrapper_type_form svg {
	display: none;
}

.hs-landing-page .form_section {
	margin-top: -120px;
}


.hs-landing-page .form_section_inner {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(170, 170, 170, 0.4) !important;
  border-radius: 12px !important;
  padding: 50px 40px !important;
}
.hs-landing-page .dnd-section:last-child:after {
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(
-176deg
,#f2f6f9 0%,#f2f6f9 49.5%,rgba(0,255,252,0) 50%);
    height: 116px;
    top: 100%;
    left: 0;
}

.hs-landing-page .footer {
    padding-top: 120px;
}
.hs-landing-page .clients-logo-wrp {
    padding: 0;
}
.hs-landing-page .clients-logo-wrp .content-wrapper {
    max-width: 100% !important;
}
 .lp-orange-btn:hover {
    background-color: #FFA178 !important;
    color: #ffffff !important;
}
.lp-orange-btn:active {
    background-color: #DE571B !important;
}
.lp-orange-btn:focus {
    color: #ffffff !important;
}

.hs-landing-page .hs_cos_wrapper_type_form input:not(.hs-button):hover, .hs-landing-page .hs_cos_wrapper_type_form input:not(.hs-button):focus {
    border-color: #566777 !important;
}


/* help-center css start */


.help-center-header header.header::before {
	border-bottom: solid #f2f6f9 66px !important;
}

.help-center-header header.header::after {
	background-color: #f2f6f9 !important;
}

.header-wrap.help-center-header .header__container-outer {
  background: #ffffff !important;
}
.header-wrap.help-center-header .logo-text-cus {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #2818F9;
  margin-bottom: 0 !important;
  padding-left: 10px;
  margin-top: 9px;
}

.header-wrap.help-center-header header.header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #414141;
  height: 82px;
  display: flex;
  align-items: center;
}
.header-wrap.help-center-header header.header .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch a, .header-wrap.help-center-header header.header .custom-menu-primary .hs-menu-wrapper > ul > li:hover a {
  border-bottom: 6px solid #2818F9 !important;
  padding-top: 12px !important;
}


.header-wrap.help-center-header .header .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
  top: 0 !important;
  padding-top: 0;
}

.hs-landing-page .help-centre .dnd-section:last-child > .row-fluid {
  border-radius: 24px !important;
  background-color: #fff !important;
  overflow: hidden;
  padding-top: 50px;
  margin-top: -50px;
  box-shadow: 0px 5px 20px rgb(170 170 170 / 40%) !important;
}

.hs-landing-page .help-centre .dnd-section:last-child:before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(175deg,#f2f6f9 0%,#f2f6f9 49.5%,rgba(0,255,252,0) 50%);
    height: 140px;
    top: -70px;
    left: 0px;
    transform: skewY(5deg);
}

/* video icons css */
/* .vidyard-inner-container-Mrp1BVk12ZJaymp8xntZKW iframe ._3YJS5 {background-color: transparent !important;opacity: 1 !important;}

.vidyard-inner-container-Mrp1BVk12ZJaymp8xntZKW iframe ._1rX1_ {
    border: solid 3px #fff !important;
}

 .vidyard-inner-container-Mrp1BVk12ZJaymp8xntZKW iframe ._3LWEt._1wV0q {
    background-image: none !important;
} */

/* video icons css */

/* help -ceter css end */

/* additional css */

.row-fluid-wrapper.row-depth-1.row-number-4.dnd-section.alert_area-row-1-background-color{
    position:relative;
    overflow-x:hidden
}

.row-fluid-wrapper.row-depth-1.row-number-4.dnd-section.alert_area-row-1-background-color:before {   
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 100px solid rgb(255, 255, 255);
    border-left: 0px solid transparent;
}


.hs-content-id-61785482269 .cus-right-pro {
    margin-top: -100px;
}

.hs-content-id-61785482269 .second-sec-cust.with-blue-bg.wbb-new {
    padding-top: 80px;
}

.hs-content-id-53026614950 div#hs_cos_wrapper_widget_1629187118011, .hs-content-id-53037272247 div#hs_cos_wrapper_widget_1629187118011 {
    padding-top: 50px;
}
.hs-content-id-53506760526 h2 span, .hs-content-id-53506760526 div#hs_cos_wrapper_widget_1629700726994 > span#hs_cos_wrapper_widget_1629700726994_ p:first-child span {
    color: #2818f9 !important;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li > ul a img {
    width: auto;
    height: 20px;
}

.hs-content-id-62041934725 .product-img-main-sec .img-top-sec {
    margin-left: auto;
}
.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.row-depth-1.dnd_area-row-12-background-color.dnd-section .span6.widget-span.widget-type-cell.dnd-column {
    margin-top: auto;
}
.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.row-depth-1.dnd_area-row-12-background-color.dnd-section .customer-img-main-sec2 .customer-img-inner {
    align-items: flex-end;
}
.hs-content-id-64416714371.hs-landing-page .hs_cos_wrapper_type_form {
    box-shadow: none;
}
[data-hs-anchor="true"] {
    scroll-margin-top: 160px;
}


.footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>a {display: none !important;}


.hs-blog-post .body-imag {display: inline;}

.hs-blog-post .body-imag img {
    padding-left: 15px;
}


/* additional css end */

/* great business great people css start */
.gb-gp-sec {
    padding-bottom: 0 !important;
}
.hs-content-id-78241771572 h3.ss-slider-title{
margin-bottom: 40px;
}

.ss-carousal-description h5 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #060048;
    margin-top: 100px;
  margin-bottom: 10px;
}

img.edozoers-logo {
    margin-top: 20px;
}

.jobs-section h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 26px;
}

.jobs-section p a {
    color: #00D4FF;
}

.btn-links.btn-open-roles {
    position: relative;
    z-index: 1;
}

.btn-links.btn-open-roles .btn {
    border-radius: 23px;
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-top: 0;
    padding-left: 33px;
    padding-right: 33px;
}

/* great business great people css end */

/* super heroes sec css start */

.supper-heroes-wrapper {
    display: flex;
    justify-content: space-between;
}

.heroes-wrapper-inner {box-shadow: 0px 5px 20px rgba(170, 170, 170, 0.4);border-radius: 12px;background: #fff;padding: 4px;width: calc(100% / 4 - 20px);}

.heroes-wrapper-inner img {
    background: #FFFFFF;
    border-radius: 8px;
}

/* super heroes sec css end */

/* jobs section css */

.jobs-wrapper-inner {
    background: #FFFFFF;
    box-shadow: 0px 8px 40px 6px rgba(170, 170, 170, 0.4);
    border-radius: 12px;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}

h5.jobs-title {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #FF8955;
}

.jobs-wrapper p {
    color: #060048;
    margin-bottom: 0;
    font-size: 15px;
}

.job-openings-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 50px;
}

.job-openings-list .jobs-wrapper:before {
    content: "";
    position: absolute;
    background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/bubble_effects.svg);
    background-repeat: no-repeat;
    width: 75px;
    height: 55px;
    z-index: 1;
}

.job-openings-list .jobs-wrapper:nth-of-type(3n+1):before {
    bottom: -6px;
    right: -25px;
}

.job-openings-list .jobs-wrapper:nth-of-type(3n+2):before {
   top: -38px;
    right: 25px;
    transform: rotate(34.31deg);
}
.job-openings-list .jobs-wrapper:nth-of-type(3n+3):before {
   bottom: -35px;
   right: calc(50% - 40px);
   transform: rotate(34.31deg);
}


.job-openings-list .jobs-wrapper:nth-of-type(3n+1) {
    margin-left: 0;
}

.jobs-wrapper {
    width: calc(100% / 3 - 44.99px);
    margin-bottom: 60px;
    margin-left: 67px;
    position: relative;
}

/* jobs section css end */

/* recomend-btn css start here */

.recommend-btn-hero-sec {
    padding-bottom: 100px;
    justify-content: right;
    display: flex;
}

.recommend-btn-hero-sec .recommend-btn {
margin-left: auto;
margin-top: 20px;
}

.recommend-btn a {
    background: #F2F6F9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
}

.recommend-btn span {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #2818F9;
    padding-left: 10px;
}
.recommend-btn-sec {
    display: flex;
    justify-content: left;
}

/* recommend-css end here */

/* video-popup section css start from here */

.video-popup-title h3 {
    font-family: 'Gilroy' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.02em;
    color: #060048;
}

.video-popup-title p {
    font-family: 'Gilroy' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.02em;
    color: #060048;
}


.bbyt-vid, .bbyt-vid-noap {
    position: relative;
}

.hs_cos_wrapper_type_inline_text{
    width: 118px;
    height: 118px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    background-size: contain;
    background-repeat: no-repeat;
}

#hs_cos_wrapper_widget_1655297227545_  { 
    background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/MW_videos/PlayButton.png);
}

div#hs_cos_wrapper_widget_1655478095612_  { 
    background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/PlayButtonRed.png);
}


.bbyt-vid img, .bbyt-vid-noap img {
	display: inline-block !important;
	margin: auto !important;
}
.hs-content-id-61457193020 div#hs_cos_wrapper_widget_1655297227545 {
	text-align: center;
}

.hs-content-id-82311208297 div#hs_cos_wrapper_widget_1655297227545 {
	text-align: center;
}

.video-popup-title {
  text-align: left;
  margin-bottom: 30px;
}

.hide-section {
    display: none;
}

.property-professional-lottie lottie-player {
    width: 650px;
}


 @media screen and (max-width: 767px){
div#hs_cos_wrapper_widget_1655297227545_ {
    width: 70px;
    height: 70px;
}
}
/* video-popup section css end here */

/* responsive media css start here */

 @media screen and (min-width: 768px){
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch a {
    border-bottom: 3px solid #fff !important;
}
   .header .custom-menu-primary .hs-menu-wrapper > ul > li.speak-to-an-expert.active-branch > a {
	border-bottom: 0px solid transparent !important;
}
.footer-menu .hs-menu-wrapper > ul > li:nth-child(1) {
	left: 0;
}

.footer-menu .hs-menu-wrapper>ul>li {left: 0 !important;}
   .header-wrap {
  min-height: 82px;
}
   .product-img-main-sec .img-top-sec {
	width: 70%;
}

   .clients-logo-wrp .logo-area {
	padding: 0 !important;
}
   .mobile-sec {
	display: none;
}
   .product-mobile-img {
	display: none;
}
   
header.header .custom-menu-primary > .hs_cos_wrapper, header.header .custom-menu-primary .hs_cos_wrapper, header.header .custom-menu-primary > .hs_cos_wrapper, header.header .custom-menu-primary .hs-menu-wrapper > ul, header.header .custom-menu-primary .hs-menu-wrapper > ul > li {
  height: 82px;
  display: flex;
  align-items: center;
}
   header.header .custom-menu-primary .hs-menu-wrapper > ul > li a {
  border-bottom: 3px solid transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.login > a {
  border-bottom: 1px solid #fff !important;
}
.header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%);
}
   .custom-menu-primary .hs-menu-wrapper > ul > li.speak-to-an-expert:hover {
	padding-top: 0 !important;
}
   .recommend-btn-sec.rbc-mobile-view {
    display: none;
}
}
@media screen and (min-width: 801px){
  /* great business great people css start */

.great-people-sec.gps-desktop img {
    position: absolute;
    z-index: 1;
}

img.gps-first {
    bottom: 90px;
    left: -22px;
}

.great-people-sec.gps-desktop {
    position: absolute;
    width: 550px;
    height: 787px;
}

img.gps-second {
    right: -70px;
    bottom: -10px;
}

img.gps-third {
    right: -30px;
    top: 80px;
}

img.gps-fourth {
    left: -10px;
    top: -60px;
}

/* great business great people css end */
}

@media screen and (min-width: 1025px){

}

@media screen and (min-width: 1200px){
.dnd-section > .row-fluid {
	max-width: 1110px !important;
}
  .recommend-btn-hero-sec {
    margin: 0px auto;
    max-width: 1110px !important;
}

}

@media screen and (min-width: 1366px){
.cus-right-pro img {
    max-width: initial !important;
}
  .landing-page-new .row-number-1.dnd-section .span6.widget-span.widget-type-cell.dnd-column.dnd_area-column-3-vertical-alignment {
    right: -100px;
    position: relative;
}
.hs-content-id-61785482269 .second-sec-cust.with-blue-bg.wbb-new {
    padding-top: 80px !important;
}

}

@media screen and (min-width: 1440px){
.recommend-btn-hero-sec .recommend-btn {
    margin-right: -100px;
}
}

@media screen and (min-width: 1600px){

}
@media screen and (min-width: 1920px){
.recommend-btn-hero-sec .recommend-btn {
    margin-right: -120px;
}
}


@media screen and (max-width: 1199px){
    .recommend-btn-hero-sec {
    margin: 0px auto;
    max-width: 980px !important;
    width: 100%;  
}
.row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section {
	padding: 30px 15px;
}
  .hs-landing-page .help-centre .dnd-section:last-child:before {
    height: 100px;
    top: -50px;
}
    .hs-content-id-61457193020 .row-fluid-wrapper.dnd-section.dnd_area-row-2-background-color.row-depth-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
  .hs-content-id-61457193020 .row-fluid-wrapper.dnd-section.dnd_area-row-2-background-color.row-depth-1 .span6.widget-span.widget-type-cell.cell_1639041212921-padding.dnd-column {
    padding-top: 30px !important;
}

  .hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section .widget-type-cell.dnd-column {
    padding: 0;
}
.blog-related-posts__list {
    margin: 0 auto;
    padding: 0 15px;
}
  .related-blog-index__post {
    padding: 15px 6px;
}
  .recent-posts-inner {
    padding: 0 15px;
}
  .hs-content-id-61785482269 .second-sec-cust.with-blue-bg.wbb-new {
    padding-top: 40px !important;
}
  .row-fluid-wrapper.row-depth-1.row-number-4.dnd-section.alert_area-row-1-background-color:before {   
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 70px solid rgb(255, 255, 255);
    border-left: 0px solid transparent;
}
  .header .custom-menu-primary .hs-menu-wrapper > ul > li > ul a img {
    width: auto;
    height: 18px;
}
   .great-people-sec.gps-desktop {
    width: 47%;
    height: 700px;
}
  .great-people-sec.gps-desktop img {
    width: 65%;
}
  img.gps-first {
    bottom: 90px;
    left: 0;
}
  img.gps-second {
    right: 0;
    bottom: -10px;
}
  img.gps-third {
    right: 0;
    top: 80px;
}
  img.gps-fourth {
    left: 0;
    top: -60px;
}
}

@media screen and (max-width: 1180px){
.blog-index__post-inner-card {
    flex-direction: column;
}

.blog-index__post-image, .blog-index__post-inner-card .blog-index__post-content {
    width: 100%;
}
}



@media screen and (max-width: 1024px){
  .recommend-btn-hero-sec {
    justify-content: center;
}

.recommend-btn-hero-sec .recommend-btn {
    margin-right: auto;
    margin-top: 0;
}  
  
.product-img-main-sec2 {
	height: 450px;
}

  
.row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section .widget-type-cell.dnd-column {
	padding: 0 15px;
}
.hs-landing-page .help-centre .dnd-section:last-child:before {
    height: 90px;
    top: -45px;
}
  .footer-menu .hs-menu-wrapper>ul>li {
    width: 33%;
    margin-bottom: 15px;
}
  .footer-menu .hs-menu-wrapper>ul>li:nth-child(4) {
    padding-left: 0;
}
  .footer-menu .hs-menu-wrapper>ul>li:last-child {width: 67%;}

.footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  width: 50%;float: left;margin-bottom: 0 !important;margin-top: 0 !important;
  }
.hs-landing-page .footer-menu .hs-menu-wrapper>ul>li:last-child {
    width: initial;
}
  
.jobs-wrapper {width: calc(100% / 2 - 14.99px);margin-bottom: 40px;margin-left: 30px;position: relative;}
  .job-openings-list .jobs-wrapper:nth-of-type(3n+1) {
    margin-left: 30px;
}
  .job-openings-list .jobs-wrapper:nth-of-type(2n+1) {
    margin-left: 0px;
}
  .jobs-section h4 {
    margin-top: 40px;
}
}


@media screen and (max-width: 991px){
.product-img-main-sec2 {
	height: 440px;
}
 .hs-landing-page .free-trial-form.form_wit_subtitle {
  padding-left: 0;
  padding-right: 0;
}
.hs-landing-page .hs_cos_wrapper_type_form select {
  line-height: unset;
}
.last-left-sec {
	width: 44%;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
    .great-people-sec.gps-desktop {
    height: 580px;
}
}

@media screen and (max-width: 800px){
.product-img-main-sec2 {
	height: 330px;
}
.grid-inner-main {
	padding: 20px;
}
  
  .great-people-sec.gps-desktop {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -70px;
}

.great-people-sec.gps-desktop img {
    width: 25%;
    position: unset;
    transform: scale(1.4);
}

img.gps-first {
    margin-top: 50px;
}

img.gps-second {
    margin-top: -20px;
}

img.gps-third {
    margin-top: -80px;
}

img.gps-fourth {
    margin-top: -140px;
}
}


@media screen and (max-width: 767px){
.recommend-btn-hero-sec {
    padding-bottom: 80px;
}
  .recommend-btn-sec {
    justify-content: center;
}
  .recommend-btn a {
    flex-direction: column;
}
  .recommend-btn span {
    font-size: 15px;
    line-height: 26px;
    padding-left: 0;
}
  .second-sec-cust.products .recommend-btn-sec {
    margin-top: 40px;
}

.recommend-btn {
    width: 100%;
}

.recommend-btn a {text-align: center;}

.second-sec-cust.products .recommend-btn-sec img.star-img {
    margin-top: 0;
}


 .hs-content-id-61457193020 #widget_1629366692354.twColimg_wrap .content_col {
    margin-top: 50px;
    margin-bottom: 0px;
}
  .row-fluid-wrapper.row-depth-1.row-number-4.dnd-section.alert_area-row-1-background-color:before {   
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 40px solid rgb(255, 255, 255);
    border-left: 0px solid transparent;
}
  .landing-html-sec {
	margin-bottom: 30px;
}
  .header-wrap:before {
    height: 60px;
}
  header.header {
    min-height: 92px;
}
.scroll-header header.header {
    position: fixed;
    box-shadow: none !important;
}

header.header .header__container {
    min-height: 60px;
}
header.header:before {
    width: 100%;
    border-left: solid transparent 100vw;
    border-right: solid transparent 0px;
    border-bottom: solid white 32px;
}
header.header:after {content: none;}

header.header .header__container {
    min-height: 60px;
}
header.header .header-logo {
    min-height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
}
header.header .custom-menu-primary {
    display: block;
    min-height: auto;
    background-color: #fff !important;
    top: 92px !important;
}
 
.header-slant-sec-desktop {
    display: none;
} 
  
.header-slant-sec-mobile {
    background-image: url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Mobile_Slant_BluePurple.svg");
    width: 100%;
    height: 32px;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
    position: relative;
    z-index: 3;
    display: block !important;
}
.hs-content-id-53506760526 div#hs_cos_wrapper_widget_1629700726994 > span#hs_cos_wrapper_widget_1629700726994_ p:first-child {
    margin-top: 50px !important;
}
  .desktop-sec {
	display: none;
}
  .mobile-sec {
	margin: auto;
}
  li.hs-menu-item.login a:hover {
    color: #060048 !important;
}
.row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section {
	padding: 0px 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.login>a {
    width: 100% !important;
    display: block;
}
.footer-menu .hs-menu-wrapper > ul > li {
	margin-bottom: 50px;
}
.blog-post {
	box-shadow: none;
	padding: 20px !important;
}
.blog-index__post-content h2.post-item-title a {
	 color: #FF8955 !important;
}
 
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_header h1 {
	font-size: 40px;
	line-height: 48px;
}
.home_page #widget_1629366692354.twColimg_wrap .title h1 {
	max-width: 230px;
}

  .product-img-main-sec3 {
    text-align: center;
    width: 72%;
    margin: auto;
}
.last-left-sec, .last-right-sec {
	width: 100%;
	padding-top: 0;
}
.product-img-main-sec3 img {
  width: 100%;
}
  .hs-content-id-62265090371 footer.footer {
    padding-top: 40px;
}
.product-img-main-sec2 {
	height: 500px;
	width: 75%;
	margin: auto;
}
.product-img-main-sec2 .inner1 {
  width: 30%;
  display: flex;
  top: auto;
  bottom: 240px;
}
.product-img-main-sec2 .inner3 {
  width: 100%;
  right: 0;
  bottom: 0;
  text-align: right;
}
.product-img-main-sec2 .inner2 {
  bottom: 240px;
  top: auto;
}

.header-logo img {
	width: 120px !important;
	margin-top: 0px;
	object-fit: unset;
}
.mobile-trigger {
  background: #FF8955;
  border-radius: 23px;
  width: 48px;
  height: 32px;
  top: 11px;
  right: 15px;
}
.mobile-trigger .V9412 span {
  background-color: #fff;
  height: 2px !important;
}
.mobile-trigger .V9412 {
  height: 14px;
}
.header-logo {
  left: 15px;
     margin-top: 0;
    margin-bottom: 0;
}
.lst-sec-cus {
	padding-bottom: 30px;
}  
  .second-sec-cust a.blue-btnper.perp {
	margin-top: 10px;
	margin-bottom: 40px;
}

  .logo-area {
	padding: 0px 30px !important;
}
#widget_1629366692354.twColimg_wrap .img_wrap {
  display: none;
}
.upr-imgs2 {
  display: none;
}
.upr-imgs1 {
  width: 100%;
}
.imge-left-sec {
  width: 45%;
  	margin-top: 15%;
}

.imge-right-sec {
  width: 60%;
  padding-left: 10px;
}
.rti-p {
    margin-left: 10px;
}
.lor-imgs-sec {
    padding-top: 10px;
}
.cus-counter {
  max-width: 100%;
}
.clients-logo-wrp .logo-area .logo_item {
	max-width: 25%;
	float: left;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
  #widget_1629366692354.twColimg_wrap .title h1 {
    font-size: 40px;
    line-height: 48px;
}
  #widget_1629366692354 h3 {
    font-size: 24px;
    line-height: 30px;
}
.main-top-icon-sec {flex-direction: column;}

.main-inner-icon-sec {
    padding: 0 !important;
    margin: 20px 0;
}
  

.dnd_area-row-4-vertical-alignment .span3.widget-span {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-bottom: 4px;
}
.dnd_area-row-4-vertical-alignment .span3.widget-span .row-fluid-wrapper.row-depth-1:first-child {
	width: 20%;
  max-width: 60px;
	clear: both;
      margin-right: 10px;
    margin-top: -10px;
}
.dnd_area-row-4-vertical-alignment .span3.widget-span .row-fluid-wrapper.row-depth-1 {
	float: left;
	width: 80%;
}
.dnd_area-row-4-vertical-alignment .span3.widget-span .row-fluid-wrapper.row-depth-1 img.hs-image-widget{
  max-width: 60px !important;
}
.row-fluid-wrapper.row-depth-1.row-number-11.dnd-section.dnd_area-row-4-padding {
	margin-top: 0;
}
  .logo_item.logo_item_4 .logo_item_inner, .logo_item.logo_item_8 .logo_item_inner {
	padding-right: 0;
}
  .logo_item.logo_item_9 > .logo_item_inner {
    padding-right: 20px;
}
  #hs_cos_wrapper_widget_1629373562742_ p span {
	padding: 0px 10px;
	display: block;
}
  .imge-right-sec img {
	border-radius: 10px;
}
  .lor-imgs-sec {
  margin-right: -40%;
}
  .second-sec-cust a.btn {
    min-width: 180px;
}
.second-sec-cust.logos-sec .btn-links {
    display: flex;
}
   .row-fluid-wrapper.row-depth-1.row-number-11.dnd-section.dnd_area-row-4-padding img.hs-image-widget {
    margin-top: -8px;
}
  

   .cus-left-pro {
    width: 100%;
}

.cus-right-pro {
    width: 100%;
}



.span5.widget-span.widget-type-cell > .span5.widget-span.widget-type-cell {}


 body.mobile-open .mobile-trigger .V9412 {
    height: 20px;
}
body.mobile-open .mobile-trigger .V9412 {
    height: 20px;
}

.header .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper:before {
    display: none;
}

.header .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
	background-color: #fff !important;
	border-radius: 0 !important;
	box-shadow: none;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li > ul li {
	background: #F2F6F9;
	border-top: 4px solid #fff;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-item-has-children.child-open {
	padding-bottom: 0px;
}
.child-trigger {
	right: 10px;
	height: 40px;
}
.mobile-open .custom-menu-primary .speak-to-an-expert a {
	color: #fff !important;
	background: #ff8955 !important;
}
.header .custom-menu-primary .hs-menu-wrapper > ul > li > ul a {
	    height: 40px;
}
.header .custom-menu-primary .hs-menu-wrapper>ul>li:hover a {
    border-bottom: none;
}
.mobile-open .custom-menu-primary {
	/*background-color: rgba(6, 0, 72, 1) !important;*/
	top: 92px;
	background: #fff !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li > a {
	color: #060048;
	font-size: 24px !important;
  font-weight: 500 !important;
}

.header .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.child-trigger {
background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/arrow-dropdown.svg);
background-repeat: no-repeat;
background-position: top 22px right 10px;
width: 100% !important;
height: 100%;
top: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.login .child-trigger {
    top: 3px;
}


.child-trigger svg {
	fill: #060048;
  width: 18px;
  opacity: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul {
	left: 0px;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li.speak-to-an-expert {
	left: 0;
}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
  top: 0;
}

  #hs_cos_wrapper_module_1639649536648 .product-img-main-sec {
	margin-top: 0;
}
  #hs_cos_wrapper_module_1639649536648 .product-img-main-sec .img-top-sec {
	display: none;
}
  
.product-img-main-sec .customer-img-inner {
  width: 100%;
}
.product-img-main-sec .customer-img-inner .img-top-sec1 {
  width: 100%;
  text-align: center;
}
.product-img-main-sec .customer-img-inner .img-btm-sec1 {
  width: 100%;
  text-align: center;
}

.second-sec-cust.company-sec-2 .img-sec {
  flex-direction: column;
}
.grid-inner-main {
  width: 250px;
}
.top-grid-sec {
  flex-direction: column;
  align-items: center;
}
.grid-inner {
  min-height: 130px;
}
.testimo-sec {
  margin-bottom: 30px;
}
.company-new-sec {
	min-height: 170px;
	padding-bottom: 20px;
}


.hs-form input, .hs-form select, .hs-form textarea {
	padding: 15px 15px !important;
}
.hs-form .hs-form-field {
  width: 100% !important;
}

.clients-logo-wrp .logo-area {
	padding: 0 !important;
}

.hs-blog-listing .dnd-section .dnd-column {
	padding: 0 15px;
}
.hs-blog-listing .blog-index__post-content:after {
  content: none;
}
.hs-blog-listing .blog-index__post-content {
  margin-bottom: 20px !important;
}
.hs-blog-listing .blog-index__post-content h2.post-item-title a {
  font-size: 24px;
  line-height: 29px !important;
}

.form-title {
  font-size: 24px;
  line-height: 30px;
}
.hs-form input, .hs-form select, .hs-form textarea {
  width: 100% !important;
}
.hs-form .input{
  margin-right: 0 !important;
}
.hs-form .inputs-list > li {
	margin: 0 0 15px 0 !important;
}
.hs_submit.hs-submit {
	margin: 20px 0;
}
.footer-menu .hs-menu-wrapper>ul li.termspolicies {
    width: 50%;
    order: unset;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
}
  
  #hs_cos_wrapper_widget_1629373562742_ p span {
	padding: 0px 0px 20px;
}
  
  .product-img-mobile-desktop {
	text-align: center;
}
  
  .product-desktop-img {
	display: none;
}
   .hs-fieldtype-booleancheckbox span {
    line-height: 17px;
}
  .hs-landing-page header.header {
    min-height: 60px;
}
    .header-wrap.help-center-header header.header {
    min-height: 92px;
}
 .header-wrap.help-center-header header.header::before {
	width: 100%;
	border-left: solid transparent 100vw;
	border-right: solid transparent 0px;
	border-bottom: solid #f2f6f9 32px !important;
}
  .header-wrap.help-center-header header.header::after {
	content: none !important;
}
    .header-wrap.help-center-header header.header .custom-menu-primary {
    top: 60px !important;
}
  
  .header-wrap.help-center-header .mobile-trigger {
  background: #2818F9;
}

.header-wrap.help-center-header header.header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #2818F9;
  height: auto;
}
.header-wrap.help-center-header header.header .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch a, .header-wrap.help-center-header header.header .custom-menu-primary .hs-menu-wrapper > ul > li:hover a {
  border-bottom: 0 !important;
  padding: 0 !important;
}
.header-wrap.help-center-header .header .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
  padding: 17px 20px;
}
  
  .hs-landing-page header.header .custom-menu-primary {
    top: 60px !important;
}
  
  .hs-landing-page .hs-form .inputs-list > li input[type="checkbox"] {
    width: auto !important;
}
  .hs-landing-page .form_section_inner {
    padding: 20px 15px !important;
}
  .lp-form-sec h1 {
    font-size: 40px;
    line-height: 48px;
}
  .landing-html-sec.white-text-sec h1 {
    font-size: 40px;
    line-height: 48px;
}
  .hs-landing-page .footer {
    padding-top: 100px;
}
.hs-landing-page .help-centre .dnd-section:last-child:before {
    height: 70px;
    top: -35px;
}
 
    .header-slant-sec {
    position: relative;
    z-index: 3;
}
  
  .header-slant-sec svg {
    width: 100%;
    margin-left: -1px;
}
header.header .custom-menu-primary {
    top: 60px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 45px;
}
footer.footer {
    padding-top: 15px;
}

  .hs-content-id-61785482269 .cus-right-pro {
    margin-top: 20px;
}
  .footer-menu .hs-menu-wrapper > ul > li {
    width: 50%;
}
  .footer-menu .hs-menu-wrapper>ul>li + li {
    padding-left: 0;
}
  article.related-blog-index__post {
    width: 100%;
}
  
  .header .custom-menu-primary .hs-menu-wrapper > ul > li > ul a img {
    width: auto;
    height: 20px;
}
  .footer-menu .hs-menu-wrapper>ul>li:last-child {
    width: 100%;
}  
.hs-landing-page .footer-menu .hs-menu-wrapper>ul>li:last-child {
    width: auto;
}  
  .great-people-sec.gps-desktop {
    margin-top: 0;
}
  .supper-heroes-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .heroes-wrapper-inner {
    width: calc(50% - 12px);
    margin-bottom: 20px;
}
  .heroes-wrapper-inner img {
    width: 100% !important;
}
 
    .jobs-wrapper {
    width: 100%;
    margin-left: 0 !important;
}
  
}

@media screen and (max-width: 640px){

.grid-inner h4 {
	font-size: 24px;
}
.company-sec .btn-links a {
	min-width: 180px !important;
}
  .hs-content-id-78241771572 .company-sec .btn-links a {
    min-width: 180px !important;
}
}

@media screen and (max-width: 480px){
.recommend-btn-hero-sec {
    padding-bottom: 60px;
}
  .logo-area {
	padding: 0px 20px !important;
}
 #widget_1629366692354 .btn_item.white_btn a {
    padding: 10px 15px !important;
}	
.second-sec-cust.with-blue-bg a.blue-btn {
    margin-left: 10px;
}
.product-img-main-sec2 .inner1 {
	width: 40%;
	bottom: 220px;
}
.product-img-main-sec2 .inner2 {
	bottom: 220px;
	width: 45%;
}
.product-img-main-sec2 .inner1 {
	right: 45%;
}
.product-img-main-sec2 {
	width: 85%;
}
.product-img-main-sec3 {
	width: 82%;
}

.btn-links a:nth-child(2) {
  margin-left: 10px;
}
.second-sec-cust a.btn, .btn-links a.btn, #widget_1629366692354 .btn_item.white_btn #cta_button_20190884_e34490b8-9f24-493a-9e90-d66a6408e349, #widget_1629366692354 .btn_item.white_btn a {
	border-radius: 18px !important;
	min-width: 136px !important;
	height: 36px !important;
	font-size: 14px !important;
	padding: 0 !important;
	min-height: 36px !important;
	margin-right: 0 !important;
}
  .hs-landing-page .help-centre .dnd-section:last-child:before {
    height: 50px;
    top: -25px;
}
  .hs-blog-post .body-imag img {
    width: 100% !important; padding-left: 0px;
}  
   .great-people-sec.gps-desktop {
    margin-top: 70px;
}
  .great-people-sec.gps-desktop img {
    width: 33%;
}
  img.gps-third {
    margin-top: -120px;
}
  img.gps-fourth {
    margin-top: -100px;
}
  img.gps-first {
    display: none;
}
  
}

@media screen and (max-width: 360px){
.product-img-main-sec2 {
	height: 360px;
}
.product-img-main-sec2 {
	width: 95%;
}
.product-img-main-sec3 {
	width: 92%;
}
.product-img-main-sec2 .inner1, .product-img-main-sec2 .inner2 {
	bottom: 190px;
}

.second-sec-cust a.btn {
    min-width: 130px;
}
  .logo-area {
	padding: 0px 15px !important;
}
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
   .btn-links a {
     padding-top: 3px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.login>a {
      line-height: 27px !important;
  }
}} 




/* Home page css used with this class i.e ".hs-content-id-61457193020" start */


.hs-content-id-61457193020 .row-fluid-wrapper.dnd-section.dnd_area-row-2-background-color.row-depth-1 {
  transform: skewY(-3deg);
  padding: 80px 0;
  margin-top: -6%;
  overflow: hidden;
width: 100%;
}

.hs-content-id-61457193020 .header-slant-sec-desktop {
    background-image: url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Slant_BluePurple.svg");
    width: 50%;
    height: 67px;
    background-repeat: no-repeat;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
}

.hs-content-id-61457193020 .row-fluid-wrapper.dnd-section.dnd_area-row-2-background-color.row-depth-1 .row-fluid {
	transform: skewY(1.5deg);
}

.hs-content-id-61457193020 .row-fluid-wrapper.dnd-section.dnd_area-row-2-background-color.row-depth-1 .row-fluid .span6.widget-span.widget-type-cell.dnd-column:last-child  {
  position: absolute;
  top: -100px;
  right: -100px;
  width: auto;
}

/* .hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-35.dnd-section.dnd_area-row-9-background-color{
  position: relative;
  overflow-x: hidden;
}

.hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-35.dnd-section.dnd_area-row-9-background-color::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 100px #f2f6f9 solid;
    border-right: 0px transparent solid;
} */

.hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-37.dnd-section.dnd_area-row-10-background-color{
  position: relative;
  overflow-x: hidden;
}

.hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-37.dnd-section.dnd_area-row-10-background-color::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 100px #f2f6f9 solid;
    border-right: 0px transparent solid;
}


.hs-content-id-82311208297 .row-fluid-wrapper.row-depth-1.row-number-37.dnd-section.dnd_area-row-10-background-color{
  position: relative;
  overflow-x: hidden;
}

.hs-content-id-82311208297 .row-fluid-wrapper.row-depth-1.row-number-37.dnd-section.dnd_area-row-10-background-color::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 100px #f2f6f9 solid;
    border-right: 0px transparent solid;
}

.hs-content-id-61457193020 .second-sec-cust a.btn {
    margin-top: 30px;
}
.hs-content-id-61457193020 .second-sec-cust.with-blue-bg h3 {
    margin-bottom: 35px !important;
}

.hs-content-id-61457193020 .second-sec-cust.with-blue-bg a.blue-btn:focus{
   color: #060048 !important;
}

.hs-content-id-61457193020 #hs_cos_wrapper_widget_1657099612840 {
    background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/home-hero-bottom-side-image.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
}


@media screen and (min-width: 1583px){
 .hs-content-id-61457193020 #widget_1629366692354 .flex_row {
    position: relative;
}
}

/* @media screen and (max-width: 1583px){
.hs-content-id-61457193020 #widget_1629366692354 .img_wrap.desktop-image {
    right: -6%;
}
.hs-content-id-61457193020 #widget_1629366692354 {
    overflow-x: hidden !important;
    position: relative;
}
} */

@media screen and (max-width: 1199px){
.hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-30.dnd-section.dnd_area-row-7-background-color::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 70px #f2f6f9 solid;
    border-right: 0px transparent solid;
}
/*   .hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-35.dnd-section.dnd_area-row-9-background-color::after {
    border-bottom: 70px #f2f6f9 solid;
} */
  
  .hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-37.dnd-section.dnd_area-row-10-background-color:after {
     border-bottom: 70px #f2f6f9 solid;
}  
  
  .hs-content-id-61457193020 .row-fluid-wrapper.dnd-section.dnd_area-row-2-background-color.row-depth-1 .row-fluid .span6.widget-span.widget-type-cell.dnd-column:last-child {
    top: -50px;
}
  
  .property-professional-lottie lottie-player {
    width: 600px;
}
  
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

.hs-content-id-61457193020 #widget_1629366692354 .btn_item.white_btn a {
    width: 200px !important;
}
.hs-content-id-61457193020 .row-fluid-wrapper.dnd-section.dnd_area-row-2-background-color.row-depth-1 .row-fluid .span6.widget-span.widget-type-cell.dnd-column:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    left: 50%;
}
  .property-professional-lottie lottie-player {
    width: 500px;
}
  .hs-content-id-61457193020 #widget_1629366692354 .img_wrap.desktop-image {
    width: 64%;
    max-width: 64%;
}
  .hs-content-id-61457193020 div#hs_cos_wrapper_widget_1639052741003 {
    margin-top: 80px;
}
  
  .content-md-center {
    justify-content: center;
}
}

@media screen and (max-width: 800px) and (min-width: 768px) {
.hs-content-id-61457193020 .row-fluid-wrapper.dnd-section.dnd_area-row-2-background-color.row-depth-1 .row-fluid .span6.widget-span.widget-type-cell.dnd-column:last-child {
    position: absolute;
    top: 20px;
    right: 0;
    width: auto;
    left: 44%;
}
  .property-professional-lottie lottie-player {
    width: 580px;
}
}  

@media screen and (max-width: 767px){
  .hs-content-id-61457193020 #hs_cos_wrapper_widget_1657099612840 {
	background-size: 90%;
      padding-top: 20px;
}
.hs-content-id-61457193020 .header-slant-sec-desktop {
    display:none;
  }
.hs-content-id-61457193020 .header-slant-sec-mobile {
    background-image: url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Mobile_Slant_BluePurple.svg");
    width: 100%;
    height: 32px;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
    position: relative;
    z-index: 3;
    display: block !important;
}

.hs-content-id-61457193020 .row-fluid-wrapper.dnd-section.dnd_area-row-2-background-color.row-depth-1 {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}
.hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-30.dnd-section.dnd_area-row-7-background-color .row-fluid .span6.widget-span.widget-type-cell.dnd-column:last-child {
    position: absolute;
    top: 0;
    z-index: 0;
  width: 90%;
}

.hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-30.dnd-section.dnd_area-row-7-background-color .row-fluid .span6.widget-span.widget-type-cell.dnd-column:first-child {
    position: relative;
    z-index: 1;
}

.hs-content-id-61457193020 .row-fluid-wrapper.dnd-section.dnd_area-row-2-background-color.row-depth-1 .row-fluid .span6.widget-span.widget-type-cell.dnd-column:last-child {
    display: none;
} 
.hs-content-id-61457193020 .dnd-section, .hs-content-id-61457193020 .content-wrapper--vertical-spacing {
    padding: 0;
}
.hs-content-id-61457193020 div#hs_cos_wrapper_widget_1639026399126 {
    padding: 60px 0;
}
  .hs-content-id-61457193020 .footer:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 50px #f2f6f9 solid;
    border-right: 0px transparent solid;
}
  .hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-30.dnd-section.dnd_area-row-6-background-color::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 40px #f2f6f9 solid;
    border-right: 0px transparent solid;
}
 
/*     .hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-35.dnd-section.dnd_area-row-9-background-color::after {
    border-bottom: 40px #f2f6f9 solid;
} */
  
    .hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-37.dnd-section.dnd_area-row-10-background-color:after {
     border-bottom: 40px #f2f6f9 solid;
}  

.hs-content-id-61457193020 .clients-logo-wrp .logo-area {
    margin-bottom: 15px;
}  
  
.hs-content-id-61457193020 .hm_top_area .clients-logo-wrp .content-wrapper {padding: 0;}

.hs-content-id-61457193020 .clients-logo-wrp .logo-area .logo_item {
    width: 33.333%;
    max-width: 33.333%;
    display: flex;
    align-items: center;
}

.hs-content-id-61457193020 .clients-logo-wrp .logo-area .logo_item .logo_item_inner {padding: 0px 10px;}  
  
}

@media screen and (max-width: 480px){

  .hs-content-id-61457193020 .row-fluid-wrapper.row-depth-1.row-number-30.dnd-section.dnd_area-row-6-background-color .row-fluid .span6.widget-span.widget-type-cell.dnd-column:last-child {

  width: 150%;
}
}


/* Home page css used with this class i.e ".hs-content-id-61457193020" end */


/* Products page css used with this class i.e  ".hs-content-id-62041934725" start */

 .hs-content-id-62041934725 .header .header__container-outer {
    background: linear-gradient(-90.88deg,#7E0BC2 24.34%,#FD9F79 98.12%);
}

.hs-content-id-62041934725 .header-slant-sec-desktop {
    background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Slant_OrangePurple.svg);
    width: 50%;
    height: 67px;
    background-repeat: no-repeat;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
}


.hs-content-id-62041934725 .dnd_area-row-2-background-color{
  position: relative;
  overflow-x: hidden;
}

.hs-content-id-62041934725 .dnd_area-row-2-background-color::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 100px #f2f6f9 solid;
    border-right: 0px transparent solid;
}

.hs-content-id-62041934725 .main_sec .dnd_area-row-0-background-color {
    position: relative;
    overflow-x: hidden;
}
.hs-content-id-62041934725 .main_sec .dnd_area-row-0-background-color > .row-fluid {
    align-items: flex-end;
    display: flex;
}
.hs-content-id-62041934725 .main_sec .dnd_area-row-0-background-color:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 100px solid rgb(255, 255, 255);
    border-left: 0px solid transparent;
}

.hs-content-id-62041934725 .main_sec .dnd_area-row-0-background-color:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 100px #f2f6f9 solid;
    border-right: 0px transparent solid;
}

.hs-content-id-62041934725 div#hs_cos_wrapper_widget_1639393426341 h1 {
    width: 60%;
}
.hs-content-id-62041934725 stop:first-child {
    stop-color: #7E0BC2;
}

.hs-content-id-62041934725 stop:last-child {
    stop-color: #fd9f79;
}
.hs-content-id-62041934725 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
position: relative;
padding-top: 120px;
}

.hs-content-id-62041934725 .main_sec .dnd_area-row-0-background-color .second-sec-cust.with-blue-bg {
  padding: 80px 0;
}


.hs-content-id-62041934725 .alert_sec .dnd-section > .row-fluid {
  display: flex;
  align-items: end;
}

.hs-content-id-62041934725 .dnd_area-row-2-background-color {
  position: relative;
}
.hs-content-id-62041934725 .dnd_area-row-2-background-color > .row-fluid {
  display: flex;
  align-items: flex-end;
}
.hs-content-id-62041934725 .dnd_area-row-2-background-color > .row-fluid .second-sec-cust.with-blue-bg {
  padding-bottom: 100px;
}

@media screen and (max-width: 1199px){
.hs-content-id-62041934725 .dnd_area-row-2-background-color::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 70px #f2f6f9 solid;
    border-right: 0px transparent solid;
}
  .hs-content-id-62041934725 .main_sec .dnd_area-row-0-background-color:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 70px solid rgb(255, 255, 255);
    border-left: 0px solid transparent;
}

.hs-content-id-62041934725 .main_sec .dnd_area-row-0-background-color:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 70px #f2f6f9 solid;
    border-right: 0px transparent solid;
}
}
@media screen and (max-width: 767px){
  .hs-content-id-62041934725 div#hs_cos_wrapper_widget_1639393426341 h1 {
	font-size: 40px;
	line-height: 48px;
	width: 100%;
}
  .hs-content-id-62041934725 .dnd_area-row-2-background-color::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 40px #f2f6f9 solid;
    border-right: 0px transparent solid;
}
 
  .hs-content-id-62041934725 .header-slant-sec-desktop {
display:none;
}

  
  .hs-content-id-62041934725 .header-slant-sec-mobile {
    background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Mobile_Slant_OrangePurple.svg);
    width: 100%;
    height: 32px;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
    position: relative;
    z-index: 3;
    display: block !important;
}
  
  .hs-content-id-62041934725 .dnd-section .dnd-column {
	padding: 0 !important;
}

  .product-img-main-sec .customer-img-inner {
	margin-bottom: -35px;
}
  .hs-content-id-62041934725 div#hs_cos_wrapper_widget_1639393426341 h1 {
	font-size: 40px;
	line-height: 48px;
	width: 100%;
}
  .hs-content-id-62041934725 .dnd-section .dnd-column {
	padding: 0 !important;
}
    .hs-content-id-62041934725 .main_sec .dnd_area-row-0-background-color .product-img-main-sec .img-group-sec {
    margin: auto;
}
  .hs-content-id-62041934725 .main_sec .dnd_area-row-0-background-color:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 40px solid rgb(255, 255, 255);
    border-left: 0px solid transparent;
}

.hs-content-id-62041934725 .main_sec .dnd_area-row-0-background-color:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 40px #f2f6f9 solid;
    border-right: 0px transparent solid;
}

}

@media screen and (max-width: 640px){
.hs-content-id-62041934725 .dnd_area-row-2-background-color > .row-fluid .second-sec-cust.with-blue-bg {
	padding-bottom: 0;
}
  

}

/* Products page css used with this class i.e ".hs-content-id-62041934725" end */


/* Customer page css used with this class i.e ".hs-content-id-61785482269" start */

.hs-content-id-61785482269 .header .header__container-outer {
    background: linear-gradient(-89.64deg, #00D4FF 30.69%, #2818F9 99.89%);
}

.hs-content-id-61785482269 .header-slant-sec-desktop {
    background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Slant_BlueLightBlue.svg);
    width: 50%;
    height: 67px;
    background-repeat: no-repeat;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
}

.hs-content-id-61785482269 stop:last-child {
    stop-color: #2818f9;
}


.hs-content-id-61785482269 stop:first-child {
    stop-color: #0b9ffd;
}

.hs-content-id-61785482269 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
    position: relative;
    padding-top: 60px;
}
.hs-content-id-61785482269 .header .custom-menu-primary .hs-menu-wrapper > ul > li.speak-to-an-expert > a {
    background-color: #7E0BC2;
}
.hs-content-id-61785482269 .header .custom-menu-primary .hs-menu-wrapper > ul > li.speak-to-an-expert > a:hover {background-color: #A938E2;}
.hs-content-id-61785482269 .header .custom-menu-primary .hs-menu-wrapper > ul > li.speak-to-an-expert > a:active {background-color: #6C02AB;}

.hs-content-id-61785482269 div#hs_cos_wrapper_module_1639482085559 h3 {
    font-weight: bold;
}

.hs-content-id-61785482269 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.alert_area-row-1-background-color {
  position: relative;
  padding-top: 0;
  margin-top: -60px;
  display: inline-block;
  width: 100%;
}
.hs-content-id-61785482269 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.alert_area-row-1-background-color:before {
  position: absolute;
  content: '';
  width: 100%;
  background: linear-gradient(175deg,rgb(255, 255, 255) 0%,rgb(255, 255, 255) 49.5%,rgba(0,255,252,0) 50%);
  height: 40%;
  top: 0px;
  left: 0;
}

.hs-content-id-61785482269 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.alert_area-row-1-background-color .row-fluid .second-sec-cust.with-blue-bg {
  padding-top: 0;
}
.hs-content-id-61785482269 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.alert_area-row-1-background-color .row-fluid .second-sec-cust.with-blue-bg .cus-left-pro {
  padding-top: 170px;
  padding-bottom: 10px;
}
.hs-content-id-61785482269 .span6.widget-span img.hs-image-widget {
	margin: 20px 0px;
}


.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.row-depth-1.dnd-section > .row-fluid {
  display: flex !important;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.row-depth-1.dnd_area-row-12-background-color.dnd-section > .row-fluid {
  display: flex !important;
  align-items: flex-end;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.dnd-section > .row-fluid > .span6.widget-span.widget-type-cell.dnd-column {
  display: flex;
  flex-direction: column !important;
  justify-content: space-between !important;
}
.hs-content-id-61785482269 .main_sec .row-number-22.row-fluid-wrapper.dnd-section > .row-fluid > .span6.widget-span.widget-type-cell.dnd-column {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-end !important;
}


.hs-content-id-61785482269 .main_sec .second-sec-cust.with-blue-bg h3 {
  margin-top: 70px;
}
.hs-content-id-61785482269 .main_sec #hs_cos_wrapper_widget_1639483078001_ .second-sec-cust.with-blue-bg h3 {
	margin-top: 0px;
}
.hs-content-id-61785482269 .main_sec .second-sec-cust.with-blue-bg .blue-btnper {
  background: #00D4FF;
  color: #060048;
      margin-bottom: 30px;
    margin-top: 50px;
}
.hs-content-id-61785482269 .main_sec .second-sec-cust.with-blue-bg .blue-btnper:hover {
    background: #49E0FF;
}
.hs-content-id-61785482269 .main_sec .second-sec-cust.with-blue-bg .blue-btnper:active {
    background: #02A6E1;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.row-depth-1.row-number-41.dnd_area-row-12-background-color.dnd-section {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.row-depth-1.dnd_area-row-12-background-color.dnd-section{
  overflow-x: hidden;
  	position: relative;
  	padding-bottom: 0;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.row-depth-1.dnd_area-row-12-background-color.dnd-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 100px #f2f6f9 solid;
    border-right: 0px transparent solid;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.row-depth-1.row-number-48.dnd_area-row-12-background-color.dnd-section > .row-fluid > .span6.widget-span.widget-type-cell.dnd-column {
	display: flex;
	flex-direction: column !important;
	justify-content: flex-end !important;
}
.hs-content-id-61785482269 .main_sec #hs_cos_wrapper_widget_1639483078001_ .second-sec-cust.with-blue-bg .lst-sec-cus h3 {
	margin-top: 40px;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.dnd-section.dnd_area-row-5-background-color {
    position: relative;
    overflow-x: hidden;
  padding-bottom: 0;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.dnd-section.dnd_area-row-5-background-color:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 100px solid rgb(242 246 249);
    border-left: 0px solid transparent;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.dnd-section.dnd_area-row-5-background-color:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 100px #ffffff solid;
    border-right: 0px transparent solid;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.dnd-section.dnd_area-row-5-background-color > .row-fluid {
    align-items: flex-end;
    display: flex;
}

.imge-right-sec span {display: block;text-align: right;}

.imge-left-sec span {display: block;text-align: left;}

.imge-left-sec span img {border-radius: 0;box-shadow: none;padding-left: 30px;padding-bottom: 10px;}

.imge-right-sec span img {border-radius: 0;box-shadow: none;padding-right: 7px;padding-bottom: 10px;} 


 @media screen and (min-width: 768px){
 .hs-content-id-61785482269 div#hs_cos_wrapper_module_16393940895636 .second-sec-cust {
    padding-right: 30px;
}
   .hs-content-id-61785482269 .main_sec .row-fluid-wrapper.dnd-section.dnd_area-row-5-background-color {
    padding-top: 30px;
}  
/*    .hs-blog-listing .full-width .blog-index__post-image {min-height: 400px;} */
}

@media screen and (min-width: 992px){
.hs-content-id-61785482269 #hs_cos_wrapper_widget_1639393426341 h1 {
	max-width: 90%;
}
}

 @media screen and (max-width: 1199px){
.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.row-depth-1.dnd_area-row-12-background-color.dnd-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 70px #f2f6f9 solid;
    border-right: 0px transparent solid;
}
   .hs-content-id-61785482269 .main_sec .row-fluid-wrapper.dnd-section.dnd_area-row-5-background-color:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 70px solid rgb(242 246 249);
    border-left: 0px solid transparent;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.dnd-section.dnd_area-row-5-background-color:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 70px #ffffff solid;
    border-right: 0px transparent solid;
}
}

@media screen and (max-width: 1180px) and (min-width: 768px) {
    .hs-content-id-61785482269 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.alert_area-row-1-background-color:before {
    height: 100px;
}

.hs-content-id-61785482269 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.alert_area-row-1-background-color .row-fluid .second-sec-cust.with-blue-bg .cus-left-pro {
    padding-top: 100px;
}
 
    .hs-content-id-61785482269 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.alert_area-row-1-background-color .row-fluid .second-sec-cust.with-blue-bg {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

}

@media screen and (max-width: 767px){

  .hs-content-id-61785482269 .main_sec .row-fluid-wrapper.row-depth-1.dnd_area-row-12-background-color.dnd-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 40px #f2f6f9 solid;
    border-right: 0px transparent solid;
}
  
.hs-content-id-61785482269 .second-sec-cust.with-blue-bg {
    padding-top: 30px;
    padding-bottom: 0;
}
  
    .hs-content-id-61785482269 .header-slant-sec-desktop {
display: none;
}
  
  .hs-content-id-61785482269 .header-slant-sec-mobile {
    background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Mobile_Slant_BlueLightBlue.svg);
    width: 100%;
    height: 32px;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
    position: relative;
    z-index: 3;
    display: block !important;
}


.hs-content-id-61785482269 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.alert_area-row-1-background-color .row-fluid .second-sec-cust.with-blue-bg .cus-left-pro {
    padding-top: 80px;
}

.hs-content-id-61785482269 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-3.dnd-section.alert_area-row-1-background-color:before {
    height: 10%;
}

.hs-content-id-61785482269 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
    padding-top: 70px;
}

.hs-content-id-61785482269 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section h1 {
    font-size: 40px;
    line-height: 48px;
}

.hs-content-id-61785482269 .span4.widget-span.widget-type-cell .row-fluid-wrapper:first-child {

    float: left;
    padding-right: 20px;
}

.hs-content-id-61785482269 .main_sec .second-sec-cust.with-blue-bg h3 {
    margin-top: 0px;
}

.hs-content-id-61785482269 .row-fluid-wrapper.row-depth-1.row-number-25.dnd_area-row-6-padding.dnd-section {
    padding-top: 50px !important;
}

.hs-content-id-61785482269 .span5.widget-span.widget-type-cell .row-fluid .span2.widget-span.widget-type-cell {
    float: left;
    width: 70px !important;
    padding-right: 20px;
}

.hs-content-id-61785482269 .second-sec-cust.with-blue-bg {
    padding-top: 0px;
  padding-bottom: 0;
}
.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.dnd-section.dnd_area-row-5-background-color .second-sec-cust.with-blue-bg{
     padding-top: 30px;
  }
.hs-content-id-61785482269 .customer-img-inner {
    width: 100%;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.row-depth-1.row-number-48.dnd_area-row-12-background-color.dnd-section::after {
    height: 5%;
}

  
  .hs-content-id-61785482269 .row-fluid.row [class*="span"], .hs-content-id-61785482269 .dnd-section > .row-fluid .dnd-column, .hs-content-id-61785482269 .dnd-section > .row-fluid > [class*="span"].dnd-module {
	padding: 0 0px;
} 
  .hs-content-id-61785482269 #hs_cos_wrapper_module_1639044587646, .hs-content-id-61785482269 div#hs_cos_wrapper_module_16390450068136 {
    margin-bottom: 30px;
}
  
  .hs-content-id-61785482269 .main_sec .row-fluid-wrapper.dnd-section.dnd_area-row-5-background-color:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 40px solid rgb(242 246 249);
    border-left: 0px solid transparent;
}

.hs-content-id-61785482269 .main_sec .row-fluid-wrapper.dnd-section.dnd_area-row-5-background-color:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 40px #ffffff solid;
    border-right: 0px transparent solid;
}
 
.hs-content-id-61785482269 .mobile-trigger {
    background: #7e0bc2;
}
  .imge-left-sec span img {
    padding-left: 15px;
    height: 28px;
}
  .upr-imgs-sec span img {height: 28px;}

.lor-imgs-sec span img {height: 28px;}

.lor-imgs-sec span {margin-right: 28%;}

}

/* Customer page css used with this class i.e ".hs-content-id-61785482269" end */

/* Company page css used with this class i.e ".hs-content-id-62265090371" start */

.hs-content-id-62265090371 .header .header__container-outer {
  background: linear-gradient(89.84deg, #7E0BC2 10.02%, #FF8955 78.27%);
}

.hs-content-id-62265090371 .header-slant-sec-desktop {
    background-image: url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Slant_PurpleOrange.svg");
    width: 50%;
    height: 67px;
    background-repeat: no-repeat;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
}

.hs-content-id-62265090371 stop:last-child {
    stop-color: #7e0bc2;
}

.hs-content-id-62265090371 stop:first-child {
    stop-color: #ca5682;
}

.hs-content-id-62265090371 .header li.speak-to-an-expert > a {
  background-color: #2818F9 !important;
}
.hs-content-id-62265090371 .header li.speak-to-an-expert > a:hover {
  background-color: #5E4FFF !important;
}
.hs-content-id-62265090371 .header li.speak-to-an-expert > a:hover {
  background-color: #1002D0 !important;
}
.hs-content-id-62265090371 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section{
  position: relative;
}

.hs-content-id-62265090371 .top_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section{
    position:relative;
}

.hs-content-id-62265090371 .top_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 100px solid rgb(6 0 72);
    border-right: 0px solid transparent;
}


.hs-content-id-62265090371 .dnd-section.top_area-row-5-background-color{
    position:relative;
    overflow-x:hidden;
}

.hs-content-id-62265090371 .dnd-section.top_area-row-5-background-color::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 100px #ffffff solid;
    border-left: 0px transparent solid;
}

.hs-content-id-62265090371 .main_sec .dnd_area-row-0-background-color{
    position:relative;
    overflow-x:hidden;
}
.hs-content-id-62265090371 .main_sec .dnd_area-row-0-background-color::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 100px #060048 solid;
    border-left: 0px transparent solid;
}

.hs-content-id-62265090371 .top_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
  position: relative;
}

.hs-content-id-62265090371 .clients-logo-wrp .logo-area {
  margin-bottom: 40px;
}
.hs-content-id-62265090371 .dnd-section.top_area-row-5-background-color {
  position: relative;
}


.hs-content-id-62265090371 .main_sec .dnd_area-row-0-background-color {
  position: relative;
}


.hs-content-id-62265090371 #hs_cos_wrapper_widget_1639983505120 img {
  background: rgba(255, 255, 255, .1);
  box-shadow: 0px 5px 20px rgba(170, 170, 170, 0.1);
  border-radius: 12px;
  padding: 15px;
}

/* new company page css */

.hs-content-id-62265090371 {
    overflow-x: hidden;
}

/* .hs-content-id-62265090371 .alert_sec .cell_16566570785222-vertical-alignment {
    position: absolute;
    right: 0;
    bottom: 0px;
} */

.top_sec span#hs_cos_wrapper_widget_1656580462985_ img {
    transform: scale(1.1);
    position: relative;
    z-index: 1;
}

.hs-content-id-62265090371 .top_area-row-3-background-color {
    position: relative;
}

.hs-content-id-62265090371 .top_area-row-3-background-color:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    border-left: 100vw solid transparent;
    border-bottom: 100px solid #060048;
    border-right: 0 solid transparent;
}

.hs-content-id-62265090371 .top_area-row-3-background-color:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border-right: 100vw solid transparent;
    border-top: 100px solid #060048;
    border-left: 0 solid transparent;
}

.hs-content-id-62265090371 .clients-logo-wrp .logo-area .logo_item {
    width: 185px;
    display: flex;
    justify-content: center;
}

.hs-content-id-62265090371 .cell_16566570785222-vertical-alignment {
    justify-content: flex-end !important;
}


.hs-content-id-62265090371 div#hs_cos_wrapper_widget_1656657078199 {
    display: flex !important;
    justify-content: flex-end;
}

.second-sec-cust.work-with-us.company-sec a {
    margin-top: 50px;
}

.company-sec h3 {
    margin-bottom: 30px;
}

.company-sec p {
    color: #060048;
}
.second-sec-cust.company-sec h4 {
    padding-top: 0;
}


.edozo-types {
    position: relative;
    width: 536px;
}
.edozo-types-content {
    width: 245px;
    height: 153px;
    background: rgb(255 255 255 / 10%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.edozo-types-inner {
    display: flex;
    flex-wrap: wrap;
}


.edozo-types-content.edozo-occupiers {
    margin-left: 30px;
    margin-top: 20px;
}


.edozo-types-content.edozo-text-line {
    margin-top: 58px;
}

.edozo-text-line h3 {
    margin-bottom: 0;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 36px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.edozo-types-content.edozo-insight {
    margin-left: 39px;
    margin-top: 83px;
}

.edozo-type-e-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





.quote-icon-class {position: relative;}

.quote-icon-class:before {position: absolute;content: "";background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/left-quote.svg);width: 24px;height: 20px;top: -20px;left: 0;}

.quote-icon-class:after {position: absolute;content: "";background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/right-quote.svg);width: 24px;height: 20px;top: 100%;right: 0;}

h3.ss-slider-title {font-family: 'Gilroy';
font-style: normal;
font-weight: 700;
font-size: 34px;
line-height: 42px;
display: flex;
align-items: center;
letter-spacing: 0.02em;
color: #060048;
}

.slick-carousel.ss-slider-main .slick-slide {background-color: #fff;margin: 10px;height: 130px;display: flex;align-items: center;justify-content: center;box-shadow: 0px 5px 7px rgba(170, 170, 170, 0.4);
border-radius: 12px;}

.slick-carousel.ss-slider-main .slick-dots li button {background-color: #ABB8C5 !important;border-radius: 100% !important;width: 16px;
    height: 16px; }

.slick-carousel.ss-slider-main .slick-dots li {width: 16px;height: 16px;}

.slick-carousel.ss-slider-main .slick-dots li.slick-active button {background-color: #060048 !important;}

.slick-carousel.ss-slider-main ul.slick-dots {margin-bottom: 0 !important;}

.slick-carousel.ss-slider-main .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

.white-bullet-list li {background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Edozo%20bullet%20point%20white.svg) !important;}
.blue-bullet-list li {background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Edozo%20bullet%20point.svg) !important;}

 @media screen and (min-width: 768px){
 .hs-content-id-62265090371 div#hs_cos_wrapper_module_1639983903645, .hs-content-id-62265090371 div#hs_cos_wrapper_module_16399841065645, .hs-content-id-62265090371 div#hs_cos_wrapper_module_16399846396225 {
    padding-right: 20px;
}

.hs-content-id-62265090371 div#hs_cos_wrapper_module_16399840997382, .hs-content-id-62265090371 div#hs_cos_wrapper_module_16399841065647, .hs-content-id-62265090371 div#hs_cos_wrapper_module_16399846396227 {
    padding-left: 20px;
}
 }
 
 @media screen and (min-width: 1366px){
.hs-content-id-62265090371 div#hs_cos_wrapper_module_1639983903645, .hs-content-id-62265090371 div#hs_cos_wrapper_module_16399841065645, .hs-content-id-62265090371 div#hs_cos_wrapper_module_16399846396225 {
    padding-right: 60px;
}

.hs-content-id-62265090371 div#hs_cos_wrapper_module_16399840997382, .hs-content-id-62265090371 div#hs_cos_wrapper_module_16399841065647, .hs-content-id-62265090371 div#hs_cos_wrapper_module_16399846396227 {
    padding-left: 60px;
}
}


@media screen and (max-width: 1180px) and (min-width: 768px) {

  .hs-content-id-62265090371 .clients-logo-wrp .content-wrapper {
    padding-left: 4%;
    padding-right: 4%;
}
}

@media screen and (max-width: 1199px){
.hs-content-id-62265090371 .top_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    border-left: 100vw solid transparent;
    border-bottom: 70px solid #060048;
    border-right: 0 solid transparent;
}
  .hs-content-id-62265090371 .top_area-row-3-background-color:before {
    border-bottom: 70px solid #060048;
}

.hs-content-id-62265090371 .top_area-row-3-background-color:after {
    border-top: 70px solid #060048;
}

.hs-content-id-62265090371 .dnd-section.top_area-row-5-background-color::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 70px #ffffff solid;
    border-left: 0px transparent solid;
}

.hs-content-id-62265090371 .main_sec .dnd_area-row-0-background-color::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 70px #060048 solid;
    border-left: 0px transparent solid;
}
  
   .edozo-types {
    width: 398px;
    position: relative;
     margin: auto;
}
  .edozo-types-content {
    width: 182px;
    height: 114px;
}
  .edozo-types-content img {
    width: 100%;
    padding: 20px;
}
  .edozo-types-content.edozo-maps {
    margin-top: 0px;
}
  .edozo-types-content.edozo-occupiers {
    margin-left: 23px;
    margin-top: 20px;
}
  .edozo-types-content.edozo-text-line {
    padding: 10px !important;
    margin-top: 43px;
}
  .edozo-text-line h3 {
    font-size: 22px;
    line-height: 26px;
}
  .edozo-types-content.edozo-insight {
    margin-left: 29px;
    margin-top: 62px;
}
  .edozo-type-e-center img {
    width: 138px;
    height: 138px;
}
  
}

@media screen and (max-width: 800px){
.hs-content-id-62265090371 .dnd-section > .row-fluid {
    flex-direction: column;
}

.hs-content-id-62265090371 .dnd-section > .row-fluid [class*="span"] {
    width: 100%;
}
  .hs-content-id-62265090371 .dnd-section > .row-fluid .span12.dnd-column .row-fluid {
    flex-direction: column !important;
}
  .hs-content-id-62265090371 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_header h1 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0;
}
 
 .hs-content-id-62265090371 div#hs_cos_wrapper_widget_1656657078199 img {
    width: 80%;
    display: flex;
    margin-left: auto;
} 
.hs-content-id-62265090371 #hs_cos_wrapper_widget_1639977762064 {
    color: #060048 !important;
    display: block !important;
    margin-bottom: 0px !important;
}
  
}

@media screen and (max-width: 768px){
  .slick-carousel.ss-slider-main .slick-slide {
    margin: 8px;
    height: 100px;
    border-radius: 8px;
}
  .slick-carousel.ss-slider-main .slick-slide img {
    padding: 15px;
}
  .slick-carousel.ss-slider-main .slick-dots li button {
    width: 12px;
    height: 12px;
}
}

@media screen and (max-width: 767px){
.hs-content-id-62265090371 .clients-logo-wrp .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
  
.hs-content-id-62265090371 .header-slant-sec-desktop {
    display: none;
}
  
.hs-content-id-62265090371 .header-slant-sec-mobile {
    background-image: url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Mobile_Slant_PurpleOrange.svg");
    width: 100%;
    height: 32px;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
    position: relative;
    z-index: 3;
    display: block !important;
}  
  
.hs-content-id-62265090371 .dnd-section {
	padding-left: 0;
	padding-right: 0;
}
.hs-content-id-62265090371 .logo-area {
	padding: 0 !important;
	margin-bottom: 10px !important;
}
.hs-content-id-62265090371 .second-sec-cust.with-blue-bg.company-sec {
	padding: 15px 0;
}
  
  .hs-content-id-62265090371 .top_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    border-left: 100vw solid transparent;
    border-bottom: 40px solid #060048;
    border-right: 0 solid transparent;
}
  
  .hs-content-id-62265090371 .top_area-row-3-background-color:before {
    border-bottom: 40px solid #060048;
}

.hs-content-id-62265090371 .top_area-row-3-background-color:after {
    border-top: 40px solid #060048;
}


.hs-content-id-62265090371 .dnd-section.top_area-row-5-background-color::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 40px #ffffff solid;
    border-left: 0px transparent solid;
}
  


.hs-content-id-62265090371 .main_sec .dnd_area-row-0-background-color::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 40px #060048 solid;
    border-left: 0px transparent solid;
}
  
  .hs-content-id-62265090371 .mobile-trigger {
    background: #2818F9;
}
  
  .edozo-types {
    width: 327px;
    position: relative;
}
  .edozo-types-content {
    width: 154px;
    height: 96px;
}
  .edozo-types-content img {
    width: 100%;
    padding: 20px;
}
  .edozo-types-content.edozo-maps {
    margin-top: 20px;
}
  .edozo-types-content.edozo-occupiers {
    margin-left: 19px;
    margin-top: 0;
}
  .edozo-types-content.edozo-text-line {
    padding: 10px !important;
    margin-top: 64px;
}
  .edozo-text-line h3 {
    font-size: 20px;
    line-height: 24px;
}
  .edozo-types-content.edozo-insight {
    margin-left: 12px;
    margin-top: 38px;
}
  .edozo-type-e-center img {
    width: 116px;
    height: 116px;
}
    .hs-content-id-62265090371 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_header h1 {
    font-size: 40px;
    line-height: 46px;
}
  
}

@media screen and (max-width: 428px){
  .hs-content-id-62265090371 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_header h1 {
    font-size: 30px;
    line-height: 40px;
}
  .company-sec h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.top_sec span#hs_cos_wrapper_widget_1656580462985_ img {
    transition: none !important;
}

.second-sec-cust.company-sec h4 {
    font-size: 20px;
    line-height: 24px;
}

.clients-logo-wrp .logo-area .logo_item_inner {
    padding: 15px;
}

.second-sec-cust.work-with-us.company-sec a {
    margin-top: 30px;
}
  .hs-content-id-62265090371 div#hs_cos_wrapper_widget_1656657078199 img {
    width: 80%;
    display: flex;
    margin-left: auto;
}
  
} 

/* Company page css used with this class i.e ".hs-content-id-62265090371" end */

/* Life ad Edozo page css used with this class i.e ".hs-content-id-78241771572" start */

.hs-content-id-78241771572{
  overflow-x: hidden;
}

.hs-content-id-78241771572 .header .header__container-outer {
  background: linear-gradient(89.84deg, #7E0BC2 10.02%, #FF8955 78.27%);
}

.hs-content-id-78241771572 .header-slant-sec-desktop {
    background-image: url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Slant_PurpleOrange.svg");
    width: 50%;
    height: 67px;
    background-repeat: no-repeat;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
}

.hs-content-id-78241771572 .header li.speak-to-an-expert > a {
  background-color: #2818F9 !important;
}
.hs-content-id-78241771572 .header li.speak-to-an-expert > a:hover {
  background-color: #5E4FFF !important;
}
.hs-content-id-78241771572 .header li.speak-to-an-expert > a:hover {
  background-color: #1002D0 !important;
}

.hs-content-id-78241771572 .top_area-row-0-background-color {
    position: relative;
}
.hs-content-id-78241771572 .top_area-row-0-background-color::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 100px solid rgb(6, 0, 72);
    border-right: 0px solid transparent;
}
.hs-content-id-78241771572 .top_area-row-0-background-color::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 100px solid rgb(6, 0, 72);
    border-left: 0px solid transparent;
}

.hs-content-id-78241771572 .top_area-row-4-background-color, .hs-content-id-78241771572 .top_area-row-9-background-color, .hs-content-id-78241771572 .top_area-row-5-background-color {
    position: relative;
}
.hs-content-id-78241771572 .top_area-row-4-background-color::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0px;
    border-left: 100vw solid transparent;
    border-bottom: 100px solid rgb(6, 0, 72);
    border-right: 0px solid transparent;
}
.hs-content-id-78241771572 .top_area-row-9-background-color::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    border-right: 100vw solid transparent;
    border-top: 100px solid rgb(6, 0, 72);
    border-left: 0px solid transparent;
}

@media screen and (max-width: 1199px){
  .hs-content-id-78241771572 .top_area-row-0-background-color::before, .hs-content-id-78241771572 .top_area-row-4-background-color::before {
    border-bottom: 70px solid rgb(6, 0, 72);
}
  .hs-content-id-78241771572 .top_area-row-0-background-color::after, .hs-content-id-78241771572 .top_area-row-9-background-color::after {
    border-top: 70px solid rgb(6, 0, 72);
}
}
@media screen and (max-width: 1024px){
.hs-content-id-78241771572 .company-new-sec {
    min-height: 297px;
}
 .hs-content-id-78241771572 .cell_16399839036442-padding, .hs-content-id-78241771572 .cell_16399841065642-padding {
    padding-right: 20px !important;
}
  .hs-content-id-78241771572 .cell_1639984099737-padding, .hs-content-id-78241771572 .cell_16399841065643-padding {
    padding-left: 20px !important;
}
}
@media screen and (max-width: 800px){
.hs-content-id-78241771572 .dnd-section > .row-fluid {
    flex-direction: column;
}

.hs-content-id-78241771572 .dnd-section > .row-fluid [class*="span"] {
    width: 100%;
}
  .hs-content-id-78241771572 .dnd-section > .row-fluid .span12.dnd-column .row-fluid {
    flex-direction: column !important;
}
.hs-content-id-78241771572 .top_area-row-0-background-color {
    margin-top: -40px;
}
  .hs-content-id-78241771572 .dnd-section > .row-fluid [class*="span4"] {
    width: 33.3333%;
}
  .hs-content-id-78241771572 .dnd-section.top_area-row-7-background-color > .row-fluid, .hs-content-id-78241771572 .dnd-section.top_area-row-8-background-color > .row-fluid {
    flex-direction: row;
}
  .hs-content-id-78241771572 .dnd-section.top_area-row-7-background-color > .row-fluid [class*="span6"], .hs-content-id-78241771572 .dnd-section.top_area-row-8-background-color > .row-fluid [class*="span6"] {
    width: 50%;
}
  .hs-content-id-78241771572 .dnd-section.top_area-row-5-background-color>.row-fluid {
    flex-direction: row;
}
  .hs-content-id-78241771572 .dnd-section.top_area-row-5-background-color>.row-fluid [class*=span6] {
    width: 50%;
}
  .hs-content-id-78241771572 .dnd-section.top_area-row-5-background-color>.row-fluid #hs_cos_wrapper_widget_1639983505120 {
    margin-top: 0 !important;
}
}
@media screen and (max-width: 767px){
.hs-content-id-78241771572 .dnd-section.top_area-row-5-background-color > .row-fluid [class*="span6"], .hs-content-id-78241771572 .dnd-section.top_area-row-7-background-color > .row-fluid [class*="span6"], .hs-content-id-78241771572 .dnd-section.top_area-row-8-background-color > .row-fluid [class*="span6"], .hs-content-id-78241771572 .dnd-section > .row-fluid [class*="span4"] {
    width: 100%;
}
   .hs-content-id-78241771572 .top_area-row-0-background-color::before, .hs-content-id-78241771572 .top_area-row-4-background-color::before {
    border-bottom: 40px solid rgb(6, 0, 72);
}
  .hs-content-id-78241771572 .top_area-row-0-background-color::after, .hs-content-id-78241771572 .top_area-row-9-background-color::after {
    border-top: 40px solid rgb(6, 0, 72);
}

  .hs-content-id-78241771572 .company-new-sec {
    min-height: auto;
}
   .hs-content-id-78241771572 .cell_16399839036442-padding, .hs-content-id-78241771572 .cell_16399841065642-padding {
    padding-right: 15px !important;
}
  .hs-content-id-78241771572 .cell_1639984099737-padding, .hs-content-id-78241771572 .cell_16399841065643-padding {
    padding-left: 15px !important;
}
}
@media screen and (max-width: 480px){
  .hs-content-id-78241771572 .top_area-row-0-background-color {
    margin-top: -20px;
}
  }
  



/* Life ad Edozo page css used with this class i.e ".hs-content-id-78241771572" end */


/* Contact-Form pages css used with these classes i.e ".hs-content-id-62355662389, .hs-content-id-62519829050, .hs-content-id-62520355761" start */

.hs-content-id-62355662389 .header .header__container-outer, .hs-content-id-62519829050 .header .header__container-outer, .hs-content-id-62520355761 .header .header__container-outer {
	background: linear-gradient(89.84deg, #7E0BC2 30.02%, #2818F9 78.27%);
}
.hs-content-id-62355662389 .header-slant-sec-desktop, .hs-content-id-62519829050 .header-slant-sec-desktop, .hs-content-id-62520355761 .header-slant-sec-desktop {
    background-image: url(https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Slant_PurpleBlue.svg);
    width: 50%;
    height: 67px;
    background-repeat: no-repeat;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
}
.hs-content-id-62355662389 stop:last-child, .hs-content-id-62519829050 stop:last-child, .hs-content-id-62520355761 stop:last-child {
    stop-color: #7e0bc2;
}

.hs-content-id-62355662389 stop:first-child, .hs-content-id-62519829050 stop:first-child, .hs-content-id-62520355761 stop:first-child {
    stop-color: #5a11d9;
}

.hs-content-id-62355662389 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .hs-content-id-62519829050 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section, .hs-content-id-62520355761 .alert_sec .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
	position: relative;
}


.hs-content-id-62355662389 .top_sec .top_area-row-0-background-color, .hs-content-id-62519829050 .top_sec .top_area-row-0-background-color, .hs-content-id-62520355761 .top_sec .top_area-row-0-background-color {
	transform: skewY(-5deg);
	position: relative;
    z-index: 2;
}
.hs-content-id-62355662389 .top_sec .top_area-row-0-background-color > .row-fluid, .hs-content-id-62519829050 .top_sec .top_area-row-0-background-color > .row-fluid, .hs-content-id-62520355761 .top_sec .top_area-row-0-background-color > .row-fluid {
	transform: skewY(5deg);
}
.hs-content-id-62355662389 #hs_cos_wrapper_widget_1640085792786, .hs-content-id-62519829050 #hs_cos_wrapper_widget_1640085792786, .hs-content-id-62520355761 #hs_cos_wrapper_widget_1640085792786 {
	margin-top: -170px;
}
.hs-content-id-62355662389 #hs_cos_wrapper_widget_1640085792786 #hs_cos_wrapper_widget_1640085792786_, .hs-content-id-62519829050 #hs_cos_wrapper_widget_1640085792786 #hs_cos_wrapper_widget_1640085792786_, .hs-content-id-62520355761 #hs_cos_wrapper_widget_1640085792786 #hs_cos_wrapper_widget_1640085792786_ {
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(170, 170, 170, 0.4);
	border-radius: 12px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.hs-content-id-62355662389 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section, .hs-content-id-62519829050 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section, .hs-content-id-62520355761 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section {
  padding-top: 150px;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px){
  .hs-content-id-62355662389 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section, .hs-content-id-62519829050 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section, .hs-content-id-62520355761 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section {
    padding-bottom: 30px;
}
  .hs-content-id-62355662389 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section, .hs-content-id-62519829050 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section, .hs-content-id-62520355761 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section {
    padding-top: 100px !important;
}
  .hs-content-id-62355662389 #hs_cos_wrapper_widget_1640085792786 #hs_cos_wrapper_widget_1640085792786_, .hs-content-id-62519829050 #hs_cos_wrapper_widget_1640085792786 #hs_cos_wrapper_widget_1640085792786_, .hs-content-id-62520355761 #hs_cos_wrapper_widget_1640085792786 #hs_cos_wrapper_widget_1640085792786_ {
    width: 95%;
}
 
}
@media screen and (max-width: 1024px){
.hs-content-id-62355662389 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section .span12.widget-span.widget-type-cell.dnd-column {
	padding-left: 15px;
	padding-right: 15px;
}

}

@media screen and (max-width: 767px){
.hs-content-id-62355662389 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section, .hs-content-id-62519829050 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section, .hs-content-id-62520355761 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section {
    padding-bottom: 0px !important;
}

  
.hs-content-id-62355662389 .header-slant-sec-desktop, .hs-content-id-62519829050 .header-slant-sec-desktop, .hs-content-id-62520355761 .header-slant-sec-desktop {
    display: none;
}
  
.hs-content-id-62355662389 .header-slant-sec-mobile, .hs-content-id-62519829050 .header-slant-sec-mobile, .hs-content-id-62520355761 .header-slant-sec-mobile {
    background-image: url("https://20190884.fs1.hubspotusercontent-na1.net/hubfs/20190884/Mobile_Slant_PurpleBlue.svg");
    width: 100%;
    height: 32px;
    margin-top: -1px;
    background-size: contain;
    margin-left: -2px;
    position: relative;
    z-index: 3;
    display: block !important;
}   
  
.hs-content-id-62355662389 #hs_cos_wrapper_widget_1640085792786 #hs_cos_wrapper_widget_1640085792786_, .hs-content-id-62519829050 #hs_cos_wrapper_widget_1640085792786 #hs_cos_wrapper_widget_1640085792786_, .hs-content-id-62520355761 #hs_cos_wrapper_widget_1640085792786 #hs_cos_wrapper_widget_1640085792786_ {
    width: 100%;
}
  
  .hs-content-id-62355662389 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section, .hs-content-id-62519829050 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section, .hs-content-id-62520355761 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section {
    padding-top: 130px;
    padding-bottom: 30px;
}
.hs-content-id-62355662389 .dnd-section .dnd-column, .hs-content-id-62519829050 .dnd-section .dnd-column, .hs-content-id-62520355761 .dnd-section .dnd-column {
	padding: 0px 0 !important;
}
.hs-content-id-62355662389 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section, .hs-content-id-62519829050 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section, .hs-content-id-62520355761 .row-fluid-wrapper.row-depth-1.row-number-3.top_area-row-1-force-full-width-section.dnd-section {
	padding-top: 100px;
}
.hs-content-id-62355662389 .top_sec .top_area-row-0-background-color, .hs-content-id-62519829050 .top_sec .top_area-row-0-background-color, .hs-content-id-62520355761 .top_sec .top_area-row-0-background-color {
	padding-bottom: 50px !important;
}
  .hs-content-id-62355662389 footer.footer, .hs-content-id-62519829050 footer.footer, .hs-content-id-62520355761 footer.footer{
        padding-top: 40px;
  }
}

/* Contact-Form pages css used with these classes i.e "..hs-content-id-62355662389, .hs-content-id-62519829050, .hs-content-id-62520355761" end */



/* cookies css */

body div#hs-eu-cookie-confirmation {
    background-color: rgb(33 37 41 / 90%) !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-color: #FF8955 !important;
    border: none !important;
    border-radius: 23px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-family: Gilroy !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    justify-content: center;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    background: transparent !important;
    border: solid 1px #ffffff!important;
    border-radius: 23px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-family: Gilroy !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #fff !important;
    justify-content: center;
}


body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-family: 'Gilroy' !important;
}


/* cookeies css */

/* start modal css */
.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
    z-index: 1010;
		}

	.feedback-form .form_section {
    margin-top: -30px;
}
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 0;
    right: 0;
		position: absolute;
    z-index: 1020;
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
.reveal-modal .close-reveal-modal {
    font-size: 45px;
    line-height: .5;
    position: absolute;
    top: 20px;
    right: 15px;
    color: #060048 !important;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: 300;
    cursor: pointer;
}

.feedback-form h3 {
    display: block !important;
    color: #00d4ff !important;
}

.reveal-modal {
    max-width: 750px;
    margin: auto;
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 8px 0 rgb(53 105 128 / 30%), 0 6px 20px 0 rgb(165 200 213 / 41%);
  border-radius:15px;
}

 @media screen and (max-width: 767px){
   .feedback-form .content-wrapper {
    max-width: 100% !important;
}
.reveal-modal .hbspt-form {
    max-width: 90%;
    padding: 20px;
  border-radius:15px;
}
}
.header-wrap.help-center-header header.header .custom-menu-primary .hs-menu-wrapper ul.hs-menu-children-wrapper > li a {
    border-bottom: 0 !important;
}


.hs_submit.hs-submit .actions {margin: auto;}


/* newsletter section css start from here */

div#custom-newsletter-section h3 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #060048;
}

div#custom-newsletter-section p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #060048;
    margin-bottom: 40px;
}
div#custom-newsletter-section {
    position: relative;
}
.hp-loader {
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgba(242, 246, 249, 1) !important;
    display: none;
    width: 100%;
    height: 100%;
}

.hp-loader img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* newsletter section css end here */


/* newsletter modal css start from here*/

div#custom-newsletter-modal .reveal-modal {
    max-width: 85%;
    background: #f2f6f9;
    border-radius: 0;
    box-shadow: none;
    padding-left: 70px;
    padding-top: 50px;
    top: 50%;
    transform: translateY(-50%);
}

div#custom-newsletter-modal h3 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #060048;
}

div#custom-newsletter-modal p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #060048;
    margin-bottom: 40px;
}

div#custom-newsletter-modal .close-reveal-modal {
    top: 15px;
    width: 28px;
    right: 15px;
}
.visibleModalNews{
visibility: visible !important;
}

div#custom-newsletter-modal.show:before {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(33, 37, 41, .5);
    z-index: 100;
    display: block;
    top: 0;
    left: 0;
    z-index: 1010;
    content: "";
}

div#custom-newsletter-modal .reveal-modal {
    position: fixed !important;
}

.parmya {
    display: flex;
    align-items: center;
}



div#custom-newsletter-modal {
    position: relative;
}

.loader {
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    display: none;
    width: 100%;
    height: 100%;
}

.loader img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px){
  div#custom-newsletter-modal .reveal-modal .hbspt-form {
    max-width: 100%;
    padding: 0;
}
  div#custom-newsletter-modal .reveal-modal {
    top: 50px;
    padding: 30px;
    transform: none;
}
}
/* newsletter modal css end here*/

/* end modal css */