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

/**
 * 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;
}

img {
  max-width: 100%;
  height: auto;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.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: 0;
  *margin-left: 0;
  -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.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: .5rem;
  padding-right: .5rem;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .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: 0;
    margin-left: 0;
    -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.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4em;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4em;
  line-height:1;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  display:inline-block;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  padding: .5rem 1.5rem;
  border-radius: 22.5px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #000;
  background: #FFF;
  border: 2px solid #FFF;
  font-family: inherit;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 0;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

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 {
  width: 100%;
  min-height: 36px;
  border: 0;
  display:inline-block;
  border-radius: 0;
  padding: .5rem;
  background: rgba(255,255,255,.3);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #FFF;
  -webkit-transition: border-bottom-color 0.2s ease-in;
  -o-transition: border-bottom-color 0.2s ease-in;
  transition: border-bottom-color 0.2s ease-in;
  border: 1px solid;
  outline: none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

.hs_error_rollup label{
  text-align: left;
}


/* Validation */

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

.hs-error-msgs label{
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #F02;
  margin-top: .35rem;
  margin: 0;
  text-align: right;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  display:inline-block;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  padding: .5rem 1.5rem;
  border-radius: 22.5px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #000;
  background: #FFF;
  border: 2px solid #FFF;
  font-family: inherit;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


::placeholder,
::-webkit-input-placeholder{    
  padding-left: .5rem;
}

.hs-form textarea::placeholder,
.hs-form textarea::-webkit-input-placeholder{    
  padding-left: 0;
}


form.hs-form .hs_upload_cv.hs-form-field {
  position: relative;
}

form.hs-form .hs_upload_cv.field > label {
  position: absolute;
  display: block;
}

form.hs-form .hs_upload_cv.hs-form-field > label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1rem);
  height: 54px;
  z-index: 5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: .5rem;
  background: rgba(255,255,255,.2);
  pointer-events: none;
}

form.hs-form .hs_upload_cv.hs-form-field > label span {
  display: inline-block;
  margin-left: .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: underline;
}

form.hs-form .hs_upload_cv.hs-form-field > label:before {
  content: '';
  height: 25px;
  background-image: url(//19825781.fs1.hubspotusercontent-na1.net/hubfs/19825781/raw_assets/public/Anzu_August2021/images/upload.svg);
  background-size: 100% 100%;
  display: inline-block;
  width: 20px;
}

form.hs-form .hs_upload_cv.field .input input {
  opacity: 0;
  cursor: pointer;
}

.legal-consent-container .hs-form-booleancheckbox-display p a {
  text-decoration: underline;
  color: #fff;
}

.body-container--home .hs-form .hs-fieldtype-select .input:after {
  right: .5rem;
}

form.hs-form .hs-fieldtype-select .input{
  width: calc(100% - 1rem);
  background: transparent;
}

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


@media (min-width: 768px) and (max-width: 1199.98px){
  form.hs-form .hs_upload_cv.hs-form-field>label span {
    font-size: .8rem;
    line-height: 1rem;
  } 
}

@media(min-width:767px){
  form.hs-form fieldset.form-columns-2 .field {
    width: 50% !important;
    float: left !important;
  }
}
@media(max-width:480px){
  form.hs-form textarea {
      min-height: 100px;
  }
  .HsFormsModule-inner-content-part form>fieldset>div, 
  .HsFormsModule-inner-content-part form>.hs-form-field {
      width: 100% !important;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: rgba(0,25,38,.7);
 /* -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);*/
  padding: 2rem 0;
  color: #FFF;
  z-index: 9999;
  -webkit-transition: background-color 0.4s ease-in-out 0s,box-shadow 0.4s ease-in-out 0s,filter 1s ease-in-out 0s,-webkit-filter 1s ease-in-out 0s,transform 0.5s ease-in-out 0s;
  -o-transition: background-color 0.4s ease-in-out 0s,box-shadow 0.4s ease-in-out 0s,filter 1s ease-in-out 0s,-webkit-filter 1s ease-in-out 0s,transform 0.5s ease-in-out 0s;
  transition: background-color 0.4s ease-in-out 0s,box-shadow 0.4s ease-in-out 0s,filter 1s ease-in-out 0s,-webkit-filter 1s ease-in-out 0s,transform 0.5s ease-in-out 0s;
}

.header .header__container {
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  max-width:100%;
}

.mobile-open header.header {
    background-color: rgb(26 26 26 / 70%);
}

.site-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav.custom-menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

nav.custom-menu-primary .hs-menu-wrapper>ul {
    display: flex;
    align-items: center;
}

nav.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5rem;
  padding: .5rem;
}

nav.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 12px;
  letter-spacing: -0.24px;
color: #FFFFFF;
text-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

nav.custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a:after {
  content: none;
  width: 0;
  height: 1px;
  display: block;
  margin: auto;
  background-color: transparent;
  border-radius: 15px;
  -webkit-transition: width 0.5s ease,background-color 0.5s ease;
  -o-transition: width 0.5s ease,background-color 0.5s ease;
  transition: width 0.5s ease,background-color 0.5s ease;
}

nav.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:after {
  content: '';
  width: 10px;
  height: 5px;
  display: inline-block;
  margin-left: .5rem;
/*   background-image:url(); */
  background-size: 100% 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

nav.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover:after {
  border-top:5px solid rgba(0,249,241,1.0) !important;
  color:rgba(0,249,241,1.0) !important;
  filter: none;
}

nav.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
  width: 100%;
  background-color: #FFF;
}

nav.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  color: #fff;
}

nav.custom-menu-primary .hs-menu-wrapper > ul ul {
  width: 100%;
  min-width: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #001926;
  list-style-type: none;
  margin: 0;
  padding: .5rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: right 0.4s ease-in-out,opacity 0.4s ease-in,visibility 0.4s ease-in,z-index 0.4s ease-in;
  -o-transition: right 0.4s ease-in-out,opacity 0.4s ease-in,visibility 0.4s ease-in,z-index 0.4s ease-in;
  transition: right 0.4s ease-in-out,opacity 0.4s ease-in,visibility 0.4s ease-in,z-index 0.4s ease-in;
}

nav.custom-menu-primary .hs-menu-wrapper > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

nav.custom-menu-primary .hs-menu-wrapper > ul ul li {
  margin: 0 0 .5rem;
  padding: 0 0 .5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: #FFF;
  font-size: 14px;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  white-space: nowrap;
  text-transform: uppercase;
}

nav.custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
  color: #FFF;
  font-size: 14px;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform: translateX(0rem);
  -ms-transform: translateX(0rem);
  transform: translateX(0rem);
}

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

/* nav.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover{
  background-color: #001926;
} */

/* nav.custom-menu-primary .hs-menu-wrapper > ul li:hover:after {
  -webkit-transform: rotate( 180deg );
  -ms-transform: rotate(180deg);
  transform: rotate( 180deg ); background-image: 
  url(https://go.anzu.io/hubfs/Anzu_August2021/images/arrow.svg);
} */


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

.site-header__logo-wrapper a {
  display: block;
  outline:none;
}

.site-header__logo-wrapper {
  line-height: 0;
}
nav.custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: rgba(0, 0, 0, 0.57)!important;
    box-shadow: 0px 13px 16px rgb(0 0 0 / 16%);
}
nav.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    border: 1px solid #fff;
    background:#fff;
    padding: 4px 26px;
    border-radius: 27px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color:#0B212C;
}
.hs-menu-wrapper.flyouts .hs-item-has-children{position: static!important;}
nav.custom-menu-primary .hs-menu-wrapper>ul ul li {  margin: 0 20px;padding: 10px; justify-content: right; float: right;}
nav.custom-menu-primary .hs-menu-wrapper>ul ul li a { font-size: 12px; text-transform: inherit;  letter-spacing: -0.24px;}
nav.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child { margin: 0 20px;  padding: 10px;}
nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {  padding: 33px 0.7rem!important;}

/* nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active-branch:hover, 
nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active:hover, 
nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover {
    background-color: transparent!important;
} */

/*nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after{
  background-image: url(https://go.anzu.io/hubfs/Anzu_August2021/images/arrow-white-1.png); 
  width: 6px;  
  height: 3px;
}
 nav.custom-menu-primary .hs-menu-wrapper>ul li:hover:after, nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover:after{
  background-image: url(https://go.anzu.io/hubfs/Anzu_August2021/images/hover-arrow.png); filter: none;} */
nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active:after {
/*     background-image: url(https://go.anzu.io/hubfs/Anzu_August2021/images/hover-arrow.png); */
    filter: none;
    content: "";
    border-top: 5px solid rgba(0,249,241,1.0);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}


