@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700;900&display=swap');
/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.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;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  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 {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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 - date picker */

.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: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* 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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}








@font-face {
    font-family: 'Futura';
    src: url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/FuturaBT-Light.eot');
    src: url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/FuturaBT-Light.eot#iefix') format('embedded-opentype'),
        url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/FuturaBT-Light.woff2') format('woff2'),
        url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/FuturaBT-Light.woff') format('woff'),
        url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/FuturaBT-Light.ttf') format('truetype'),
        url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/Futura-Medium.eot');
    src: url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/Futura-Medium.eot#iefix') format('embedded-opentype'),
        url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/Futura-Medium.woff2') format('woff2'),
        url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/Futura-Medium.woff') format('woff'),
        url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/Futura-Medium.ttf') format('truetype'),
        url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/Futura-Medium.svg#Futura-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
     font-family: 'Avenir Regular';
    src: url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/fonts/Avenir-Regular.eot');
    src: url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/fonts/Avenir-Regular.eot#iefix') format('embedded-opentype'),
         url('https://f.hubspotusercontent40.net/hubfs/5897047/MetaGrowth_2022/Fonts/https://f.hubspotusercontent40.net/hubfs/5897047/MetaGrowth_2022/Fonts/fonts/Avenir-Regular.woff2') format('woff2'),
         url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/fonts/Avenir-Regular.woff') format('woff'),
         url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/fonts/Avenir-Regular.ttf')  format('truetype'),
         url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/fonts/Avenir-Regular.svg#Avenir%20Regular') format('svg'); 
  
}
*/
@font-face {
  font-family: 'Avenir-Regular';
  src:url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/new_font/Avenir-Regular.woff') format('woff'),
        url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/new_font/Avenir-Regular.woff2') format('woff2'),
        url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/new_font/Avenir-Regular.eot'),
        url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/new_font/Avenir-Regular.eot#iefix') format('embedded-opentype'),
        url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Fonts/new_font/Avenir-Regular.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 1a. Containers */




/* 1b. Colors */








/* 1c. Typography */





























/* 1d. Buttons */














/* 1e. Forms */









/* 1g. Website header */







/* 1h. Website footer */








.content-wrapper, .container {
  max-width: 1240px;
  padding:0 20px;
  margin:0 auto;
  width:100%;
  
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 18px;
}



/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: , sans-serif; font-style: normal;
  color: #01C348;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: , sans-serif; font-style: normal;
  color: #009b20;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: , sans-serif; font-style: normal;
  color: #29eb70;
}
a:link{color:inherit}
a:active{color:inherit}
a:visited{color:inherit}
/* Headings */

h1 {
  
  font-weight: 300; text-decoration: none; font-family: , serif; font-style: normal;
  font-family:'Futura', sans-serif;
  color: #000000;
  font-size: 64px;
  text-transform: none;
  line-height: 1.2em;
  
  
}

h2 {
    
  font-weight: 500; text-decoration: none; font-family: , serif; font-style: normal;
  font-family:'Futura', sans-serif;
  color: #000000;
  font-size: 46px;
  text-transform: none;

    line-height: 1.53em;
}

h3 {
    
  font-weight: 500; text-decoration: none; font-family: , serif; font-style: normal;
  font-family:'Futura', sans-serif;
  color: #000000;
  font-size: 36px;
  text-transform: none;
line-height: 1.4em;
}

h4 {
    
  font-weight: normal; text-decoration: none; font-family: , serif; font-style: normal;
  font-family:'Futura', sans-serif;
  color: #000000;
  font-size: 22px;
  text-transform: none;
line-height: 1.25em;
}

h5 {
    
  font-weight: normal; text-decoration: none; font-family: , serif; font-style: normal;
  font-family:'Futura', sans-serif;
  color: #000000;
  font-size: 20px;
  text-transform: none;
 line-height: 23px;
}

h6 {
    
  font-weight: normal; text-decoration: none; font-family: , serif; font-style: normal;
  font-family:'Futura', sans-serif;
  color: #000000;
  font-size: 20px;
  text-transform: none;
  line-height: 23px;
}
h1,h2,h3,h4,h5,h6 { margin:0 0 20px; }

/* Blockquote */

blockquote {
  border-left-color: #000000;
}






button,
.button, a.button, .btn-green a{
  border: 2px solid #01C348;
;
  padding-top: 12px;
padding-right: 25px;
padding-bottom: 12px;
padding-left: 25px;
;
  font-size: 16px;
  
  background-color: 

  
  
    
  


  rgba(1, 195, 72, 1.0)

;
  border-radius: px;
  color: #ffffff;
  text-transform: uppercase;
    border-radius: 0px 25px 25px 25px;
  line-height:normal;
  font-family:'Raleway', sans-serif;
   font-weight:600;
  display:inline-block;
}

button:hover,
button:focus,
.button:hover,
.button:focus, a.button:hover, a.button:focus, .btn-green a:hover, .btn-green a:focus {

  background-color: rgba(0, 155, 32, 1.0);
  border-color: #009b20;
}

button:active,
.button:active, a.button:active, .btn-green a:active {

  background-color: rgba(0, 155, 32, 1.0);
  border-color: #009b20;
}


.button:focus-visible, button:focus-visible {
    outline: 0;
}
/*---------------------*/

.btn-white, a.btn-white, .button-white a {
  border: 2px solid #ffffff;

  padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;

font-size: 16px;
background-color: transparent;

  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0px 25px 25px 25px;
  line-height:normal;
  font-family:'Raleway', sans-serif;
  font-weight:600;
  display:inline-block;
  
}

.btn-white:hover, a.btn-white:hover,
.btn-white:focus, a.btn-white:focus,
.btn-white:hover, a.btn-white:hover,
.btn-white:focus, a.btn-white:focus, .btn-white:hover, a.btn-white:focus, .button-white a:hover, .button-white a:focus  {
  background-color: #ffffff;
  color:#01C348;
   border-color:#ffffff;
}

.btn-white:active,
 a.btn-white:active, .button-white a:active {
  background-color: #ffffff;
   color:#01C348;
  border-color:#ffffff;
}





form,
.submitted-message {
  font-family: , sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #ffffff;
}

/* Labels */

form label {
  color: #ffffff;
}

/* Help text */

form legend {
  color: ;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #ffffff;
  border-radius: 23px;
}

.backup-unsubscribe input[type=email] {
  border: 2px solid #000000;
}

