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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.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: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.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;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .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: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .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: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* 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;
}

.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}

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

.banner-section .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}


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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: gilroy-bold;
  src: url() format("embedded-opentype"),
    url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/fonts/gilroy-bold.woff) format("woff"),
    url() format("truetype");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: gilroy-medium;
  src: url() format("embedded-opentype"),
    url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/fonts/gilroy-medium.woff) format("woff"),
    url() format("truetype");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: gilroy-regular;
  src: url(),
    url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/fonts/gilroy-regular.woff) format("woff"),
    url() format("truetype");
  font-weight: 400;
  font-style: normal
}


html {
  font-size: 70%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}


body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* Paragraphs */

p {
  /*   font-size: 1rem; */
  margin: 0 0 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  margin: 0 0 15px;
  margin-bottom: .5rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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


@media print, screen and (min-width: 64em) {

  html {
    font-size: 80%;
  }
}

@media screen and (min-width: 76.875em) {

  html {
    font-size: 90%;
  }
}

@media screen and (min-width: 90em) {

  html {
    font-size: 100%;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

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

.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.section.post-footer form {
  max-width: 767px;
  padding: 15px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border: 1px solid #c0c3c7;
  border-radius: 8px;
  margin-bottom: 20px;
}

form {
  max-width: 767px;
  margin-bottom: 20px;
}

/* Form fields */

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

/* Labels */

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

.hs-form label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.hs-form label {
  font-family: gilroy-Regular,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 5px;
}

.inputs-list.hs-error-msgs label {
  font-family: gilroy-Regular,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: .5rem;
  color: #ef6b51;
}

.hs-error-msgs label {
  color: #ef6b51;
}

.hs_error_rollup .inputs-list.hs-error-msgs label {
  /*   border: 5px solid #b10e1e;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  color: #a6093d;
  padding: 20px 15px 15px;
  font-weight: 500;
  line-height: 1.6; */
}


/* 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 {
  background-color: #f7f8fa;
  display: inline-block;
  height: 3.125rem;
  padding: 0 1.5rem;
  width: 100%;
  font-family: gilroy-Medium;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  border: 1px solid #dcdcdd;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

textarea.hs-input {
  height: auto;
}


.hs-input:focus {
  outline: none;
  box-shadow: 0 0 5px #94a0b0;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}

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;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  width: auto;
}

/* 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;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

.hs-error-msgs label {
  color: #EF6B51;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .1s;
  transition: all .1s;
  white-space: normal;
  border-style: solid;
  border-width: 1px;
  font-family: gilroy-Bold;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}

@media (max-width: 767px) {

  form {
    max-width: 100%;
  }
}
/* 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;
}
.body-wrapper {
  margin-top: 6.25rem;
}

.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  transform: translateZ(0);
  z-index: 5;
  border-bottom: 2px solid rgb(247, 248, 250);
  height: 6.25rem;
}

.header__container {
  margin: 0 auto;
  max-width: 100%;
  display: -ms-flexbox;
  padding: .9375rem 1.5625rem;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.0625rem;
  height: 100%;
}

.custom-logo {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.25rem;
  color: #576b84;
  font-weight: 700;
  line-height: 1.6;
}

.custom-logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: inherit;
  color: #576b84;
  text-decoration: none;
  transition: color .3s ease;
}

.custom-logo a:hover {
  color: #167cf9;
  text-decoration: none;
}

.custom-logo img {
  max-width: 2.8125rem;
}

.custom-menu-primary.desktop {
  display: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.6;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li {
  font-size: inherit;
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:last-child {
  display: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  color: #94a0b0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0;
  padding: 1rem .5rem;
  border-bottom: 3px solid rgba(65,148,250,0);
  min-width: 6.25rem;
  transition: color .3s ease;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/icon-down-arrow.svg);
  margin-left: 6px;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
  content: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/icon-down-arrow-hover.svg);
  margin-left: 6px;
}


.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.custom-menu-primary.desktop .custom-sub {
  display: none;
  position: absolute;
  padding-top: 2.5rem;
  width: 18rem;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover .custom-sub {
  display: block;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li .custom-sub > ul {
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 100%;
  list-style: none;
  margin: 0;
  background-color: #fff;
  z-index: 100;
  color: #576b84;
  text-align: left;
  width: 18rem;
  box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
  border: 1px solid #f7f8fa;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li .custom-sub > ul:before {
  content: " ";
  position: absolute;
  left: 30px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li .custom-sub > ul > li {
  position: relative;
  font-size: inherit;
  border-bottom: 1px solid #c0c3c7;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li .custom-sub > ul > li:last-child {
  border-bottom: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li .custom-sub > ul > li > a {
  padding: 1rem 2rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: inline-block;
  text-align: left;
  margin-left: 2rem;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0;
  min-width: 6.25rem;
  line-height: inherit;
  text-decoration: none;
  transition: color .3s ease;
}

.header-buttons, .header-buttons .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.header-buttons .hs-menu-wrapper ul > li:first-child {
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: inherit;
  font-weight: 700;
}

.header-buttons .hs-menu-wrapper ul > li:first-child a {
  color: #94a0b0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 1rem .5rem;
  border-bottom: 3px solid rgba(65,148,250,0);
  min-width: 6.25rem;
  line-height: inherit;
  text-decoration: none;
  transition: color .3s ease;
}

.header-buttons .hs-menu-wrapper ul > li:first-child a:hover {
  color: #4194fa;
  border-bottom: 3px solid #4194fa;
}

.header-buttons .hs-menu-wrapper ul > li:first-child a:after {
  content: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/icon-down-arrow.svg);
  margin-left: 6px;
}

.header-buttons .hs-menu-wrapper ul > li:first-child:hover a:after {
  content: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/icon-down-arrow-hover.svg);
  margin-left: 6px;
}

.header-buttons .hs-menu-wrapper ul > li:nth-child(2) a,
.header-buttons .hs-menu-wrapper ul > li:nth-child(3) a {
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
  transition: all .1s;
  font-size: 1.125rem;
  -webkit-backface-visibility: hidden;
  font-family: gilroy-Bold;
  padding: 1rem 2.3rem;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.header-buttons .hs-menu-wrapper ul > li:nth-child(3) a {
  margin-left: 1rem;
}

.header-buttons .hs-menu-wrapper ul > li:nth-child(2) a:hover,
.header-buttons .hs-menu-wrapper ul > li:nth-child(3) a:hover {
  transform: translate(.0625rem,.0625rem);
  text-decoration: none;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.nav-mobile-toggle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 0 .9375rem 0 0;
  z-index: 10;
  display: inline-block;
  color: #0064ff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: all .3s ease;
}

.nav-mobile-toggle:hover {
  color: #262626;
}


.fa-bars:before {
  content: "\f0c9";
}

.custom-menu-primary.mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul {
  display: none;
  position: absolute;
  top: 101%;
  left: 0;
  height: auto;
  max-height: calc(100vh - 6.25rem);
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  overflow-y: auto;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background-color: #0d376a;
  z-index: 3;
  flex-direction: column;
  text-align: center;
  letter-spacing: .5px;
  font-weight: 700;
  line-height: 1.6;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul:before, 
.custom-menu-primary.mobile .hs-menu-wrapper > ul:after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  font-size: inherit;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0d376a;
  padding: 0 .625rem 1.25rem;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:first-child {
  padding-top: 2rem;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:last-child {
  padding-bottom: 2rem;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
  display: block;
  color: #fff;
  transition: all .3s ease;
  white-space: nowrap;
  border: none;
  background-color: transparent;
  padding: .3125rem .625rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul {
  line-height: 1.6;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul > li {
  font-size: inherit;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 1rem;
  text-transform: capitalize;
  display: block;
  color: #fff;
  transition: all .3s ease;
  white-space: nowrap;
  border: none;
  background-color: transparent;
  padding: .3125rem .625rem;
  line-height: inherit;
  text-decoration: none;
}

.reveal-overlay,
.reveal-overlay-blog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  background-color: rgba(0,0,0,.45);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}

.req-act .reveal-overlay,
.pro-act .reveal-overlay-blog {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
  opacity: 1;
  visibility: visible;
}

#modal-request-demo,
#modal-updates {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 1rem;
  border: 1px solid #94a0b0;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
  top: 20px;

  transform: translateY(3%);
  opacity: 0;
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-duration: .45s;
  transition-timing-function: cubic-bezier(.65,.02,.23,1);
  transition-property: all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#modal-updates {
  padding: 1.5rem;
}

.req-act #modal-request-demo,
.pro-act #modal-updates {
  transform: translateY(0);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: all;
  transition-duration: .75s;
  transition-timing-function: cubic-bezier(.65,.02,.23,1);
}

#modal-request-demo .hs_cos_wrapper_type_form,
#modal-updates .hs_cos_wrapper_type_form {
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
}

#modal-request-demo form,
#modal-updates form {
  display: block;
  margin-top: 0em;
  margin-bottom: 1em;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#modal-request-demo form .hs-richtext {
  margin-bottom: 3px;
  font-family: monaco, monospace;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}

#modal-request-demo h2 {
  font-family: monaco, monospace;
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  font-weight: bold;
}

#modal-request-demo h1 {
  display: block;
  font-family: monaco, monospace;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-weight: bold;
  line-height: 24px;
}

#modal-request-demo .hs-richtext p {
  font-family: monaco, monospace;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

#modal-request-demo .close-button,
#modal-updates .close-button {
  position: absolute;
  color: #576b84;
  cursor: pointer;
  right: 1rem;
  top: .5rem;
  font-size: 2em;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

#modal-request-demo .hs-form-field label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

#modal-request-demo .hs-form-field label:not(.hs-error-msg) {
  font-family: monaco, monospace;
  font-size: 15px;
  color: #33475b;
}

#modal-request-demo .hs-form-field {
  margin-bottom: 18px;
}

#modal-request-demo .hs-input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 0 15px;
  min-height: 27px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
  background-color: #f5f8fa;
  box-shadow: none;
}

#modal-request-demo .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

#modal-request-demo .hs-input.invalid.error,
#modal-request-demo input.hs-input.error:focus {
  border-color: #b9554d;
}

#modal-request-demo .inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

#modal-request-demo .hs-error-msgs label {
  color: #f2545b;
}

#modal-request-demo fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

#modal-request-demo .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: left;
  margin-bottom: 0;
}

#modal-request-demo input[type=submit] {
  background: #0064ff;
  border-color: #0064ff;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: monaco, monospace;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  transition: all .15s linear;
}

html.req-act,
html.pro-act {
  position: fixed;
  top: 0px;
  width: 100%;
  overflow-y: scroll;
}

#modal-updates form .hs-richtext {
  font-size: inherit;
  text-align: center;
  margin-bottom: 1.5rem;
}

#modal-updates .form-title {
  display: none;
}

#modal-updates .hs-richtext h4 {
  font-family: gilroy-Medium,sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  color: #4194fa;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
}

#modal-updates .hs-richtext p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  color: #576b84;
  text-rendering: optimizeLegibility;
}

#modal-updates .hs-form label {
  display: none;
}

#modal-updates .inputs-list.hs-error-msgs label {
  display: block;
}

#modal-updates .hs-form-field {
  margin-bottom: .9375rem;
}

#modal-updates input[type=email]::-webkit-input-placeholder {
  color: #0064ff;
}

#modal-updates input[type=submit] {
  height: 3.4375rem;
  padding: 0 2.25rem;
  opacity: 1;
  cursor: pointer;
  background-color: #0064ff;
  width: 100%;
}

#modal-updates input[type=submit]:focus {
  background-color: #0064ff;
  color: #fff;
}

#modal-updates input[type=submit]:hover {
  background-color: transparent;
  color: #0064ff;
}

.custom-login-sub {
  display: none;
  position: absolute;
  padding-top: 2.5rem;
  width: 380px;
  right: -120px;
}

.header-buttons .hs-menu-wrapper ul > li:first-child:hover .custom-login-sub { 
  display: block;
  -ms-flex-direction: column;
  flex-direction: column;
}


.custom-login-sub .login-sub-inner {
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 100%;
  list-style: none;
  margin: 0;
  background-color: #fff;
  z-index: 100;
  color: #576b84;
  text-align: left;
  width: 380px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
  border: 1px solid #f7f8fa;
  display: -ms-flexbox;
  display: flex;
}

.custom-login-sub .login-sub-inner:before {
  content: " ";
  position: absolute;
  left: 30px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.custom-login-sub .login-form {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.custom-login-sub form {
  max-width: 100%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.custom-login-sub .hs_cos_wrapper_type_form {
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
}

.custom-login-sub .hs-form-field {
  margin: 0;
  width: 66.66667%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: .5rem;

  position: relative;
}

.custom-login-sub .hs-form label {
  display: none;
}

.custom-login-sub .inputs-list.hs-error-msgs label {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  line-height: normal;
  margin: 0;
  font-size: 13px;
}

.custom-login-sub form .inputs-list > li {
  margin: 0;
}

.custom-login-sub input[type=email] {
  font-family: gilroy-Regular,sans-serif;
  background-color: #f7f8fa;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #000;
  border-color: #94a0b0;
  border-radius: .25rem;
}

.custom-login-sub .hs_error_rollup {
  display: none;
}

.custom-login-sub ::-webkit-input-placeholder {
  color: #0064ff;
}

.custom-login-sub .hs-submit {
  width: 25%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 39px;
  min-width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-login-sub .actions {
  width: 100%;
}

.custom-login-sub input[type=submit] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 1rem .5rem;
  border-bottom: 3px solid rgba(65,148,250,0);
  background-color: #0064ff;
  border: 2px solid #0064ff;
  border-radius: 4px;
  transition: all .1s;
  -webkit-backface-visibility: hidden;
  font-family: gilroy-Bold;
  -webkit-appearance: none;
  line-height: 1;
  width: 100%;
  height: 39px;
  color: #fff;
  transition: all .1s;

  padding: 0;
}



header.header.header-lp .custom-logo{width:100%;}
header.header.header-lp .custom-logo a{justify-content:center;}



@media print, screen and (min-width: 40em) {

  #modal-request-demo,
  #modal-updates {
    width: 600px;
    max-width: 75rem;
    min-height: 0;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:last-child {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {

  .custom-login-sub {
    right: -300px;
  }

  .header__container {
    padding: 1.2rem 2rem;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .custom-sub > ul > li:first-child {
    background-image: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/menu-icon5.svg);
    background-repeat: no-repeat;
    background-position: 20px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .custom-sub > ul > li:nth-child(2) {
    background-image: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/menu-icon1.svg);
    background-repeat: no-repeat;
    background-position: 20px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .custom-sub > ul > li:nth-child(3) {
    background-image: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/menu-icon2.svg);
    background-repeat: no-repeat;
    background-position: 20px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .custom-sub > ul > li:nth-child(4) {
    background-image: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/menu-icon3.svg);
    background-repeat: no-repeat;
    background-position: 20px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:first-child .custom-sub > ul > li:nth-child(5) {
    background-image: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/menu-icon4.svg);
    background-repeat: no-repeat;
    background-position: 20px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .custom-sub > ul > li:first-child {
    background-image: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/menu-icon3%20%281%29.svg);
    background-repeat: no-repeat;
    background-position: 20px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .custom-sub > ul > li:nth-child(2) {
    background-image: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/menu-icon1.svg);
    background-repeat: no-repeat;
    background-position: 20px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .custom-sub > ul > li:nth-child(3) {
    background-image: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/menu-icon2%20%281%29.svg);
    background-repeat: no-repeat;
    background-position: 20px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:nth-child(2) .custom-sub > ul > li:nth-child(4) {
    background-image: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/menu-icon4.svg);
    background-repeat: no-repeat;
    background-position: 20px;
  }

  .custom-menu-primary.mobile {
    display: none;
  }

  .custom-logo {
    font-size: 1.5rem;
  }

  .custom-logo img {
    max-width: 6.5625rem;
  }

  .custom-menu-primary.desktop {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 96.875em) {

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a,
  .header-buttons .hs-menu-wrapper ul > li:first-child a {
    min-width: 9.375rem;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 801px) {

  .child-trigger, 
  .mobile-trigger {
    display: none;
  }

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

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


@media screen and (max-width: 63.99875em) {

  .header-buttons .hs-menu-wrapper ul > li:nth-child(2) a, 
  .header-buttons .hs-menu-wrapper ul > li:nth-child(3) a {
    padding: .625rem .9375rem;
  }

  #modal-updates .hs-richtext h4 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 39.99875em) {

  .header-buttons .hs-menu-wrapper ul > li:nth-child(3) a {
    display: none;
  }

  #modal-request-demo,
  #modal-updates {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
  }
}


@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {

  #modal-request-demo .hs-input {
    margin-right: 0!important;
    width: 100%!important;
  }
}
.footer {
  padding-top: 4.0625rem;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
}

.footer__container {

}


.footer-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer-logo-wrapper {
  padding-top: 2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  padding-right: .625rem;
  padding-left: .625rem;
}

.footer-logo a {
  line-height: inherit;
  text-decoration: none;
  transition: color .3s ease;
}

.footer-logo img {
  max-width: 8rem;
  display: inline-block;
  vertical-align: middle;
}

.footer-text p {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.footer-menu {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  padding-right: .625rem;
  padding-left: .625rem;
}

.footer-menu .hs-menu-wrapper > ul {
  margin: 2rem auto 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1rem;
  text-align: center;
  color: #94a0b0;
  font-weight: 700;
  line-height: 1.6;
}

.footer-menu .hs-menu-wrapper > ul:before,
.footer-menu .hs-menu-wrapper > ul:after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.footer-menu .hs-menu-wrapper > ul:after {
  clear: both;
}

.footer-menu .hs-menu-wrapper > ul > li {
  font-size: inherit;
  width: 100%;
  margin: 1rem .5rem 1rem 0;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  color: #94a0b0;
  padding: 0 .25rem;
  padding-bottom: .1rem;
  line-height: 1.1;
  text-decoration: none;
  transition: color .3s ease;
}

.footer-menu .hs-menu-wrapper > ul > li > a:after {
  content: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/icon-down-arrow.svg);
  margin-left: 6px;
}

.footer-menu .hs-menu-wrapper > ul > li:hover > a:after {
  content: url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/raw_assets/public/vidReach_February%202024/images/icon-down-arrow-hover.svg);
  margin-left: 6px;
}

.footer-menu .hs-menu-wrapper > ul > li > ul {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}

.footer-menu .hs-menu-wrapper > ul > li > ul li {
  font-size: inherit;
  margin: 1.5rem 0;
}

.footer-menu .hs-menu-wrapper > ul > li > ul li a {
  line-height: 1.5;
  color: #fff;
  display: block;
  padding: 0 .25rem;
  padding-bottom: .1rem;
  text-decoration: none;
  transition: color .3s ease;
}


.footer-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.copyright {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.copyright p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.footer-privacy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.footer-privacy > div > span,
.footer-privacy > div > div {
  display: -ms-flexbox;
  display: flex;
}

.footer-privacy a {
  line-height: inherit;
  text-decoration: none;
  transition: color .3s ease;
}

.footer-privacy a:hover {
  text-decoration: none;
}




@media print, screen and (min-width: 40em) {

  .footer {
    text-align: left;
  }

  .footer-logo-wrapper {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .footer-menu {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .footer-menu .hs-menu-wrapper > ul {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    text-align: inherit;
    width: auto;
  }

  .footer-menu .hs-menu-wrapper > ul > li > ul li a {
    padding: 0 .25rem;
  }

  .footer-bottom {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .copyright {
    width: 50%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .copyright p {
    margin-bottom: 0;
  }

  .footer-privacy {
    width: 50%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 64em) {

  .footer-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-logo-wrapper {
    width: 33.33333%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .footer-menu {
    width: 66.66667%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
/* Menu and simple menu */

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


a { transition:400ms }

.slick-arrow{background:none; border:none; z-index:9; position:absolute; left: 50%; transform: translateX(-50%); width:50px; height: 50px; font-size:0px; color:#fff; ; cursor:pointer;padding: 0;}
.slick-arrow:hover {background-color: transparent;}
.slick-prev.slick-arrow{bottom:auto;top:-60px;transform: translateX(-50%)scale(-1);}
.slick-next.slick-arrow{bottom:-50px;top:auto;}
.slick-arrow.slick-prev:after{content:'';}
.slick-arrow.slick-next:after{content:'';}
.slick-arrow:after{content:'';position:absolute;background:url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/theme-vidreach-october2021/images/slick-arrow.png) no-repeat center center / contain;width:30px;height:14px;left: 50%;top: 50%;transform: translateX(-50%)translateY(-50%);}


.slick-dots{text-align:center; padding:0; margin:0;}
.slick-dots li{display:inline-block; margin:0 5px;}
.slick-dots li button{width:6px; height:6px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; ;} 
.slick-dots li.slick-active button{opacity:1;}


.hs-landing-page { margin:0; }
.thankyou_page { background:#F5F8FB; }
.thankyou_page .dnd-section > .row-fluid, .thankyou_page .page-center, .thankyou_page .content-wrapper { padding:0; }
.thankyou_area { width:100%; padding:70px 20px 150px; display:inline-block; }  
.thankyou_area .container { max-width:1170px; margin:0 auto; display:flex; flex-wrap:wrap;}
.thankyou_area .thankyou_left { width:50%; }
.thankyou_area .thankyou_right h2 { margin:0; font-size: 45px; font-weight: 600; line-height: 1.2; color:#232342; }
.thankyou_area .thankyou_right { width:50%; padding-left:50px; }
.thankyou_area .thankyou_lefttext { width:100%; margin:30px 0 250px 0; color:#232342; font-size:26px; line-height:1.3; font-weight: 600; } 
.thankyou_area .logo { width:100%; text-align:right; padding-right:130px; margin-bottom:70px; }
.thankyou_area .logo img { max-width:190px; }
.thankyou_area .thankyou_btn a { width: auto; display: inline-block; padding: 10px 30px; letter-spacing: 0.5px; color: #fff; background: #232342; border-radius: 6px; font-weight: 600; min-width: 310px; text-align: center; transition:all .4s ease; }
.thankyou_area .thankyou_btn a:hover { background:#0064ff; }
.bluebg { background:#232441; width:100%; height:180px; display:inline-block; }


/* header.header.header-lp{position:absolute;width:100%;z-index: 1;}
header.header.header-lp .header__container{padding:75px 0;}
header.header.header-lp img, header.header.header-lp a {filter: brightness(0) invert(1);} */


body.comp_body #hubspot-messages-iframe-container.widget-align-right {    display: none !important;}

.header-lp{position:absolute;width:100%;z-index:1;text-align:center;padding:75px 0px;}

.competitor-lp-banner{background-color:#174783;color:#fff;padding:180px 0 300px 0;position: relative;overflow: hidden;}
.competitor-lp-banner:after{content:'';position:absolute;width:100%;height:100%;left:-100px;top:0;background:url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/theme-vidreach-october2021/images/Banner_img_new.png) no-repeat left center / contain;opacity: 0.4;}
.competitor-lp-banner .container-inner{max-width:1050px;margin:0px auto;padding:0 0 0 40px;position:relative;z-index:1;}
.competitor-lp-page .dnd-section>.row-fluid{padding:0;}
.competitor-lp-banner .flex{display:flex;}
.competitor-lp-banner .right{width:calc(100% - 535px);padding:0 0 0 100px;}
.competitor-lp-banner .left{width:535px;}
.competitor-lp-banner .right .right-inner > div{display:flex;}
.competitor-lp-banner .right .right-inner > div.vs-text{justify-content:center;font-family:gilroy-bold;font-size:32px;line-height:normal;transform:translateY(10px)translateX(18px);}
.competitor-lp-banner .right .right-inner > div.logo.logo2{justify-content:right;}
.competitor-lp-banner .left h1{color:#fff;font-size:43px;line-height:normal;margin:0;}
.competitor-lp-banner .left .content{font-size:16px;line-height:24px;max-width:510px;margin:30px 0 50px 0;}
.competitor-lp-banner .left .content p{margin:0;}
.competitor-lp-banner .button-1 a{font-size:17px;font-family:gilroy-bold;background-color:#0064ff;color:#fff;min-width:175px;padding:12px 15px;display:inline-block;text-align:center;transition:400ms;}
.competitor-lp-banner .button-1 a:hover{background-color:#0d3b83;}

.competitor-lp-features{margin:-230px 0 0 0;position: relative;z-index: 1;}
.competitor-lp-features .container-inner{max-width:950px;margin:0 auto;padding:0 15px;}
.competitor-lp-features .listing{position:relative;background-color:#fff;box-shadow:0 3px 20px rgba(0,0,0,0.16);border-radius:7px;overflow: hidden;transition: height 1s ease 0s;}
.competitor-lp-features .listing.set{height:433px!important;}
.competitor-lp-features .listing:before{content:'';position:absolute;top:0;height:100%;background-color:#aec4ef;width:262px;left:425px;z-index:0;opacity:0.4;}
.competitor-lp-features .listing:after{content:'';position:absolute;width:100%;height:200px;bottom:0;left:0;border-radius:7px;background-image:linear-gradient(180deg,rgba(255,255,255,0) 0%,#ffffff 100%);z-index:0;}
.competitor-lp-features .listing .list{display:flex;flex-flow:row wrap;align-items:center;}
.competitor-lp-features .listing .list > div:first-child{width:425px;}
.competitor-lp-features .listing .list > div:not(:first-child){width:calc((100% - 425px) / 2);text-align:center;position: relative;}
.competitor-lp-features .listing .list > div:first-child.point-title{font-size:16px;}
.competitor-lp-features .listing .list > div:first-child.table-title{color:#576b84;font-weight:700;line-height:22px;}
.competitor-lp-features .listing .list > div:first-child.table-title{color:#576b84;font-weight:700;line-height:22px;padding:26px 43px;}
.competitor-lp-features .listing .list.each-point .point-title{padding:12px 43px;}
.competitor-lp-features .listing .list > div:not(:first-child) .table-logo{display:flex;justify-content:center;align-items:center;font-size: 16px;}
.competitor-lp-features .listing .list.each-point.odd{background-color:#f7f8fa;}
.competitor-lp-features .listing .view-all-btn{position:absolute;bottom:30px;width:100%;text-align:center;cursor:pointer;z-index:1;transition:400ms;}
/* .competitor-lp-features .listing.set .view-all-btn{opacity:1;visibility:visible;} */
.competitor-lp-features .listing .view-all-btn a{font-size:16px;font-weight:700;display:inline-block; position:relative;}
.competitor-lp-features .listing .view-all-btn a:after { content:''; width:20px; height: 15px; background: url('https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/vidReach_2021/Images/down-arrow.png') no-repeat; position:absolute; top:6px; right:-35px; background-size:20px;transition: 400ms; }

.competitor-lp-features .listing .view-all-btn a svg{margin:0 0 0 15px;transition: 400ms;}
.competitor-lp-features .listing .view-all-btn.active a:after {top:2px;transform: scale(-1);}

.competitor-lp-key-differentiators{padding:80px 0px 430px 0px;position:relative;overflow: hidden;}
.competitor-lp-key-differentiators .container {margin: 0 0 80px 0;}
.competitor-lp-key-differentiators .shape-main.bottom-shape{bottom:0;}
.competitor-lp-key-differentiators .container-inner{margin:0 auto;max-width:1110px;padding:0 15px;}
.competitor-lp-key-differentiators .container-inner > .flex{display:flex;}
.competitor-lp-key-differentiators .container-inner > .flex .left{width:635px;padding:0 100px 0 0;}
.competitor-lp-key-differentiators .container-inner > .flex .right{width:calc(100% - 635px);position: relative;}
.competitor-lp-key-differentiators .container-inner > .flex .right img {display:block;}
.competitor-lp-key-differentiators .container-inner .listing .list + .list{margin:10px 0 0 0;}
.competitor-lp-key-differentiators .container-inner .listing .list > .flex{display:flex;flex-flow:row wrap;}
.competitor-lp-key-differentiators .container-inner .listing .list > .flex .icon{width:38px;padding:10px 0 0 0;}
.competitor-lp-key-differentiators .container-inner .listing .list > .flex .details{width:calc(100% - 38px);padding:0 0 0 25px;}
.competitor-lp-key-differentiators .container-inner > .flex .left h4{font-size:20px;font-weight:500;margin:0 0 20px 0;color: #576b84;}
.competitor-lp-key-differentiators .container-inner > .flex .left h2{font-size:38px;font-weight:500;line-height:54px;margin:0 0 60px 0;}
.competitor-lp-key-differentiators .container-inner .listing .list > .flex .details h3{color:#0064ff;font-size:24px;font-weight:700;}
.competitor-lp-key-differentiators .container-inner .listing .list > .flex .details .content{color:#576b84;font-size:16px;font-weight:400;}
.competitor-lp-key-differentiators .container-inner .right .image{position:absolute;}
.competitor-lp-key-differentiators .container-inner .right .image.image1{left:0;top:0;}
.competitor-lp-key-differentiators .container-inner .right .image.image2{top:130px;right:-40px;}
.competitor-lp-key-differentiators .container-inner .right .image.image3{bottom:100px;}
.competitor-lp-key-differentiators .container-inner .right .image.image4{right:-50px;bottom:180px;}
.competitor-lp-key-differentiators .container-inner .right .image.image5{right:-130px;bottom:0;}
.competitor-lp-key-differentiators .container-inner .right .image.image6{bottom:40px;right:0px;}

.competitor-lp-video-comparison .right { position: relative; z-index: 1; }
.competitor-lp-video-comparison .right a[data-fancybox] { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 1; }
.competitor-lp-video-comparison .right a[data-fancybox] img { width: 70px; height: 70px; }

.competitor-lp-video-comparison{position:relative;}
.competitor-lp-video-comparison .container-inner{margin:0 auto;max-width:1270px;padding:0 15px;}
.competitor-lp-video-comparison .inner{box-shadow:0 3px 20px rgba(0,0,0,0.16);border-radius:7px;background-color:#f7f8fa;margin: -429px 0 0 0;z-index: 2;position: relative;}
.competitor-lp-video-comparison .inner > .flex{display:flex;}
/* .competitor-lp-video-comparison .inner > .flex .left{height:100%;} */
.competitor-lp-video-comparison .inner>.flex .right .right-inner, .competitor-lp-video-comparison .inner>.flex .right .right-inner .client-video, .competitor-lp-video-comparison .inner>.flex .right .right-inner .client-video .image, .competitor-lp-video-comparison .inner>.flex .right .right-inner .client-video .image > img{height:100%;}
.competitor-lp-video-comparison .inner > .flex .left{padding:87px 63px 87px 93px;width: 640px;}
.competitor-lp-video-comparison .inner>.flex .right{width:calc(100% - 640px);}
.competitor-lp-video-comparison .inner>.flex .right .right-inner .client-video .image > img{height:430px;object-fit:cover;border-radius:0 7px 7px 0}
.competitor-lp-video-comparison .inner>.flex .left h4{font-size:20px;font-weight:500;line-height:24px;color:#576b84;}
.competitor-lp-video-comparison .inner>.flex .left h2{font-size:38px;font-weight:500;line-height:52px;margin:0 0 20px 0;}
.competitor-lp-video-comparison .inner>.flex .left .content{font-size:16px;font-weight:400;}

.competitor-lp-capabilities{padding:90px 0;background-color: #0d376a;position: relative;}
.competitor-lp-capabilities .shape-main.top-shape {top: -58px;z-index: 1;}
.competitor-lp-capabilities .container-inner{margin:0 auto;max-width:960px;padding:0 15px;}
.competitor-lp-capabilities .title-top{text-align:center;max-width:500px;margin:0 auto 50px auto;}
.competitor-lp-capabilities .title-top > * {color: #fff;}
.competitor-lp-capabilities .inner .tabing-main ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:space-between;}
.competitor-lp-capabilities .inner .tabing-main .tabing-titles{margin:0px auto 70px auto;display:block;max-width: 816px;}
.competitor-lp-capabilities .inner .tabing-main ul li{cursor:pointer;color: #fff;}
.competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent{display:none;color: #fff;}
.competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex{display:flex;align-items:center;}
.competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .image{width:365px;}
.competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .image img{display:block;}
.competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .details{width:calc(100% - 365px);padding:0 0 0 110px;}
.competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .details .tab-title{font-size:24px;font-weight:bold;margin:0 0 15px 0;}
.competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .details .tab-content-inner{font-size:16px;font-weight:400;}
.competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .details .button-link a{color:#0064ff;font-size:20px;font-weight:500;margin:30px 0 0 0;display:block;}
.competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .details .button-link a:hover{color:#fff;}
.competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .details .button-link a:hover svg path{stroke:#fff;}
.competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .details .button-link a svg{margin:0 0 0 10px;transition: 400ms;}
.competitor-lp-capabilities .inner .tabing-main ul li{cursor:pointer;color:rgb(255,255,255);font-size:19px;position:relative;}
.competitor-lp-capabilities .inner .tabing-main ul li:after{content:'';position:absolute;bottom:-10px;left:0;height:4px;width:0;background-color:#0064ff;transition:400ms;}
.competitor-lp-capabilities .inner .tabing-main ul li.current:after,.competitor-lp-capabilities .inner .tabing-main ul li:hover:after{width:100%;}
.competitor-lp-capabilities .inner .tabing-main .tab-mobile-title-content .mobile-title{color:#fff;cursor:pointer;position:relative;padding:10px 0;}

.competitor-lp-pricing{background-color:#f7f8fa;padding:60px 0;position: relative;overflow: hidden;}
.competitor-lp-pricing .container-inner{max-width:780px;margin:0 auto;text-align:center;}
.competitor-lp-pricing .title-top h2{color:#0d376a;font-size:38px;font-weight:500;line-height:50px;margin:0 0 30px 0;}
.competitor-lp-pricing .title-top h4{color:#576b84;font-size:20px;font-weight:500;margin:0 0 20px 0;}
.competitor-lp-pricing .title-top .button-link a{font-size:17px;font-weight:700;color:#fff;background-color:#0064ff;min-width:264px;padding:12px 5px;display:inline-block;border-radius:3px;transition: 400ms;}
.competitor-lp-pricing .title-top .button-link a:hover {background-color: #1a4993;}
.competitor-lp-pricing .image{position:absolute;bottom:0;}
.competitor-lp-pricing .image img{display:block;}
.competitor-lp-pricing .image.left-side-image{left:0;bottom:0;}
.competitor-lp-pricing .image.right-side-image{right:0;}

.competitor-lp-testimonials{padding:130px 0 100px 0;position:relative;}
.competitor-lp-testimonials .container-inner{max-width:1170px;margin:0 auto;padding:0 15px;}
.competitor-lp-testimonials .inner > .flex{display:flex;align-items: center;}
.competitor-lp-testimonials .inner .left{width:530px;padding:0 40px 0 0;}
.competitor-lp-testimonials .inner .left .content{font-size:16px;line-height:26px;}
.competitor-lp-testimonials .inner .left h4{color:#576b84;font-size:20px;font-weight:500;margin:0 0 16px 0;line-height:26px;}
.competitor-lp-testimonials .inner .left h2 {margin: 0 0 30px 0;}
.competitor-lp-testimonials .inner .right{width:calc(100% - 530px);}
.competitor-lp-testimonials .inner .right .listing .list-inner > div{padding:35px 34px;box-shadow:0 3px 20px rgb(0 0 0 / 16%);border-radius:5px;background-color:#fff;width:calc(100% - 44px);margin:17px 22px;}
/* .competitor-lp-testimonials .inner .right .listing .list + .list{margin:22px 0 0 20px;} */
.competitor-lp-testimonials .inner .right .listing .list .flex{display:flex;align-items:center;}
.competitor-lp-testimonials .inner .right .listing .list .testimonials-image{width:105px;}
.competitor-lp-testimonials .inner .right .listing .list .testimonials-details{width:calc(100% - 105px);padding:0 0 0 36px;font-size:16px;line-height:26px;}
.competitor-lp-testimonials .inner .right .listing .list .testimonials-details .content span{color:#0064ff;font-weight:700;}
.competitor-lp-testimonials .inner .right .listing .list .testimonials-details .content{margin:0 0 0 0;}
.competitor-lp-testimonials .inner .right .listing .list .testimonials-details .content p:last-child { margin:0 0 0; }
.competitor-lp-testimonials .inner .right .listing .list .testimonials-details .name-conpany{margin:20px 0 0;font-size:16px;font-weight:700;}


.shape-main{position:absolute;left:0;z-index: 1;width: 100%;}
.shape-main img{display:block;width: 100%;}
.competitor-lp-banner .shape-main.top-shape{bottom:-50px;left:0px;transform:rotate(3deg);}
.competitor-lp-video-comparison .shape-main.top-shape{top:375px;}
.competitor-lp-key-differentiators .shape-main.bottom-shape{bottom:0;}
.competitor-lp-capabilities .shape-main.bottom-shape{bottom:-93px;}



.footer-lp{background-color:#081a2f;color:#fff;font-size:16px;padding: 49px 0;}
.footer-lp .flex{display:flex;align-items:center;justify-content:space-between;}
.footer-lp .container-inner{max-width:1800px;margin:0 auto;padding: 0 15px;}
.footer-lp .right ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;}
.footer-lp .right ul li{font-size:16px;padding:0 0 0 20px;position:relative;}
.footer-lp .right ul li:after{content:'';background-color:#fff;width:1px;height:20px;position:absolute;right:-10px;top:3px;}
.footer-lp .right ul li:last-child::after {opacity: 0;}
.footer-lp .right ul li a {color: #fff;}
.footer-lp .right ul li a:hover {color: #0064ff;}


@media(min-width:768px){
    .competitor-lp-key-differentiators .container-inner>.flex .right.mobile {display: none;}
}

@media(min-width:992px){
    .competitor-lp-features .container-inner .main-table.mobile {display: none;}
}

@media(min-width:1200px){
    .competitor-lp-capabilities .inner .tabing-main .tab-mobile-title-content .mobile-title {display: none;}
}

@media(max-width:1829px){ 
    .competitor-lp-pricing .image img{width:320px;}
    .competitor-lp-features .listing::before {width: 247px;}
    .competitor-lp-capabilities .shape-main.bottom-shape {bottom: -80px;}
/*     .competitor-lp-video-comparison .shape-main.top-shape {top: 380px;} */
    .competitor-lp-capabilities .shape-main.top-shape {top: -49px;}
}

@media(max-width:1629px){ 
    .competitor-lp-banner:after{left:0;background:url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/theme-vidreach-october2021/images/Banner_img_new.png) no-repeat left center / cover;}
    .competitor-lp-video-comparison .shape-main.top-shape {top: 386px;}
    .competitor-lp-capabilities .shape-main.bottom-shape {bottom: -70px;}
    .competitor-lp-capabilities .shape-main.top-shape {top: -43px;}
}

@media(max-width:1429px){ 

    .competitor-lp-video-comparison .shape-main.top-shape{top:394px;}
    .competitor-lp-video-comparison .inner>.flex .left{padding:50px;width:50%;}
    .competitor-lp-video-comparison .inner>.flex .right{width:50%;}
    .competitor-lp-video-comparison .container-inner{max-width:1030px;}
    .competitor-lp-key-differentiators .shape-main.bottom-shape{bottom:-120px;}
/*     .competitor-lp-video-comparison .inner{margin:-300px 0 0 0;} */
    .competitor-lp-capabilities .shape-main.bottom-shape{bottom:-58px;}
    .competitor-lp-key-differentiators .container-inner > .flex .left h2{font-size:32px;line-height:44px;}
    .competitor-lp-key-differentiators .container-inner > .flex .left h2,.competitor-lp-video-comparison .inner>.flex .left h2{font-weight:500;margin:0 0 20px 0;}
    .competitor-lp-key-differentiators .container-inner>.flex .left h4{margin:0 0 10px 0;}
    .competitor-lp-key-differentiators .container-inner .listing .list>.flex .details h3{font-size:22px;line-height:normal;}
    .competitor-lp-key-differentiators .container-inner .listing .list>.flex .icon{padding:5px 0 0 0;}
    .competitor-lp-key-differentiators .container-inner .listing .list+.list{margin:7px 0 0 0;}

    .competitor-lp-key-differentiators .container-inner .right .image.image3{bottom:0;}
    .competitor-lp-key-differentiators .container-inner .right .image.image4{right:-20px;bottom:130px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image5{right:-50px;bottom:20px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image6{bottom:-80px;right:20px;}
    
    .competitor-lp-capabilities .shape-main.top-shape {top: -36px;}

}

@media(max-width:1199px){ 
    
/*     .competitor-lp-features .listing:after,.competitor-lp-features .listing .view-all-btn {display: none;} */

    .competitor-lp-banner .flex {align-items: center;}
    .competitor-lp-banner .left{width:435px;}
    .competitor-lp-banner .right{width:calc(100% - 435px);padding:0 0 0 40px;}
    .competitor-lp-banner .container-inner{padding:0 25px;}
    .competitor-lp-capabilities .inner .tabing-main ul li {display: none;}
    .competitor-lp-video-comparison .inner{margin:0 0 100px 0;}
    .shape-main{display:none;}
    .competitor-lp-key-differentiators{padding:80px 0px 100px;}
    .competitor-lp-capabilities .inner .tabing-main .tabing-titles{display:none;}
    .competitor-lp-capabilities{padding:40px 0px;}
    .competitor-lp-key-differentiators .container-inner > .flex .left{width:50%;padding:0px 50px 0px 0px;}
    .competitor-lp-key-differentiators .container-inner > .flex .right{width:50%;}
    .competitor-lp-testimonials .inner .left{width:40%;}
    .competitor-lp-testimonials .inner .right{width:60%;padding: 0 0 0 50px;}   
    .competitor-lp-testimonials{padding:80px 0 70px 0;}
    .slick-prev.slick-arrow{top:auto;bottom:-40px;left:40%;transform:rotate(90deg);}
    .slick-next.slick-arrow{bottom:-40px;right:40%;left:auto;transform:rotate(-90deg);}
    .competitor-lp-capabilities .title-top{max-width:100%;}
    .competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .image img{width:270px;}
    .competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .image{width:300px;}
    .competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .details{width:calc(100% - 300px);padding:0 0 0 30px;}
    .competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent{padding:25px 0 45px 0;}
    .competitor-lp-capabilities .inner .tabing-main .tab-mobile-title-content .mobile-title{font-size:21px;font-weight:bold;}
    .competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .details .tab-title{font-size:20px;margin:0 0 5px 0;font-weight:normal;}
    .competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .details .button-link a{font-size:18px;margin:13px 0 0 0;}
    .competitor-lp-capabilities .inner .tabing-main .tab-mobile-title-content .mobile-title:after,.competitor-lp-capabilities .inner .tabing-main .tab-mobile-title-content .mobile-title:before{content:'';background-color:#fff;position:absolute;transform:400ms;}
    .competitor-lp-capabilities .inner .tabing-main .tab-mobile-title-content .mobile-title:after{width:25px;height:2px;right:0;top:26px;}
    .competitor-lp-capabilities .inner .tabing-main .tab-mobile-title-content .mobile-title:before{height:25px;width:2px;right:11px;top:14px;}
    .competitor-lp-capabilities .inner .tabing-main .tab-mobile-title-content .mobile-title.active:before{opacity:0;}

    .competitor-lp-testimonials .inner .left{width:100%;padding:0 0 20px 0;}
    .competitor-lp-testimonials .inner .left h2 {margin: 0px 0px 20px;line-height: 42px;}

    .footer-lp {padding: 30px 0;}
    .footer-lp .flex{justify-content:center;flex-flow:row wrap;}
    .footer-lp .flex > div{width:100%;text-align:center;}
    .footer-lp .flex > div.middle{padding:20px 0;}
    .footer-lp .right ul{justify-content:center;}

    .header-lp{padding:35px 0px;}

    .competitor-lp-key-differentiators .container {margin: 0px 0px 20px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image2 {right: 0;}
    .competitor-lp-key-differentiators .container-inner .right .image.image4{right:0;bottom:230px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image5{right:-10px;bottom:100px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image6{bottom:-50px;right:50px;}

}
@media(max-width:991px){ 

    .thankyou_area { padding:70px 20px; }
    .thankyou_area .logo { padding-right:0; text-align:left; margin-bottom: 40px; }  
    .thankyou_area .thankyou_right { padding-left:30px; }  
    .thankyou_area .thankyou_lefttext { margin:30px 0 50px 0; }
    .thankyou_area .thankyou_btn a { min-width:260px; }
    .bluebg { height:100px; }

    .competitor-lp-banner{padding:130px 0 300px 0;}
    .competitor-lp-banner .left{width:365px;}
    .competitor-lp-banner .right{width:calc(100% - 365px);}

    .competitor-lp-features .listing .list>div:first-child{width:350px;}
    .competitor-lp-features .listing .list>div:not(:first-child){width:calc((100% - 350px) / 2);}

    .competitor-lp-key-differentiators{padding:110px 0px 100px;}
    .competitor-lp-key-differentiators .container-inner>.flex{flex-flow:row wrap;flex-direction:column-reverse;}
    .competitor-lp-key-differentiators .container-inner>.flex .left{width:100%;padding:0;}
    .competitor-lp-key-differentiators .container-inner>.flex .right{width:100%;padding:0 0 30px 0;}
    .competitor-lp-key-differentiators .container-inner>.flex .right .right-inner{text-align:center;}
    .competitor-lp-key-differentiators .container-inner>.flex .right .right-inner img{margin:0 auto;}

    .competitor-lp-video-comparison .inner>.flex .left h2{font-size:28px;line-height:36px;}
    .competitor-lp-video-comparison .inner>.flex .left{padding:30px;}
    .competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .image{width:200px;}
    .competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .details{width:calc(100% - 200px);}

    .competitor-lp-testimonials{padding:50px 0 70px 0;}
    .competitor-lp-testimonials .inner>.flex{flex-flow:row wrap;}
    .competitor-lp-testimonials .inner .right{width:100%;padding:0;}
    .competitor-lp-testimonials .inner .right .listing .list-inner>div{width:calc(100% - 60px);margin:17px 30px;}
    .competitor-lp-testimonials .inner .left h4{margin:0 0 7px 0;}
    .competitor-lp-testimonials .inner .left h2{margin:0 0 15px 0;line-height:40px;}

    .competitor-lp-pricing{padding:30px 0 40px 0;}
    .competitor-lp-pricing .image{display:none;}
    .competitor-lp-pricing .title-top h2{font-size:30px;line-height:40px;margin:0 0 20px 0;}
    .competitor-lp-pricing .title-top h4{margin:0 0 8px 0;}

    .competitor-lp-banner .left h1{font-size:34px;line-height:normal;margin:0;padding:0 50px 0 0;}
    .competitor-lp-banner .left .content{max-width:100%;margin:21px 0 30px 0;}

    .competitor-lp-key-differentiators .container-inner .right .image{position:static;}
    .competitor-lp-key-differentiators .container-inner .right .image.image2{margin:-130px 0 0 280px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image3{margin:60px 0 0 -80px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image4{margin:-290px 0 0 420px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image5{margin:0 0 0 460px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image6{margin:-30px 0 0 250px;}
    
    .competitor-lp-features .container-inner .main-table.desktop {display: none;}
    .competitor-lp-features .container-inner .main-table.mobile .list.each-point .point-option{width:100%;}
    .competitor-lp-features .container-inner .main-table.mobile .list.each-point .point-option .table-logo{display:flex;justify-content:space-between;padding:0 25px;}
    .competitor-lp-features .container-inner .main-table.mobile .list:first-child{display:none;}
    .competitor-lp-features .container-inner .main-table.mobile .list.each-point .point-option{margin:10px 0;}
    .competitor-lp-features .listing .list.each-point .point-title {padding: 12px 15px 0 25px;width: 100%;}
    .competitor-lp-features .container-inner .main-table.mobile .list.each-point .point-option .table-logo .mobile-table-logo svg {max-height: 25px;display: block;}
    .competitor-lp-features .listing:before{display:none;}
    .competitor-lp-features .listing .list {padding: 10px 0 20px 0;}

}

@media(max-width:767px){

    .thankyou_area { padding:40px 20px; text-align:center; }  
    .thankyou_area .logo { padding-right:0; text-align:center;}
    .thankyou_area .thankyou_left { width:100%; }
    .thankyou_area .thankyou_right { width:100%; padding:20px 0 0; }

    .competitor-lp-banner:after{left:0;background:url(https://20813277.fs1.hubspotusercontent-na1.net/hubfs/20813277/theme-vidreach-october2021/images/bg-banner.png) no-repeat center center / cover;}
    .competitor-lp-banner .right .right-inner>div{justify-content:center;}
    .competitor-lp-banner .right .right-inner>div.logo.logo2{justify-content:center;}
    .competitor-lp-banner .right .right-inner>div.vs-text{transform:none;padding:20px 0;}

    .competitor-lp-key-differentiators {padding: 110px 0px 60px;}
    .competitor-lp-key-differentiators .container-inner .listing .list>.flex .details {padding: 0 0 0 15px;}
    .competitor-lp-key-differentiators .container-inner > .flex .left h2{margin: 0px 0px 30px;}

    .competitor-lp-banner .flex{flex-flow:row wrap;}
    .competitor-lp-banner .left{width:100%;}
    .competitor-lp-banner .right{width:100%;padding:45px 0 0 0;}
    .competitor-lp-banner .left h1{font-size:28px;padding:0;}

    .competitor-lp-video-comparison .inner>.flex{flex-flow:row wrap;}
    .competitor-lp-video-comparison .inner>.flex .left{padding:30px;width:100%;}
    .competitor-lp-video-comparison .inner>.flex .right{width:100%;}
    .competitor-lp-video-comparison .inner>.flex .right .right-inner .client-video .image>img{height:220px;border-radius:0 0 7px 7px;}
    .competitor-lp-video-comparison .inner {margin: 0px 0px 60px;}

    .competitor-lp-capabilities .title-top{max-width:100%;margin:0 auto 30px auto;}
    .competitor-lp-capabilities .title-top h2,.competitor-lp-video-comparison .inner>.flex .left h2,.competitor-lp-key-differentiators .container-inner>.flex .left h2,.competitor-lp-testimonials .inner .left h2{line-height:normal;font-size:26px;}
    .competitor-lp-capabilities .title-top h4{font-size:20px;line-height:normal;margin:0 0 10px 0;}
    .competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex{flex-flow:row wrap;}
    .competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .image{width:100%;padding:0 0 10px 0;}
    .competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .image img{width:230px;}
    .competitor-lp-capabilities .inner .tabing-main .tab-content-main .tab-content-parent .flex .details{width:100%;padding:0;}

    .competitor-lp-testimonials .inner .right .listing .list-inner>div{width:calc(100% - 50px);margin:20px 25px;padding:15px;}
    .competitor-lp-testimonials .inner .right .listing .list .flex{flex-flow:row wrap;}
    .competitor-lp-testimonials .inner .right .listing .list .testimonials-image{width:100%;padding:0 0 20px 0;}
    .competitor-lp-testimonials .inner .right .listing .list .testimonials-details{width:100%;padding:0;}

    .slick-prev.slick-arrow{left:10%;}
    .slick-next.slick-arrow{right:10%;}

    .footer-lp .right ul li{padding:0 5px;}
    .footer-lp .right ul li:after{height:100%;right:0;top:0;}

    .competitor-lp-key-differentiators .container-inner>.flex .right.desktop {display: none;}

    .competitor-lp-key-differentiators .container-inner .right .image.image3{margin:0px 0 140px -80px;}
    
    .competitor-lp-video-comparison .inner > .flex .right { height:350px; }
    
}



@media(max-width:560px){
    .competitor-lp-key-differentiators .container-inner .right .image.image3{margin:40px 0 350px -80px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image3 img{width:190px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image2{margin:-80px 0 0 120px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image4{margin:-400px 0 0 0;}
    .competitor-lp-key-differentiators .container-inner .right .image.image5{margin:-240px 0 0 -140px;}
    .competitor-lp-key-differentiators .container-inner .right .image.image6{margin:-80px 0 80px 160px;}
}

@media(max-width:450px){
    .competitor-lp-video-comparison .inner > .flex .right { height: 270px; }
}