nav.custom-menu-primary .hs-menu-wrapper>ul>li:last-child:hover a {  background: #00F9F1;  border-color: #00F9F1;  color: #000000!important;}
nav.custom-menu-primary .hs-menu-wrapper>ul>li:last-child:hover a:after{content:none;}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper {  padding-right: 320px;}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper {  padding-right: 435px;}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper {  padding-right: 555px;}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper {  padding-right: 660px;}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child > ul.hs-menu-children-wrapper {  padding-right: 780px;}


@media only screen and (min-width: 992px) and (max-width: 1280px) {
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
      padding: 33px 0.4rem !important;
  }
  .header .header__container { padding-right: 40px;  padding-left: 40px;}
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child>ul.hs-menu-children-wrapper {  padding-right: 641px;}
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) > ul.hs-menu-children-wrapper {  padding-right: 292px;}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper {  padding-right: 407px;}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper {  padding-right: 526px;}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper {  padding-right: 627px;}
  @media only screen and (max-width: 1130px) {
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child>ul.hs-menu-children-wrapper {  padding-right:40%;}    
  }
  @media only screen and (max-width: 1080px) {
    .header .header__container { padding-right: 20px;  padding-left: 20px;}
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper {  padding-right: 40%;}
  }
  @media only screen and (max-width: 1010px) {
    nav.custom-menu-primary .hs-menu-wrapper>ul>li{margin-right: 0;}
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3)>ul.hs-menu-children-wrapper {  padding-right: 477px;}
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4)>ul.hs-menu-children-wrapper {  padding-right: 368px;}
    li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5)>ul.hs-menu-children-wrapper {  padding-right: 258px;}
  }
}

@media (min-width: 992px){
  .scroll-header .header {
    -webkit-box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 25%);
    -moz-box-shadow: 1px 1px 15px 1px rgba(0,0,0,.25);
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 25%);
  }
/*   .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {display: flex!important;  justify-content: flex-end;  flex-direction: row; width: 100%;} */
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children.active>.hs-menu-children-wrapper {
    display: flex!important;  
    justify-content: flex-end;  
    flex-direction: row; 
    width: 100%;
    visibility: visible;
  }
  body nav.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {  color: #00F9F1 !important;}
  body nav.custom-menu-primary .hs-menu-wrapper>ul ul li:hover>a {  color: #00F9F1!important;  font-size: 12px!important;}
/*   nav.custom-menu-primary .hs-menu-wrapper>ul>li>a[href="/newsroom"]+ul>li:first-child {
    display: none;
    width:0;
  } */
  header.header {
      backdrop-filter: blur(15px);
  }
  nav.custom-menu-primary .hs-menu-wrapper>a{display:none !important}
  nav.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) {
      margin-left: 65px;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2) a {
      border: 1px solid #fff;
      padding: 4px 26px;
      border-radius: 27px;
      text-align: center;
      line-height: 15px;
      font-size: 12px;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2):hover a {  background: #00F9F1;  border-color: #00F9F1;  color: #000000!important;}
  nav.custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-child(2):hover a:after{content:none;}
}

@media (max-width: 991.98px){
  body.mobile-open { overflow: hidden;} 
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(2)>ul.hs-menu-children-wrapper, li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3)>ul.hs-menu-children-wrapper 
  , li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4)>ul.hs-menu-children-wrapper, li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5)>ul.hs-menu-children-wrapper 
  , li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:first-child>ul.hs-menu-children-wrapper{  padding-right: 0%;}
  
  .header .header__container{
    max-width: 100%;
    padding: 0;
  }