a.hs-login-widget-show-password:hover, .systems-page #hs_login_reset:hover, a.hs-register-widget-show-password:hover {
  color: #01C348;
      font-weight: 300;
}
.hs_cos_wrapper_type_rich_text p a{   font-weight: 300;}
.hs_cos_wrapper_type_rich_text p a:hover {color:#01C348; }
.unsubscribe-form .hs-form-field>label { font-size:18px; color:#000000;}
/* Form placeholder text */

::-webkit-input-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

::placeholder {
  color: #ffffff;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #ffffff;
}

.fn-date-picker td.is-selected .pika-button {
  background: #01C348;
}

.fn-date-picker td .pika-button:hover {
  background-color: #01C348 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #01C348;
}

/* Submit button */

form input[type=submit],
form .hs-button, a.hs-button {
  border: 2px solid #01C348;

  padding-top: 12px;
padding-right: 25px;
padding-bottom: 12px;
padding-left: 25px;

  ;
  font-family:'Raleway', sans-serif;
      font-weight: 600;
  background-color: 

  
  
    
  


  rgba(1, 195, 72, 1.0)

;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0px 23px 23px 23px;
  line-height:normal;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus, a.hs-button:hover, a.hs-button:focus {
  background-color: rgba(0, 155, 32, 1.0);
  border-color: #009b20;
}

form input[type=submit]:active,
form .hs-button:active, a.hs-button:active {
  background-color: rgba(0, 155, 32, 1.0);
  border-color: #009b20;
}







.header {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
  font-family: ;
}

.menu__child-toggle-icon {
  border-top-color: #ffffff;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #d7d7d7;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #d7d7d7;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

.menu__child-toggle-icon:active {
  border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #ffffff;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: ;
}

.header__language-switcher-label-current:after {
  border-top-color: #ffffff;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #ffffff;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(30, 30, 30, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 50px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #000000;
}

.blog-post__tag-link {
  color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #282828;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 500; text-decoration: none; font-family: , serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #000000;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #282828;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 50px;
}

#comments-listing .comment-reply-to {
  color: #01C348;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #009b20;
}

#comments-listing .comment-reply-to:active {
  color: #29eb70;
}





.hs-search-results__title {
  font-weight: 300; text-decoration: none; font-family: , serif; font-style: normal;
  color: #000000;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 500; text-decoration: none; font-family: , serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #000000;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000000;
}

.blog-index__post-title-link:active {
  color: #282828;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #000000;
}


/*---------------------------------------------------------------*/
body{font-family:'Futura', sans-serif;color:#000000;font-size:18px;line-height:28px;font-family: , sans-serif; font-style: normal; font-weight: normal; text-decoration: none;font-weight:300;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;}
body:not(.custom-background-image)::before,body:not(.custom-background-image)::after{display:none!important;}
a{text-decoration:none;transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
a:hover{text-decoration:none;transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
a:focus{outline:none;text-decoration:none;}
img{border:0 none;max-width:100%;vertical-align:middle;height:auto}

/* Paragraphs */
p{ color: #000000;font-size: 18px;font-family: , sans-serif;; font-family: 'Futura', sans-serif; margin-bottom:20px;font-weight:300;}

/*******************************************hubspot******************************************************************/
.row-fluid [class*="span"]{min-height:1px;}

/****************************************************Placeholder opacity cross browsers*****************************************/


/* Internet Explorer 10+ */

/****************************************************** IE *********************************************************/

select::-ms-expand{display:none;}
input::-ms-clear{display:none;}

/*********************************************** remove auto fill yellow color ************************************/
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{-webkit-box-shadow:0 0 0 100px #fff inset;-moz-box-shadow:0 0 0 100px #fff inset;box-shadow:0 0 0 100px #fff inset;color:#333;}

/*********************************************** Form CSS **********************************************/
.hs_error_rollup{display:none;}
form .hs-form-field{position:relative;}
form ul.hs-error-msgs.inputs-list{position:absolute;bottom:-20px;right:0;list-style-type:none;padding:1px 5px;background:#01C348;margin:0;}
form ul.hs-error-msgs.inputs-list > li > label{font-weight:500;position:relative;z-index:9;color:#ffffff;margin:0;}
form ul.hs-error-msgs.inputs-list:after{content:'';width:8px;height:8px;position:absolute;display:inline-block;left:50%;background:#01C348;margin-left:-6px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;top:0;}
input,textarea,select{border-radius:0;}
html input[type="button"],input[type="reset"],input[type="submit"],textarea{-webkit-appearance:none;border-radius:0;transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
button,input,select,textarea,option{font-size:100%;margin:0;vertical-align:baseline;}
input[type="text"],input[type="tel"],input[type="email"]{-webkit-appearance:none!important;}
input[type="submit"]{cursor:pointer;transition:all 0.5s ease;}
textarea{overflow:auto;vertical-align:top;resize:none;}

/* -------- Forms --------- */
.hs-form textarea,.hs-form input[type="text"],.hs-form input[type="password"],.hs-form input[type="datetime"],.hs-form input[type="datetime-local"],.hs-form input[type="date"],.hs-form input[type="month"],.hs-form input[type="time"],.hs-form input[type="week"],.hs-form input[type="number"],.hs-form input[type="email"],.hs-form input[type="url"],.hs-form input[type="search"],.hs-form input[type="tel"],.hs-form input[type="color"],.hs-form select{font-size:14px;line-height:normal;font-weight:300;padding:0 15px;width:100%;font-family:'Futura', sans-serif;background-color:transparent;height:46px; border: 1px solid #ffffff;
; color:#ffffff; border-radius:23px; }
.hs-input.invalid.error{border-color:#01C348;}
.hs-form input:focus{outline:0;}
.hs-form select{-webkit-appearance:none;background:transparent;}
.hs-form-field > label{font-size:14px;font-weight:300;margin-bottom:10px;display:inline-block;font-family:'Futura', sans-serif;}
.hs-recaptcha{margin-bottom:30px;}
.hs-form-field{position:relative;margin-bottom:30px;}
.hs-form input[type="checkbox"]{margin-right:25px;}
.hs-form textarea{height:130px!important;resize:none!important;resize:none;width:100%!important;padding:15px;border-radius:20px;}
/*input[type="submit"]{-webkit-appearance:none;background-color:#0a40ef;color:#fff;padding:20px 24px;border:1px solid #0a40ef;display:inline-block;text-decoration:none;line-height:normal;font-size:15px;font-weight:500;}
*/
input[type="submit"]:focus,input[type="submit"]::focus-visible{outline:0;}
.hs-form-field .input{width:100%;margin:0!important;}
/* Radio Button Style */
.hs-form-radio label.hs-form-radio-display{font-size:14px;font-weight:300;text-transform:capitalize;display:flex;flex-wrap:wrap;border-radius:23px;border:1px solid#ffffff;height:46px;align-items:center;justify-content:flex-start;cursor:pointer;margin:0;}
.hs-form-radio-display .hs-input{display:none;}
.hs-form-radio label.hs-form-radio-display input+span{display:flex;flex-wrap:wrap;align-items:center;margin-left:40px;}
.hs-form-radio label.hs-form-radio-display input+span:before{width:26px;height:26px;content:'';background-color:#cbcbcb;display:inline-block;border-radius:100%;margin-right:13px;position:absolute;left:5px;}
.hs-form-radio label.hs-form-radio-display{position:relative;}
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color:#01C348;}
.hs-form-radio label.hs-form-radio-display input:checked+span:after{content:'';position:absolute;width:16px;height:12px;background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Vector%20%289%29.svg);border-radius:100%;transition:.5s ease all;background-position:center center;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background-repeat:no-repeat;background-size:cover;left:10px;}
.hs-fieldtype-radio ul{display:flex;flex-wrap:wrap;}
.hs-fieldtype-radio ul li{width:23.4%;margin-right:2%;margin-top:0;margin-bottom:0;}
.hs-fieldtype-radio ul li:last-child{margin-right:0;}

/* Checkbox Style */
.hs-form-checkbox:not(:last-child){margin-bottom:29px;}
.hs-form-checkbox label.hs-form-checkbox-display{font-size:14px;font-weight:300;text-transform:capitalize;display:flex;flex-wrap:wrap;align-items:center;cursor:pointer;margin:0;}
.hs-form-checkbox-display .hs-input{display:none;}
.hs-form-checkbox label.hs-form-checkbox-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;margin-left:15px;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before{width:20px;height:20px;content:'';background-color:#cbcbcb;display:inline-block;margin-right:13px;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before{background-color:#01C348;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after{content:'';position:absolute;width:16px;height:12px;background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Vector%20%289%29.svg);border-radius:100%;transition:.5s ease all;background-position:center center;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background-repeat:no-repeat;background-size:cover;left:3px;}
.hs-fieldtype-checkbox ul li{margin-top:0;margin-bottom:10px!important;}
form .legal-consent-container .hs-richtext{text-align:left;}
form .legal-consent-container .hs-richtext *{color:#ffffff;}
form .legal-consent-container .hs-richtext a{color:#01C348;}
.legal-consent-container .hs-form-booleancheckbox-display>span,.legal-consent-container .hs-form-booleancheckbox-display>span p{margin-left:0!important;display:flex!important;flex-wrap:wrap;align-items:center;cursor:pointer;}
.legal-consent-container .hs-form-booleancheckbox-display input{display:none;}
.legal-consent-container .hs-form-booleancheckbox-display input+span:before{width:20px;height:20px;content:'';background-color:#cbcbcb;display:inline-block;margin-right:13px;}
.legal-consent-container .hs-form-booleancheckbox-display input:checked+span:before{background-color:#01C348;}
.legal-consent-container .hs-form-booleancheckbox-display input:checked+span:after{content:'';position:absolute;width:16px;height:12px;background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Vector%20%289%29.svg);border-radius:100%;transition:.5s ease all;background-position:center center;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background-repeat:no-repeat;background-size:cover;left:3px;}

.hs-error-msgs{position:relative;}
.hs-error-msgs li label{font-size:14px;line-height:normal;margin:0;}
.hs-error-msgs li{list-style-type:none; margin: 0 !important;}
.hs-form-checkbox{width:100%;float:left;list-style-type:none;}
.hs-form-radio{width:33.3%;float:left;list-style-type:none;}
.hs-form-checkbox input,.hs-form-radio input{margin-right:27px;}
form .hs-richtext{text-align:center;}
form{max-width:100%;width:100%;float:none!important;}
form legend{margin-bottom:0;}
.submitted-message{text-align:center;font-size:20px;overflow:hidden!important;line-height:normal;}

/* Form Two Col Section */
.form-columns-2,.form-columns-1{max-width:100%!important;}
.form-columns-2 > div{width:48%!important;}
.form-columns-2 > div:first-child{float:left!important;}
.form-columns-2 > div:last-child{float:right!important;}
ul,ol{margin:20px 0;text-align:left;padding-left:0px;}
ul li,ol li{font-size:18px;margin-bottom:6px;list-style:inherit;list-style-position:outside;}

/*---------Main-Navigation-2022----------*/
.menu-icon{display:none;cursor:pointer;color:#fff;text-transform:uppercase;text-align:center;font-weight:bold;line-height:33px;font-size:22px;padding:10px 0;}
.menu-icon .menu-box{width:50px;height:38px;margin-right:20px;padding:5px;position:absolute;right:0;}
.menu-icon.active .menu-box{position:absolute;right:284px;transition:all 0.5s ease 0s;}
.menu-icon .menu-box span{width:100%;height:4px;margin-bottom:6px;background:#fff;display:block;border-radius:2px;transition:all 0.4s ease 0s;-webkit-transition:all 0.4s;}
.menu-icon.active span:nth-child(1){transform:rotate(45deg) translateY(8px) translateX(6px);-webkit-transform:rotate(45deg) translateY(8px) translateX(6px);}

/* .menu-icon:hover:not(.active) span:nth-child(1) {
   transform: rotate(90deg) translateX(8px);
   -webkit-transform: rotate(90deg) translateX(8px);
} */
.menu-icon.active span:nth-child(2){opacity:0;}
.menu-icon.active span:nth-child(3){transform:rotate(-45deg) translateY(-7px) translateX(6px);-webkit-transform:rotate(-45deg) translateY(-7px) translateX(6px);}

/* .menu-icon:hover:not(.active) span:nth-child(3) {
   transform: rotate(-90deg) translateX(6px);
   -webkit-transform: rotate(-90deg)  translateX(6px);
} */
.enumenu_ul .hs-menu-wrapper  ul{padding:0px;list-style:none;margin:0;}
.enumenu_ul .hs-menu-wrapper > ul > li{display:inline-block;vertical-align:top;margin-bottom:0;position:relative;}
.enumenu_ul .hs-menu-wrapper > ul > li a{font-size:16px;line-height:normal;color:#ffffff;padding:28px 0 28px;display:inline-block;font-family:'Raleway', sans-serif;font-weight:500;position:relative;margin:0px 30px;}
.enumenu_ul .hs-menu-wrapper > ul > li > a:hover,.enumenu_ul .hs-menu-wrapper > ul > li.active > a,.enumenu_ul .hs-menu-wrapper > ul > li.hover a{color:#01C348;}
.enumenu_ul .hs-menu-wrapper>ul>li a.menubelow:after{content:"\f107";position:absolute;margin-top:0px;right:-15px;font-family:fontawesome;transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;-webkit-transition:all .2s ease;}
.enumenu_ul .hs-menu-wrapper > ul > li.hover > a:after{-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-top:2px;}
.enumenu_ul .hs-menu-wrapper > ul > li  ul{visibility:hidden;opacity:0;}
.enumenu_ul .hs-menu-wrapper > ul > li ul li{width:100%;margin:0;list-style:none;position:relative;}
.enumenu_ul.desk .hs-menu-wrapper > ul > li ul{top:100%!important;z-index:999;list-style:none;left:0!important;background-color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;position:absolute;min-width:148px;flex-direction:none!important;-ms-transform:translateY(50px);-moz-transform:translateY(50px);-webkit-transform:translateY(50px);transform:translateY(50px);transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
.enumenu_ul.desk .hs-menu-wrapper > ul > li ul:before{width:0%;left:0;right:0;content:"";position:absolute;background-color:#01C348;height:2px;opacity:0;top:0;visibility:hidden;transition:all .5s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;-webkit-transition:all 1s ease;}

/*Sub menu styles*/
.enumenu_ul.desk .hs-menu-wrapper > ul > li:hover > ul{visibility:visible;opacity:1;-ms-transform:translateY(0px);-moz-transform:translateY(0px);-webkit-transform:translateY(0px);transform:translateY(0px);}
.enumenu_ul.desk .hs-menu-wrapper > ul > li:hover > ul:before{width:100%;visibility:visible;opacity:1;}
.enumenu_ul.desk .hs-menu-wrapper > ul  .sb-menu .sb-menu{left:100%;top:0;}
.enumenu_ul.desk .hs-menu-wrapper>ul>li ul li a{padding:15px 12px 15px 26px;display:block;color:#ffffff;font-size:16px;text-align:left;margin:0;position:relative;}
.enumenu_ul.desk .hs-menu-wrapper>ul>li ul li a:before{width:4px;background-color:#ffffff;height:1px;position:absolute;content:"";left:12px;top:50%;-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
.enumenu_ul.desk .hs-menu-wrapper > ul > li ul li:hover > a{color:#01C348;}
.enumenu_ul.desk .hs-menu-wrapper > ul > li ul li:hover > a:before{width:9px;background-color:#01C348;}
.enumenu_ul .arrow{position:absolute;right:10px;top:5px;width:30px;height:30px;background:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/plus.png) no-repeat center center;cursor:pointer;z-index:999}
.enumenu_ul .arrow.up{background:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/minus.png) no-repeat center center}
.site-logo{width:140px;display:block;}
.site-logo a{width:100%;display:block;}
.site-logo a img{display:block;margin:0 auto;}
.head-top{padding:20px 0;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
.head-top .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;}
header.header{position:fixed;top:0;left:0;right:0;z-index:1111;transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
header.header.head-top-box.stick{background-color:#000;z-index:1111;}
.stick  .head-top{padding:10px 0;}
.enumenu_ul .hs-menu-wrapper>ul>li:last-child a{background-color:#01C348;padding:14px 26px;border-radius:0px 23px 23px 23px;font-weight:600;margin:14px 0 0 15px;}
.enumenu_ul .hs-menu-wrapper>ul>li:last-child>a:hover{color:#ffffff;background-color:rgba(0, 155, 32,1.0);}
.enumenu_ul .hs-menu-wrapper>ul>li.hover:last-child>a{color:#ffffff;background-color:rgba(0, 155, 32,1.0);}

/*--------Hero-Banner-Section-----------*/
.font-white *{color:#ffffff;}
.main_hero_banner{background-repeat:no-repeat;min-height:750px;padding-top:211px;padding-bottom:97px;position:relative;}
.banner_left_cont{width:50%;position:relative;z-index:11;}
.banner_left_cont h1{margin-bottom:59px;}
.banner_left_cont p{font-family:'Avenir-Regular', sans-serif;font-weight:normal;}
.marg-top{margin-top:50px;}
.button_wrapper_box{display:flex;flex-wrap:wrap;align-items:center;}
.button_wrapper_box a.video-btn{margin-left:20px;display:flex;flex-wrap:wrap;align-items:center;}
.button_wrapper_box a.video-btn{font-size:14px;font-weight:300;font-family:'Raleway', sans-serif;}
span.video-icon{border:1px solid#01C348;box-sizing:border-box;border-radius:0px 23px 23px 23px;width:46px;height:46px;display:flex;margin-right:10px;flex-wrap:wrap;align-items:center;justify-content:center;}
.white-popup{width:1200px!important;height:100%!important;}
.fancybox-skin{position:relative;background:transparent!important;color:#444;text-shadow:none;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;padding:0!important;}
.fancybox-close{right:29px!important;background:#01c348 url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Vector-1.svg)!important;background-size:15px 15px!important;background-repeat:no-repeat!important;border-radius:0px 18px 18px 18px;width:36px!important;height:36px!important;background-position:center center!important;top:0px!important;}
.main_hero_banner:after{background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Group.svg);width:729px;height:591px;position:absolute;content:"";bottom:0;right:0;z-index:1;background-repeat:no-repeat;background-size:cover;}







/*--------Special-Meta-Growth-Module-2022-------------*/
.special_meta_growth_sec{padding:160px 0 80px;}
.special_wrap{display:flex;flex-wrap:wrap;position:relative;width:100%;}
.special_left_part{width:64.7%;min-height:467px;background-size:cover;background-position:center center;background-repeat:no-repeat;position:absolute;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:flex-start;margin-top:0;bottom:-80px;}
.special_right_part_{width:53.3%;position:relative;right:0;background-color:#ffffff;padding:30px;margin-left:auto;}
.special_right_part_ p{line-height:22px;}
.special_right_part_ p:last-child{margin-bottom:0;}
span.btm_n_icon{background:#01C348;border-radius:200px 200px 200px 0px;width:129px;height:129px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-left:20px;margin-bottom:20px;}
.line_relative{z-index:1;position:relative;}
.about_grow_box{min-height:327px;border-radius:0px 163.5px 163.5px 163.5px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:63px 132px;text-align:center;position:relative;z-index:1;}
.about_grow_box .btn-warp{margin-top:0;}
.green-about-box{padding:160px 0 160px;}
.about_grow_box h3{color:#ffffff;margin-bottom:0;}
span.green_overlay{position:absolute;left:0;right:0;width:100%;height:100%;border-radius:0px 163.5px 163.5px 163.5px;z-index:-1;mix-blend-mode:multiply;top:0;bottom:0;background-size:cover;background-position:center center;background-repeat:no-repeat;}


/*--------What-We-Do-Module--------------*/

.what_we_do{padding:100px 0 60px;}
.title_top_global{text-align:center;margin-bottom:70px;position:relative;z-index:1;}
.title_top_global h2{color:#ffffff;}
.title_top_global p{color:#ffffff;}
.title_top_global p:last-child{margin-bottom:0;}
.what_we_do_wrap{display:flex;flex-wrap:wrap;}
.what_we_do_list{width:31.63%;margin-right:2.5%;background-color:#ffffff;border-radius:0px 20px 20px 20px;padding:30px 26px 58px 30px;position:relative;margin-bottom:70px;}
.what_we_do_list:nth-child(3n){margin-right:0;}
.box-botom{max-width:71%;margin:0 auto;}
.box-botom p{color:#ffffff;text-align:center;}
.box-botom p:last-child{margin-bottom:0;}
.icon-box{background-color:rgba(1,195,72,0.1);opacity:1;border-radius:0px 30px 30px 30px;display:flex;width:60px;height:60px;flex-wrap:wrap;align-items:center;justify-content:center;margin-bottom:20px;}
.what_we_do_list h4{color:#01C348;font-weight:700;margin:0 0 15px;text-transform:uppercase;}
.l-cont-box p:last-child{margin-bottom:0;}
span.icon-over{width:100px;height:100px;position:absolute;right:-30px;top:20px;display:flex;flex-wrap:wrap;align-items:center;}
span.icon-over img{width:100%;filter:grayscale(1);opacity:0.08;}
.icon-box img{width:40px;}
.counter_sec{padding:100px 0 50px;}
.countr-wrap{display:flex;flex-wrap:wrap; justify-content: center;}
.counter-list{width:25%;text-align:center;display:flex;flex-wrap:wrap;flex-direction:column;position:relative;padding:0 12px;margin-bottom:50px;}
.counter-list .count-text{display:flex;color:#01C348;font-weight:700;align-items:center;font-size:40px;line-height:58px;margin:0 0 30px;flex-wrap:wrap;justify-content:center;font-family:'Futura', sans-serif;}
.counter-list p{display:block;width:100%;text-align:center;color:#ffffff;font-weight:300;font-size:22px;line-height:normal;}
.counter-list:after{background-color:#C2C0BF;height:64px;right:0;width:1px;position:absolute;content:"";top:50%;-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.counter-list:last-child:after{display:none;}
span.line_overly{position:absolute;top:0;left:0;right:0;margin:0 auto;width:720px;text-align:center;z-index:0;background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Group%2052.svg);background-size:cover;background-position:center center;height:100%;background-repeat:no-repeat;overflow:hidden;}

/*---------Testimonial-Slider-Module-----------------*/
.client_testimonial_sec{padding:160px 0;}
.client_testimonial_slider{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;align-items:center;}
.left-client-sec{width:39.8%;padding-left:31px;position:relative;z-index:11;padding-top:30px;}
.right-client-sec{width:calc(100% - 39.8%);padding-left:167px;padding-right:51px;position:relative;z-index:11;padding-top:30px;}
.client-box *{color:#fff;}
.client-post-name{display:flex;flex-wrap:wrap;width:100%;margin-top:40px;padding-left:12px;border-left:2px solid#ffffff;margin-bottom:40px;}
.client-post-name .auth-name{color:#01C348;font-size:18px;line-height:22px;font-weight:600;display:block;width:100%;margin:0 0 5px;
font-family:'Raleway', sans-serif;}
.client-post-name .auth-post{font-size:16px;line-height:22px;color:#C2C0BF;font-weight:400;display:block;width:100%;font-family:'Raleway', sans-serif;}
.left-client-sec:before{background-color:#01C348;border-radius:0px 152px 152px 152px;width:304px;height:304px;position:absolute;top:0;left:0;content:"";}
label.client-top-title{font-size:20px;line-height:23px;font-weight:700;font-style:italic;margin:0 0 26px;width:100%;display:block;font-family:'Raleway', sans-serif;}
.right-client-sec button.slick-prev{background-color:transparent;border:0;font-size:0;line-height:0;background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Vector%20%281%29-1.svg);background-size:27px 15px;background-position:center center;background-repeat:no-repeat;width:27px;height:15px;padding:0;margin:0;position:absolute;bottom:7px;left:100px;}
.right-client-sec button.slick-next{background-color:transparent;border:0;font-size:0;line-height:0;background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/next-arrow.svg);background-size:27px 15px;background-position:center center;background-repeat:no-repeat;width:27px;height:15px;padding:0;margin:0;position:absolute;bottom:7px;right:100px;}
.right-client-sec ul.slick-dots{display:flex!important;flex-wrap:wrap;justify-content:center;margin:0;}
.right-client-sec ul.slick-dots li{margin-right:10px;width:auto;margin-bottom:0;font-size:0;}
.right-client-sec ul.slick-dots li button{background-color:#474747;border:0;border-radius:1px;font-size:0;line-height:0;width:14px;height:2px;padding:0;margin:0;}
.right-client-sec ul.slick-dots li.slick-active button{background-color:#ffffff;}
.right-client-sec ul.slick-dots li:last-child{margin-right:0;}
.client-img-left img{width:100%;}
.right-client-sec:before{background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/quote.png);left:60px;top:30px;content:"";position:absolute;width:64px;height:64px;background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:11;}
.right-client-sec button.slick-prev:hover{background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/back-hover.svg);}
.right-client-sec button.slick-next:hover{background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/next-hover.svg);}
.client-expert_box{display:flex;flex-wrap:wrap;align-items:center;border-radius:20px; height:100%;}
.client_expert_sec{padding-bottom:184px;}
.client_expert_sec .title_top_global{margin-bottom:58px;}
.expert-cont-left{width:calc(100% - (35.5% + 100px));padding:49px 80px 49px 100px;margin-top:35px;}
.expert-img{width:35.5%;margin-right:100px;height:435px;}
.expert-img img{width:100%;object-fit:cover;object-position:bottom center;height:100%;}
.expert-cont-left label{font-size:22px;line-height:28px;color:#01C348;font-weight:700;margin:0 0 3px;display:block;width:100%;}
.expert-cont-left p{color:#C2C0BF;font-size:20px;line-height:23px;font-weight:300;}
.expert-inner-cont p{font-size:18px;line-height:22px;font-weight:300;}
.expert-inner-cont p:last-child{margin-bottom:0;}
.expert-inner-cont{margin:28px 0 0;}
.client-expert_box:after{background-color:#2E362F;content:"";position:absolute;top:56px;left:0;right:0;bottom:0;width:100%;z-index:-1;border-radius:20px;height:calc(100% - 80px);}
.expert_slider .slick-track {display: flex !important;}
.expert_slider .slick-slide { height:auto;}
.expert_slider button.slick-prev{background:#fff url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/back_black.svg);width:60px;height:60px;font-size:0;padding:0;margin:0;border:0;border-radius:100%;background-repeat:no-repeat;background-size:27px 15px;background-position:center center;position:absolute;top:calc(50% + 16px);transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);z-index:1;left:-30px;}
.expert_slider{margin:0 30px;}
.expert_slider button.slick-next{background:#fff url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/next_black.svg);width:60px;height:60px;font-size:0;padding:0;margin:0;border:0;border-radius:100%;background-repeat:no-repeat;background-size:27px 15px;background-position:center center;position:absolute;top:calc(50% + 16px);right:-30px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);z-index:1;}
.home_recent_blog{padding-bottom:160px;}
.home_recent_blog .title_top_global{margin-bottom:85px;}
.blog_listing{display:flex;flex-wrap:wrap;justify-content:space-between;}
.blog-list{width:48%;display:flex;flex-wrap:wrap;align-items:center;position:relative;}
.global_link{position:absolute;top:0;left:0;right:0;width:100%;height:100%;}
.blog-feat-img{width:46.5%;height:238px;}
.blog-cont{width:calc(100% - 46.5%);padding-left:30px;}
.blog-feat-img img{width:100%;height:100%;object-fit:cover;border-radius:0px 20px 20px 20px;}
.post-catagory a{font-size:14px;line-height:16px;margin-right:4px;margin-bottom:15px;color:#C2C0BF;font-weight:400;font-family:'Raleway', sans-serif;display:inline-block;position:relative;z-index:11;}
.post-catagory a:last-child{margin-right:0;}
.blog-cont h4{color:#ffffff;font-weight:700;line-height:30px;}
.post-catagory a:last-child:after{display:none;}
.post-catagory a:after{content:',';}
.post-catagory a:hover{color:#01C348;}
.cont-wrap-auth{display:flex;flex-wrap:wrap;}
.auth-box{display:flex;flex-wrap:wrap;align-items:center;width:48%;}
.auth-box span{width:12px;display:inline-block;height:15px;}
.auth-box span img{width:100%;display:block;}
.auth-box label{width:calc(100% - 12px);padding-left:10px;color:#01C348;font-size:14px;line-height:normal;font-weight:400;position:relative;z-index:11;}
.date-box{display:flex;flex-wrap:wrap;align-items:center;width:48%;}
.date-box span{width:14px;height:15px;display:inline-block;}
.date-box span img{width:100%;display:block;}
.date-box label{width:calc(100% - 14px);color:#C2C0BF;padding-left:10px;font-size:14px;line-height:normal;font-weight:400;}
.auth-box label:hover{color:#ffffff;}
.blog-cont .btn-wrap.marg-top{margin-top:34px;}
footer.footer{padding:60px 0 0;}
.bottom-logo{width:155px;display:block;margin:0 0 30px;}
.bottom-logo a{display:inline-block;width:100%;}
.col-left-3{width:17%;}
.footer-top{display:flex;flex-wrap:wrap;padding-bottom:85px;border-bottom:1px solid#ffffff;position:relative;z-index:1;}
.phone-icon{display:flex;flex-wrap:wrap;width:100%;}
.phone-icon a{display:flex;flex-wrap:wrap;width:100%;padding:0 0 15px;margin-bottom:15px;border-bottom:1px solid#ffffff;align-items:center;}
.phone-icon a img{width:24px;}
.phone-icon a span{width:calc(100% - 24px);padding-left:10px;font-size:16px;font-weight:300;line-height:normal;}
.phone-icon a span .call-text{font-size:12px;font-style:normal;font-weight:400;color:#01C348;width:100%;display:block;line-height:normal;margin:0 0 4px;}
.phone-icon a:last-child{border-bottom:0;}
.phone-icon a:nth-child(2) img{width:15px;display:block;margin:0 auto;}
.phone-icon a:hover span{color:#01C348;}
.phone-icon a:hover img{filter:grayscale(1);}
.col-half ul{list-style:none;padding:0;margin:0;}
.col-half ul li{margin:0 0 20px;}
.col-half ul li:last-child{margin-bottom:0;}
.col-half{padding-left:138px;width:13%;}
.col-left-7{width:calc(100% - 17%);padding-left:151px;display:flex;flex-wrap:wrap;}
.col-half:first-child{padding-left:0;}
.col-half:nth-child(2){width:33%;}
.col-half:nth-child(3){width:54%;}
.col-half h5{font-weight:700;margin:0 0 30px;font-family:'Raleway', sans-serif;}
.col-half ul li a{font-weight:300;font-size:16px;line-height:19px;}
.col-half ul li a:hover{color:#01C348;}
.col-half p{font-size:18px;line-height:22px;font-weight:300;}
.footer-bottom{padding:34px 0;display:flex;flex-wrap:wrap;justify-content:space-between;position:relative;z-index:1;}
.col-half .hs-form-field>label{display:none;}
.social-icon-box{display:flex;flex-wrap:wrap;}
.social-icon-box a{width:26px;height:26px;background-color:#ffffff;border-radius:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-right:14px;}
.social-icon-box a:hover{background-color:#01C348;}
.social-icon-box a span{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.social-icon-box a svg{height:17px;width:17px;}
.social-icon-box a:last-child{margin-right:0;}
.footer-bottom p{margin:0;}
footer.footer{z-index:11;position:relative;}
footer.footer:after{background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Group%20%286%29.svg);content:"";position:absolute;right:0;bottom:0;width:594px;height:447px;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.body-wrapper{overflow-x:hidden;}

/*---------FAQ-Page-------------*/
.global_banner .banner_left_cont h1{margin:0 0 20px;}
.main_hero_banner.global_banner{min-height:600px;padding-top:178px;padding-bottom:97px;}
.faq-accordion-sec{padding:160px 0 0;}
.content-acc{display:none;}
.acc-set{margin:0 0 30px;width:100%;}
.accordion-wrap-inner{width:48.8%;}
.acc-set a{background-color:#2E362F;border-radius:0px 20px 20px 20px;font-size:22px;line-height:28px;font-weight:500;color:#ffffff;padding:21px 40px 21px 21px;display:inline-block;position:relative;width:100%;}
.acc-set a.active,.acc-set a:hover{background-color:#01C348;}
i.plus-img{background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/plus.svg);width:18px;height:18px;background-size:cover;display:flex;position:absolute;right:20px;flex-wrap:wrap;align-items:center;top:26px;background-repeat:no-repeat;background-position:center center;}
i.minus-img{background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Vector%20%288%29.svg);width:18px;height:18px;display:flex;flex-wrap:wrap;position:absolute;right:20px;top:26px;align-items:center;background-position:center center;background-repeat:no-repeat;}
.accordion-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;}
.content-acc *{color:#ffffff;}
.content-acc{padding:40px 20px 20px;background-color:#2E362F;border-radius:0px 0px 20px 20px;position:relative;top:-20px;z-index:-1;margin-bottom:-20px;}
.content-acc P:last-child{margin-bottom:0;}
.content-acc p a { font-size: 18px; line-height: 28px; font-weight: 300; display: inline-block; padding: 0; margin: 0; width: auto; border-radius: 0; background-color: transparent; }
/*----------------Recruiting------------------*/
.recruiting-approach-sec{padding:160px 0;}
.recruiting-approach-wrap{display:flex;flex-wrap:wrap;padding:0 30px;align-items:center;}
.left-img-app{width:38.4%;min-height:464px;background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:flex-end;position:relative;margin-top:30px;}
.left-img-app:before{background:#01C348;border-radius:0px 141px 141px 141px;width:282px;height:282px;content:"";z-index:-1;top:-30px;position:absolute;left:-30px;}
.left-inner-img{width:190px;height:190px;border-radius:100%;display:inline-block;margin-right:-95px;margin-bottom:63px;}
.left-inner-img img{width:100%;border-radius:100%;border:6px solid#ffffff; height:100%;     object-fit: cover; object-position: center center;}
.right-cont-part{width:calc(100% - 38.5%);padding-left:163px;}
.right-cont-part *{color:#ffffff;}
.list-cont ul{list-style:none;padding-left:50px;}
.list-cont ul li{margin-bottom:20px;position:relative;}
.list-cont ul li:before{background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/1.svg);background-position:left center;background-size:cover;background-repeat:no-repeat;position:absolute;left:-50px;content:"";top:0;width:30px;height:30px;}
.formula-wrap{display:flex;flex-wrap:wrap;align-items:center;padding-right:30px;}
.formula-sec{padding:100px 0;}
.formula-right-img{min-height:494px;width:42.5%;margin-top:30px;position:relative;background-size:cover;background-position:center center;background-repeat:no-repeat;margin-bottom:30px;}
.formula-left-cont{width:calc(100% - 42.5%);padding-right:100px;}
.formula-left-cont *{color:#ffffff;}
.formula-right-img:before{background:#01C348;border-radius:0px 156px 156px 156px;content:"";top:-30px;left:-30px;position:absolute;width:312px;height:312px;z-index:-1;}
.formula-right-img:after{background:#01C348;border-radius:156px 156px 0px 156px;content:"";position:absolute;right:-30px;bottom:-30px;width:312px;height:312px;z-index:-1;}

/*-----Recruiting---How-It-works-Section------*/
.how_it_works-wrap{display:flex;flex-wrap:wrap;}
.work_list{text-align:center;padding:0 50px;position:relative;margin-bottom:182px;cursor:pointer;}
.one-third{width:29.3%;margin-right:6%;}
.one-third:nth-child(3n){margin-right:0;}
.work_list *{color:#ffffff;}
.work-icon{border:1px solid#ffffff;width:146px;height:146px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;border-radius:0px 20px 20px 20px;margin:0 auto 20px;padding:10px;}
.work-cont p{margin:0; color:#C2C0BF; transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
.work-icon:before{background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Vector%201.svg);width:100%;height:16px;content:"";position:absolute;right:60%;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.work_list:first-child .work-icon:before{display:none;}
.work_list h4{color:#ffffff;font-weight:700;}
.inner-work-icon{background:#ffffff;height:100%;border-radius:0px 20px 20px 20px;content:"";left:0;right:0;margin:0 auto;top:0;width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.one-third.last-loop:last-child{margin-right:6%;}
.one-third:nth-child(5){order:5;}
.one-third:nth-child(4){order:6;margin-right:0;}
.one-third.last-loop:last-child  .work-icon:before{display:none;}
.work_list:hover .work-icon{border:1px solid#01C348;}
.work_list .inner-work-icon svg path{transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;}
.work_list:hover .inner-work-icon{background-color:#01C348;}
.work_list:hover .inner-work-icon svg path:nth-child(2){fill:#ffffff;}
.inner-work-icon svg{width:70px;height:70px;}
.work_list:hover  h4{color:#01C348;}
.work_list:hover  .work-cont p{color:#ffffff;}
.one-third:nth-child(4):after{content:"";position:absolute;background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Vector%203.svg);width:16px;height:102px;background-position:center center;background-size:contain;top:-148px;}
.one-third:last-child:after{display:none;}
.work_list:hover .work-icon:before{background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Vector%201-1.svg);width:100%;height:16px;content:"";position:absolute;right:60%;background-size:253px 16px;background-repeat:no-repeat;background-position:center center;}
.one-third:nth-child(4) .work-icon:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);transform:rotate(180deg);}
.one-third:nth-child(5) .work-icon:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.work_list.one-fourth:nth-child(4){margin-right:0;}
.work_list.one-fourth{width:21%;padding:0;margin-right:5.3%;}
.one-fourth .work-icon:before{background-size:142px 16px;right:62%;}
.one-fourth.work_list:hover .work-icon:before{background-size:142px 16px;right:62%;}

/*-----------Team-Page------------------*/
.our-team-sec{padding:160px 0 0;}
.our-team-wrap{display:flex;flex-wrap:wrap;justify-content:center;}
.team-cont *{color:#ffffff;}
.team-img{width:128px;}
.team-inner-img{width:128px;height:207px;border-radius:0px 20px 20px 20px;margin-bottom:20px;}
.team-inner-img img{border-radius:0px 20px 20px 20px;height:100%;object-fit:cover;object-position:center center;}
.team-cont{width:calc(100% - 128px);padding-left:22px;}
.team-list{display:flex;flex-wrap:wrap;width:48.7%;background:#2E362F;border-radius:0px 20px 20px 20px;margin-right:2.6%;padding:20px;margin-top:30px;}
.team-list:nth-child(2n){margin-right:0;}
.team-cont h4{margin:0 0 4px; color:#01C348; font-weight: 700;}
.team-cont label{margin:0 0 10px;display:block;width:100%;color:#C2C0BF;     font-size: 20px;}
.team-cont p:last-child{margin:0;}
.team-img a.button{padding:7px 32px;text-transform:capitalize;font-weight:700;font-size:18px;font-family:'Futura', sans-serif;border:0;}
.our-team-sec .title_top_global{margin-bottom:40px;}
.main_hero_banner.global_banner.team_banner{padding:226px 0 112px;}
.main_hero_banner{display:flex;flex-wrap:wrap;align-items:center;}
.main_hero_banner .baseModuleParent{width:100%;}
.our-teamfull .team-list { width: 100%; margin-right: 0; }

/*------------Contact-Page----------------*/
.contact_form_sec{padding:160px 0;}
.form-contact-info{display:flex;flex-wrap:wrap;padding-left:30px;justify-content:space-between;width:100%;padding-top:30px;position:relative;}
.form-left-img{width:40.7%;min-height:592px;background-size:cover;background-position:center center;background-repeat:no-repeat;}
.form-left-img:before{background-color:#01C348;border-radius:0px 141px 141px 141px;width:282px;height:282px;content:"";position:absolute;top:0px;left:0px;z-index:-1;}
.form-contact-srt{width:calc(100% - 40.7%);padding:30px;background-color:#2E362F;}
.grecaptcha-badge{margin:0;}
.form-contact-srt .form-columns-2 .hs-form-field>label{display:none;}
.form-contact-srt .form-columns-1 .hs-form-field>label{padding-left:15px;}
.form-contact-srt .form-columns-1 .hs_message.hs-form-field>label{display:none;}
.form-contact-srt span.hs-form-required{color:#ffffff;}

/*---------------*/
.slide-list-img{background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;display:flex;flex-wrap:wrap;width:100%;align-items:center;z-index:1;height:600px;}
.slider-inner{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:-1;}
.blog-slide-caption h1{color:#ffffff;font-weight:800; font-size:50px;}
.blog-slide-caption{text-align:center;padding-top:222px;padding-bottom:107px;}
.blog-slide-caption a.read-more{color:#ffffff;padding:12px 40px;font-weight:bold;display:inline-block;text-transform:uppercase;border:1px solid#ffffff;margin-top:40px;box-shadow:inset 0 0 0 transparent;line-height:normal; font-family:'Raleway', sans-serif;}
.blog-slide-caption a.read-more:hover{box-shadow:inset 0 -60px 0#ffffff;color:#000000;}
.blog-slider button.owl-prev{border:1px solid #e0e0e0!important;border-radius:50%!important;color:#666!important;height:38px;margin-top:0;opacity:1;position:absolute;top:-72px;cursor:pointer;transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;-ms-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;width:38px;left:30px;background:rgba(0,0,0,0.5)!important;top:50%!important;transform:translateY(-50%)!important;-webkit-transform:translateY(-50%)!important;-ms-transform:translateY(-50%)!important;-o-transform:translateY(-50%)!important;border:none!important;font-family:'FontAwesome';}
button.owl-prev span{color:#909998;font-size:0;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
button.owl-prev span:before{content:"\f104";font-size:30px;}
button.owl-next span{color:#909998;font-size:0;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
button.owl-next span:before{content:"\f105";font-size:30px;}
.blog-slider button.owl-next{border:1px solid #e0e0e0!important;border-radius:50%!important;color:#666!important;font-size:25px;height:38px;margin-top:0;opacity:1;position:absolute;top:-72px;cursor:pointer;transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;-ms-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;width:38px;right:30px;background:rgba(0,0,0,0.5)!important;top:50%!important;transform:translateY(-50%)!important;-webkit-transform:translateY(-50%)!important;-ms-transform:translateY(-50%)!important;-o-transform:translateY(-50%)!important;border:none!important;}

/*------------------------------------*/
.topic-sec{background:#f2f2f2;padding:15px 0;border-bottom:1px solid #e0e0e0;}
.topic-box{display:flex;flex-wrap:wrap;align-items:center;margin:18px 0 16px;}
.blog-topics ul ul{display:none;position:absolute;z-index:999;left:0;background:#fff;width:100%;top:38px;border:1px solid #e0e0e0;margin:0;height:300px;overflow:auto;}
.blog-topics ul{list-style:none;padding:0;margin:0;}
li.topic{margin:0;font-weight:400;}
.topic-box h4{margin:0 15px 0 0; font-weight:700;}
.blog-topics{background:#f8f8f8;width:260px;display:inline-block;border:1px solid #e0e0e0;padding:5px 10px 5px 15px;cursor:pointer;color:#999;position:relative;}
li.topic .fa{float:right;font-size:20px;padding:3px 5px 0 0;}
.blog-topics ul.active ul{display:block;}
.blog-topics ul ul li a{padding:10px 15px;display:inline-block;width:100%;}
.blog-topics ul ul li{margin:0;}
.blog-topics ul ul li a:hover{background:#f8f8f8;}
section.blog-listing{display:flex;flex-wrap:wrap;width:100%;}
article.blog-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;background-color:#ffffff;margin-bottom:60px;transition:ease-in-out all .4s;-webkit-transition:ease-in-out all .4s;-ms-transition:ease-in-out all .4s;-o-transition:ease-in-out all .4s;width:100%;}
article.blog-item:last-child { margin-bottom:0;}
.blog-post-summary{margin:0 0 10px;}
.blog-img-feat{width:50%;height:380px;background-repeat:no-repeat;background-position:center center;background-size:cover;position:relative;display:flex;flex-wrap:wrap;align-items:flex-start;}
a.global-link{position:absolute;top:0;left:0;right:0;width:100%;height:100%;}
.blog-post-tags{display:flex;flex-wrap:wrap;padding:20px;}
.blog-post-tags a{display:inline-block;width:auto;padding:10px; background:#01C348;color:#ffffff;margin:0 5px 10px;position:relative;z-index:1;}
.blog-post-tags a:hover{color:#01C348;background:#ffffff;}
.blog-post-content{width:50%;padding:15px 30px;}
.blog-list-page{background-color:#f8f8f8;padding:100px 0 0;}
article.blog-item:hover{box-shadow:0 0 15px #e0e0e0;}
a.blog-post-author-name{color:#01C348;font-weight:700;}
a.blog-post-author-name:hover{color:#000000;}
h4.blog-post-title{line-height:30px;}
h4.blog-post-title a{font-weight:bold;}
a.blog-post-button{border:1px solid#01C348;box-shadow:inset 0 0 0 transparent;color:#01C348;display:inline-block;font-weight:bold;margin-top:15px;padding:12px 30px;text-transform:uppercase;transition:ease-in-out all .4s;-webkit-transition:ease-in-out all .4s;-ms-transition:ease-in-out all .4s;-o-transition:ease-in-out all .4s;font-size:16px;line-height:normal; font-family:'Raleway', sans-serif;}
a.blog-post-button:hover{box-shadow:0 -50px 0 #01C348 inset; color:#ffffff; }
.blog-post-author{margin:0 0 10px;}
.topic-page{text-align:center;margin-bottom:30px;}
.blog-pagination{background-color:#f8f8f8;display:flex;flex-wrap:wrap;padding:50px 0 100px;}
.blog-pagination ul{margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;list-style:none;padding:0;width:calc(100% - 330px);}
span.pg{display:flex;flex-wrap:wrap;justify-content:center;}
span.pg li a{background:#ffffff;padding:9px 15px;border-radius:100%;border:1px solid #e0e0e0;font-weight:bold;margin:0 5px;color:#999;font-size:16px;line-height:normal;display:inline-block;}
.blog-pagination ul li{line-height:normal;margin:0;}
.blog-pagination .active a,.blog-pagination a:hover{background:#01C348;color:#ffffff;border-color:#01C348;}
li.last-posts-link a,li.first-posts-link a{padding:9px 15px;margin:0 5px;color:#999;font-size:16px;font-weight:700;line-height:normal;display:inline-block;}
li.last-posts-link a:hover,li.first-posts-link a:hover{background-color:transparent;color:#01C348;}
.hs-author-profile{max-width:640px;margin:0 auto 50px;text-align:center;}
.hs-author-avatar img{border-radius:100%;width:100px;}
h3.hs-author-name{font-size:36px;margin:15px 0;}
.hs-author-social-links{display:flex;flex-wrap:wrap;justify-content:center;margin:0 0 20px;}
.hs-author-social-links a{width:30px;height:30px;background-color:#01C348;border-radius:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-right:14px;color:#ffffff;font-size:16px;}
.hs-author-social-links a:hover{color:#000000;}
.blog-lisgin-wrap-sec{display:flex;flex-wrap:wrap;justify-content:space-between;}
.blog-left{width:calc(100% - 330px);}
.blog-right{width:300px;}
.blog-right .hs-search-field{padding:30px 20px;background-color:#ffffff;}
.blog-right form input[type=text]{border:1px solid #E3E3E3;padding:13px 40px 13px 15px;color:#C2C0BF;}
.blog-right form input[type=text]::-webkit-input-placeholder{color:#C2C0BF;}
.blog-right form input[type=text]::-moz-placeholder{color:#C2C0BF;}
.blog-right form input[type=text]:-ms-input-placeholder{color:#C2C0BF;}
.blog-right form input[type=text]::placeholder{color:#C2C0BF;}
.blog-right .hs-search-field form{position:relative;}
.blog-right .hs-search-field form button{position:absolute;right:14px;background-color:transparent;border:0;padding:0;margin:0;top:12px;}
.blog-right .hs-search-field form button svg{width:20px;height:20px;fill:#C2C0BF;font-weight:normal;}
.blog-right .hs-search-field form button:focus-visible,.blog-right form input[type=text]:focus-visible{outline:0;}
.blog-right .hs-search-field--open .hs-search-field__suggestions{border:0;position:absolute;z-index:1;background-color:#ffffff;box-shadow:0 0 4px 1px rgb(0 0 0 / 40%); width:calc(100% - 40px);}
.blog-right .hs-search-field--open .hs-search-field__suggestions li a{padding:10px 20px;font-size:14px;}
.blog-right .hs-search-field--open .hs-search-field__suggestions li{line-height:normal;margin:0;}
.blog-right .hs-search-field--open .hs-search-field__suggestions li:first-child{padding:15px 20px 5px;font-size:16px;}
.blog-form{margin-top:30px;padding:30px 20px;}
.blog-form .content-wrapper{max-width:100%;padding:0px;}
.form-info-title h5{font-weight:700;color:#ffffff;font-family:'Raleway', sans-serif;}
.form-info-title p{color:#ffffff;line-height:21px;}
.blog-form form .hs-form-field>label{display:none;}
.blog-form form input[type=submit]{border-color:#ffffff;font-weight:600;font-family:'Raleway', sans-serif;color:#01C348;background-color:#ffffff;}
.blog-form form .hs-input.invalid.error{border-color:#ffffff;}
.blog-form form ul.hs-error-msgs.inputs-list:after{display:none;}
.blog-form form input[type="email"]{font-size:16px;}
.submitted-message{color:#ffffff;font-size:22px;}
.hs-blog-post .sticky-head{margin-top:115px;}
.hs-blog-post .sticky-head header.header.head-top-box{background-color:#010000;}
.blog-post-title h1{font-weight:800;font-size:40px;line-height:50px;}
.blog-post-page .content-wrapper{padding:0 150px;}
.blog-bottom-title{font-size:18px;}
.blog-bottom-title a.author-link,.blog-bottom-title .topic-link{color:#01C348;}
.blog-bottom-title a.author-link:hover,.blog-bottom-title .topic-link:hover{color:#000000;}
.blog-post-feat-img{margin:15px 0 30px;}
.blog-post__body ul{padding-left:20px;}
::marker{color:#01C348;}
.blog-share-icons a{color:#fff!important;width:35px!important;display:inline-block!important;text-align:center!important;border-radius:100%!important;height:35px!important;margin:0 3px!important;padding:4px 0 0 0!important;transition:ease-in-out all .3s;-webkit-transition:ease-in-out all .3s;-ms-transition:ease-in-out all .3s;-o-transition:ease-in-out all .3s;}
.hs_cos_wrapper_type_social_sharing a:first-child,.fm_facebook{background:#3b5998;}
.hs_cos_wrapper_type_social_sharing{display:inline-block;padding:0;text-align:right;width:100%;}
.hs_cos_wrapper_type_social_sharing a:first-child:before,.fm_facebook>span:before{content:"\f09a";}
.hs_cos_wrapper_type_social_sharing a:nth-child(2):before,.fm_linkedin>span:before{content:"\f0e1";}
.hs_cos_wrapper_type_social_sharing a:nth-child(3):before,.fm_twitter>span:before{content:"\f081";}
.hs_cos_wrapper_type_social_sharing a:nth-child(4):before,.fm_googleplus>span:before{content:"\f231";}
.blog-share-icons a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.hs_cos_wrapper_type_social_sharing img{display:none;}
.hs_cos_wrapper_type_social_sharing a:nth-child(2),.fm_linkedin{background:#0077b5;}
.hs_cos_wrapper_type_social_sharing a:nth-child(3),.fm_twitter{background:#55acee;}
.blog-share-icons a:hover{transform:translateY(-5px);-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);}
.hs_cos_wrapper_type_social_sharing a:nth-child(4),.fm_googleplus{background:#dd4b39;}
.hs_cos_wrapper_type_social_sharing a:nth-child(5),.fm_pinterest{background:#bd081c;}
.hs_cos_wrapper_type_social_sharing a:nth-child(5),.hs_cos_wrapper_type_social_sharing a:nth-child(6){display:none!important;}
.section.post-header{padding:20px 0 100px;}
.avatar-module{width:100px;height:100px;border-radius:100%;margin:0 auto 20px;}
.avatar-module img{border-radius:100%;width:100%;}
.article-footer{text-align:center;border:1px solid#C2C0BF;padding:25px;}
.detail p span{font-size:20px;font-weight:700;}
.detail a.author-link{font-size:22px;width:100%;margin:10px 0 0;display:block;}
.blog-share-icons{text-align:center;margin:20px 0 0;}
.author-social-icon .blog-share-icons .hs_cos_wrapper_type_social_sharing{text-align:center;}
.mobile-author{margin:0 0 50px;display:none;}
.related_posts-inner-blog h2{border-top:1px solid#C2C0BF;padding:20px 0;text-align:center;font-weight:700;}
.related_posts-inner-blog .content-wrapper:nth-child(1){padding:0 150px;}
.related_posts-inner-blog .content-wrapper:nth-child(2){display:flex;flex-wrap:wrap;width:100%;padding:0 150px;}
.recent-blog-box{width:32.4%;margin-right:1.4%;display:flex;flex-wrap:wrap;flex-direction:column;}
.recent-blog-box:nth-child(4){display:none;}
.recent-blog-box:nth-child(3n){margin-right:auto;}
.related_posts-inner-blog{padding-bottom:50px;}
.recent-blog-content{display:flex;flex-wrap:wrap;background-color:#ffffff;padding:20px;height:calc(100% - 240px); flex-direction: column;}
.body-container.blog-post{background-color:#f8f8f8;}
.recent-blog-image{min-height:240px;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;z-index:1;}
.recent-blog-text{margin-top:auto;margin-bottom:auto;}
.recent-blog-category a{background-color:#f9690e;color:#ffffff;padding:12px 12px;font-size:16px;line-height:normal;display:inline-block;position:relative;z-index:1;}
.recent-blog-category{margin:14px;}
.blog-post__body ol{padding-left:20px;}
.blog-post__body a{color:#01C348;}
.blog-post__body blockquote{border-left-color:#01C348;padding:10px 20px;margin:30px 0;border-width:4px;}
.detail p{margin:0;}
.blog-post__bod b,.blog-post__bod strong{font-weight:bold;}

.item.slide-list-img:after{background-image:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Group.png);width:543px;content:"";position:absolute;height:350px;right:0;top:100px;background-size:cover;background-position:center center;background-repeat:no-repeat;}
.blog-post__body h2{line-height:1.4;}
.full-cont-sec{padding:80px 0;}
.full-cont.formula-left-cont{width:100%;padding-right:0;}
.full-cont img{margin:40px auto 40px;display:block;}
.recruiting-approach-sec.two-col-team{padding:100px 0 0;}
.plan-sec{padding:80px 0;}
.plan-wrap{display:flex;flex-wrap:wrap;margin:0 -15px;justify-content:center;}
.plan-list{width:calc(33.33% - 30px);margin:0 15px;background-color:#2E362F;padding:50px 25px;border-radius:20px;position:relative;overflow:hidden;}
.plan-list *,.plan-single-cont *{color:#ffffff;}
.price-title{text-align:center;}
.plan-text-top{text-align:center;margin:40px 0 40px;line-height:normal;}
.plan-text-top span{font-size:40px;font-weight:700;color:#01C348;}
.plan-text-top sup{font-size:18px;}
.plan-text-top sub{font-size:18px;}
.plan-cont ul{padding-left:20px;}
.sold-out-label{position:absolute;top:20px;font-weight:bold;font-size:12px;color:#ffffff;text-transform:uppercase;right:-34px;transform:rotate(45deg);padding:3px 40px 0px;text-align:center;}
.plan-list .btn-wrap{text-align:center;}
.plan-cont{margin-top:auto;}
.plan-list{display:flex;flex-wrap:wrap;flex-direction:column;}
.plan-content-sec{padding:50px 0 30px;}
.plan-list .btn-wrap.disabled a{border:1px solid #999999;background-color:#cccccc;color:#666666;cursor:no-drop;}
.hs-search-results__title,a.hs-search-results__next-page,a.hs-search-results__prev-page{font-weight:normal;color:#01C348!important;}

/*-----  2022 ------------*/

.fullwidth { width: 100%; float: left; }
.bg-sec:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.text-center, .text-center a, .text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6 { text-align: center;}

.hero-section { min-height: 990px; overflow: hidden; position: relative; z-index: 1; }
.mhero-image { position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 60%; z-index: -1; }
.mhero-image img { opacity: 20%; }
.hero-section-row-outer { display: flex; justify-content: center; flex-flow: row wrap; align-items: center; }
/* .hero-content{ max-width:1185px; text-align:center; } */

.hero-content { text-align: center; max-width: 1000px; }
.hero-content h1{ letter-spacing: -1px; font-size: 50px; line-height: 54px; color: #fff; }
.hero-content h1 span { color: #00b034; }
.hero-sub-text { letter-spacing: -1px; margin-top: 35px; }
.hero-sub-text p { color: #fff; }

.growth-section{ padding: 106px 0; background: #2e362f; }
.growth-card { padding-left: 40px; }
.growth-header h2 { color: #fff; }
.growth-sub-text{ position: relative; padding-top: 30px; padding-bottom: 1px; }
.growth-sub-text:before{content:''; position: absolute; left: -40px; height: 100%; width: 5px; background-color: #00c438; z-index: 1; top: 0; }
.growth-sub-text p { color:#fff; }

.scalability-section{padding:40px 0; background:#384239;}
.scalability-row-outer{display:flex; justify-content:left; flex-flow:row wrap; padding-left:70px; padding:20px;}
.scalability-card h2{font-size:55.49px; line-height:63px; color:#fff;}
.scalability-card h2 span{color:#00b034;}
.scalability-sub-text{position:relative; padding-top:20px;}
.scalability-sub-text:before{content:''; position:absolute; left:-45px; height:100%; width:5px; background:#00c438; z-index:1; top:5px;}
.scalability-sub-text p{color:#fff; padding-bottom:0px; font-size:31px; line-height:39px;}


.benifit-scaling-section{ position:relative; z-index:1; }
.benifit-scaling-section:after{content:''; position:absolute; right:0; bottom:0; z-index:-1; background:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/Pillar-2022/banner-back1-1.png)no-repeat center bottom/contain; height:35%; width:75%;}
/* .benifit-scaling-row-outer{display:flex; justify-content:center; flex-flow:row wrap; text-align:center; padding:20px;} */
/* .benifit-scaling-content h2 span{color:#00b034;} */
.benifit-scaling-content h2{ color: #fff; }
.benifit-scaling-sub-text , .benifit-scaling-sub-text p { color:#fff; }

.improved-content{ counter-reset: my-sec-counter; float:left; width:100%; }
.improved-boxouter { overflow: auto; padding:10px; width: 50%; float: left;  } 
/* .improved-boxouter:nth-child(5n + 2) , .improved-boxouter:nth-child(5n + 4) , .improved-boxouter:nth-child(5n) { margin-right: 0; } */
/* .improved-boxouter:nth-child(5n + 1) , .improved-boxouter:nth-child(5n + 2) { height: 822px; }
.improved-boxouter:nth-child(5n + 3) { height: 902px; }
.improved-boxouter:nth-child(5n + 4) { height: 495px; }
.improved-boxouter:nth-child(5n + 5) { height: 387px; } */
.improved-box{ background: #2e362f; padding: 20px 30px 30px 30px; border-radius: 15px; }
.improved-box h2{ letter-spacing: -1px; color: #fff; text-align: left; padding-bottom: 10px; position: relative; padding-left: 35px;  }
.improved-box h2:before{ content:''; position: absolute; left: -10px; top: 0px; z-index: 1; counter-increment: my-sec-counter; content:counter(my-sec-counter)". "; color:#737773; font-size:65px; font-weight:600;}
.improved-sub-text p , .improved-sub-text li { color:#fff; text-align:left; }
.improved-sub-text { letter-spacing: -1px; font-size: 25px; line-height: 32px; }
.improved-sub-text a { font-size: 25px; line-height: 32px; }




/* .proven-step{ padding: 75px 0; background: #1e1e1e; }
.proven-step-heading-text{max-width: 910px;  position: relative; }
.proven-step-heading-text:before{content:''; position:absolute; right:-400px; top:25%; background:#06c348; height:28px; z-index:1; width:41.50%;}
.proven-step-heading-text h1{color:#fff; font-size:85.58px; line-height:93px; }
.proven-step-heading-text h1 span{color:#05c348;}

.proven-step-row-outer{display:flex; justify-content:space-between; flex-flow:row wrap;}
.proven-content-card{position:relative; float:left; width:100%; padding-top:70px;}
.proven-content-card:before{content:'';position:absolute; left:30px; bottom:45px; z-index:1; background:url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/Pillar-2022/green-logo.png)no-repeat center top/contain; height:199px; width:198px;}
.left-proven-image-section{ float: left; width: 70%; background: url(https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/Pillar-2022/Copy%20of%20Depositphotos_8771371_XL.jpeg)no-repeat center top/cover; height:100%; padding-bottom:50px;  padding:64.20% 0 0;}
.proven-content-text{float:right; width:50%; position:absolute; right:0; top:0px; z-index:1; background:#fff; padding:100px 40px 100px 45px;}
.proven-content-text p{color:#161616; text-align:justify; font-size:30px; line-height:38px; }


.hiring-section{padding:75px 0 220px 0; background:#1e1e1e;}
.hiring-impact-heading-text{max-width:673px;  position:relative; float:right;}
.hiring-impact-heading-text:before{content:''; position:absolute; left:-700px; top:25%; background:#06c348; height:28px; z-index:1; width:100%;}

.hiring-impact-heading-text h1{color:#fff; font-size:85.58px; line-height:93px; }
.hiring-impact-heading-text h1 span{color:#05c348;}
.hiring-impact-row-outer{display:flex; justify-content:space-between; flex-flow:row wrap;}
.hiring-impact-card{position:relative; float:right; width:100%; padding-top:70px;}
 */

.large-textsize { letter-spacing: -1px; font-family: 'Futura', sans-serif; }
.large-textsize , .large-textsize p , .large-textsize a , .large-textsize li { font-size: 25px; line-height: 36px; }
.large-textsize a { font-family: 'Futura', sans-serif; color: #4dc3c7; text-decoration: underline; font-weight: 300; }
.keytake-section { z-index: 2; position: relative; }
.line-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; opacity: 10%; z-index: -1; }
.row-fluid .line-ovrly { position: absolute; top: 0; left: 50%; width: 2px; margin-left: 100px; height: 100%; background-color: #fff; z-index: -1; opacity: 10%; }
.row-fluid .line-ovrly:before{ position: absolute; content: ''; top: 0; left: 230px; width: 2px; height: 100%; content:''; background-color: #fff; }
.row-fluid .line-ovrly:after{ position: absolute; content: ''; top: 0; left: 480px; width: 2px; height: 100%; content:''; background-color: #fff; }
.row-fluid .line-whitespan { position: absolute; content: ''; top: 0; left: 50%; margin-left: -220px !important; width: 2px; height: 100%; content:''; background-color: #fff; }
.row-fluid .line-whitespan:before { position: absolute; content: ''; top: 0; left: -210px; width: 2px; height: 100%; content:''; background-color: #fff; }
.row-fluid .line-whitespan:after { position: absolute; content: ''; top: 0; left: -420px; width: 2px; height: 100%; content:''; background-color: #fff; }
.default-header { margin-bottom: 30px; }
.default-header h2 { letter-spacing: -1px; }
.default-header h2 > span { color: #00c438; }
.keytake-header h2 { color: #fff; }
.keytake-header { margin-bottom: 50px; }
.border-rdusbox { position: relative; z-index: 1; border-radius: 0 252.11px 252.11px 252.11px; overflow: hidden; padding: 80px 120px 90px; }
.border-rdusbox:before { position: absolute; z-index: -2; top: 0; left: 0; width: 100%; height: 100%; content:''; background-image: url('https://5897047.fs1.hubspotusercontent-na1.net/hubfs/5897047/MetaGrowth_2022/Images/Border-overlay.png'); background-repeat: no-repeat; background-size: cover; background-position: center center; }
.border-rdusbox:after { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; content:''; mix-blend-mode: multiply; }
.keytake-headertext { color: #fff; }
.keytake-headertext ul { margin: 0; padding: 0; list-style: none; }
.keytake-headertext ul li { position: relative; z-index: 1; padding-left: 25px; margin-bottom: 20px; }
.keytake-headertext ul li:before { position: absolute; top: 12px; left: 0; width: 13px; height: 13px; content: ''; background-color: #fff; border-radius: 50%; }
.keytake-left { width: 40%; float: left; padding-right: 60px; }
.keytake-right { width: 60%; float: left; }
.keytake-row { margin-top: 100px; }
.keytake-right , .keytake-right p , .keytake-right li { color: #fff; }
.keytake-leftimg { position: relative; max-width: 100%; min-height: 376px; background-size: cover; background-position: left; background-repeat: no-repeat; margin-left: 70px; }
.keytake-leftimg:before { background-color: #06c348; border-radius: 0 160px 160px 160px; content: ""; left: -70px; min-height: 306px; min-width: 306px; position: absolute; top: -60px; z-index: -1; } 
.keytake-cols { width: 100%; display: flex; flex-wrap: wrap; align-items: center; }
.keytake-right p:last-child { margin-bottom: 0; }

.zigzag-section { overflow: hidden; }
.zigzag-row { margin-bottom: 40px; }
.zigzag-header { margin-bottom: 40px; }
.zigzag-header h2 { display: inline-block; padding-right: 20px; position: relative; color: #fff; letter-spacing: -1px; font-size: 66px; line-height: 70px; }
.zigzag-header h2 > span { color: #00c438; }
.zigzag-header h2:before { position: absolute; top: 35px; left: 100%; content: ''; width: 3000px; height: 8px; background-color: #00c438; }
.zigzag-lft { position: relative; width: 65%; float: left; padding-top: 56.25%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.zigzag-cols { position: relative; }
.zigzag-right { z-index: 1; letter-spacing: -1px; padding: 50px; width: calc(35% + 15%); margin-left: -15%; margin-top: -60px; float: left; filter: drop-shadow(-26.598px 28.523px 32.5px rgba(5,5,5,0.36)); background-color: #ffffff; box-shadow: -26.598px 28.523px 32.5px rgb(5 5 5 / 36%); }
/* .zigzag-right a , .zigzag-right p , .zigzag-right li { font-size: 25px; line-height: 32px; } */
.zigzag-right p:last-child { margin-bottom: 0; }
.zigzag-logo { background-color: #06c348; border-radius: 0 110px 110px 110px; content: ""; left: 30px; width: 200px; height: 200px; position: absolute; bottom: 30px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 15px; }
.zigzag-logo img { max-width: 128px !important; }

.reverse_zigzag .zigzag-header h2 { text-align: right; float: right; padding-right: 0; padding-left: 20px; } 
.reverse_zigzag .zigzag-header h2:before { left: auto; right: 100%; }
.reverse_zigzag .zigzag-lft { float: right; }
.reverse_zigzag .zigzag-right { margin-left: 0; margin-right: -15%; }
.reverse_zigzag .zigzag-logo { left: auto; right: 30px; }

.startup-header h2 { color: #fff; }
.startup-imgleft { width: 50%; float: left; padding-right: 50px; }
.startup-imgleft img { border-radius: 0 33px 33px 33px; }
.startup-imgright { width: 50%; float: left; }
.startup-imgright p:last-child { margin-bottom: 0; color: #fff; }
.startup-imgright p , .startup-imgright li { color: #fff; }
.startup-twocols { margin-bottom: 50px; display: flex; flex-wrap: wrap; align-items: center; }
.startup-bottomtext { margin-top: 30px; }
.startup-imgright , .startup-imgright p , .startup-imgright li { color: #fff; }
.startup-imgrightt p:last-child { margin-bottom: 0; }
.startup-bottomtext , .startup-bottomtext p , .startup-bottomtext li { color: #fff; }
.startup-bottomtext p:last-child { margin-bottom: 0; } 

.startup-threecols { width: 31.33%; float: left; margin-bottom: 50px; margin-right: 3%; border-radius: 18px; box-shadow: 0px 21px 53.58px 3.42px rgb(5 5 5 / 19%); }
.startup-threecols:nth-child(3n) { margin-right: 0; }
.startup-threeheader { min-height: 128px; text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 30px 16px; border-top-left-radius: 18px; border-top-right-radius: 18px; }
.startup-threeheader h4 { line-height: 34px; letter-spacing: -1px; font-weight: 500; margin-bottom: 0; text-transform: uppercase; }
.startup-threerow { display: flex; flex-wrap: wrap; }
.startup-threetext { letter-spacing: -1px; padding: 30px 25px; }
.startup-threetext { color: #fff;  font-size: 22px; line-height: 30px; }
.startup-threetext p , .startup-threetext li { color: #fff; font-size: 22px; line-height: 30px; }
.startup-threetext p:last-child { margin-bottom: 0; }

.teamgrowth-section { position: relative; z-index: 1; }
.teamgrowth-header h2 { color: #fff; }
.teamgrowth-header-text { margin-top: 30px; }
.teamgrowth-header-text , .teamgrowth-header-text p , .teamgrowth-header-text li { color: #fff; }
.teamgrowth-tworow { margin-top: 40px; position: relative; z-index: 1; }
.teamgrowth-coright { width: calc(53% + 9%); margin-left: -9%; float: left; background-color: #fff; padding: 45px; }
.teamgrowth-coleft { width: 47%; background-size: cover; background-position: center right; background-repeat: no-repeat; float: left; border-radius: 0 319px 319px 319px; min-height: 580px; }
.teamgrowth-coright ul li { list-style: none; position: relative; padding-left: 30px; margin-bottom: 20px; }
.teamgrowth-coright ul li:before { position: absolute; top: 9px; left: 0; width: 12px; height: 12px; border-radius: 50%; content: ''; background-color: #01c348; }
.teamgrowth-bottom-text { margin-top: 60px; color: #fff; }
.teamgrowth-bottom-text , .teamgrowth-bottom-text p , .teamgrowth-bottom-text li { color: #fff; }
.teamgrowth-box { margin-top: 60px; color: #fff; }
.teamgrowth-box h2 { line-height: 54px; color: #fff; }
.boxgrowth-text , .boxgrowth-text p , .boxgrowth-text li { color: #fff; }
.teamgrowth-box.border-rdusbox { padding: 60px 70px 60px; }
.boxgrowth-text a { color: #1e1e1e; } 
.boxgrowth-text { margin-top: 35px; }

.header-logosec { position: absolute; z-index: 99; top: 0; left: 0; padding: 80px 0 40px; }
.header-logoouter a img { max-width: 242px !important; }

.improved-boxouter::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 15px; background-color: #ffffff; }
.improved-boxouter::-webkit-scrollbar { width: 5px; background-color: #ffffff; border-radius: 15px; }
.improved-boxouter::-webkit-scrollbar-thumb { border-radius: 15px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #2e362f; }


/* Contact Us Blurb */

.content_us_blurb { padding:100px 0px; }
.content_blurb_inner { display: flex; flex-wrap: wrap; align-items: center; display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-align-items: center; }
.blurb-cont-left { width: 50%; background-color: #fff; padding: 35px; border-radius: 0px 35px 35px 35px; }
.blurb-cont-left p:last-child { margin-bottom:0; }
.right-content-form { width:50%; padding-left: 50px; }
.right-content-form form { max-width:500px; margin:0 auto; }
.right-content-form form .hs-form-field > label { display:none; }

/* Pillar page 2023*/
.hero-content h3 { color: #fff; font-style: normal; font-weight: 300;font-style:italic; }



.benifitnew-box { position: relative; z-index: 1; width: 100%; height: 100%; float: left; }
.benifitnew-boxouter { width: calc(50% - 40px); float: left; margin-right: 20px; margin-left: 20px; margin-bottom: 80px; margin-top: 10px; }
.benifitnew-center { border-top: 2px solid #00c438; border-bottom: 2px solid #00c438; display: flex; flex-wrap: wrap; align-items: center; padding: 15px; height: inherit; background-color: #00c438; width: 67%; float: left; margin-left: 13%; }
.benifitnew-center h4 { color: #fff; margin-bottom: 10px; } 
.benifitnew-sub-text , .benifitnew-sub-text p { color: #fff; }
.benifitnew-sub-text p:last-child { margin-bottom: 0; }
.benifitnew-sub-text p a { display: inline-block; font-family: Futura,sans-serif; font-weight: 300; }
.benifitnew-sub-text p { line-height: 1.2; }
.benifitnew-icon { border-top: 2px solid #00c438; border-bottom: 2px solid #00c438; border-right: 2px solid #00c438; float: left; width: 18%; height: inherit; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 10px; }
.benifitnew-icon img { max-width: 65px !important; }
.benifitnew-content { width: calc(100% + 40px); margin-right: -20px; margin-left: -20px; counter-reset: my-sec-counter; display: flex; flex-wrap: wrap; justify-content: center; }
.benifitnew-center:before { border: 2px solid #00c438; color: #00c438; content: ""; content: counter(my-sec-counter)". "; counter-increment: my-sec-counter; font-size: 42px; font-weight: 600; left: 0; position: absolute; top: -10px; z-index: 1; line-height: 65px; height: calc(100% + 20px); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 5px; width: 13%; }


/*----- 2022 //-----------*/



/*------------Responsive-Css-------------------*/

@media(min-width:992px){
/* .benifit-smaller .improved-boxouter:nth-child(5n+1), .benifit-smaller .improved-boxouter:nth-child(5n+2) {height: 350px;} */
 .benifit-smaller .improved-box h2 {padding-left:85px;}
  .zigzag-lft {position: absolute !important; top: 50%; transform: translateY(-50%);-webkit-transform: translateY(-50%);left:0;}
  .zigzag-right {float:right;}
  .reverse_zigzag .zigzag-right { float: left;}
   .reverse_zigzag .zigzag-lft { left: auto; right: 0; }
/*   .zigzag-right { max-height: 992px;overflow-y: scroll; } */
/* width */ .zigzag-right::-webkit-scrollbar { width: 0px; } /* Track */ .zigzag-right::-webkit-scrollbar-track { background: transparent; } /* Handle */ .zigzag-right::-webkit-scrollbar-thumb { background: transparent; } /* Handle on hover */ .zigzag-right::-webkit-scrollbar-thumb:hover { background: transparent; }
}

@media (max-width:1440px){
    .main_hero_banner{z-index:111;min-height:600px;padding-top:170px;padding-bottom:60px;}
    .main_hero_banner:after{width:600px;height:450px;}
    header.header.head-top-box.stick{z-index:1111;}
    .slide-list-img .content-wrapper{padding:0 100px;}
  .blog-slide-caption h1 { font-size:45px;}
}
@media (max-width:1250px){
    h1{font-size:45px;}
    h2{font-size:40px;}
    h3{font-size:32px;}
    .banner_left_cont h1{margin-bottom:30px;}
    .marg-top{margin-top:30px;}
    .special_meta_growth_sec{padding:100px 0 50px;}
    .special_left_part{bottom:-50px;min-height:450px;}
    span.btm_n_icon img{width:70px;}
    span.btm_n_icon{width:100px;height:100px;}
    .green-about-box{padding:80px 0 80px;}
    .about_grow_box{min-height:300px;padding:40px 70px;}
    .what_we_do{padding:60px 0 30px;}
    .title_top_global{margin-bottom:50px;}
    .what_we_do_list{margin-bottom:50px;}
    .counter_sec{padding:30px 0 30px;}
    .counter-list .count-text{font-size:34px;margin-bottom:20px;}
    .client_testimonial_sec{padding:100px 0;}
    .right-client-sec button.slick-prev{left:50px;}
    .right-client-sec button.slick-next{right:50px;}
    .expert-img{width:435px;margin-right:0;}
    .expert-cont-left{width:calc(100% - (435px));padding:49px 40px 49px 60px;margin-top:35px;}
    .expert-img img{width:90%;margin:0 auto;}
    .client_expert_sec .title_top_global{margin-bottom:50px;}
    .client_expert_sec{padding-bottom:100px;}
    .home_recent_blog .title_top_global{margin-bottom:50px;}
    .blog-feat-img{width:46.5%;height:210px;}
    .auth-box{width:100%;margin:0 0 10px;}
    .date-box{width:100%;}
    .home_recent_blog{padding-bottom:100px;}
    .col-half{padding-left:60px;}
    footer.footer{padding:50px 0 0;}
    .footer-top{padding-bottom:50px;}
    .col-left-3{width:20%;}
    .col-left-7{width:calc(100% - 20%);padding-left:100px;}
    footer.footer:after{width:500px;height:400px;}
    .main_hero_banner.global_banner{min-height:500px;}
    .faq-accordion-sec{padding:100px 0 0;}
    .acc-set a{font-size:20px;}
    .white-popup{max-width:100%!important;height:100%!important;}
    .fancybox-close{right:0px!important;top:-24px!important;}
    .recruiting-approach-sec{padding:100px 0;}
    .formula-right-img{min-height:450px;}
    .formula-sec{padding:50px 0;}
    .work_list{margin-bottom:150px;padding:0 20px;}
    .work-icon:before,.work_list:hover .work-icon:before{background-size:66% 16px;}
    .work-icon{width:120px;height:120px;}
    .inner-work-icon svg{width:50px;height:50px;}
    .one-third:nth-child(4):after{top:-120px;}
    .one-fourth .work-icon:before{background-size:60% 16px;right:62%;}
    .one-fourth.work_list:hover .work-icon:before{background-size:60% 16px;}
    .our-team-sec{padding:100px 0 0;}
    .main_hero_banner.global_banner.team_banner{padding:170px 0 97px;}
    .contact_form_sec{padding:100px 0;}
    .hs-form-radio label.hs-form-radio-display input+span{margin-left:35px;}
    .blog-slide-caption{text-align:center;padding-top:150px;padding-bottom:50px;}
    .slide-list-img{height:500px;}
    .blog-list-page{padding:50px 0 0;}
    .blog-img-feat{height:350px;}
    .blog-pagination{padding:50px 0 50px;}
    .blog-post-page .content-wrapper{padding:0 20px;}
    .related_posts-inner-blog .content-wrapper:nth-child(1){padding:0 20px;}
    .related_posts-inner-blog .content-wrapper:nth-child(2){padding:0 20px;}
   .blog-slide-caption h1 { font-size:40px;}
  .item.slide-list-img:after { width: 400px;height: 250px;}
  .hs-form-radio label.hs-form-radio-display { line-height: normal;}
  .recruiting-approach-sec.two-col-team {padding: 70px 0 0;}
  .plan-sec {padding: 50px 0;}
  .plan-content-sec {padding: 20px 0 30px;}
  .enumenu_ul .hs-menu-wrapper>ul>li a { margin:0 24px;}
  .enumenu_ul.desk .hs-menu-wrapper>ul>li ul {min-width:137px;}
     
  /* .hero-sub-text p {font-size:28px; line-height:36px;} */
  
  .scalability-card h2 {font-size:45px; line-height:52px;}
  .scalability-sub-text {padding-top: 10px;}
  .scalability-sub-text:before{left:-25px; width:3px;}
  .scalability-sub-text p{font-size: 25px; line-height: 39px; padding-bottom: 10px;}
  
  .large-textsize, .large-textsize p, .large-textsize a, .large-textsize li { font-size: 22px; line-height: 34px; }
  
  /* .benifit-scaling-content h2 {font-size:45px; line-height:53px; padding-bottom:25px;} 
     .benifit-scaling-sub-text p {font-size: 25px; line-height:33px; padding-bottom:0px;} */
  
  .border-rdusbox { border-radius: 0 230px 230px 230px; padding: 80px 100px 90px; }
  .keytake-left { padding-right: 40px; }
  .keytake-leftimg { margin-left: 50px; min-height: 340px; }
  .keytake-leftimg:before { left: -50px; min-height: 280px; min-width: 280px; top: -50px; }
  .keytake-headertext ul li { margin-bottom: 15px; }   
  
  .hero-content { max-width: 880px; }
  .hero-sub-text { margin-top: 30px; }
  .hero-section { min-height: 800px; }
  /* .mhero-image { max-width: 580px; } */
  
  .growth-card { padding-left: 35px; }
  .growth-sub-text:before { left: -35px; }  
  .zigzag-header h2 { font-size: 60px; line-height: 68px; }
  .zigzag-right { padding: 50px 40px; }
  .startup-threeheader h4 { line-height: 30px; font-size: 18px; }
  .startup-threeheader { min-height: 120px; }
  .startup-threetext, .startup-threetext li, .startup-threetext p { font-size: 18px; line-height: 28px; }
  
  .teamgrowth-coleft { min-height: 480px; }  
  .teamgrowth-bottom-text , .teamgrowth-box { margin-top: 40px; }
  .teamgrowth-coright ul li { margin-bottom: 15px; }
  .teamgrowth-box h2 { line-height: 50px; }
  
  .row-fluid .line-ovrly:before { left: 170px; }
  .row-fluid .line-ovrly:after { left: 340px; }
  .row-fluid .line-whitespan { margin-left: -180px!important; }
  .row-fluid .line-whitespan:before { left: -170px; }
  .row-fluid .line-whitespan:after { left: -340px; }
  
  .content_us_blurb { padding-top:50px; }
  
  .benifitnew-center:before { font-size: 32px; }
  .benifitnew-icon img { max-width: 60px!important; }
  
}


@media (max-width:1024px){
  
    .box-botom{max-width:100%;}
    .right-client-sec button.slick-prev{left:0;}
    .right-client-sec button.slick-next{right:0px;}
    .accordion-wrap-inner{width:100%;}
    .left-img-app{min-height:400px;}
    .left-inner-img{width:150px;height:150px;margin-right:-75px;margin-bottom:30px;}
    .formula-right-img{min-height:400px;}
    .work_list{margin-bottom:100px;padding:0 20px;}
    .one-third:nth-child(4):after{top:-100px;height:80px;}
    .our-team-sec{padding:70px 0 0;}
    .hs-fieldtype-radio ul li{width:44.4%;margin-right:2%;margin-top:0;margin-bottom:10px;}
    .enumenu_ul .hs-menu-wrapper>ul>li a {margin: 0 20px;}
    .enumenu_ul.desk .hs-menu-wrapper>ul>li ul {min-width:129px;}
    
    .border-rdusbox { border-radius: 0 180px 180px 180px; padding: 70px 80px 80px; }
    .keytake-leftimg { min-height: 310px; }
    .zigzag-logo { height: 150px; width: 150px; }
    .zigzag-logo img { max-width: 90px !important; }
    
}

@media (max-width:991px){
    h1{font-size:36px;}
    h2{font-size:34px;}
    h3{font-size:30px;}
    h4{font-size:20px;}
    .enumenu_ul{display:none}
    .menu-block{height:auto;}
    .menu-icon{display:block}
    .enumenu_ul .hs-menu-wrapper > ul{padding:80px 0 0;}
    .enumenu_ul .hs-menu-wrapper > ul > li{display:block;margin:0px 0 10px;padding:0px;width:100%;}
    .enumenu_ul .hs-menu-wrapper>ul>li>a{display:block;text-align:left;padding:8px 30px;margin:0;}
    .enumenu_ul{width:100%;}
    .enumenu_ul .hs-menu-wrapper > ul > li ul{background:#000;}
    .enumenu_ul .hs-menu-wrapper > ul > li ul a{text-align:center;display:block;text-align:left;padding:5px 0;}

    /* Push Menu */
    body.menuslide_push{position:relative;}
    body.menuslide_push.slidemenuLeft{left:0;transition:left 0.5s;-webkit-transition:left 0.5s;-moz-transition:left 0.5s;-ms-transition:left 0.5s;-o-transition:left 0.5s;}
    body.menuslide_push.slidemenuRight{right:0;transition:right 0.5s;-webkit-transition:right 0.5s;-moz-transition:right 0.5s;-ms-transition:right 0.5s;-o-transition:right 0.5s;}
    body.slidemenuRight .enumenu_ul{right:-300px;}
    body.slidemenuRight.menu-open .enumenu_ul{right:0;}
    body.slidemenuLeft .enumenu_ul{left:-300px;}
    body.slidemenuLeft.menu-open .enumenu_ul{left:0;}
    body.menuslide_push.slidemenuLeft.menu-open{left:300px}
    body.menuslide_push.slidemenuRight.menu-open{right:300px}
    body.menuslide_push .enumenu_ul,body.menuOverlap .enumenu_ul{background:#000000 none repeat scroll 0 0;display:block;height:100%;max-height:100%;width:100%;overflow:auto;position:fixed;transition:all 0.5s ease 0s;max-width:300px;top:0;}
    .menu-icon{font-size:0;line-height:0;}
    .menu-icon .menu-box{width:45px;height:32px;margin-right:20px;padding:4px;position:absolute;right:0;top:44px;transition:all .4s ease 0s;-webkit-transition:all .4s;}
    .menu-icon .menu-box span{width:100%;height:3px;margin-bottom:6px;background:#fff;display:block;border-radius:0;transition:all .4s ease 0s;-webkit-transition:all .4s;}
    .head-top-box.stick .menu-icon .menu-box{top:34px;}
    .enumenu_ul .hs-menu-wrapper>ul>li:last-child{margin:10px 30px;width:auto;}
    .enumenu_ul .hs-menu-wrapper>ul>li:last-child a{padding:8px 30px;margin:0;width:100%;}
    .menu-icon.active .menu-box{position:absolute;right:0;z-index:1;transition:all .4s ease 0s;-webkit-transition:all .4s;}
    .enumenu_ul .hs-menu-wrapper>ul>li a.menubelow:after{display:none;}
    .enumenu_ul .hs-menu-wrapper>ul>li ul{left:0!important;visibility:visible;opacity:1!important;position:relative!important;flex-direction:inherit!important;top:0!important;}
    .enumenu_ul .hs-menu-wrapper>ul>li ul a{text-align:left;padding:10px 20px;}
    .enumenu_ul .arrow{right:30px;width:20px;height:20px;}
    .site-logo{position:relative;z-index:11;}
    .main_hero_banner:after{width:500px;height:400px;}
    .main_hero_banner{min-height:550px;padding-top:150px;padding-bottom:60px;}
    .special_meta_growth_sec{padding:80px 0 50px;}
    .special_left_part{bottom:-50px;min-height:400px;}
    .title_top_global p br{display:none;}
    .what_we_do_list{padding:30px 26px 30px 30px;}
    .counter-list .count-text{font-size:30px;}
    .counter-list p{font-size:18px;}
    .counter-list{width:50%;}
    .counter-list:nth-child(2n):after{display:none;} 
    .counter_sec{padding:30px 0 0px;}
    span.icon-over{width:80px;height:80px;}
    .right-client-sec{width:calc(100% - 39.8%);padding-left:100px;padding-right:0;}
    .right-client-sec:before{width:40px;height:40px;left:24px;}
    .client_testimonial_sec{padding:80px 0;}
    .expert-img{width:300px;margin-right:0;height:300px;margin-left:auto;}
    .expert-cont-left{width:calc(100% - (300px));padding:49px 40px 49px 60px;margin-top:0px;}
    .client-expert_box:after{border-radius:20px;top:0;height:100%;}
    .expert_slider button.slick-prev{width:40px;height:40px;background-size:20px 10px;}
    .expert_slider button.slick-next{width:40px;height:40px;background-size:20px 10px;}
    .blog-list{width:100%;margin:0 0 50px;}
    .home_recent_blog{padding-bottom:0px;}
    footer.footer:after{width:400px;height:350px;background-size:contain;background-position:bottom center;}
    .col-left-7{width:100%;padding-left:0;order:1;}
    .col-left-3{width:100%;order:2;margin:50px 0 0;}
    .footer-top{padding-bottom:30px;}
    .global_banner .banner_left_cont p br{display:none;}
    .main_hero_banner.global_banner{min-height:450px;padding-top:150px;padding-bottom:60px;}
    .faq-accordion-sec{padding:80px 0 0;}
    .enumenu_ul .hs-menu-wrapper>ul>li ul a:hover{color:#01C348;}
    .banner_left_cont p br{display:none;}
    .recruiting-approach-sec{padding:50px 0;}
    .right-cont-part{width:calc(100% - 38.5%);padding-left:140px;}
    .left-img-app{min-height:300px;}
    .formula-right-img{min-height:350px;}
    .work-icon:before,.work_list:hover .work-icon:before{background-size:60% 16px;}
    .work-icon{width:100px;height:100px;}
    .inner-work-icon svg{width:40px;height:40px;}
    .one-fourth .work-icon:before{background-size:50% 16px;right:62%;}
    .one-fourth.work_list:hover .work-icon:before{background-size:50% 16px;}
    .team-list{width:100%;margin-right:0;}
    .our-team-sec .title_top_global{margin-bottom:20px;}
    .main_hero_banner.global_banner.team_banner{padding:150px 0 60px;}
    .contact_form_sec{padding:70px 0;}
    .blog-img-feat{height:340px;}
    article.blog-item{margin-bottom:50px;}
    .blog-right{width:100%;}
    .blog-left{width:100%;order:2;margin:30px 0 0;}
    .blog-right .hs-search-field--open .hs-search-field__suggestions{width:calc(100% - 40px);left:0;right:0;margin:0 auto;}
    .blog-pagination ul{width:100%;}
    .section.post-header{padding:20px 0 50px;}
    .related_posts-inner-blog{padding-bottom:20px;}
    .blog-post-title h1{font-size:36px;line-height:40px;}
   .blog-slide-caption h1 { font-size:36px;}
  .blog-inner-right.is_stuck {position: relative !important;top: 0 !important;width: 100% !important;bottom: 0 !important;}
  .recruiting-approach-sec.two-col-team {padding: 50px 0 0;}
  .full-cont-sec {padding: 50px 0;}
  .plan-list.one-half {width: calc(45% - 30px);}
  
  .hero-section { min-height: 600px; }
  .hero-content h1 { font-size: 45px; line-height: 52px; }   
  

  /* .benifit-scaling-content h2 {font-size:40px; line-height:48px; padding-bottom:10px;} */ 
  /* .benifit-scaling-sub-text p {font-size:20px; line-height:28px; padding-bottom:0px; text-align:justify;} */
  
  .boxgrowth-text { margin-top: 30px; }
  .teamgrowth-box h2 { line-height: 44px; }
  .keytake-header { margin-bottom: 30px; }
  .border-rdusbox { border-radius: 0 120px 120px 120px; padding: 50px 60px 60px; }
  .keytake-headertext ul li:before { height: 10px; top: 10px; width: 10px; }
  .keytake-headertext ul li { padding-left: 20px; }
  
  .keytake-left { width: 100%; margin-left: auto; margin-right: auto; padding-right: 0; }
  .keytake-right { width: 100%; margin-top: 40px; }
  .keytake-leftimg { min-height: 450px; }
  
  .growth-sub-text { padding-top: 20px; }
  .improved-boxouter { width: 100%; margin-right: 0; }
  .improved-boxouter:nth-child(5n + 1), .improved-boxouter:nth-child(5n + 2) , .improved-boxouter:nth-child(5n + 3) , .improved-boxouter:nth-child(5n + 4) , .improved-boxouter:nth-child(5n + 5) { height: auto; }
  .zigzag-header h2 { font-size: 52px; line-height: 60px; }
  .zigzag-lft { width: 100%; margin-bottom: 30px; }
  .zigzag-right { margin-left: 0; margin-top: 0; width: 100%; }
  .reverse_zigzag .zigzag-right { margin-right: 0; }
  .startup-imgleft { padding-right: 0; width: 100%; margin-bottom: 30px; }
  .startup-imgright { width: 100%; }
  .startup-twocols { margin-bottom: 40px; }
  .startup-threecols { margin-right: 0; width: 100%; }
  .startup-threeheader { min-height: auto; padding: 20px 16px; }
  .startup-bottomtext { margin-top: 0; ; }
  .teamgrowth-coleft { width: 100%; border-radius: 0 160px 160px 160px; }
  .teamgrowth-coright { width: 100%; margin-left: 0; margin-top: 30px; }  
  .teamgrowth-box.border-rdusbox { padding: 40px 40px; }
  
  .header-logosec { padding: 40px 0 30px; }
  
  .row-fluid .line-ovrly:before { left: 100px; }
  .row-fluid .line-ovrly:after { left: 200px; }
  .row-fluid .line-whitespan { margin-left: -120px !important; }
  .row-fluid .line-whitespan:before { left: -120px; }
  .row-fluid .line-whitespan:after { left: -240px; }
  .benifit-smaller .improved-box h2:before {font-size: 35px;}
  
  .benifitnew-center { margin-left: 20%; width: 60%; }
  .benifitnew-center:before { width: 20%; }
  .benifitnew-icon img { max-width: 45px !important; }
}


@media (max-width:767px){
    h1{font-size:32px;}
    h2{font-size:30px;}
    h3{font-size:26px;}
    body{font-size:16px;line-height:26px;}
    p{font-size:16px;line-height:26px;}
    .expert-inner-cont p{font-size:16px;line-height:26px;}
    .banner_left_cont{width:100%;}
    .button_wrapper_box a.video-btn{width:100%;margin:20px 0 0;}
    .special_left_part{bottom:0;min-height:400px;position:relative;margin:0 0 30px;width:100%;}
    .special_right_part_{width:100%;position:relative;right:0;padding:20px;margin-left:auto;}
    .special_meta_growth_sec{padding:50px 0 0px;}
    span.btm_n_icon{width:70px;height:70px;margin-left:10px;margin-bottom:10px;}
    span.btm_n_icon img{width:50px;}
    .green-about-box{padding:50px 0 50px;}
    .about_grow_box{min-height:300px;padding:30px 50px;border-radius:0px 80.5px 80.5px 80.5px;}
    span.green_overlay{border-radius:0px 80.5px 80.5px 80.5px;}
    .what_we_do_list{padding:20px 25px 20px 20px;width:100%;margin-bottom:30px;}
    .what_we_do{padding:40px 0 20px;}
    .title_top_global{margin-bottom:40px;}
    .counter_sec{padding:20px 0 0px;}
    .left-client-sec{width:100%;}
    .right-client-sec{width:100%;padding-left:100px;padding-right:0;}
    .right-client-sec button.slick-prev{left:-100px;}
    .right-client-sec ul.slick-dots{margin-left:-100px;}
    .client_testimonial_sec{padding:50px 0;}
    .expert-cont-left{width:100%;padding:40px 35px 40px 35px;margin-top:0px;order:2;}
    .expert-img{width:300px;height:300px;order:1;margin:40px auto;}
    .client_expert_sec{padding-bottom:50px;}
    .col-half{width:100%;padding-left:0;margin:0 0 30px;}
    .col-half:nth-child(3){width:100%;}
    .col-half ul li{margin:0 0 10px;}
    .col-left-3{margin:20px 0 0;}
    .expert-img img{width:100%;height:auto;object-fit:inherit;object-position:inherit;}
    .main_hero_banner.global_banner{min-height:400px;}
    .faq-accordion-sec{padding:50px 0 0;}
    body.menuslide_push .enumenu_ul,body.menuOverlap .enumenu_ul{z-index:99;}
    .menu-icon.active .menu-box{z-index:999;}
    .left-img-app{min-height:350px;width:100%;margin-left:0px;}
    .recruiting-approach-wrap{padding:0;}
    .left-inner-img{width:100px;height:100px;margin-right:0;margin-bottom:20px;}
    .right-cont-part{width:100%;padding-left:0;margin:20px 0 0;}
    .formula-left-cont{width:100%;padding-right:0;margin:0 0 20px;}
    .formula-right-img{min-height:350px;width:100%;}
    .formula-wrap{padding-right:0;}
    .work_list{margin-bottom:70px;padding:0px;width:100%;}
    .one-third{margin-right:0;}
    .one-third:last-child{margin-right:0;}
    .one-third:nth-child(4){order:inherit;margin-right:0;}
    .one-third:nth-child(5){order:inherit;margin-right:0;}
    .work-icon:before{transform:rotate(90deg);left:0;right:0;margin:0 auto;z-index:-1;height:16px;width:67px;background-size:contain;top:-46px;display:none;}
    .one-third:nth-child(4):after{display:none;}
    .one-third.last-loop:last-child{margin-right:0;}
    .work_list.one-fourth{width:100%;padding:0;margin-right:0;}
    .our-team-sec{padding:50px 0 0;}
    .our-team-sec .title_top_global{margin-bottom:10px;}
    .col-half:nth-child(2){width:100%;}
    .form-left-img{width:100%;min-height:400px;}
    .form-contact-srt{width:100%;}
    .form-contact-info{padding-left:0;padding-top:15px;}
    .form-left-img:before{left:-30px;}
    .form-columns-2>div{width:100%!important;}
    .hs-fieldtype-radio ul li{width:100%;margin-right:0;margin-top:0;margin-bottom:10px;}
    .hs-form-radio label.hs-form-radio-display input+span{margin-left:40px;margin-right:auto;}
    .form-left-img:before{left:-15px;width:150px;height:150px;}
    .client-expert_box{height:auto;}
    .slide-list-img .content-wrapper{padding:0 20px;}
    .blog-slider button.owl-prev{left:15px;}
    .blog-slider button.owl-next{right:15px;}
    .slide-list-img{height:450px;}
    .blog-slide-caption{text-align:center;padding-top:100px;padding-bottom:30px;}
    .blog-slide-caption a.read-more{margin-top:20px;}
    .blog-img-feat{height:340px;width:100%;}
    .blog-post-content{width:100%;padding:20px 20px;}
    article.blog-item{margin-bottom:40px;}
    span.pg li a{font-size:14px;padding:5px 10px;}
    li.last-posts-link a,li.first-posts-link a{font-size:14px;padding:5px 10px;margin:0;}
    .blog-post-tags a{font-size:16px;padding:7px;}
    h3.hs-author-name{font-size:28px;margin:15px 0;}
    .blog-post-title h1{font-size:32px;line-height:40px;}
    .recent-blog-box{width:100%;margin-right:0;margin-bottom:40px;}
    .recent-blog-content{height:auto;}
    .recent-blog-box:nth-child(3){margin-bottom:0;}
    .recent-blog-box:last-child{margin-bottom:0;}
    .mobile-author{display:block;}
    .blog-slide-caption h1{font-size:30px;margin:0 0 10px;}
  .item.slide-list-img:after{width:200px;height:200px;background-size:contain;}
  .hs_cos_wrapper_type_social_sharing{text-align:center;}
  .blog-post__body h2{line-height:1.3;font-size:26px;}
  .plan-wrap{margin:0;}
  .plan-list{width:100%;margin:0 0 30px;padding:30px 20px;}
  .plan-list.one-half{width:100%;}
  .plan-text-top{margin:20px 0 20px;}
  ul li,ol li{font-size:16px}
  .plan-content-sec{padding:0px 0 30px;}
  
  
  .hero-section { min-height: auto; }
  .mhero-image { max-width: 40%; bottom: -20px; }
  .border-rdusbox { border-radius: 0 50px 50px 50px; padding: 40px 40px 40px; }
  .large-textsize, .large-textsize a, .large-textsize li, .large-textsize p { font-size: 20px; line-height: 30px; }
  .keytake-leftimg { min-height: 300px; }
  .default-header { margin-bottom: 20px; }
  .growth-sub-text { padding-top: 10px; }
  .growth-card { padding-left: 20px; }
  .growth-sub-text:before { left: -20px; }
  .benifit-scaling-section:after { width: 60%; }
  .improved-box h2 { padding-left: 40px; }
  .zigzag-header h2 { font-size: 38px; line-height: 48px; }
  .zigzag-header h2:before { top: 24px; }
  .zigzag-logo { height: 80px; width: 80px; left: 10px; bottom: 10px; }
  .zigzag-logo img { max-width: 50px !important; }
  .zigzag-right { padding: 40px 30px; }
  .zigzag-header { margin-bottom: 20px; }
  
  .startup-threetext { padding: 20px 20px; }
  .teamgrowth-coleft { border-radius: 0 60px 60px 60px; min-height: 350px; }
  .teamgrowth-tworow { margin-top: 0; }
  .teamgrowth-header-text { margin-top: 20px; }   
  .teamgrowth-coright { padding: 40px 30px; }
  .teamgrowth-box { margin-top: 20px; }
  .teamgrowth-box.border-rdusbox { padding: 40px 30px; }
  .teamgrowth-box h2 { line-height: 40px; }
  
  .header-logosec { padding: 50px 0 20px; }
  .header-logoouter a img { max-width: 170px!important; }
 
  
  
  /* Contact Us Blurb */
  .content_us_blurb { padding-bottom:60px; }
  .blurb-cont-left { width:100%; }
  .right-content-form { width:100%; padding-left:0; padding-top:30px; }
  
  
  .benifitnew-boxouter { margin: 10px 0px 80px; width: 100%; }
  .benifitnew-content { margin-left: 0; margin-right: 0; width: 100%; }
  
  
}



@media (max-width:640px){
    .blog-feat-img{width:100%;height:210px;}
    .blog-cont{width:100%;padding-left:0;margin-top:25px;}
    .social-icon-box{display:flex;flex-wrap:wrap;justify-content:center;order:1;width:100%;margin:0 0 20px;}
    .footer-bottom p{margin:0;order:2;width:100%;text-align:center;}
    .fancybox-close{background-repeat:no-repeat!important;border-radius:0px 18px 18px 18px;width:24px!important;height:25px!important;background-size:12px 12px!important;right:-15px!important;top:-20px!important;}
    .team-cont{width:100%;padding-left:0;margin:30px 0 0;text-align:center;}
    .team-img{width:128px;margin:0 auto;}
    .blog-slide-caption h1 {padding: 0 40px;font-size: 22px;}
    
  

  
}


@media (max-width:480px){
    .counter-list{width:100%;}
    .counter-list:after{height:1px;width:100%;top:inherit;-ms-transform:inherit;-moz-transform:inherit;-webkit-transform:inherit;transform:inherit;bottom:-25px;}
    .right-client-sec ul.slick-dots{margin-left:0;}
    .right-client-sec:before{display:none;}
    .right-client-sec{width:100%;padding-left:30px;padding-right:30px;}
    .right-client-sec button.slick-prev{left:-35px;}
    .right-client-sec button.slick-next{right:-35px;}
    .left-client-sec:before{width:200px;height:200px;}
    .formula-right-img{min-height:300px;}
    .left-img-app{min-height:300px;}
    .btn-right{width:100%;text-align:center;}
    .sticky-lp-head .site-logo{margin:0 auto 25px;}
    .sticky-head.sticky-lp-head{margin-top:186px;}
    .form-left-img{width:100%;min-height:350px;}
    .expert-img{width:300px;height:auto;margin:40px auto 0;}
    .topic-box h4{margin:0 0 10px;width:100%;text-align:center;}
    .blog-topics{width:100%;}
    span.pg{display:flex;flex-wrap:wrap;justify-content:center;width:100%;margin:20px 0;}
    .blog-img-feat{height:300px;width:100%;}
    .blog-slide-caption h1 {padding: 0 40px;font-size: 22px;margin: 0 0 10px;}
    .counter-list:nth-child(2n):after{display:block;} 
    
    .hero-content h1 { font-size: 40px; line-height: 48px; }
    .border-rdusbox { border-radius: 0 40px 40px 40px; padding: 30px 20px; }
    .keytake-headertext ul li:before { height: 8px; top: 10px; width: 8px; }
    .keytake-headertext ul li { padding-left: 16px; }
    .keytake-leftimg:before { left: -30px; min-height: 200px; min-width: 200px; top: -30px; }
    .keytake-leftimg { margin-left: 30px; min-height: 230px; }
    .keytake-row { margin-top: 60px; } 
    .zigzag-header { margin-bottom: 10px; }
    .zigzag-lft { padding-top: 75%; }
    .zigzag-right { padding: 30px 20px; }
    .zigzag-row:last-child { margin-bottom: 0; }
    .teamgrowth-coleft { min-height: 200px; }
    .teamgrowth-coright { padding: 30px 20px; }
    .teamgrowth-coright ul li { padding-left: 20px; }
    .teamgrowth-coright ul li:before { height: 10px; top: 9px; width: 10px; }
    .teamgrowth-box.border-rdusbox { padding: 30px 20px; }
    .improved-box { padding: 20px 25px 20px; }
    
    .header-logoouter a img { max-width: 150px!important; } 
    
    .benifitnew-box { height: auto; display: flex; flex-wrap: wrap;} 
    .benifitnew-center { margin-left: 0; width: 100%; order: 1; background-color: transparent; border-bottom: 0; border-top: 0; height: auto; }
    .benifitnew-boxouter { margin: 0px 0px 40px; display: block; margin-left: 0%; width: 100%; background-color: #00c438; border: 2px solid #00c438; padding-top: 60px;}
    .benifitnew-icon { padding: 10px 15px 0; order: 0; display: block; width: 100%; border: 0; }
    .benifitnew-center:before { color: #fff; height: 60px; left: 0; padding: 15px; top: -60px; width: 100%; display: block; line-height: 32px; }
  

  
}