/*    ul.hs-menu-children-wrapper.active-menu {  position: relative!important;  height: 140px;} 
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(3)>ul.hs-menu-children-wrapper.active-menu{  height:105px;}
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4)>ul.hs-menu-children-wrapper.active-menu{  height:105px;}
  nav.custom-menu-primary .hs-menu-wrapper>ul li:hover:after, nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover:after {
    background-image: url(https://19825781.fs1.hubspotusercontent-na1.net/hubfs/19825781/Anzu_August2021/images/downward-arrow.png);  width: 16px;  height: 9px;}*/
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active:after {
    background-image: url(https://19825781.fs1.hubspotusercontent-na1.net/hubfs/19825781/Anzu_August2021/images/downward-arrow.png);  width: 16px;  height: 9px;}
  body nav.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {  color: #fff !important;}
  nav.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-menu {  background-color:rgba(26, 26, 26, 0.6) !important;}
  nav.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-menu.active-branch {  background-color:rgba(26, 26, 26, 0.6) !important;}
  nav.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-menu.active-branch.active {  background-color:rgba(26, 26, 26, 0.6) !important;}

  .site-header__mobile-wrapper {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;

    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 11;
    box-sizing: inherit;
  }

  .header {
    height: auto;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    padding: 0;
    background-color: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .site-header__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mobile-trigger {
    order: 1;
    width: 1.5rem;
    height: 1rem;
    position: relative;
    display: block;
  }

  .mobile-trigger span {
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #FFF;
    -webkit-transition: top 0.2s ease-in-out,transform 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out,transform 0.2s ease-in-out;
    transition: top 0.2s ease-in-out,transform 0.2s ease-in-out;
  }

  .mobile-trigger span:nth-child(1) {
    top: 0;
  }

  .mobile-trigger span:nth-child(2) {
    top: 10px;
  }

  .site-header__logo-wrapper a img.hs-image-widget {
    width: 100px !important;
    height: auto;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
    color: #fff !important;
}


  .mobile-open .mobile-trigger span:nth-child(2) {
    top: 5px;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
  }

  .mobile-open .mobile-trigger span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
  }


  nav.custom-menu-primary {
    height: auto;
    position: absolute;
    top: -70px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -1;
/*     opacity: 0; */
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: top 0.2s ease-in-out,opacity 0.2s ease-in-out,visibility 0.2s ease-in-out,transform 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out,opacity 0.2s ease-in-out,visibility 0.2s ease-in-out,transform 0.2s ease-in-out;
    transition: top 0.2s ease-in-out,opacity 0.2s ease-in-out,visibility 0.2s ease-in-out,transform 0.2s ease-in-out;
    width: 100%;
  }

  .mobile-open nav.custom-menu-primary {
    top: 70px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 0;
    height: 100vh;
    align-items: baseline;
    background: rgb(26 26 26 / 70%);
    -webkit-backdrop-filter: blur(15px);
  }

    nav.custom-menu-primary .hs-menu-wrapper>ul {
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: auto;
        height: calc(100vh - 150px);
        height: calc((var(--vh, 1vh) * 100) - 150px);
        backdrop-filter: blur(15px);
        position: relative;
    }
  .hs-menu-wrapper.flyouts .hs-item-has-children{position: relative!important;}
  nav.custom-menu-primary .hs-menu-wrapper>ul > li {
    width: 100%;
    height: auto;
    display: block;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: left;
    float:left;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul li a {
    width: 100%;
    height: autopx;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.875rem;
    color: #FFF;
    position: relative;
    -webkit-transition: padding-left 0.4s ease-in-out;
    -o-transition: padding-left 0.4s ease-in-out;
    transition: padding-left 0.4s ease-in-out;
    padding-top:5px; 
    padding-bottom:5px;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul li:first-child a{
   border-top:1px solid rgba(255,255,255,.1); 
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul li > ul > li a{border-bottom: 1px solid rgba(255,255,255,.0);}
  .mobile-open nav.custom-menu-primary .hs-menu-wrapper>ul li a{
    padding:20px 18px;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-menu > a {   color: #00F9F1;}
  nav.custom-menu-primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children)>a:after {
    display: none;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
    margin: 0;
    padding: 0;
}

  

  nav.custom-menu-primary .hs-menu-wrapper>ul ul {
    width: 100%;
    position: static !important;
    background-color: transparent;
    padding: 0 0 15px;
    float:left;
  }

  

  nav.custom-menu-primary .hs-menu-wrapper>ul ul li {
    width: 100%;
    display: block;
    margin: 0; float:left;
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  .hs_cos_wrapper{width:100%;}

  nav.custom-menu-primary .hs-menu-wrapper>ul ul li a,
  nav.custom-menu-primary .hs-menu-wrapper>ul ul li:hover>a {
    font-size: 18px;
    line-height: 1.5rem;
    padding-left: 0;
    pointer-events: auto;
    -webkit-transition: padding-left 0.4s ease-in-out;
    -o-transition: padding-left 0.4s ease-in-out;
    transition: padding-left 0.4s ease-in-out;
    font-weight: 400;
    display: flex !important;
    transform: none;
    padding: 16px 48px !important;
  }
  body nav.custom-menu-primary .hs-menu-wrapper>ul ul li:hover>a{
    font-size: 18px !important;
  }

  .mobile-open nav.custom-menu-primary .hs-menu-wrapper>ul ul li a{
    padding-left: 3rem;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul li:hover {
    background-color: transparent;
  }

 /* nav.custom-menu-primary .hs-menu-wrapper>ul li.active > a,
  nav.custom-menu-primary .hs-menu-wrapper>ul ul li.active > a {
    background-color: rgba(255,255,255,.0) !important;
    color: #fff;
  }*/
 
  nav.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:hover {
    background-color: transparent !important;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul ul{
    background-color:rgba(26, 26, 26, 0) !important;
  }

  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
    padding: 0 !important;
  }
/*   .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: 0;
    opacity: 0;
    position: relative;
    visibility: hidden;
    display: none;
} */
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active-menu>a{
    position:relative;
    border-bottom: none;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul li.active-menu a{
    border-top: none;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
      content:"";
      width: 16px;
      height: 7px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      border-top: 7px solid #fff;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      background: none !important;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.active-menu>a:after{
    border-top: 7px solid #00F9F1;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after{
    display:none;
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
      left: 0;
      opacity: 1;
      position: relative;
      visibility: visible;
    display: none;
  }
/*   nav.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-menu>ul {
      display: flex !important;
      flex-direction: column-reverse;
  } */
  nav.custom-menu-primary .hs-menu-wrapper>ul ul li{height:auto;}
  nav.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
      opacity: 1;
      padding: 20px;
      position: fixed;
      bottom: 0;
      background-color: rgb(26 26 26 / 90%);
      backdrop-filter: blur(15px);
      display:none !important;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
      border: none;
      padding: 3px 26px !important;
      border-radius: 27px;
      width: auto;
      margin-left: 0;
      margin-top: 0;
      background: transparent !important;
      color: #fff !important;
      font-size: 20px;
      line-height: 22px;
  }
  nav.custom-menu-primary .hs-menu-wrapper>ul>li:last-child:hover a{
      background: transparent !important;
      color: #fff !important;
  }
  nav.custom-menu-primary .hs-menu-wrapper>a {
      display: block;
      opacity: 1;
      padding: 20px;
      bottom:0;
      background-color: rgb(26 26 26 / 97%);
      backdrop-filter: blur(15px);
      width: 100%;
      color: #fff !important;
      font-size: 20px;
      line-height: 22px; 
      text-align: center;
/*     position:fixed; */
  }
  
  nav.custom-menu-primary .hs-menu-wrapper {
      height: calc(100vh - 150px);
      /* height: calc((var(--vh, 1vh) * 100) - 70px);  */
      display: flex;
      align-content: space-between;
      flex-wrap: wrap;
  }
  ul.hs-menu-children-wrapper.active-menu, ul.hs-menu-children-wrapper.open-menu-list.active-menu { visibility: visible!important;  opacity: 1!important;  display: block!important;}
  ul.hs-menu-children-wrapper.open-menu-list {  display: none!important;  visibility: hidden!important;  opacity: 0!important;}
/*   nav.custom-menu-primary .hs-menu-wrapper>ul>li>a[href="/newsroom"]+ul>li:first-child {
      display: block; 
  } */
  
/*   .chrome_ios{border:10px solid #fff !important;}  */
  
   .chrome_ios nav.custom-menu-primary .hs-menu-wrapper>a {
        bottom:180px;
        position:fixed;
    }
    .brw-safari .chrome_ios nav.custom-menu-primary .hs-menu-wrapper>a {
          bottom:0;
          position:static;
     }

}

@media (max-width:767.98px){
  nav.custom-menu-primary .hs_cos_wrapper_type_menu {
    width: 100%;
  }
}
footer.footer {
  width: 100%;
  overflow:hidden;
  color: #000;
  -webkit-transition: width 0.5s ease-in-out 0s,margin-right 0.5s ease-in-out 0s;
  -o-transition: width 0.5s ease-in-out 0s,margin-right 0.5s ease-in-out 0s;
  transition: width 0.5s ease-in-out 0s,margin-right 0.5s ease-in-out 0s;
}

.site-footer__mega-footer {
  background-color: #00F9F1;
  padding: 7.5rem 0;
}

.footer__container {
  width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
}

.site-footer__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem;
  padding: 0;
}

.site-footer__column {
  position: relative;
  width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
}

.column--three-columns {
  flex: 0 0 27.0833333333%;
  max-width: 27.0833333333%;
}

.footer_icons {
  flex: 0 0 18.75%;
  max-width: 18.75%;
}

.footer_link {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.footer_form {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.footer_logo {
  flex: 0 0 26.6666666667%;
  max-width: 26.6666666667%;
}

.site-footer__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.site-footer__logo-wrapper img.hs-image-widget {
  width: 130px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -ms-filter: brightness(0);
}

.site-footer__footer-text {
  margin-top: auto;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.site-footer__footer-text p {
  margin: auto;
}




.site-footer__social.social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-footer__social.social ul li {
  display: inline-block;
  margin-left: .5rem;
}

.site-footer__social.social ul li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer__social.social ul li:first-child {
  margin-left: 0;
}

.site-footer__social.social {
  text-align: center;
  box-sizing: inherit;
}

.site-footer__social.social .social__icon {
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.site-footer__social.social .social__icon svg {
  width: 100%;
  height: 100%;
}

.mobile-only {
  display: none;
}

h4.site-footer__column-title {
  display: inline-block;
  margin: 0 0 1rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.footer_link h4.site-footer__column-title {
}

.site-footer__menu .hs-menu-wrapper ul {
  display: block;
}

.site-footer__menu .hs-menu-wrapper ul li {
  display: block;
  margin-bottom: .5rem;
}

.site-footer__menu .hs-menu-wrapper ul li a {
  display: block;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #000;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.proud-members__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 0;
}

.site-footer__column-wrapper {
  width: max-content;
}
.footer_logo .site-footer__column-wrapper {
    width: 100%;
}
.footer_logo ul {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
}
.footer_logo ul li {
    display: inline-flex;
    flex-wrap: wrap; padding: 10px 10px 10px 0;
  width:20%;
}
.proud-members__list ul li {
  margin-top: 0rem;
}

.proud-members__list ul li:first-child {
  margin-top: 0;
  margin-left: 0;
}

.footer_form input[type="text"], 
.footer_form input[type="email"] {
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  width: 100%;
  height: 36px;
  border: 0;
  border-radius: 0;
  padding: .5rem;
  color: #FFF;
  -webkit-transition: border-bottom-color 0.2s ease-in;
  -o-transition: border-bottom-color 0.2s ease-in;
  transition: border-bottom-color 0.2s ease-in;
  background: rgba(0,0,0,.3);
  outline: none;
}

.footer_form input[type="text"]::placeholder,
.footer_form input[type="email"]::placeholder {
  padding-right: 1rem;
  color: #FFF;
  padding-left: 0.5rem;
  opacity: 1;
}

.footer_form .hs-input:-moz-placeholder {
  padding-right: 1rem;
  color: #FFF;
  padding-left: 0.5rem;
  opacity: 1;
  display: inline-block;
}

.footer_form .hs-input::-moz-placeholder {
  padding-right: 1rem;
  color: #FFF;
  padding-left: 0.5rem !important;
  opacity: 1;
  display: inline-block;
}


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

.footer_form .hs-form-field > label {
  display: none;
}

.footer_form input.hs-button {
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: .25rem 1rem;
  border-radius: 22.5px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #FFF;
  background: #000;
  border: 2px solid #000;
  font-family: inherit;
}

.footer_form .actions {
  margin-top: 1rem;
  display: inline-block;
}

.footer_form form {
  padding-right: 2.5rem;
}

.footer_form form .hs_error_rollup label {
  color: #F02;
}

.footer_form input.hs-button:focus,
.footer_form input.hs-button:hover {
  background: none;
  border: 2px solid #000;
  color: #000;
}

.footer_form input[type="text"]:focus::placeholder,
.footer_form input[type="email"]:focus::placeholder {
  opacity:0;
}

.footer_form input.hs-button {
  margin: 0 auto;
}

.scroll-up {
  position: absolute;
  top: 50%;
  right: -65px;
  z-index: 5;
}

.scroll-up .scroll-up__link {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.scroll-up .scroll-up__link .scroll-up__icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.scroll-up .scroll-up__link .scroll-up__icon svg {
  width: 18px;
  height: 18px;
}

.scroll_up_wrap .inner {
  position: relative;
}

.footer_form input.error {
  background: rgba(178,0,29,.6);
}

.site-footer__menu .hs-menu-wrapper ul li a:hover {
  -webkit-transform: translateX(.5rem);
  -ms-transform: translateX(.5rem);
  transform: translateX(.5rem);
}

footer.footer.lp .site-footer__footer-text {
  margin-top: 20px;
}
@media (max-width: 1199.98px){

  .footer_form form {
    padding-right: 1.5rem;
  }

}

@media (max-width: 991.98px){

  .column--three-columns {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer_icons {
    flex: 0 0 100%;
    max-width: 100%;
    order: 5;
  }

  .footer_link {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }

  .footer_form {
    flex: 0 0 100%;
    max-width: 100%;
    order: 4;
  }

  .footer_logo {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }
  .site-footer__column-wrapper{
    margin-right: auto;
  }

  .proud-members__list ul li {
    display: inline-block;
    margin-top: 0;
    margin-left: 1rem;
  }

  .proud-members__list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-footer__footer-text {
    margin-top: 1rem;
  }

  .site-footer__column {
    text-align: center;
  }

  .footer_form form {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .footer_form .input {
    padding-right: 0;
    position: relative;
    width: 100%;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer_form form {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .footer_form .actions {
    margin-bottom: 1rem;
    padding-right: .5rem;
    width: 100%;
    padding-left: .5rem;
  }

  .site-footer__column {
    margin-top: 2rem;
  }

  footer.footer.lp .site-footer__column {
    margin: 0;
  }

}

@media (max-width: 767.98px){

  .site-footer__logo-wrapper .widget-type-linked_image {
    line-height: 0;
  }

  .site-footer__mega-footer {
    padding: 5rem 0;
  }
}

@media (max-width: 575.98px){

  .footer__container {
    max-width: calc(100% - 2rem);
    padding-left: 0;
    padding-right: 0;
  }

}
/*** Start Language switcher css ****/
/*.footer_lang_switcher .site-footer__content .lang_switcher{display:none;}*/
.footer_lang_switcher .column--three-columns {flex: 0 0 20.0833333333%;max-width: 20.0833333333%;}
.footer_lang_switcher .lang_switcher{display:block;flex: 0 0 18.8333333333%;max-width: 18.8333333333%;}
.footer_lang_switcher .footer_icons {flex: 0 0 16.75%;max-width: 16.75%;}
@media (max-width: 991.98px){
.footer_lang_switcher .column--three-columns {order: 1;flex: 0 0 100%;max-width: 100%;}
.footer_lang_switcher .footer_icons {order: 5;flex: 0 0 100%;max-width: 100%;}
.footer_lang_switcher .lang_switcher{order: 6;flex: 0 0 100%;max-width: 100%;}
}
.lang_list_class {display: block !important;position: relative !important;top: auto !important;left: auto !important;-webkit-transform: unset !important;transform: unset !important;text-align: left !important;list-style-type: none !important;padding: 10px 10px 8px 44px !important;margin: unset !important;}
.globe_class:hover .lang_list_class {display: none;}
.lang_switcher_class .ae-select.chosen {color: #000;}
.lang_switcher_class .ae-select .down-icon, .ae-select .up-icon { display: none;}
.lang_switcher_class .globe_class .ae-select, .lang_switcher_class .globe_class .lang_list_class>li {cursor: pointer;position: relative;text-align: left;font-size: 15px;color: #000;}
.lang_switcher_class .globe_class .lang_list_class>li>a:focus, .lang_switcher_class .globe_class .lang_list_class>li>a:hover {background: none;}
.lang_switcher_class .ae-disabled{pointer-events: none;}
.ae-hide{display:none !important;}
ul.lang_list_class li,ul.lang_list_class li:last-child{padding: 0;background-color: transparent;border:0;}
/*ul.lang_list_class:not(.ae-hide)>li:first-child{display:none;}*/
/* extra */  
.text-with-image-row .hs_cos_wrapper {float: left;width: 100%;margin: 0 auto;text-align: center;}
.lang_list_class:after,.lang_list_class:before {display:none !important;}
.lang_switcher_class span.ae-select-content:after {content: "";width: 0;height: 0;border: 9px solid transparent;border-color: #000 transparent transparent transparent;position: absolute;top: calc(50% + 3px);right: 16px;transform: translateY(-50%);}
ul.lang_list_class li a,.lang_list_class li a:hover {color: #000;font-weight: 500;font-size: 15px;width: 100%;display: block;}
.globe_class{font-size: 14px !important;border: 2px solid transparent;min-height: 34px;width: 199px !important;box-sizing: border-box;position: relative;display: inline-block;z-index: 1;background: #fff !important; border-radius: 20px !important;height: auto !important;box-shadow: 0px 3px 6px #00000029;}
.globe_class.close{  background: transparent;border: 2px solid #000000;}
.lang_switcher_class .globe_class .ae-select {color: #000;padding: 6px 35px 9px 18px;}
.lang_switcher_class span.ae-select-content:after {border-color:#000 transparent transparent transparent}
.lang_switcher_class span.ae-select-content:before{content: "";background-image: url(https://www.anzu.io/hubfs/globe.png);background-repeat: no-repeat;cursor: pointer;padding: 8px;background-size: 16px;background-position: 50%;margin-right: 10px;}
.banner-caption-inner-page>div {text-align: center;}
.sub-banner .ngr-page-wrapper {overflow: inherit;}
.sub-banner .banner-caption-inner-page{z-index: 1;}
/*** End Language switcher css ****/
/* 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-horizontal.flyouts .hs-item-has-children.active > .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;
  }
}
.site-header--sticky {
  -webkit-box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 25%);
  -moz-box-shadow: 1px 1px 15px 1px rgba(0,0,0,.25);
  box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 25%);
}

.section__bg-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.site-content__section {
  position: relative;
  padding: 7.5rem 0;
}

.content-wrapper {
  width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-right: auto;
  margin-left: auto;
}

.mid_sec .hs_cos_wrapper_type_header h1 {
  margin: 0;
}

.mid_sec .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
}

.btm_sec .hs_cos_wrapper_type_header h1 {
  margin: 0;
}
.site-header__logo-wrapper a{
  outline:0 !important:
}

.btm_sec .talk-btn {
  color: #FFF;
  background: #000;
  border: 2px solid #000;
  padding: .5rem 1.5rem;
  border-radius: 22.5px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  width: max-content;
  display: block;
  margin: 2rem auto 0;
  text-transform: uppercase;
}

.btm_sec .talk-btn:hover {
  border: 2px solid #00F9F1;
}

.btm_sec .talk-btn:focus {
  background: #00F9F1;
  border: 2px solid #00F9F1;
}

/*  */


.body-container--home .hs_cos_wrapper_type_header h2 {
  position: relative;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-bottom: 2rem;
  color: #00F9F1;
  word-break: initial;
}

.body-container--home .hs_cos_wrapper_type_rich_text ul {
  width: max-content;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.body-container--home .hs_cos_wrapper_type_rich_text ul li:not(:first-child) {
  margin-top: 2rem;
}

.body-container--home .hs_cos_wrapper_type_rich_text ul li > span {
  display: block;
  font-weight: 700; 
  font-size: 1rem;
  line-height: 1.25rem;
}

.body-container--home .hs_cos_wrapper_type_rich_text ul li > a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.body-container--home .hs-form-field > label {
  display: none;
}

.body-container--home .hs-form input[type="text"],
.body-container--home .hs-form input[type="email"],
.body-container--home .hs-form textarea,
.body-container--home .hs-form select {
  background: rgba(255,255,255,.3);
  border: none;
}

.body-container--home .hs-form select {
  height: 36px;
  -webkit-app-region: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 1rem;
  position: relative;
  z-index: 2;
}



.hs-form .hs-fieldtype-select select {
  background: transparent;
}


.hs-form .form-columns-2 .input,
.hs-form .form-columns-1 .input {
  margin: 0 !important;
  padding-right: .5rem;
  padding-left: .5rem;
}
.hs-form .form-columns-2>.hs-form-field>label {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.hs-form select,
.hs-form textarea {
  width: 100% !important;
}

.body-container--home .hs-form {
  margin-right: -.5rem;
  margin-left: -.5rem;
}


.body-container--home .hs-form textarea {
  height: 100px;
  resize: none;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-right: 1rem;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 400;
  width: 100%;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  padding-left: 33px;
  line-height: 140%;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin: 0 !important;     
  font-size: 0.875rem !important;
  position: relative;
  top: 7px;
/*   display:inline-block; */
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span .hs-form-required {
  color:#fff;   
}

.hs-form li.hs-form-booleancheckbox {
  margin: 0;
  margin-bottom: 1rem;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox-display input {
  position: absolute;
  opacity:0;
  visibility:hidden;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox-display {
  position: relative;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span:after {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 5px;
  left: 0;
  border: 1px solid #FFF;
  border-radius: 50%;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox-display>span:before {
  content: '';
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: calc(.25rem + 5px);
  left: .25rem;
  background: #FFF;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox-display input[type="checkbox"]:checked+span:before {
  opacity: 1 !important;
}

.hs-form .hs-button {
  margin-top: 1rem;
  margin-right: .5rem;
  margin-left: .5rem;
}

.hs-error-msgs li {
  margin: 0 !important;
  padding: 0 .5rem;
}

.hs_error_rollup label {
  border: 2px solid #00a0d2;
  width: 100%;
  border-radius: 22.5px;
  margin: 0;
  padding: .5rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #FFF;
  border-color: #ffb900;
  text-align: left;
}

.hs_error_rollup {
  margin-top: 2rem;
}

.body-container--home .hs-form .hs-fieldtype-select .input:after {
  content: ' ';
  position: absolute;
  width: 19px;
  height: 10px;
  top: 50%;
  right: 0.5rem;
  background: url(//19825781.fs1.hubspotusercontent-na1.net/hubfs/19825781/raw_assets/public/Anzu_August2021/images/select-arrow.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  z-index: 1;
}

.body-container--home .hs-form .hs-fieldtype-select .input {
  position: relative;
}

.body-container--home .hs-form select option,
.body-container--home .hs-form select option:disabled {
  background: #000;
  color: #fff !important;
  border-color: #000;
}

.hs-form .hs-fieldtype-select .input {
  background: rgba(255,255,255,.3);
  border: 0;
  padding-right: 0;
  padding-left: 0;
  width: calc(100% - 1rem);
  margin: 0 auto !important;
}

.btm_pane_sec .hs_cos_wrapper_type_header h1 {
  margin-bottom: 3rem;
}

/*  */

.comp_btm_sec .hs_cos_wrapper_type_header h2 {
  text-align: center;
  color: #FFF;
  margin: 0;
}

.comp_btm_sec a.hs-button,
.comp_btm_sec a.cta_button {
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #000;
  background: #FFF;
  border: 2px solid #FFF;
  padding: .5rem 2.5rem;
  border-radius: 22.5px;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.25rem;
  width: max-content;
  display: block;
  margin-top: 1rem;
  text-transform: uppercase;
}

.comp_btm_sec a.hs-button:hover,
.comp_btm_sec a.cta_button:hover {
  border: 2px solid #00F9F1;
}

.comp_btm_sec a.hs-button:focus,
.comp_btm_sec a.cta_button:focus {
  border: 2px solid #000;
  background-color: #fff;
}

.comp_top_sec .hs_cos_wrapper_type_header h1 {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.comp_top_sec .hs_cos_wrapper_type_linked_image {
  margin: 5rem;
  display: block;
  height: 100px;
}

.comp_top_sec .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  width: 100%;
}

.comp_top_sec .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  display: block;
  color: #FFF;
}

.comp_top_sec a.hs-button {
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: max-content;
  display: block;
  margin-top: 2rem;
  padding: .25rem 1rem;
  border-radius: 22.5px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #000;
  background: #FFF;
  border: 2px solid #FFF;
}

.comp_top_sec a.hs-button:hover {
  background: none;
  border: 2px solid #FFF;
  color: #FFF;
}

/*  */


.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0 0 12px rgba(51,51,51,.5);
  -moz-box-shadow: 0 0 12px rgba(51,51,51,.5);
  box-shadow: 0 0 12px rgba(51,51,51,.5)
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: .1em
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255,255,255,.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0,0,0,0)
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.twentytwenty-before-label {
  opacity: 0
}

.twentytwenty-before-label:before {
  content: attr(data-content)
}

.twentytwenty-after-label {
  opacity: 0
}

.twentytwenty-after-label:before {
  content: attr(data-content)
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0,0,0,0);
  z-index: 25
}

.twentytwenty-overlay:hover {
  background: rgba(0,0,0,.5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1
}

.twentytwenty-before {
  z-index: 20
}

.twentytwenty-after {
  z-index: 10
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 12px rgba(51,51,51,.5);
  -moz-box-shadow: 0 0 12px rgba(51,51,51,.5);
  box-shadow: 0 0 12px rgba(51,51,51,.5);
  z-index: 40;
  cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white,0 0 12px rgba(51,51,51,.5);
  -moz-box-shadow: 0 3px 0 white,0 0 12px rgba(51,51,51,.5);
  box-shadow: 0 3px 0 white,0 0 12px rgba(51,51,51,.5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white,0 0 12px rgba(51,51,51,.5);
  -moz-box-shadow: 0 -3px 0 white,0 0 12px rgba(51,51,51,.5);
  box-shadow: 0 -3px 0 white,0 0 12px rgba(51,51,51,.5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white,0 0 12px rgba(51,51,51,.5);
  -moz-box-shadow: 3px 0 0 white,0 0 12px rgba(51,51,51,.5);
  box-shadow: 3px 0 0 white,0 0 12px rgba(51,51,51,.5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white,0 0 12px rgba(51,51,51,.5);
  -moz-box-shadow: -3px 0 0 white,0 0 12px rgba(51,51,51,.5);
  box-shadow: -3px 0 0 white,0 0 12px rgba(51,51,51,.5)
}

.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px
}

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px
}

.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px
}
.twentytwenty-wrapper .twentytwenty-container {
  width: 100%;
  overflow: visible
}

.twentytwenty-wrapper .twentytwenty-container .twentytwenty-handle {
  height: 100%;
  top: 0;
  border: 0;
  margin-top: 0;
  box-shadow: none;
  border-radius: 0
}

.twentytwenty-wrapper .twentytwenty-container .twentytwenty-handle:before {
  width: 1px;
  height: calc(100% + 4.5rem);
  top: 0;
  margin: 0;
  background: rgba(255,255,255,.5);
  box-shadow: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.twentytwenty-wrapper .twentytwenty-container .twentytwenty-handle:after {
  width: 27px;
  height: 32px;
  top: auto;
  bottom: -6rem;
  left: 50%;
  margin: 0;
  background: none;
  background-image: url(//19825781.fs1.hubspotusercontent-na1.net/hubfs/19825781/raw_assets/public/Anzu_August2021/images/arrow-picker.svg);
  box-shadow: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.twentytwenty-wrapper .twentytwenty-container .twentytwenty-handle .twentytwenty-left-arrow {
  display: none
}

.twentytwenty-wrapper .twentytwenty-container .twentytwenty-handle .twentytwenty-right-arrow {
  display: none
}

/*  */

.hm-tp-sec .hs_cos_wrapper_type_rich_text h1 {
  text-align: center;
}

.hm-tp-sec .hs_cos_wrapper_type_rich_text h1 + p {
  margin: 2rem 0 4rem;
}

.hm-tp-sec .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.hm-tp-sec .button-module {
  text-align: center;
}


.hm-page .features-info .features-info__features {
  margin-top: calc(-600px / 2);
  -webkit-transform: translateY(calc((600px + 7.5rem) / 2));
  -ms-transform: translateY(calc((600px + 7.5rem) / 2));
  transform: translateY(calc((600px + 7.5rem) / 2));
  z-index: 1;
}

.cross-platforms .section__bg-wrapper.ie_div,
.feature__bg-wrapper.ie_div{
  display:none; 
}

/*  ie */
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .hm-page  .features-info .features-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hm-page .features-info .features-info__content-wrapper {
    width: 100%;
  }
  .hm-page  .feature__bg-wrapper{
    display:none; 
  }
  .hm-page  .feature__bg-wrapper.ie_div{
    display:block; 
  }


  .hm-page .features-info .features-info__features {
    transform:none;
    z-index: 1;
    position: relative;
    top: calc((600px + 7.5rem) /2);
  }


  .hm-btm-sec {
    color: #fff;
  }

  .before-after .before-after__content .before-after__timeline {
    height: 50px;
  }

  .home_banner.hero.cm_banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    min-height: 100vh;
  }


  .home_banner.hero.cm_banner video.hero__video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    height: 200%;
  }


  .home_banner.hero.cm_banner .hero__container.content-wrapper {
    z-index: 8888;
  }

  .home_banner.hero.cm_banner:before {
    content: '';
    display: block;
    height: 100vh;
  }

  /*   .home_banner:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  padding-top: 35%;
  z-index: 6 !impotrant;
  background-image: url(https://19825781.fs1.hubspotusercontent-na1.net/hubfs/19825781/Anzu_August2021/images/hero_video-overlay.png) !impotrant;
} */


  .home_banner.hero.cm_banner::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    padding-top: 35%;
    z-index: 6 !impotrant;
    z-index: 5;
    background-image: url(https://19825781.fs1.hubspotusercontent-na1.net/hubfs/19825781/Anzu_August2021/images/hero_video-overlay.png) !impotrant;
    display:none;
  }

  .home_banner.hero.cm_banner  .overlaybg{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    padding-top: 35%;
    z-index: 99;
    background-image: url('https://19825781.fs1.hubspotusercontent-na1.net/hubfs/19825781/Anzu_August2021/images/hero_video-overlay.png') ;
  }

}

.hm-page .features-info .features-info__content-wrapper {
  max-width: 500px;
  margin-bottom: 5rem;
  margin-left: 3.5rem;
}

.hm-page .features-info h3.feature__title {
  color: #FFF;
  margin:0 0 15px 0;
}

.hm-page .features-info .feature__content {
  margin: 0;
}

.hm-page .features-info .feature__content p:empty {
  margin: 1em 0;
}


.hm-page .features-info .feature__content > span {
  padding: 1em 0;
  display: block;
}

.comp_top_sec .investors__list{
  margin-top: -10rem;
  -webkit-transform: translateY(calc(7.5rem + 7rem));
  -ms-transform: translateY(calc(7.5rem + 7rem));
  transform: translateY(calc(7.5rem + 7rem));
}

.comp_mid_sec .team {
  padding: calc(7.5rem + 9rem) 0 7.5rem;
}

.home_banner:after {
  background-image: url(//19825781.fs1.hubspotusercontent-na1.net/hubfs/19825781/raw_assets/public/Anzu_August2021/images/hero_video-overlay.jpg);
}
.slider-suite .swiper-button-next,
.slider-suite .swiper-button-prev,
.format-suite .swiper-button-next,
.format-suite .swiper-button-prev,
.full-width-slider.headlines-horizontal .swiper-button-prev,
.full-width-slider.headlines-horizontal .swiper-button-next,
.careers .swiper-button-prev,
.careers .swiper-button-next {
  background-image: url(//19825781.fs1.hubspotusercontent-na1.net/hubfs/19825781/raw_assets/public/Anzu_August2021/images/careers-arrow.svg) !important;
}

.career-inner-page .main_sec .dnd-section>.row-fluid {
  padding: 0 0.5rem;
}


.career-inner-page .main_sec .hs_cos_wrapper_type_rich_text h2 {
  font-size: 2.5rem;
  color: rgba(0,0,0,1);
  font-weight: 800;
}

.career-inner-page .main_sec .hs_cos_wrapper_type_rich_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.career-inner-page .main_sec .hs_cos_wrapper_type_rich_text h3 {
  font-size: 1.17em;
  margin: 1em 0;
  font-weight: 700;
}

.career-inner-page .main_sec .hs_cos_wrapper_type_rich_text * {
  line-height: normal;
}

.career-inner-page .main_sec .hs_cos_wrapper_type_rich_text p,
.career-inner-page .main_sec .hs_cos_wrapper_type_rich_text ul {
  margin: 1em 0;
}

.career-inner-page .main_sec .hs_cos_wrapper_type_rich_text ul ul {
  margin: 0;
}


/* .career-inner-page .main_sec .hs_cos_wrapper_type_rich_text h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: 700;
} */

.career-inner-page .main_sec .hs_cos_wrapper_type_rich_text hr {
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: #f1f1f1;
}

.career-inner-page .main_sec .hs_cos_wrapper_type_rich_text h4 {
  font-size: 1em;
  font-weight: 700;
  margin: 1.33em 0;
}

form.hs-form .hs-fieldtype-select .input.focused_active::after {
  -webkit-transform: translateY(-50%) rotate( 180deg );
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate( 180deg );
}


.banner-area [class*="force-full-width-section"].dnd-section{
  padding-top:0; 
  padding-bottom:0; 
}

.brands-page .features__item.column--four-columns {
  height: auto;
}

.hs-page .widget-span form .hs_error_rollup label {
  color: red;
}
.blog_related_posts .cm_post_item .index-innerCard.no-image, article.blog-index__post .index-inner-card.no-image{}
/*-------*/
.career-inner-page .btm_pane_sec .hs_cos_wrapper_type_form {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}

.career-inner-page .btm_pane_sec .form-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 2.5rem;
  text-align: center;
  margin: 0;
}

.career-inner-page .btm_pane_sec .hs_cos_wrapper_type_form > div {
  margin-right: -.5rem;
  margin-left: -.5rem;
  margin-top: 2rem;
}

.career-inner-page .btm_pane_sec form .field > label {
  margin: 0;
}

.career-inner-page .btm_pane_sec form input[type=text],
.career-inner-page .btm_pane_sec form input[type=email],
.career-inner-page .btm_pane_sec form input[type=password],
.career-inner-page .btm_pane_sec form input[type=tel],
.career-inner-page .btm_pane_sec form input[type=number],
.career-inner-page .btm_pane_sec form input[type=file] {
  height: 36px;
  border: 0;
  border-radius: 0;
  padding: .5rem;
  background: rgba(255,255,255,.3);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #FFF;
}

.career-inner-page .btm_pane_sec fieldset.form-columns-1 .input > .hs-input {
  width: 100%;
}

.career-inner-page .btm_pane_sec .hs_upload_cv > label {
  display: none;
}

.career-inner-page .btm_pane_sec .hs_upload_cv .input input {
  width: 100%;
  height: 54px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: .5rem;
  background: rgba(255,255,255,.2);
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.career-inner-page .btm_pane_sec form .legal-consent-container p a {
  color: #fff;
  text-decoration: underline;
}

.career-inner-page .btm_pane_sec form .actions {
  text-align: center;
}

/*--------- -------*/
.fw-banner .dnd-section {
  padding: 0;
}

.fw-page .main_sec .dnd-section > .row-fluid {
  padding-right: .5rem;
  padding-left: .5rem;
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text {
  font-size: 1rem;
  font-weight: 400;
  /*   line-height: 1.25rem; */
  display: block;
  padding-top: 1px;
  /* overflow: hidden; */
  margin: 1rem 0 0;
}

.fw-page .main_sec .dnd-section > .row-fluid > .dnd-column {
  border: 1px solid gainsboro;
  background-color: #F5F5F5;
  padding-right: .5rem;
  padding-left: .5rem;
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text p {
  margin-top: 12pt;
  margin-right: 14.15pt;
  text-align: left;
  margin-bottom: 0;
  font-size: 10pt;
  margin-left: 0;
  margin-right: 14.15pt;
/*   font-family: "Times New Roman"; */
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text span {
/*   font-family: "Times New Roman",serif; */
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text h1 a,
.fw-page .main_sec .hs_cos_wrapper_type_rich_text h2 a,
.fw-page .main_sec .hs_cos_wrapper_type_rich_text h3 a,
.fw-page .main_sec .hs_cos_wrapper_type_rich_text p a {
  text-decoration: underline;
  color: blue;
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text p[style*="text-indent"] {
  margin-left: 36.0pt;
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text table p {
  margin-left: 0;
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text table {
  background: transparent;
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text table {
  background: transparent;
  margin-bottom: 0;
  min-width: 450px;
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text table tr,
.fw-page .main_sec .hs_cos_wrapper_type_rich_text table td {
  color: #000;
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text table sup {
  font-size: smaller;
}

.site-footer__social.social ul li a svg {
  fill: currentColor;
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text h1 {
  text-indent: -1.0cm;
  line-height: 14.0pt;
  font-size: 11.0pt;
/*   font-family: "Times New Roman",serif; */
/*   font-weight: normal; */
  margin-bottom: 6.0pt;
  margin-left: 1.0cm;
  margin-top: 6.0pt;
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text h2 {
  text-indent: -35.45pt;
  line-height: 14.0pt;
  font-size: 11.0pt;
/*   font-family: "Times New Roman",serif; */
/*   font-weight: normal; */
  margin-bottom: 6.0pt;
  margin-left: 63.8pt;
  margin-top: 6.0pt;
}

.fw-page .main_sec .hs_cos_wrapper_type_rich_text h3 {
  text-indent: -42.55pt;
  line-height: 14.0pt;
  font-size: 11.0pt;
/*   font-family: "Times New Roman",serif; */
/*   font-weight: normal; */
  margin-bottom: 6.0pt;
  margin-left: 106.35pt;
  margin-top: 6.0pt;
}

.testimonials_wrap {
  z-index: 2;
}

/* __ */

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

.features-info .features-info__content-wrapper .hs-button:focus {
  background: #00F9F1;
  border: 2px solid #00F9F1;
}


.features_sec .features-info .features-info__features {
  margin-top: -310px;
  -webkit-transform: translateY(calc(310px + 7.5rem));
  -ms-transform: translateY(calc(310px + 7.5rem));
  transform: translateY(calc(310px + 7.5rem));
  z-index: 1;
}

.slider_sec .full-width-slider.headlines-horizontal {
  padding-top: calc(7.5rem + 310px + 2.5rem);
}

.fw-banner .advanced_banner.no_content.inpx .hero__content-wrapper .hero__content-inner {
  padding-bottom: 0;
}

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

.fw-page .section--bg {
  position: relative;
  z-index: 1;
}

.fw-page .anzu-platform__bg-wrapper {
  z-index: 1;
}

.fw-page .anzu-platform__bg-wrapper + div {
  z-index: 2;
}

.fw-page .main_sec [class*="force-full-width-section"].dnd-section>.row-fluid>.dnd-column, 
.fw-page .main_sec [class*="force-full-width-section"].dnd-section>.row-fluid {
  padding: 0;
  border: 0;
}


.career-inner-banner .hero__content-inner {
  margin-bottom: 2rem;
}

.hm-page{
  overflow:hidden;
}


@media (max-width: 1199.98px){

  .btm_sec .hs_cos_wrapper_type_header h1,
  .mid_sec .hs_cos_wrapper_type_header h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .body-container--home .hs-form .hs-fieldtype-select .input:after {
    right: 0.5rem;
  }

}

@media  (max-width: 1199.98px){
  .career-inner-page .btm_pane_sec .hs_cos_wrapper_type_form {
    max-width: 75%;
  }
  .career-inner-page .main_sec .hs_cos_wrapper_type_rich_text h2 {
    font-size: 2.0em;
  }

}

@media (max-width: 1199.98px) and (min-width: 768px){

 

  .body-container--home .hs_cos_wrapper_type_rich_text ul li>span, .body-container--home .hs_cos_wrapper_type_rich_text ul li>a {
    font-size: .8rem;
    line-height: 1rem;
  }

  .body-container--home .hs-form input[type="text"], 
  .body-container--home .hs-form input[type="email"],
  .body-container--home .hs-form textarea, 
  .body-container--home .hs-form select,
  .hs-form .legal-consent-container .hs-form-booleancheckbox-display>span {
    font-size: .8rem;
    line-height: 1rem;
  }

  .hs-form .legal-consent-container .hs-form-booleancheckbox-display>span {
    line-height: 140%;
  }


  .comp_btm_sec .hs_cos_wrapper_type_header h2 {
    margin-top: 3px;
  }

  .comp_btm_sec a.hs-button, .comp_btm_sec a.cta_button {
    margin-bottom: 3px;
  }


}

@media (min-width: 768px) and (max-width: 1199.98px){
  .career-inner-page .main_sec .hs_cos_wrapper_type_rich_text {
    font-size: .8rem;
    line-height: 1rem;
  }
  .career-inner-page .btm_pane_sec form input[type=text],
  .career-inner-page .btm_pane_sec form input[type=email],
  .career-inner-page .btm_pane_sec form input[type=password],
  .career-inner-page .btm_pane_sec form input[type=tel], 
  .career-inner-page .btm_pane_sec form input[type=number],
  .career-inner-page .btm_pane_sec form input[type=file] {
    font-size: .8rem;
    line-height: 1rem;
  }

  .career-inner-page .btm_pane_sec .form-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .career-inner-page .btm_pane_sec .hs-form .legal-consent-container .hs-form-booleancheckbox-display>span {
    padding-right: calc(1rem - 12px);
  }

  .career-inner-banner .advanced_banner.section--bg.hero .hero__container.content-wrapper {
    display: flex;
    flex-wrap: wrap;
  }


}

@media (min-width: 992px) {
  .desktop-only {
    display:block
  }

  .hm-btm-sec {
/*     background-image: url(https:); */
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
/*     background-image: url(https://19825781.fs1.hubspotusercontent-na1.net/hubfs/19825781/Anzu_August2021/images/testimonials_bg-2.jpg) */
  }

}

.mobile-only {
  display: none
}


@media (max-width: 991.98px){

  .site-header--sticky {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .body-container--home .hs_cos_wrapper_type_header h2 {
    text-align: center;
  }

  .body-container--home .hs_cos_wrapper_type_rich_text ul {
    width: 100%;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 2rem;
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .body-container--home .hs_cos_wrapper_type_rich_text ul li:not(:first-child) {
    margin-top: 1rem;
  }

  .body-container--home .hs-form {
    margin-right: 0;
    margin-left: 0;
  }

  .hs-form .hs-button {
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-top: 1rem;
  }

  .comp_btm_sec .dnd-section > .row-fluid > .dnd-column {
    width: 100%;
  }


  .hm-page  .features__item.hide-mobile-content .feature__content {
    display: none;
  }

  .hm-page  .features-info .features-info__container {
    margin-top: 10rem;
    padding: 0;
  }

  .hm-page .features-info .features-info__content-wrapper {
    max-width: none;
    margin-bottom: 0;
    margin-left: 20px;
    padding-left: 0;
  }

  .hm-page .features-info .features__item:first-child {
    margin-left: 20px !important;
  }

  .hm-page  .features-info .features__item {
    max-width: 80% !important;
    flex: 0 0 80% !important;
    margin-left: .5rem !important;
  }

  .hm-page  .features-info .features__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-flow: row;
    flex-flow: row;
    overflow-x: auto;
    display: flex;
  }

  .twentytwenty-wrapper .twentytwenty-container {
    width:100%
  }

  .mobile-only {
    display:block
  }

  .comp_top_sec .investors__list{
    margin-top: -5rem;
    -webkit-transform: translateY(calc(7.5rem / 1.5 + 2.5rem));
    -ms-transform: translateY(calc(7.5rem / 1.5 + 2.5rem));
    transform: translateY(calc(7.5rem / 1.5 + 2.5rem));
  }

  .comp_mid_sec .team {
    padding: 7.5rem 0 5rem;
  }

  .features_sec  .features-info .features-info__features {
    -webkit-transform: translateY(calc(310px + 7.5rem / 1.5));
    -ms-transform: translateY(calc(310px + 7.5rem / 1.5));
    transform: translateY(calc(310px + 7.5rem / 1.5));
  }

  .slider_sec .full-width-slider.headlines-horizontal {
    padding-top: calc(7.5rem + 310px);
    padding-bottom: 7.5rem;
  }

  .career-inner-banner .advanced_banner .hero__content-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .career-inner-banner .advanced_banner .hero__container {
    height: 100%;
    position: relative;
    display: block;
  }

  .career-inner-banner .advanced_banner .hero__content-inner {
    margin-bottom: 2rem !important;
  }

  .career-inner-banner .advanced_banner .hero__container.conten_center .hero__content-wrapper {
    margin-left: 0;
  }
  ul.address-list {
      float: left;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 32% 32% 32%;
      grid-template-columns: 32% 32% 32%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
  }
  ul.address-list li {
      margin: 0 0 2.5rem !important;
  }
}


@media (max-width: 767px){
  .site-content__section {
    padding: 5rem 0;
  }


  
  .career-inner-page .btm_pane_sec .form-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .career-inner-page .btm_pane_sec .hs_cos_wrapper_type_form {
    max-width: 100%;
  }

  .table_wrapper {
    overflow-y: auto;
  }

  .career-inner-page .hs-form li.hs-form-booleancheckbox {
    margin-bottom: 0.9rem;
  }

  .migration .dnd-section > .row-fluid > [class*="span"].dnd-module {
    margin-bottom: 20px;
  }

  .hm-page .trusted-partners .trusted-partners__list.sliderDesktop .slick-slide>div:nth-child(even) {
    margin-left: 0;
  }
  
  ul.address-list {
      -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  }

}


@media (max-width: 575.98px){

  .dnd-section > .row-fluid,
  .content-wrapper {
    max-width: calc(100% - 2rem);
    padding-right: 0;
    padding-left: 0;
  }

  .body-container--home .hs_cos_wrapper_type_rich_text ul {
    padding-left: 0;
    padding-right: 0;
  }

  .hs-form .hs-fieldtype-select .input {
    width: 100%;
  }

  .dnd-section>.row-fluid > .dnd-column {
    padding: 0;
  }


  .fw-page .main_sec .dnd-section>.row-fluid,
  .career-inner-page .main_sec .dnd-section>.row-fluid {
    padding: 0;
  }

  .career-inner-page .main_sec ul ul li {
    word-break: break-word;
  }

  .hm-page .trusted-partners .trusted-partners__container {
    width: 100%;
    margin-right: 0;
    height: auto;
    max-width: 100%;
  }
  ul.address-list {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  }
  ul.address-list li {
      margin: 0 0 1.5rem !important;
  }
}

@media (max-width: 400px){

  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 {
    width: 100% !important;
  }

  .career-inner-banner .advanced_banner.section--bg.hero {
    min-height: 50vh;
  }

  .banner-section.home-banner   .home_banner.hero.cm_banner .hero__title,
  .fw-banner .advanced_banner .hero__content-inner h1.hero__title ,
  .company-banner  .advanced_banner .hero__content-inner h1.hero__title ,
  .career-inner-banner .advanced_banner .hero__content-inner h1.hero__title {
    font-size: 2rem;
    line-height: 2rem;
  }


}


@media (max-width: 376px){

  .cm_website_page .hs_cos_wrapper_type_rich_text {
    word-break: break-word;
  }


}

/* __ */

.hm-page .features-info__content {
  margin-bottom: 0 !important;
}

.career-inner-page .btm_pane_sec form input.hs-button.primary.large:not(:hover),
.cm_website_page [class*="background-image"].dnd-section form input.hs-button.primary.large:not(:hover) {
  border-color: #fff;
}

.career-inner-page .btm_pane_sec form input.hs-button.primary.large:focus ,
.cm_website_page [class*="background-image"].dnd-section form input.hs-button.primary.large:focus {
  border-color: #fff;
  border-color: rgba(0,249,241,1);
}

.cm_website_page [class*="background-image"].dnd-section form select {
  color: #fff;
}

.cm_website_page [class*="background-image"].dnd-section form .input input,
.cm_website_page [class*="background-image"].dnd-section form .input textarea {
  color: #fff;
}

.hs-form .hs-fieldtype-select select {
  cursor: pointer;
}

form .legal-consent-container .hs-error-msgs label {
  color: #f2545b;
  color: #F02;
}

.systems-page  form input::placeholder,
.hs-page .widget-span form input::placeholder {
  color: #000;
  opacity: 1;
}
/*--------------*/

.features-info {
  position: relative;
  z-index: 1;
  padding: 7.5rem 0;
}

.features-info .section__bg-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.features-info .section__bg-img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}

.features-info .features-info__container {
  position: relative;
  width: 100%;
  padding-right: .5rem;
  padding-left: .5rem;
}

.features-info .features-info__content-wrapper {
  margin-left: 3.5rem;
}

.features-info h2.features-info__title {
  font-weight: 800;
  color: #00F9F1;
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0;
  text-transform: uppercase;
}

.features-info .features-info__content {
  margin-top: 2rem;
  
  color: #FFF;
}

.features-info .features-info__content p {
  margin: 0;
}

.features-info .features-info__content-wrapper .hs-button {
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #000;
  background: #FFF;
  border: 2px solid #FFF;
  padding: .5rem 1.5rem;
  border-radius: 22.5px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: .5rem 1.5rem;
  border-radius: 22.5px;
  font-size: .75rem;
  line-height: 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-top: 2rem; letter-spacing: -0.28px;
}

.features-info .features-info__content-wrapper .hs-button:hover {
  border: 2px solid #00F9F1;
}

.features-info .features-info__content-wrapper .hs-button:focus {
  background: #00F9F1;
  border: 2px solid #00F9F1;
}

.features-info .features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.features-info .features__item {
  position: relative;
  height: 310px;
  padding: 3.2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.features-info .feature__bg-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.features-info .feature__icon {
  width: auto;
  height: 50px;
  display: block;
}

.features-info .feature__icon svg {
  height: 100%;
}

.features-info h3.feature__title {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0;
  color: #00F9F1;  
  font-weight: 800;
  margin-top: 1rem;
  text-transform: uppercase;
}

.features-info .feature__content {
  margin-top: 1rem;
  
  color: #FFF;
}

.features-info .feature__content p {
  margin: 0;
}

.features-info .features-info__features {
  margin-top: 30px;
}


body:not(.no-banner,.bannerAdded) .body-wrapper {
  padding-top: 80px;
}

body.no-banner .body-wrapper.hs-blog-post,
body.no-banner .body-wrapper.hs-blog-listing {
  padding-top: 0;
}


.bannerAdded .body-wrapper{
  padding-top: 0;
}

.blog_post_banner.noBnnerImg {
  background: #001723;
}

.table_wrapper {
  overflow-y: auto;
}

.fw-banner .advanced_banner .hero__content-inner {
  margin-bottom: 2rem !important;
}

.fw-banner .advanced_banner.section--bg.hero.inpx:not(.invh) {
  min-height: unset;
}

.hs-page form .actions {
  margin-bottom: 15px;
}


.hs-search-field ul.hs-search-field__suggestions {
  display: none;
  background: #fff;
  padding: 8px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: 10px;
  z-index: 9;
}

.hs-search-field ul.hs-search-field__suggestions li#results-for,
.hs-search-field ul.hs-search-field__suggestions a {
  padding: 5px;
}

.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  display: block;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  

  
}

@media (max-width: 991.98px) {
  .features-info .features-info__container {
    max-width: 100%;
    margin: 0;
    margin-top: 375px;
  }

  .features-info .features-info__content-wrapper {
    max-width: none;
    margin-left: 1rem;
  }

  .features-info .features__item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 2rem !important;
  }

  .features-info .features__item:first-child,
  .features-info .features__item:nth-child(4) {
    margin-left: 1rem;
    width: calc(100% - 1rem);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 1rem);
    flex: 0 0 calc(100% - 1rem);
    max-width: calc(100% - 1rem);
  }

  .features-info .features__item:last-child {
    margin-right: 2rem;
  }
}

@media (max-width: 767.98px) {
  

  .features-info .features__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 85% 85% 85%;
    grid-template-columns: 85% 85% 85%;
    overflow-x: auto;
  }

  .features-info {
    padding: 5rem 0;
  }

  .features-info .features__item:first-child,
  .features-info .features__item:nth-child(4) {
    margin-left: 1rem;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .features-info .features-info__container {
    padding-right: 0;
    padding-left: 0;
  }

  .career-inner-page .main_sec .hs_cos_wrapper_type_rich_text {
    word-break: break-word;
  }
  .hm-tp-sec .hs_cos_wrapper_type_rich_text  br{display:none;}
}

@media(max-width: 380px) {
 


}
@media(max-width: 380px) {
  .features-info .features__list.autoHeight .features__item.column--four-columns {
    height: auto;
  }


}



@media(max-width:376px) and (max-height:750px){
  .brands-banner .advanced_banner.section--bg.hero.inpx:not(.invh) {
    min-height: 800px;
  } 
  #media-value.advanced_banner.section--bg.hero.inpx:not(.invh) {
      height: 100vh;
      min-height: inherit;
  }
}


/*================================================
*                        Custom Css          *
* ========================================*/

body{
  font-family: 'Montserrat';
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat';
}
.ty-page input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */}

.ty-page input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.ty-page input:ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.hs-landing-page .hs-form .hs-button {
  margin-right: 0!important;
  margin-left: 0!important;
}
.hs-landing-page .hs-form-field {
  margin-bottom: 6px;
}
.hs-landing-page .legal-consent-container {
  margin-top: 30px;
}
.cm_website_page .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.cm_website_page form.hs-form .hs-fieldtype-select .input {
  width: calc(100%)!important;     padding-right: 0.5rem;
  padding-left: 0.5rem;  background: transparent;}
.hs-form .hs-fieldtype-select select {   background: rgba(255,255,255,.3);}
.body-container--home .hs-form .hs-fieldtype-select .input:after {right: 1rem;}
.hs-landing-page .hs_country.hs-country.hs-fieldtype-select.field.hs-form-field, .hs-landing-page .hs_company_type.hs-company_type.hs-fieldtype-select.field.hs-form-field {
  width: 100%;
  margin-left: auto;
}
#hs_cos_wrapper_widget_1635156556850 input[type="text"] { margin-bottom: 0px !important; margin-top: 0px !important;}
.hs-landing-page .hs-form select {
  height: 38px;}

@media only screen and (min-width: 200px) and (max-width: 991px) {
  body:not(.no-banner,.bannerAdded) .body-wrapper{padding-top: 70px;}
  div#developer-banner, div#advertisers-banner { height: auto;  min-height: 720px;}
  div#media-value.advanced_banner .hero__content-wrapper {  left:0; margin-top:2rem; bottom:0; position:absolute;}
  div#media-value.advanced_banner .hero__content-wrapper .hero__content-inner {display:flex; flex-wrap:wrap; align-content:flex-end;}
}

.body-container--home .hs_cos_wrapper_type_rich_text ul {
  width: 100%;
}
@media screen and (min-width: 992px){
  .bl-filter.bl_topSec_wrap .tag_filter_wrap ul {
    margin-inline: 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
  }

  .bl-filter.bl_topSec_wrap .tag_filter_wrap ul li {
    padding-inline: 0; margin: 0;
    padding-bottom: 0;
  }

  .bl-filter.bl_topSec_wrap .tag_filter_wrap ul li a {
    padding-inline: 20px;
  }

}