@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
 * Settings
 */
/**
 * Easings
 */
/**
 * Core
 */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
 * Animations
 */
[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none;
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}
.basicLightbox--visible {
  opacity: 1;
}
.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder, .basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}

@font-face {
  font-display: swap;
  font-family: Averta;
  font-weight: 400;
  font-style: normal;
  src: url(/assets/AvertaStd-Regular.otf) format("opentype");
}
@font-face {
  font-display: swap;
  font-family: Averta;
  src: url(/assets/AvertaStd-Semibold.otf) format("opentype");
  font-weight: 600;
}
@font-face {
  font-display: swap;
  font-family: Averta;
  src: url(/assets/AvertaStd-Bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-family: Averta;
  src: url(/assets/AvertaStd-Extrabold.otf) format("opentype");
  font-weight: 800;
}
@font-face {
  font-display: swap;
  font-family: Averta;
  src: url(/assets/AvertaStd-Black.otf) format("opentype");
  font-weight: 900;
}
p, li {
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 599px) {
  p, li {
    font-size: 16px !important;
  }
}

ul, ol, p {
  margin-bottom: 32px;
}

li {
  margin-bottom: 16px;
}

h2.page-headline, h1.page-headline {
  font-weight: 900;
  font-size: 65px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -0.01em;
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  h2.page-headline, h1.page-headline {
    font-size: 43px;
    line-height: 43px;
  }
}

h2.page-subheading {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 72px;
}

h3.section-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
}

h3.section-title-left {
  font-size: 28px;
  line-height: 35px;
  font-weight: bold;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 32px;
}

h4.title-left {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
}

h3.cta-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

h2.black-section-title,
h3.black-section-title {
  font-weight: 900 !important;
  font-size: 50px !important;
  line-height: 50px !important;
  letter-spacing: -0.01em;
  color: #212e44;
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  h2.black-section-title,
  h3.black-section-title {
    font-size: 35px !important;
    line-height: 35px !important;
  }
}

#facebook-integration h2.black-section-title,
#facebook-integration h3.black-section-title {
  font-weight: 900 !important;
  font-size: 50px !important;
  line-height: 50px !important;
  letter-spacing: -0.01em;
  color: #212e44;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #facebook-integration h2.black-section-title,
  #facebook-integration h3.black-section-title {
    font-size: 35px !important;
    line-height: 35px !important;
  }
}

.list_block-section > .row {
  align-items: center;
}

.content-title-main-black h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #212e44;
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  .content-title-main-black h2 {
    font-size: 35px;
    line-height: 35px;
  }
}

.module-text h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #212e44;
}
.module-text p {
  font-size: 18px;
  line-height: 27px;
  color: #212e44;
}

h4.faq-question {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #344563;
}

.faq-answer,
.faq-answer p,
.faq-answer li {
  margin: 8px;
  font-size: 16px;
  color: #212e44;
}

.feature-row h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #212e44;
}

.feature-text {
  margin-left: 8px;
  font-size: 16px;
  color: #212e44;
}

.negative-indent {
  margin-left: 27px;
  text-indent: -27px;
}

input.hs-button,
button.button,
a.button {
  outline: none;
  border: none;
  display: inline-block;
  white-space: nowrap;
  flex-basis: auto;
  width: auto;
  padding: 16px 24px;
  border-radius: 2em;
  font-weight: 800;
  font-size: 17px;
  text-align: center;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  text-decoration: none;
  transition: all 0.2s ease;
}
input.hs-button.nav-cta-button,
button.button.nav-cta-button,
a.button.nav-cta-button {
  color: #fff;
  background: #ff6726;
}
input.hs-button.nav-cta-button:hover, input.hs-button.nav-cta-button:active, input.hs-button.nav-cta-button:focus,
button.button.nav-cta-button:hover,
button.button.nav-cta-button:active,
button.button.nav-cta-button:focus,
a.button.nav-cta-button:hover,
a.button.nav-cta-button:active,
a.button.nav-cta-button:focus {
  background: rgb(255, 126.5775115207, 71.66);
}
input.hs-button.nav-contact-button,
button.button.nav-contact-button,
a.button.nav-contact-button {
  color: #ff6726;
  background: #fff;
  box-shadow: 0px 19px 40px -10px #FFE0D2;
}
input.hs-button.nav-contact-button:hover, input.hs-button.nav-contact-button:active, input.hs-button.nav-contact-button:focus,
button.button.nav-contact-button:hover,
button.button.nav-contact-button:active,
button.button.nav-contact-button:focus,
a.button.nav-contact-button:hover,
a.button.nav-contact-button:active,
a.button.nav-contact-button:focus {
  background: #ff6726;
  color: #fff;
}
input.hs-button.primary-button,
button.button.primary-button,
a.button.primary-button {
  padding-left: 66px;
  padding-right: 66px;
  background: #ff6726;
  color: #fff;
}
input.hs-button.primary,
button.button.primary,
a.button.primary {
  background: #ff6726;
  color: #fff;
}
input.hs-button.secondary-button,
button.button.secondary-button,
a.button.secondary-button {
  padding-left: 66px;
  padding-right: 66px;
  background: #fff;
  color: #ff6726;
}
input.hs-button.pricing-link-button,
button.button.pricing-link-button,
a.button.pricing-link-button {
  background: #ff6726;
  color: #fff;
  position: relative;
  padding-right: 60px;
}
input.hs-button.pricing-link-button:after,
button.button.pricing-link-button:after,
a.button.pricing-link-button:after {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.watch-video-button,
button.button.watch-video-button,
a.button.watch-video-button {
  color: #7A66F0;
  box-shadow: 0px 19px 40px -10px rgba(122, 102, 240, 0.36);
  padding-left: 60px;
  background: #fff;
  position: relative;
}
input.hs-button.watch-video-button:before,
button.button.watch-video-button:before,
a.button.watch-video-button:before {
  content: "";
  width: 14px;
  height: 15px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8165 6.33157C13.6874 6.84212 13.6791 8.10406 12.8015 8.60307L2.66142 14.3685C1.78379 14.8675 0.69508 14.2293 0.701744 13.2198L0.778737 1.55552C0.785401 0.545973 1.88244 -0.0777822 2.7534 0.432765L12.8165 6.33157Z' fill='%237A66F0'/%3E%3C/svg%3E%0A");
}
input.hs-button.video-tutorial-button, input.hs-button.read-more-button,
button.button.video-tutorial-button,
button.button.read-more-button,
a.button.video-tutorial-button,
a.button.read-more-button {
  background: #fff;
  position: relative;
  padding-right: 60px;
  box-shadow: 0px 19px 40px -10px #ffe0d2;
}
input.hs-button.video-tutorial-button:after, input.hs-button.read-more-button:after,
button.button.video-tutorial-button:after,
button.button.read-more-button:after,
a.button.video-tutorial-button:after,
a.button.read-more-button:after {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.free-tools-button,
button.button.free-tools-button,
a.button.free-tools-button {
  padding-left: 20px;
  padding-right: 20px;
  background: #ff6726;
  color: #fff;
}
input.hs-button.hero-button,
button.button.hero-button,
a.button.hero-button {
  position: relative;
  font-size: 18px;
  border-radius: 58px;
  color: #ff6726;
  background: #FFFFFF;
  box-shadow: 0px 19px 40px -10px #ffe0d2;
  padding: 14px 24px;
  padding-right: 60px;
  opacity: 1;
}
input.hs-button.hero-button::after,
button.button.hero-button::after,
a.button.hero-button::after {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.hero-button:hover,
button.button.hero-button:hover,
a.button.hero-button:hover {
  opacity: 0.8;
}
input.hs-button.link_green,
button.button.link_green,
a.button.link_green {
  color: #fff;
  background: #2fd9c4;
  box-shadow: initial;
  position: relative;
  padding-right: 60px;
  transition: all ease 0.3s;
}
input.hs-button.link_green:hover, input.hs-button.link_green:active, input.hs-button.link_green:focus,
button.button.link_green:hover,
button.button.link_green:active,
button.button.link_green:focus,
a.button.link_green:hover,
a.button.link_green:active,
a.button.link_green:focus {
  background: #2fd9c4;
  color: #fff;
}
input.hs-button.link_green:after,
button.button.link_green:after,
a.button.link_green:after {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.link_green:hover:after,
button.button.link_green:hover:after,
a.button.link_green:hover:after {
  opacity: 0.8;
}
input.hs-button.discover-button,
button.button.discover-button,
a.button.discover-button {
  background: #fff;
  color: #ff6726;
  box-shadow: 0px 12px 20px -10px rgba(225, 220, 255, 0.5);
  position: relative;
  padding-right: 60px;
}
input.hs-button.discover-button:after,
button.button.discover-button:after,
a.button.discover-button:after {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.discover-button:hover, input.hs-button.discover-button:active, input.hs-button.discover-button:focus,
button.button.discover-button:hover,
button.button.discover-button:active,
button.button.discover-button:focus,
a.button.discover-button:hover,
a.button.discover-button:active,
a.button.discover-button:focus {
  background: #ff6726;
  color: #fff;
}
input.hs-button.discover-button:hover:after,
button.button.discover-button:hover:after,
a.button.discover-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.more-questions-button,
button.button.more-questions-button,
a.button.more-questions-button {
  color: #fff;
  background: #ff6726;
  padding: 0.75em 2em;
}
input.hs-button.more-stories-button,
button.button.more-stories-button,
a.button.more-stories-button {
  font-size: 18px;
  padding: 0.75em 2em;
  position: relative;
  padding-right: 60px;
  border-radius: 58px;
  color: #fff;
  background: #ff6726;
}
input.hs-button.more-stories-button:after,
button.button.more-stories-button:after,
a.button.more-stories-button:after {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.download-button,
button.button.download-button,
a.button.download-button {
  color: #fff;
  background: #fb89c0;
  position: relative;
  padding-right: 60px;
}
input.hs-button.download-button:after,
button.button.download-button:after,
a.button.download-button:after {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.pricing-cta-button,
button.button.pricing-cta-button,
a.button.pricing-cta-button {
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 30px;
  box-shadow: 0px 11px 24px -10px rgba(0, 0, 0, 0.12);
  position: relative;
  padding-right: 60px;
  text-decoration: none !important;
}
input.hs-button.pricing-cta-button:after,
button.button.pricing-cta-button:after,
a.button.pricing-cta-button:after {
  content: "";
  width: 16px;
  height: 12px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 24px;
}
input.hs-button.filter-button,
button.button.filter-button,
a.button.filter-button {
  background: #f9f9fa;
  padding: 16px 32px;
  border-radius: 10px;
  color: #212e44;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
}
input.hs-button.filter-button.selected, input.hs-button.filter-button:active,
button.button.filter-button.selected,
button.button.filter-button:active,
a.button.filter-button.selected,
a.button.filter-button:active {
  background: #FFF9F4;
  color: #ff6726;
}
input.hs-button.filter-button:hover,
button.button.filter-button:hover,
a.button.filter-button:hover {
  opacity: 0.9;
}
input.hs-button.filter-button.contact-filter-button,
button.button.filter-button.contact-filter-button,
a.button.filter-button.contact-filter-button {
  position: relative;
  padding-right: 60px;
}
input.hs-button.filter-button.contact-filter-button:after,
button.button.filter-button.contact-filter-button:after,
a.button.filter-button.contact-filter-button:after {
  content: "";
  width: 22px;
  height: 15px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%23212E44' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%23212E44' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.white-purple,
button.button.white-purple,
a.button.white-purple {
  background-color: #FFFFFF;
  color: #7A66F0;
  box-shadow: 0px 19px 40px -10px rgba(144, 58, 254, 0.13);
}
input.hs-button.white-purple::after,
button.button.white-purple::after,
a.button.white-purple::after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.white-purple:hover,
button.button.white-purple:hover,
a.button.white-purple:hover {
  background-color: #7A66F0;
  color: #FFFFFF;
}
input.hs-button.white-purple:hover::after,
button.button.white-purple:hover::after,
a.button.white-purple:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.purple,
button.button.purple,
a.button.purple {
  background-color: #7A66F0;
  color: #FFFFFF;
  box-shadow: 0px 19px 40px -10px rgba(144, 58, 254, 0.13);
}
input.hs-button.purple::after, input.hs-button.blue::after,
button.button.purple::after,
button.button.blue::after,
a.button.purple::after,
a.button.blue::after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.purple:hover,
button.button.purple:hover,
a.button.purple:hover {
  background-color: #FFFFFF;
  color: #7A66F0;
}
input.hs-button.purple:hover::after,
button.button.purple:hover::after,
a.button.purple:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
input.hs-button.blue,
button.button.blue,
a.button.blue {
  background-color: #3A9EFE;
  color: #FFFFFF;
}
input.hs-button.blue:hover,
button.button.blue:hover,
a.button.blue:hover {
  background-color: #FFFFFF;
  color: #3A9EFE;
}
input.hs-button.blue:hover::after,
button.button.blue:hover::after,
a.button.blue:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

a.outlink {
  font-weight: 600;
  position: relative;
}
a.outlink:after {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  bottom: 4px;
  right: -44px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#discover article.discover-publishing .discover-button, #discover-mobile-only article.discover-publishing .discover-button {
  color: #7a66f0;
}
#discover article.discover-publishing .discover-button:after, #discover-mobile-only article.discover-publishing .discover-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#discover article.discover-publishing .discover-button:hover, #discover article.discover-publishing .discover-button:active, #discover article.discover-publishing .discover-button:focus, #discover-mobile-only article.discover-publishing .discover-button:hover, #discover-mobile-only article.discover-publishing .discover-button:active, #discover-mobile-only article.discover-publishing .discover-button:focus {
  background: #7a66f0;
  color: #fff;
}
#discover article.discover-publishing .discover-button:hover:after, #discover-mobile-only article.discover-publishing .discover-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#discover article.discover-monitoring .discover-button, #discover-mobile-only article.discover-monitoring .discover-button {
  color: #2fd9c4;
}
#discover article.discover-monitoring .discover-button:after, #discover-mobile-only article.discover-monitoring .discover-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='%232FD9C4' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='%232FD9C4' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#discover article.discover-monitoring .discover-button:hover, #discover article.discover-monitoring .discover-button:active, #discover article.discover-monitoring .discover-button:focus, #discover-mobile-only article.discover-monitoring .discover-button:hover, #discover-mobile-only article.discover-monitoring .discover-button:active, #discover-mobile-only article.discover-monitoring .discover-button:focus {
  background: #2fd9c4;
  color: #fff;
}
#discover article.discover-monitoring .discover-button:hover:after, #discover-mobile-only article.discover-monitoring .discover-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#discover article.discover-reporting .discover-button, #discover-mobile-only article.discover-reporting .discover-button {
  color: #3a9efe;
}
#discover article.discover-reporting .discover-button:after, #discover-mobile-only article.discover-reporting .discover-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#discover article.discover-reporting .discover-button:hover, #discover article.discover-reporting .discover-button:active, #discover article.discover-reporting .discover-button:focus, #discover-mobile-only article.discover-reporting .discover-button:hover, #discover-mobile-only article.discover-reporting .discover-button:active, #discover-mobile-only article.discover-reporting .discover-button:focus {
  background: #3a9efe;
  color: #fff;
}
#discover article.discover-reporting .discover-button:hover:after, #discover-mobile-only article.discover-reporting .discover-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  min-width: 264px;
  border-radius: 58px;
  font-size: 17px;
  font-weight: 800;
}
.btn.btn--purple {
  background-color: #7a66f0;
  max-width: 264px;
  color: #fff;
}
.btn.btn--white {
  background: #fff;
  box-shadow: 0px 19px 40px -10px rgba(122, 102, 240, 0.36);
  max-width: 203px;
  font-size: 18px;
  color: #7a66f0;
}
.btn.btn--link {
  font-size: 18px;
  color: #7a66f0;
}

.button.v2 {
  display: inline-block;
  white-space: normal;
  padding: 14px 24px !important;
}
.button.v2::after {
  display: inline-block;
  position: relative !important;
  margin-left: 15px;
  right: initial !important;
  bottom: initial !important;
}
@media (max-width: 768px) {
  .button {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .button::after {
    content: none !important;
  }
}

.vbtn {
  position: relative;
  display: inline-block;
  text-align: center;
  width: auto;
  min-width: auto;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  padding: 15px 30px;
  border-radius: 24px;
  transition: all 0.2s ease-in;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.06);
}
.vbtn svg {
  margin-left: 10px;
}
.vbtn.blue-sky {
  color: #3A9EFE;
}
.vbtn.blue-sky line,
.vbtn.blue-sky path {
  stroke: #3A9EFE;
}
.vbtn.blue-sky:hover {
  background-color: #3A9EFE;
  color: #FFFFFF;
}
.vbtn.blue-sky:hover line,
.vbtn.blue-sky:hover path {
  stroke: #FFFFFF;
}
.vbtn.blue-sky:focus {
  color: #3A9EFE;
}
.vbtn.blue-sky:focus line,
.vbtn.blue-sky:focus path {
  stroke: #3A9EFE;
}
.vbtn.orange {
  background-color: #FF6726;
  color: #FFFFFF;
}
.vbtn.orange.ease-in-out {
  transition: all 0.2s ease-in-out;
}
.vbtn.orange:hover {
  background-color: #FFFFFF;
  color: #FF6726;
}
.vbtn.orange:hover line,
.vbtn.orange:hover path {
  stroke: #FF6726;
}
.vbtn.orange:focus {
  background-color: #FF6726;
  color: #FFFFFF;
}
.vbtn.orange:focus line,
.vbtn.orange:focus path {
  stroke: #FFFFFF;
}
.vbtn.white-color {
  background-color: #FFFFFF;
  color: #FF6726;
}
.vbtn.white-color line,
.vbtn.white-color path {
  stroke: #FF6726;
}
.vbtn.white-color:hover {
  background-color: #FF6726;
  color: #FFFFFF;
}
.vbtn.white-color:hover line,
.vbtn.white-color:hover path {
  stroke: #FFFFFF;
}
.vbtn.white-color:focus {
  background-color: #FFFFFF;
  color: #FF6726;
}
.vbtn.white-color:focus line,
.vbtn.white-color:focus path {
  stroke: #FF6726;
}
.vbtn.purple-color {
  background-color: #FFFFFF;
  color: #7A66F0;
  box-shadow: 0px 0px 11px rgba(122, 102, 240, 0.08);
}
.vbtn.purple-color line,
.vbtn.purple-color path {
  stroke: #7A66F0;
}
.vbtn.purple-color:hover {
  background-color: #7A66F0;
  color: #FFFFFF;
}
.vbtn.purple-color:hover line,
.vbtn.purple-color:hover path {
  stroke: #FFFFFF;
}
.vbtn.purple-color:focus {
  background-color: #FFFFFF;
  color: #7A66F0;
}
.vbtn.purple-color:focus line,
.vbtn.purple-color:focus path {
  stroke: #7A66F0;
}
@media (max-width: 599px) {
  .vbtn {
    padding: 15px 15px;
  }
  .vbtn.blue-sky:focus {
    color: #3A9EFE;
  }
  .vbtn.blue-sky:focus line,
  .vbtn.blue-sky:focus path {
    stroke: #3A9EFE;
  }
  .vbtn.orange:focus {
    background-color: #FF6726;
    color: #FFFFFF;
  }
  .vbtn.orange:focus line,
  .vbtn.orange:focus path {
    stroke: #FFFFFF;
  }
  .vbtn.white-color:focus {
    background-color: #FFFFFF;
    color: #FF6726;
  }
  .vbtn.white-color:focus line,
  .vbtn.white-color:focus path {
    stroke: #FF6726;
  }
  .vbtn.purple-color:focus {
    background-color: #FFFFFF;
    color: #7A66F0;
  }
  .vbtn.purple-color:focus line,
  .vbtn.purple-color:focus path {
    stroke: #7A66F0;
  }
}

.vbtn-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-decoration: underline;
  color: #212E44;
}
.vbtn-link:hover {
  color: #3A9EFE;
}

.hv2-button {
  position: relative;
  display: inline-block;
  font-family: "Averta", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  background-color: #FFFFFF;
  color: #FF6726;
  border: 1px solid #FF6726;
  box-shadow: none;
  border-radius: 6px;
  padding: 13px 24px 13px 24px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.hv2-button .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 16px;
  flex: 0 0 16px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  transition: width 0.2s ease-in-out;
}
.hv2-button:hover {
  background-color: #FF6726;
  color: #FFFFFF;
  border: 1px solid #FF6726;
  box-shadow: none;
}
.hv2-button:hover .arrow {
  width: 20px;
  flex: 0 0 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.white {
  background-color: #FFFFFF;
  color: #FF6726;
  border: 1px solid #FF6726;
  box-shadow: none;
}
.hv2-button.white .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.white:hover {
  background-color: #FF6726;
  color: #FFFFFF;
  border: 1px solid #FF6726;
  box-shadow: none;
}
.hv2-button.white:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.orange {
  background-color: #FF6726;
  color: #FFFFFF;
  border: 1px solid #FF6726;
  box-shadow: none;
}
.hv2-button.orange .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.orange:hover {
  background-color: #FFFFFF;
  color: #FF6726;
  border: 1px solid #FF6726;
  box-shadow: none;
}
.hv2-button.orange:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.purple {
  background-color: #7A66F0;
  color: #FFFFFF;
  border: 1px solid #7A66F0;
  box-shadow: none;
}
.hv2-button.purple .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.purple:hover {
  background-color: #FFFFFF;
  color: #7A66F0;
  border: 1px solid #7A66F0;
  box-shadow: none;
}
.hv2-button.purple:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.green {
  color: #FFFFFF;
  background-color: #2FD9C4;
  border: 1px solid #2FD9C4;
}
.hv2-button.green .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.green:hover {
  color: #2FD9C4;
  background-color: #FFFFFF;
}
.hv2-button.green:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%232FD9C4' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%232FD9C4' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.blue {
  color: #FFFFFF;
  background-color: #3A9EFE;
  border: 1px solid #3A9EFE;
}
.hv2-button.blue .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.blue:hover {
  color: #3A9EFE;
  background-color: #FFFFFF;
}
.hv2-button.blue:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.red {
  color: #FFFFFF;
  background-color: #FF5353;
  border: 1px solid #FF5353;
}
.hv2-button.red .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.red:hover {
  color: #FF5353;
  background-color: #FFFFFF;
}
.hv2-button.red:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FF5353' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FF5353' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.pink {
  color: #FFFFFF;
  background-color: #F49EFC;
  border: 1px solid #F49EFC;
}
.hv2-button.pink .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.pink:hover {
  color: #F49EFC;
  background-color: #FFFFFF;
}
.hv2-button.pink:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23F49EFC' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23F49EFC' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.dark {
  color: #FFFFFF;
  background-color: #212E44;
  border: 1px solid #212E44;
}
.hv2-button.dark .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.dark:hover {
  color: #212E44;
  background-color: #FFFFFF;
}
.hv2-button.dark:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23212E44' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23212E44' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.dark-white {
  background-color: #FFFFFF;
  color: #212E44;
  border: 1px solid #212E44;
  box-shadow: none;
}
.hv2-button.dark-white .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23212E44' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23212E44' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.dark-white:hover {
  background-color: #212E44;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: none;
}
.hv2-button.dark-white:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.purple-white {
  background-color: #FFFFFF;
  color: #7A66F0;
  border: 1px solid #7A66F0;
  box-shadow: none;
}
.hv2-button.purple-white .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.purple-white:hover {
  background-color: #7A66F0;
  color: #FFFFFF;
  border: 1px solid #7A66F0;
  box-shadow: none;
}
.hv2-button.purple-white:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.green-white {
  background-color: #FFFFFF;
  color: #2FD9C4;
  border: 1px solid #2FD9C4;
  box-shadow: none;
}
.hv2-button.green-white .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%232FD9C4' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%232FD9C4' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.green-white:hover {
  background-color: #2FD9C4;
  color: #FFFFFF;
  border: 1px solid #2FD9C4;
  box-shadow: none;
}
.hv2-button.green-white:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.blue-white {
  background-color: #FFFFFF;
  color: #3A9EFE;
  border: 1px solid #3A9EFE;
  box-shadow: none;
}
.hv2-button.blue-white .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.blue-white:hover {
  background-color: #3A9EFE;
  color: #FFFFFF;
  border: 1px solid #3A9EFE;
  box-shadow: none;
}
.hv2-button.blue-white:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.red-white {
  background-color: #FFFFFF;
  color: #FF5353;
  border: 1px solid #FF5353;
  box-shadow: none;
}
.hv2-button.red-white .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FF5353' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FF5353' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-button.red-white:hover {
  background-color: #FF5353;
  color: #FFFFFF;
  border: 1px solid #FF5353;
  box-shadow: none;
}
.hv2-button.red-white:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
@media (max-width: 991px) {
  .hv2-button {
    padding: 9px 24px 9px 24px;
  }
  .hv2-button .arrow {
    width: 14px;
    flex: 0 0 14px;
  }
}

.hv2-link {
  position: relative;
  display: inline-block;
  font-family: "Averta", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #FF6726;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.hv2-link .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 16px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  transition: width 0.2s ease-in-out;
}
.hv2-link:hover {
  opacity: 0.8;
}
.hv2-link:hover .arrow {
  width: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-link.orange {
  color: #FF6726;
}
.hv2-link.orange .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-link.purple {
  color: #7A66F0;
}
.hv2-link.purple .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-link.green {
  color: #2FD9C4;
}
.hv2-link.green .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%232FD9C4' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%232FD9C4' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-link.blue {
  color: #3A9EFE;
}
.hv2-link.blue .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-link.red {
  color: #FF5353;
}
.hv2-link.red .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FF5353' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FF5353' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
@media (max-width: 991px) {
  .hv2-link .arrow {
    width: 14px;
  }
}

.ag-button {
  position: relative;
  display: inline-block;
  font-family: "Averta", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
  background-color: #FFFFFF;
  color: #FF6726;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 19px 40px rgba(255, 224, 210, 0.4);
  border-radius: 58px;
  padding: 14px 53px 14px 30px;
  cursor: pointer;
}
.ag-button::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translatey(-50%);
  width: 16px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.ag-button:hover {
  background-color: #FF6726;
  color: #FFFFFF;
  border: 1px solid #FF6726;
  box-shadow: 0px 11px 24px -10px rgba(0, 0, 0, 0.06);
}
.ag-button:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.ag-button.orange {
  background-color: #FF6726;
  color: #FFFFFF;
  border: 1px solid #FF6726;
  box-shadow: 0px 11px 24px -10px rgba(0, 0, 0, 0.06);
}
.ag-button.orange::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.ag-button.orange:hover {
  background-color: #FFFFFF;
  color: #FF6726;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 19px 40px rgba(255, 224, 210, 0.4);
}
.ag-button.orange:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.ag-button.purple {
  background-color: #7A66F0;
  color: #FFFFFF;
  border: 1px solid #7A66F0;
  box-shadow: none;
}
.ag-button.purple::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.ag-button.purple:hover {
  background-color: #FFFFFF;
  color: #7A66F0;
  border: 1px solid #FFFFFF;
  box-shadow: none;
}
.ag-button.purple:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.ag-button.blue {
  background-color: #3A9EFE;
  color: #FFFFFF;
  border: 1px solid #3A9EFE;
  box-shadow: none;
}
.ag-button.blue::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.ag-button.blue:hover {
  background-color: #FFFFFF;
  color: #3A9EFE;
  border: 1px solid #FFFFFF;
  box-shadow: none;
}
.ag-button.blue:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.ag-button.white {
  background-color: #FFFFFF;
  color: #FF6726;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 19px 40px rgba(255, 224, 210, 0.4);
}
.ag-button.white::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.ag-button.white:hover {
  background-color: #FF6726;
  color: #FFFFFF;
  border: 1px solid #FF6726;
  box-shadow: 0px 11px 24px -10px rgba(0, 0, 0, 0.06);
}
.ag-button.white:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.ag-button.purple-white {
  background-color: #FFFFFF;
  color: #7A66F0;
  border: 1px solid #FFFFFF;
  box-shadow: none;
}
.ag-button.purple-white::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.ag-button.purple-white:hover {
  background-color: #7A66F0;
  color: #FFFFFF;
  border: 1px solid #7A66F0;
  box-shadow: none;
}
.ag-button.purple-white:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.ag-button.light-orange {
  background-color: #FFDA7D;
  color: #212E44;
  border: 1px solid #FFDA7D;
  box-shadow: none;
}
.ag-button.light-orange::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%23212E44' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%23212E44' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.ag-button.light-orange:hover {
  background-color: #212E44;
  color: #FFDA7D;
  border: 1px solid #212E44;
  box-shadow: none;
}
.ag-button.light-orange:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.19531' x2='12.05' y2='5.19531' stroke='%23FFDA7D' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2031 1.54688L14.0031 5.39687L11.2031 9.24687' stroke='%23FFDA7D' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.hs-form-radio label {
  display: flex;
  flex-direction: row;
  width: 100% !important;
  align-items: center;
}
.hs-form-radio label input[type=radio] {
  width: 24px !important;
  height: 24px !important;
}
.hs-form-radio label span {
  width: 95%;
  padding-left: 30px;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: "Averta", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #212e44;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #ff6726;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #ff6726;
  opacity: 0.9;
}

@media (max-width: 599px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.navbar-brand {
  padding: 0;
  font-weight: 800;
  font-size: 28px !important;
  letter-spacing: -0.02em;
  line-height: 100% !important;
  margin-top: -24px;
  margin-right: 40px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.navbar-brand img.brand {
  max-width: 140px;
}
.navbar-brand .brand-agora {
  color: #ff6726;
}
.navbar-brand .brand-pulse {
  color: #344563;
}
@media (max-width: 768px) {
  .navbar-brand {
    margin-top: 0;
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    margin-top: 0;
  }
  .navbar-brand img.brand {
    display: block;
  }
}

nav.navbar {
  position: fixed;
  height: 118px;
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  padding: 32px 0 16px 0;
}
nav.navbar.hide {
  top: 0;
  padding-top: 26px;
  height: 87px;
}
nav.navbar.white {
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
nav.navbar.white .navbar-collapse {
  background: #fff;
}
@media (max-width: 991px) {
  nav.navbar.hide {
    top: 0;
  }
  nav.navbar .navbar-collapse.show {
    padding-bottom: 100px;
  }
}
nav.navbar .container {
  padding: 0;
}
nav.navbar .navbar-collapse {
  background: #fff;
}
nav.navbar button#navcollapse {
  border: none;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}
nav.navbar button#navcollapse .navbar-toggler-icon {
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.3001 12.179C14.2768 12.1558 14.2584 12.1282 14.2458 12.0978C14.2332 12.0674 14.2267 12.0349 14.2267 12.002C14.2267 11.9691 14.2332 11.9365 14.2458 11.9062C14.2584 11.8758 14.2768 11.8482 14.3001 11.825L23.5631 2.56298C23.8444 2.28132 24.0022 1.89947 24.002 1.50142C24.0017 1.10338 23.8433 0.721745 23.5616 0.440482C23.28 0.15922 22.8981 0.00136702 22.5001 0.00164832C22.102 0.00192962 21.7204 0.160323 21.4391 0.441982L12.1771 9.69998C12.1539 9.72326 12.1263 9.74174 12.0959 9.75434C12.0656 9.76694 12.033 9.77343 12.0001 9.77343C11.9672 9.77343 11.9347 9.76694 11.9043 9.75434C11.8739 9.74174 11.8463 9.72326 11.8231 9.69998L2.56113 0.441982C2.42186 0.30265 2.25651 0.192112 2.07453 0.116681C1.89254 0.0412497 1.69748 0.00240184 1.50048 0.00235541C1.10262 0.00226164 0.721022 0.16022 0.439627 0.441482C0.158232 0.722745 9.38099e-05 1.10427 4.17235e-08 1.50213C-9.37265e-05 1.89999 0.157865 2.28159 0.439127 2.56298L9.70013 11.825C9.72341 11.8482 9.74188 11.8758 9.75448 11.9062C9.76709 11.9365 9.77357 11.9691 9.77357 12.002C9.77357 12.0349 9.76709 12.0674 9.75448 12.0978C9.74188 12.1282 9.72341 12.1558 9.70013 12.179L0.439127 21.442C0.29986 21.5813 0.189401 21.7467 0.114055 21.9287C0.0387096 22.1108 -4.63876e-05 22.3058 4.17235e-08 22.5028C9.38099e-05 22.9007 0.158232 23.2822 0.439627 23.5635C0.57896 23.7027 0.744358 23.8132 0.92638 23.8886C1.1084 23.9639 1.30348 24.0027 1.50048 24.0026C1.89834 24.0025 2.27987 23.8444 2.56113 23.563L11.8231 14.3C11.8463 14.2767 11.8739 14.2582 11.9043 14.2456C11.9347 14.233 11.9672 14.2265 12.0001 14.2265C12.033 14.2265 12.0656 14.233 12.0959 14.2456C12.1263 14.2582 12.1539 14.2767 12.1771 14.3L21.4391 23.563C21.7204 23.8444 22.1019 24.0025 22.4998 24.0026C22.8976 24.0027 23.2792 23.8447 23.5606 23.5635C23.842 23.2822 24.0002 22.9007 24.0003 22.5028C24.0003 22.105 23.8424 21.7234 23.5611 21.442L14.3001 12.179Z' fill='%23212E44'/%3E %3C/svg%3E ");
}
nav.navbar button#navcollapse.collapsed {
  box-shadow: none;
  background: transparent;
}
nav.navbar button#navcollapse.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='35' viewBox='0 0 34 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.636 33H2.892V28.788H2.928L4.356 31.464H5.808L7.236 28.812H7.272V33H9.528V24.48H7.212L5.1 28.716H5.076L2.94 24.48H0.636V33ZM10.6642 33H16.5802V30.972H12.8722V29.736H15.5722V27.792H12.8722V26.508H16.3282V24.48H10.6642V33ZM17.4468 33H19.6788V28.332H19.7028L22.6548 33H24.8988V24.48H22.6548V29.292L22.6308 29.304L19.6188 24.48H17.4468V33ZM29.5375 33.12C31.8775 33.12 33.1495 31.656 33.1495 29.424V24.48H30.8575V29.292C30.8575 30.384 30.2935 30.996 29.5375 30.996C28.6615 30.996 28.2655 30.192 28.2655 29.292V24.48H25.9615V29.424C25.9615 31.824 27.4015 33.12 29.5375 33.12Z' fill='%23212E44'/%3E %3Cpath d='M31.8747 3.33331H2.12467C1.34227 3.33331 0.708008 3.93027 0.708008 4.66665V5.99998C0.708008 6.73636 1.34227 7.33331 2.12467 7.33331H31.8747C32.6571 7.33331 33.2913 6.73636 33.2913 5.99998V4.66665C33.2913 3.93027 32.6571 3.33331 31.8747 3.33331Z' fill='%23212E44'/%3E %3Cpath d='M31.8747 14H2.12467C1.34227 14 0.708008 14.597 0.708008 15.3333V16.6667C0.708008 17.403 1.34227 18 2.12467 18H31.8747C32.6571 18 33.2913 17.403 33.2913 16.6667V15.3333C33.2913 14.597 32.6571 14 31.8747 14Z' fill='%23212E44'/%3E %3C/svg%3E");
}
nav.navbar button#navcollapse:focus, nav.navbar button#navcollapse:active {
  outline: none;
}
nav.navbar #mainNav li.nav-item {
  display: flex;
  align-items: center;
}
nav.navbar #mainNav li.nav-item a.button {
  margin-left: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  nav.navbar #mainNav li.nav-item a.button {
    font-size: 14px;
  }
}
nav.navbar #mainNav li.nav-item a.nav-link {
  font-weight: 600;
  font-size: 16px;
  color: #344563;
  padding-left: 0;
  padding-right: 40px;
  outline: none;
}
nav.navbar #mainNav li.nav-item a.nav-link.nav-cta-button {
  color: #fff;
}
nav.navbar #mainNav li.nav-item a.nav-link.login-link {
  padding-right: 16px;
}
@media (max-width: 1200px) {
  nav.navbar #mainNav li.nav-item a.nav-link {
    padding-right: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  nav.navbar #mainNav li.nav-item a.nav-link {
    font-size: 14px;
  }
}
nav.navbar #mainNav li.nav-item.show a.dropdown-toggle {
  color: #ff6726;
}
nav.navbar #mainNav li.nav-item .dropdown-menu {
  background: #fff;
  outline: none;
}
nav.navbar #mainNav li.nav-item .dropdown-toggle::after {
  border: none;
  content: " ";
  width: 12px;
  height: 7px;
  vertical-align: 2px;
  margin-left: 5px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23344563' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
nav.navbar #mainNav li.nav-item .dropdown-menu.show {
  display: flex;
  border-radius: 20px;
  border: none;
  box-shadow: 0px 19px 40px -10px #ffe0d2;
}
nav.navbar #mainNav li.nav-item .dropdown-menu.show div {
  flex: 1;
  padding: 20px;
}
nav.navbar #mainNav li.nav-item a.blog-post .blog-title {
  padding: 0;
  color: #344563;
  margin-bottom: 40px;
}
nav.navbar #mainNav li.nav-item a.dropdown-item {
  padding: 0;
  margin-bottom: 20px;
  width: auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #344563;
  outline: none;
}
nav.navbar #mainNav li.nav-item a.dropdown-item:hover {
  background: none;
}
nav.navbar #mainNav li.nav-item a.dropdown-item span {
  display: block;
}
nav.navbar #mainNav li.nav-item a.dropdown-item em {
  font-style: normal;
  font-weight: 400;
  display: block;
  color: #5d6a82;
  font-size: 14px;
  line-height: 25px;
}
nav.navbar #mainNav li.nav-item:last-of-type a.nav-link {
  padding-right: 0;
}
nav.navbar #mainNav .dropdown-menu .dropdown-highlight img {
  max-width: 300px;
}
@media (max-width: 991px) {
  nav.navbar {
    padding: 16px 0;
    height: auto;
  }
  nav.navbar.hide {
    top: 0;
    padding-top: 16px;
    height: auto;
  }
  nav.navbar #mainNav {
    padding-top: 32px;
    margin-left: -10px;
    margin-right: -10px;
    overflow-y: auto;
    max-height: 90vh;
  }
  nav.navbar #mainNav li.nav-item {
    display: block;
    text-align: center;
  }
  nav.navbar #mainNav li.nav-item a.nav-link {
    padding: 10px 0;
  }
  nav.navbar #mainNav li.nav-item a.button {
    margin: 0;
  }
  nav.navbar #mainNav li.nav-item .dropdown-menu {
    background: transparent;
  }
  nav.navbar #mainNav li.nav-item .dropdown-menu.show {
    box-shadow: none !important;
    border-radius: 0;
    display: block;
    margin: 0;
  }
  nav.navbar #mainNav li.nav-item .dropdown-menu.show div {
    padding: 0;
  }
  nav.navbar #mainNav li.nav-item .dropdown-menu.show a.dropdown-item {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
nav.navbar.fixed-top {
  background-color: #fff !important;
  padding-top: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

main {
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 1;
}
main#plain {
  padding-top: 118px;
}
@media (max-width: 991.98px) {
  main#plain {
    padding-top: 80px;
  }
}

footer#footer {
  -webkit-user-select: none;
          user-select: none;
  padding: 160px 0 0 0;
  margin: 0;
}
footer#footer .container {
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer#footer #partner-nav .navbar-brand,
footer#footer #footer-nav .navbar-brand {
  margin: -6px 0 0 0;
}
footer#footer #partner-nav a, footer#footer #partner-nav span,
footer#footer #footer-nav a,
footer#footer #footer-nav span {
  display: block;
  color: #5d6a82;
  font-size: 14px;
  line-height: 25px;
}
footer#footer #partner-nav strong,
footer#footer #footer-nav strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #344563;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  footer#footer #partner-nav,
  footer#footer #footer-nav {
    flex-direction: column;
    text-align: center;
  }
  footer#footer #partner-nav .navbar-brand,
  footer#footer #footer-nav .navbar-brand {
    margin-bottom: 40px;
  }
  footer#footer #partner-nav a,
  footer#footer #footer-nav a {
    margin: 16px 0;
  }
}
footer#footer #links-nav {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer#footer #links-nav {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 599px) {
  footer#footer #links-nav {
    align-items: flex-start;
  }
}
footer#footer #app-store-nav > a {
  margin-right: 15px;
}
@media (max-width: 991px) {
  footer#footer #app-store-nav {
    margin-bottom: 55px;
  }
  footer#footer #app-store-nav > a {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  footer#footer #app-store-nav > a:last-child {
    margin-bottom: 0;
  }
}
footer#footer #partner-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer#footer #partner-nav a, footer#footer #partner-nav span {
  margin-left: 24px;
  line-height: 24px;
}
footer#footer #partner-nav a:first-child, footer#footer #partner-nav span:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  footer#footer #partner-nav {
    flex-direction: column;
  }
  footer#footer #partner-nav a, footer#footer #partner-nav span {
    display: block;
    margin: 0 0 15px 0;
  }
  footer#footer #partner-nav a:last-child, footer#footer #partner-nav span:last-child {
    margin: 0;
  }
}
@media (max-width: 599px) {
  footer#footer #partner-nav {
    display: block;
  }
}
footer#footer #legal-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 120px;
  padding-top: 40px;
  flex-wrap: wrap;
}
footer#footer #legal-nav p {
  font-size: 16px;
  line-height: 23px;
  color: #344563;
}
footer#footer #legal-nav .legal-nav-left {
  flex-wrap: wrap;
  width: 90%;
  max-width: 90%;
  flex: 1;
}
footer#footer #legal-nav .policy-links {
  margin-bottom: 16px;
}
footer#footer #legal-nav .policy-links p {
  margin-bottom: 0;
}
footer#footer #legal-nav .policy-links a {
  margin-right: 16px;
  margin-left: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #344563;
  text-decoration: underline;
}
footer#footer #legal-nav .social-links a {
  margin-right: 8px;
  margin-left: 8px;
}
footer#footer #legal-nav .social-links a img {
  max-width: 24px;
}
footer#footer #legal-nav .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-width: 0;
  color: #344563;
  margin-top: 16px;
  left: 0;
}
footer#footer #legal-nav .dropdown-menu .dropdown-item {
  padding: 8px 32px;
  color: #344563;
}
footer#footer #legal-nav .dropdown-menu .dropdown-item:active, footer#footer #legal-nav .dropdown-menu .dropdown-item:focus {
  outline-color: #ff6726;
  background-color: #ff6726;
  color: #fff;
}
footer#footer #legal-nav #langDropdown {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 32px;
  border-radius: 32px;
  color: #344563;
}
@media (max-width: 991px) {
  footer#footer {
    padding: 40px 15px;
  }
  footer#footer .row,
  footer#footer .col-md-2,
  footer#footer .col-md-10 {
    padding: 0;
    margin: 0;
  }
  footer#footer .navbar-brand {
    display: block;
    text-align: center;
    margin: 0 auto 60px auto;
  }
  footer#footer #footer-nav {
    text-align: center;
  }
  footer#footer #footer-nav div {
    margin-bottom: 40px;
  }
  footer#footer #footer-nav div:last-child {
    margin-bottom: 0;
  }
  footer#footer #legal-nav {
    margin-bottom: 0;
    padding: 40px 0;
    text-align: center;
    flex-direction: column;
  }
  footer#footer #legal-nav .btn-group {
    width: 100%;
    text-align: center;
    margin: 24px 0 0 0;
  }
  footer#footer #legal-nav .btn-group .nav-item {
    margin: 0 auto;
    display: block;
  }
  footer#footer #legal-nav .btn-group #langDropdown {
    margin: 0 auto;
    display: block;
  }
  footer#footer #legal-nav .btn-group .dropdown-menu {
    margin-top: 2px;
    left: 0;
  }
  footer#footer #legal-nav .legal-nav-left {
    width: 100%;
    max-width: 100%;
  }
  footer#footer #legal-nav .policy-links {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
  footer#footer #legal-nav .policy-links p {
    margin-bottom: 10px;
  }
  footer#footer #legal-nav .social-links {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 599px) {
  footer#footer #partner-nav,
  footer#footer #footer-nav,
  footer#footer #legal-nav p,
  footer#footer #legal-nav .btn-group,
  footer#footer .navbar-brand {
    text-align: left;
  }
  footer#footer #legal-nav .policy-links p a {
    margin-left: 0;
  }
  footer#footer #legal-nav .btn-group .nav-item {
    margin: unset;
  }
  footer#footer #legal-nav .social-links {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  footer#footer #legal-nav .social-links a {
    margin-left: 0;
    margin-right: 32px;
  }
  footer#footer #legal-nav .social-links a img {
    margin-bottom: 16px;
  }
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: -16px;
  justify-content: center;
}
.filter-buttons a.button {
  margin-left: 16px;
  margin-top: 16px;
}

.has-tooltip {
  cursor: help;
}

.tooltip-inner {
  font-family: Averta;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  background: #344563;
  max-width: 500px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 8px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #344563;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #344563;
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1240px;
  }
}
@media (max-width: 992px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 94%;
  }
}
.sal-animate {
  transition-timing-function: cubic-bezier(0, 0, 0.03, 1);
}

.cookie-notice-visible {
  background-color: rgb(33, 46, 68);
  width: 100%;
  text-align: center;
  bottom: 0;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  display: none !important;
}
.cookie-notice-visible.show-cookie {
  display: none !important;
}
.cookie-notice-visible .container-cookie {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
}
.cookie-notice-visible .cn-notice-text {
  color: #fff;
  font-size: 13px;
}
@media (max-width: 1311px) {
  .cookie-notice-visible .cn-notice-text {
    margin: 0 0 6px;
    display: block;
    text-align: center;
  }
}
.cookie-notice-visible .cn-notice-text a {
  color: #ff6726;
  text-decoration: underline;
}
@media (max-width: 1311px) {
  .cookie-notice-visible .cn-buttons-container {
    display: block;
    text-align: center;
  }
}
.cookie-notice-visible .cn-buttons-container a {
  color: #fff;
  background: #ff6726;
  outline: none;
  border: none;
  display: inline-block;
  white-space: nowrap;
  flex-basis: auto;
  width: auto;
  padding: 16px 24px;
  border-radius: 2em;
  font-weight: 800;
  font-size: 17px;
  text-align: center;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  text-decoration: none;
  margin: 0 0 0 10px;
  display: inline-block;
  transition: all ease 0.3s;
}
.cookie-notice-visible .cn-buttons-container a:hover {
  opacity: 0.8;
}
.cookie-notice-visible .close-modal-cookies {
  position: absolute;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  padding: 10px;
  outline: none;
  cursor: pointer;
}
.cookie-notice-visible .close-modal-cookies::after {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: rgb(128, 128, 128);
  transform: rotate(-45deg);
}
.cookie-notice-visible .close-modal-cookies::before {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: rgb(128, 128, 128);
  transform: rotate(45deg);
}

.sticky-screenshot {
  position: fixed !important;
  top: 215px;
}

.styles-slick-slider .slick-list {
  padding-bottom: 50px;
}
.styles-slick-slider .slick-list,
.styles-slick-slider .slick-track {
  display: flex !important;
}
.styles-slick-slider .slick-slide,
.styles-slick-slider .slick-slide > div,
.styles-slick-slider .slick-slide > div > div {
  height: 100% !important;
}
.styles-slick-slider .slick-slide {
  margin: 0 10px;
}
.styles-slick-slider .slick-dots {
  bottom: 0;
}
.styles-slick-slider .slick-dots li {
  width: 12px;
  text-align: center;
}
.styles-slick-slider .slick-dots li button {
  background: #C4C4C4;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  font-size: 0;
  margin: 0 auto;
  padding: 0;
}
.styles-slick-slider .slick-dots li button:before {
  content: none;
}
.styles-slick-slider .slick-dots li.slick-active button {
  background: #FF6726;
}
.styles-slick-slider .slick-arrow {
  height: 40px;
  width: 40px;
  color: #ff6726;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 40px;
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0px;
  cursor: pointer;
  top: 50%;
  z-index: 41;
  transform: translate(0%, -50px);
  filter: drop-shadow(0px 7px 50px rgba(0, 0, 0, 0.08));
}
.styles-slick-slider .slick-arrow.arrow-left {
  left: -9px;
}
.styles-slick-slider .slick-arrow.arrow-left::after {
  display: inline-block;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.57129 13.7854L1.857 8.07111L7.57129 2.35683' stroke='%23FF6726' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 10px;
  height: 16px;
  top: 0px;
  position: relative;
}
.styles-slick-slider .slick-arrow.arrow-left:hover {
  background-color: #ff6726;
}
.styles-slick-slider .slick-arrow.arrow-left:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.57129 13.7854L1.857 8.07111L7.57129 2.35683' stroke='%23FFFFFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.styles-slick-slider .slick-arrow.arrow-right {
  right: -9px;
}
.styles-slick-slider .slick-arrow.arrow-right::after {
  display: inline-block;
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.42871 1.49976L8.143 7.21404L2.42871 12.9283' stroke='%23FF6726' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 10px;
  height: 16px;
  top: 0px;
  position: relative;
}
.styles-slick-slider .slick-arrow.arrow-right:hover {
  background-color: #ff6726;
}
.styles-slick-slider .slick-arrow.arrow-right:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.42871 1.49976L8.143 7.21404L2.42871 12.9283' stroke='%23FFFFFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (min-width: 769px) {
  main.hasSticky {
    overflow: initial;
  }
}

.fr-home main {
  overflow: hidden !important;
}

/* Top Nav */
.top-nav nav.navbar {
  padding: 0;
  height: auto;
  display: initial;
  justify-content: initial;
  flex-flow: initial;
}
.top-nav nav.navbar > .container {
  padding: 15px 0 17px 0;
}
.top-nav nav.navbar .navbar-collapse {
  background: transparent;
}
.top-nav.white .navbar-collapse {
  background: transparent;
}
.top-nav.roi nav.navbar {
  background-color: #FFF9F9;
}
.top-nav.inbox nav.navbar {
  background-color: #fffaf6;
}
.top-nav.publishing nav.navbar {
  background-color: #f7f8ff;
}
.top-nav.power-reports nav.navbar {
  background-color: #f6f5ff;
}

/* hv2 */
.hv2 .hv2-main.overlay-active,
.hv2 .hv2-footer.overlay-active {
  position: relative;
}
.hv2 .hv2-main.overlay-active::before,
.hv2 .hv2-footer.overlay-active::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.2s ease-in-out;
}
.hv2 .hv2-main.overlay::before,
.hv2 .hv2-footer.overlay::before {
  background-color: rgba(33, 46, 68, 0.25);
}
.hv2 .hv2-main.overlay-index::before,
.hv2 .hv2-footer.overlay-index::before {
  z-index: 20;
}
@media (max-width: 991px) {
  .hv2 .container {
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 599px) {
  .hv2 .container {
    max-width: 100%;
    padding: 0 25px;
  }
}

/* Navbar v2 */
nav.navbar.hv2-top-nav {
  height: auto;
  padding: 0;
  border-bottom: none;
  display: initial;
  flex-flow: initial;
  justify-content: initial;
}
nav.navbar.hv2-top-nav .navbar-menu {
  width: 100%;
  height: 80px;
  padding: 15px 0 17px 0;
  background-color: #FFFFFF;
}
nav.navbar.hv2-top-nav .navbar-menu .container {
  padding: 0 15px;
}
nav.navbar.hv2-top-nav.scrolled {
  border-bottom: 1px solid #F0F2F3;
}
nav.navbar.hv2-top-nav .navbar-brand {
  margin-top: 0;
  margin-right: 48px;
}
nav.navbar.hv2-top-nav .navbar-brand .brand {
  max-width: 140px;
}
nav.navbar.hv2-top-nav .navbar-nav .nav-item {
  margin-bottom: 0;
  padding-right: 24px;
}
nav.navbar.hv2-top-nav .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
nav.navbar.hv2-top-nav .navbar-nav .nav-item .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
nav.navbar.hv2-top-nav .navbar-nav .nav-item .nav-link::after {
  transition: transform 0.2s ease-in-out;
}
nav.navbar.hv2-top-nav .navbar-nav .nav-item .nav-link[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 6L11 1' stroke='%23FF6726' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") !important;
  transform: rotate(180deg);
}
nav.navbar.hv2-top-nav .navbar-nav .navbar-buttons .nav-item:first-child {
  padding-left: 24px;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu {
  padding: 0 !important;
  border-radius: 6px !important;
  background: #FFFFFF !important;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.show .dropdown-item {
  padding: 11px 28px 11px 20px !important;
  margin: 0 !important;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.show .dropdown-item:hover, nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.show .dropdown-item:active {
  background-color: #F5F5F7 !important;
  transition: background-color 0.2s ease;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.show div {
  padding: 0 !important;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row {
  display: flex;
  align-items: center;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 {
  flex: 0 0 48px !important;
  margin-right: 16px;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 img {
  max-width: 100%;
  height: 48px;
  object-fit: contain;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 {
  flex: 1 !important;
  max-width: 100%;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 span {
  font-size: 20px !important;
  line-height: 23px !important;
  letter-spacing: -0.2px;
  white-space: normal;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 em {
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: -0.2px;
  white-space: normal;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.product-dropdown {
  width: 408px;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown.show .dropdown-item {
  min-height: 60px;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown .dropdown-item-row .dropdown-item-col1 {
  flex: 0 0 32px !important;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown .dropdown-item-row .dropdown-item-col1 img {
  height: 32px;
}
nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown, nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.resources-dropdown {
  width: 393px;
}
nav.navbar.hv2-top-nav .navbar-mobile-shortcuts #scroll-en-nav-Demo, nav.navbar.hv2-top-nav .navbar-mobile-shortcuts #scroll-fr-nav-Demo, nav.navbar.hv2-top-nav .navbar-mobile-shortcuts #scroll-de-nav-Demo {
  display: none;
}
@media (max-width: 1400px) and (min-width: 992px) {
  nav.navbar.hv2-top-nav .navbar-brand {
    margin-right: 30px;
  }
  nav.navbar.hv2-top-nav .navbar-nav .nav-item {
    padding-right: 15px;
  }
  nav.navbar.hv2-top-nav .navbar-nav .nav-item a {
    font-size: 14px !important;
  }
  nav.navbar.hv2-top-nav .navbar-nav.navbar-buttons .nav-item:first-child {
    padding-left: 15px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  nav.navbar.hv2-top-nav #mainNav li.nav-item .dropdown-toggle::after {
    width: 10px;
    height: 5px;
  }
}
@media (max-width: 1200px) {
  nav.navbar.hv2-top-nav .navbar-nav .nav-item {
    padding-right: 8px;
  }
  nav.navbar.hv2-top-nav .hv2-button {
    padding: 14px 10px;
  }
  nav.navbar.hv2-top-nav .hv2-button .arrow {
    margin-left: 6px;
  }
}
@media (max-width: 1024px) {
  nav.navbar.hv2-top-nav .navbar-brand {
    margin-right: 15px;
  }
}
@media (max-width: 991.98px) {
  nav.navbar.hv2-top-nav {
    height: 64px;
    display: flex;
    align-items: center;
    border: 0;
  }
  nav.navbar.hv2-top-nav .navbar-menu {
    padding: 25px 0px;
  }
  nav.navbar.hv2-top-nav .navbar-menu .container {
    padding: 0 60px !important;
    overflow: hidden;
  }
  nav.navbar.hv2-top-nav .navbar-brand,
  nav.navbar.hv2-top-nav .navbar-toggler {
    margin-bottom: 0 !important;
  }
  nav.navbar.hv2-top-nav .navbar-collapse {
    background: #FFFFFF;
  }
  nav.navbar.hv2-top-nav .navbar-collapse > .navbar-nav:first-child {
    margin-top: 20px;
  }
  nav.navbar.hv2-top-nav .navbar-nav .nav-item {
    text-align: left !important;
    padding-right: 0 !important;
  }
  nav.navbar.hv2-top-nav .navbar-nav .nav-item .nav-link {
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 16px 0 !important;
  }
  nav.navbar.hv2-top-nav .navbar-nav .nav-item .dropdown-toggle::after {
    position: absolute;
    top: 17px;
    right: 0;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu {
    width: 100% !important;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner {
    display: flex;
    flex-wrap: wrap;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.show .dropdown-item {
    width: 50% !important;
    text-align: left !important;
    padding: 8px 8px !important;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.show .dropdown-item:last-child {
    padding: 8px 8px !important;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 span {
    font-size: 16px !important;
    line-height: 23px !important;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 em {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  nav.navbar.hv2-top-nav .navbar-nav.navbar-buttons {
    flex-wrap: wrap;
    flex-direction: initial;
    margin-bottom: 31px;
  }
  nav.navbar.hv2-top-nav .navbar-nav.navbar-buttons .nav-item {
    width: calc(50% - 8px);
  }
  nav.navbar.hv2-top-nav .navbar-nav.navbar-buttons .nav-item:first-child {
    width: 100%;
  }
  nav.navbar.hv2-top-nav .navbar-nav.navbar-buttons .nav-item:last-child {
    margin-left: 16px;
  }
  nav.navbar.hv2-top-nav .navbar-nav.navbar-buttons .nav-item .hv2-button {
    width: 100%;
    margin: 10px 0;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner .i-inbox {
    order: 0;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner .icon-metrics-2 {
    order: 1;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner .i-conversation {
    order: 2;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner .icon-writing-assistant {
    order: 3;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner .i-watch {
    order: 4;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner .icon-puzzle-1 {
    order: 5;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner .i-graph {
    order: 6;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner .icon-bag {
    order: 7;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner.en .icon-writing-assistant {
    order: 1;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner.en .i-conversation {
    order: 2;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner.en .icon-advocacy {
    order: 3;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner.en .i-watch {
    order: 4;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner.en .icon-puzzle-1 {
    order: 5;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner.en .i-graph {
    order: 6;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner.en .icon-bag {
    order: 7;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner.en .icon-metrics-2 {
    order: 8;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner.en .icon-retail {
    order: 9;
  }
  nav.navbar.hv2-top-nav .navbar-nav .product-dropdown .dropdown-menu-inner.en .icon-b2b {
    order: 10;
  }
  nav.navbar.hv2-top-nav .navbar-nav .platforms-dropdown .dropdown-menu-inner .i-facebook {
    order: 0;
  }
  nav.navbar.hv2-top-nav .navbar-nav .platforms-dropdown .dropdown-menu-inner .i-pinterest {
    order: 8;
  }
  nav.navbar.hv2-top-nav .navbar-nav .platforms-dropdown .dropdown-menu-inner .i-instagram {
    order: 4;
  }
  nav.navbar.hv2-top-nav .navbar-nav .platforms-dropdown .dropdown-menu-inner .i-linkedin {
    order: 1;
  }
  nav.navbar.hv2-top-nav .navbar-nav .platforms-dropdown .dropdown-menu-inner .i-twitter {
    order: 6;
  }
  nav.navbar.hv2-top-nav .navbar-nav .platforms-dropdown .dropdown-menu-inner .i-youtube {
    order: 3;
  }
  nav.navbar.hv2-top-nav .navbar-nav .platforms-dropdown .dropdown-menu-inner .i-tiktok {
    order: 2;
  }
  nav.navbar.hv2-top-nav .navbar-nav .platforms-dropdown .dropdown-menu-inner .i-google-business, nav.navbar.hv2-top-nav .navbar-nav .platforms-dropdown .dropdown-menu-inner .i-threads {
    order: 5;
  }
  nav.navbar.hv2-top-nav .navbar-nav .platforms-dropdown .dropdown-menu-inner .i-google-analytics {
    order: 7;
  }
  nav.navbar.hv2-top-nav .navbar-nav .resources-dropdown .dropdown-menu-inner .i-blog {
    order: 0;
  }
  nav.navbar.hv2-top-nav .navbar-nav .resources-dropdown .dropdown-menu-inner .i-trust-center {
    order: 2;
  }
  nav.navbar.hv2-top-nav .navbar-nav .resources-dropdown .dropdown-menu-inner .i-tools {
    order: 4;
  }
  nav.navbar.hv2-top-nav .navbar-nav .resources-dropdown .dropdown-menu-inner .i-resources {
    order: 6;
  }
  nav.navbar.hv2-top-nav .navbar-nav .resources-dropdown .dropdown-menu-inner .i-events {
    order: 1;
  }
  nav.navbar.hv2-top-nav .navbar-nav .resources-dropdown .dropdown-menu-inner .i-podcast {
    order: 3;
  }
  nav.navbar.hv2-top-nav .navbar-nav .resources-dropdown .dropdown-menu-inner .i-metrics {
    order: 5;
  }
  nav.navbar.hv2-top-nav .navbar-nav .resources-dropdown .dropdown-menu-inner .i-community {
    order: 7;
  }
  nav.navbar.hv2-top-nav .navbar-brand .brand {
    max-width: 140px;
  }
  nav.navbar.hv2-top-nav .navbar-brand,
  nav.navbar.hv2-top-nav .navbar-toggler {
    margin-bottom: 10px;
  }
  nav.navbar.hv2-top-nav .navbar-collapse {
    margin: 0 -62px !important;
    padding: 0 62px !important;
    overflow: hidden;
    width: 100%;
  }
  nav.navbar.hv2-top-nav .navbar-toggler {
    box-shadow: none !important;
    padding: 4px 0 !important;
  }
  nav.navbar.hv2-top-nav .navbar-toggler .navbar-toggler-icon {
    width: 16px;
    height: 17px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.17384 8.40133L15.2488 1.75743C15.3854 1.58309 15.4567 1.35882 15.4486 1.12945C15.4405 0.900079 15.3536 0.682499 15.2051 0.520189C15.0567 0.357879 14.8578 0.262793 14.648 0.253933C14.4383 0.245074 14.2333 0.323093 14.0738 0.4724L7.99884 7.11629L1.92384 0.463286C1.76442 0.313979 1.55936 0.235961 1.34963 0.24482C1.1399 0.25368 0.940948 0.348765 0.792536 0.511075C0.644124 0.673385 0.55718 0.890965 0.549079 1.12034C0.540978 1.34971 0.612317 1.57397 0.748839 1.74832L6.82384 8.40133L0.740505 15.0452C0.653271 15.1269 0.58242 15.2275 0.532401 15.3405C0.482381 15.4536 0.454273 15.5768 0.44984 15.7023C0.445407 15.8278 0.464745 15.9529 0.506641 16.0699C0.548536 16.1869 0.612085 16.2931 0.693297 16.3819C0.774509 16.4707 0.871632 16.5402 0.978569 16.586C1.08551 16.6318 1.19995 16.653 1.31472 16.6481C1.42948 16.6433 1.54209 16.6126 1.64548 16.5578C1.74887 16.5031 1.8408 16.4257 1.91551 16.3303L7.99884 9.68636L14.0738 16.3303C14.2333 16.4796 14.4383 16.5576 14.648 16.5487C14.8578 16.5399 15.0567 16.4448 15.2051 16.2825C15.3536 16.1202 15.4405 15.9026 15.4486 15.6732C15.4567 15.4438 15.3854 15.2196 15.2488 15.0452L9.17384 8.40133Z' fill='%23212E44'/%3e%3c/svg%3e ") !important;
  }
  nav.navbar.hv2-top-nav .navbar-toggler.collapsed .navbar-toggler-icon {
    width: 15px;
    height: 8px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='15' height='2.06897' rx='1.03448' fill='%23212E44'/%3e%3crect y='5.6875' width='15' height='2.06897' rx='1.03448' fill='%23212E44'/%3e%3c/svg%3e ") !important;
  }
}
@media (max-width: 599px) {
  nav.navbar.hv2-top-nav .navbar-menu .container {
    padding: 0 25px !important;
  }
  nav.navbar.hv2-top-nav .navbar-brand .brand {
    max-width: 110px;
  }
  nav.navbar.hv2-top-nav .navbar-collapse {
    margin: 0 -25px !important;
    padding: 0 25px !important;
  }
  nav.navbar.hv2-top-nav .navbar-nav .nav-item .nav-link::after {
    position: relative;
    top: initial;
    right: initial;
    margin-left: 16px !important;
  }
  nav.navbar.hv2-top-nav .navbar-nav .nav-item .nav-link[aria-expanded=true]::after {
    transform: rotate(-90deg);
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.show .dropdown-item {
    width: 100% !important;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.product-dropdown .dropdown-menu-inner .i-inbox {
    order: 0;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.product-dropdown .dropdown-menu-inner .i-conversation {
    order: 1;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.product-dropdown .dropdown-menu-inner .i-watch {
    order: 2;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.product-dropdown .dropdown-menu-inner .i-graph {
    order: 3;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.product-dropdown .dropdown-menu-inner .icon-metrics-2 {
    order: 4;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.product-dropdown .dropdown-menu-inner .icon-writing-assistant {
    order: 5;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.product-dropdown .dropdown-menu-inner .icon-puzzle-1 {
    order: 6;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.product-dropdown .dropdown-menu-inner.en .icon-advocacy {
    order: 5;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown .dropdown-menu-inner .i-facebook {
    order: 0;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown .dropdown-menu-inner .i-instagram {
    order: 2;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown .dropdown-menu-inner .i-linkedin {
    order: 4;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown .dropdown-menu-inner .i-twitter {
    order: 3;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown .dropdown-menu-inner .i-youtube {
    order: 5;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown .dropdown-menu-inner .i-tiktok {
    order: 1;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown .dropdown-menu-inner .i-google-business, nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown .dropdown-menu-inner i.threads {
    order: 6;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown .dropdown-menu-inner .i-google-analytics {
    order: 7;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.platforms-dropdown .dropdown-menu-inner .i-pinterest {
    order: 4;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.resources-dropdown .dropdown-menu-inner .i-blog {
    order: 0;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.resources-dropdown .dropdown-menu-inner .i-trust-center {
    order: 1;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.resources-dropdown .dropdown-menu-inner .i-tools {
    order: 2;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.resources-dropdown .dropdown-menu-inner .i-resources {
    order: 3;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.resources-dropdown .dropdown-menu-inner .i-events {
    order: 4;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.resources-dropdown .dropdown-menu-inner .i-podcast {
    order: 5;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.resources-dropdown .dropdown-menu-inner .i-metrics {
    order: 6;
  }
  nav.navbar.hv2-top-nav .navbar-nav .dropdown-menu.resources-dropdown .dropdown-menu-inner .i-community {
    order: 7;
  }
  nav.navbar.hv2-top-nav .navbar-nav.navbar-buttons {
    margin-bottom: 22px;
  }
  nav.navbar.hv2-top-nav .navbar-nav.navbar-buttons .nav-item {
    width: 100%;
  }
  nav.navbar.hv2-top-nav .navbar-nav.navbar-buttons .nav-item:last-child {
    margin-left: 0;
  }
}

.top-banner-cookie {
  width: 100%;
  background-color: #7A66F0;
  padding: 8px 15px;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}
.top-banner-cookie.show-cookie {
  opacity: 1;
  display: block;
}
.top-banner-cookie .top-banner-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.top-banner-cookie .top-banner-message {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  flex: 1;
  color: #FFFFFF;
  margin-right: 20px;
}
.top-banner-cookie .top-banner-button-wrapper .top-banner-button {
  position: relative;
  display: inline-block;
  padding: 7px 23px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: #FFFFFF;
  color: #7A66F0;
  transition: all 0.2s ease;
}
.top-banner-cookie .close-modal {
  position: absolute;
  top: 0;
  top: 11px;
  right: 14px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #FFFFFF;
  z-index: 1001;
}
.top-banner-cookie .close-modal::before {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
}
.top-banner-cookie .close-modal::after {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #FFFFFF;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .top-banner-cookie {
    display: none;
  }
  .top-banner-cookie.show-cookie {
    display: none;
    opacity: 0;
  }
}

.hv2 .hv2-footer {
  padding: 80px 0 0 !important;
}
.hv2 .hv2-footer > .container {
  padding-top: 0 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  border: 0 !important;
}
.hv2 .hv2-footer #footer-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 63px;
}
.hv2 .hv2-footer #footer-nav .footer-list-title {
  margin-bottom: 20px !important;
}
.hv2 .hv2-footer #footer-nav a:hover {
  text-decoration: underline;
}
.hv2 .hv2-footer #legal-nav #langDropdown {
  padding: 7px 22px 6px 21px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.hv2 .hv2-footer #legal-nav #langDropdown::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L5 5.48431C5 5.48431 7.47619 2.70831 9 1' stroke='%23344563' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 10px;
  height: 7px;
  vertical-align: middle;
  margin-left: 16px;
  border: 0;
}
.hv2 .hv2-footer #legal-nav .dropdown-menu {
  border-radius: 4px !important;
}
.hv2 .hv2-footer #app-store-nav img {
  width: auto;
  height: 55px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .hv2 main {
    overflow: initial;
  }
}
@media (max-width: 991px) {
  .hv2 .hv2-footer {
    padding: 52px 0 0 !important;
  }
  .hv2 .hv2-footer > .container {
    padding: 50px 60px !important;
  }
  .hv2 .hv2-footer #links-nav #app-store-nav img {
    width: 90px;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .hv2 .hv2-footer {
    padding: 74px 0 0 !important;
  }
  .hv2 .hv2-footer > .container {
    padding: 0 60px 50px !important;
  }
  .hv2 .hv2-footer #footer-nav {
    padding-top: 50px;
  }
  .hv2 .hv2-footer #footer-nav .navbar-brand {
    margin-bottom: 50px !important;
  }
  .hv2 .hv2-footer #footer-nav > div {
    margin-bottom: 20px !important;
  }
  .hv2 .hv2-footer #footer-nav > div a {
    margin: 0 !important;
  }
}
@media (max-width: 599px) {
  .hv2 .hv2-footer .navbar-brand .brand {
    max-width: 110px;
  }
  .hv2 .hv2-footer > .container {
    padding: 0 25px 100px !important;
    border-top: 0 !important;
  }
  .hv2 .hv2-footer #footer-nav {
    border: 0;
    padding-top: 0;
  }
}

@media (max-width: 1399px) {
  nav.navbar:not(.hv2-top-nav) #mainNav li.nav-item a.nav-link {
    padding-right: 15px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  nav.navbar:not(.hv2-top-nav) .navbar-brand {
    margin-right: 10px;
  }
  nav.navbar:not(.hv2-top-nav) a.button {
    padding: 16px 12px;
  }
  nav.navbar:not(.hv2-top-nav) a.nav-contact-button {
    margin-left: 0 !important;
  }
  nav.navbar:not(.hv2-top-nav) #mainNav li.nav-item a.nav-link {
    padding-right: 12px;
  }
  nav.navbar:not(.hv2-top-nav) #mainNav li.nav-item a.button {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  nav.navbar:not(.hv2-top-nav) #mainNav li.nav-item a.dropdown-item em {
    max-width: 80%;
    margin: 0 auto;
    word-wrap: break-word;
    white-space: normal;
  }
}

@media (min-width: 992px) {
  body.maxw-1314 main section:not(.block-hero) > .container {
    max-width: 1314px !important;
  }
}

@media (min-width: 992px) {
  nav#myNavbar.navbar.hv2-top-nav .navbar-menu .container {
    max-width: 1380px;
  }
}
@media (max-width: 991.98px) {
  nav#myNavbar.navbar.hv2-top-nav .navbar-menu .container {
    padding: 0 !important;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  nav#myNavbar.navbar.hv2-top-nav .navbar-menu .container {
    padding: 0 !important;
  }
}
nav#myNavbar.navbar.hv2-top-nav .navbar-menu .navbar-brand {
  margin-right: 24px;
}
nav#myNavbar.navbar.hv2-top-nav .navbar-menu .navbar-nav li.nav-item a.nav-link {
  letter-spacing: -0.2px;
}
nav#myNavbar.navbar.hv2-top-nav .navbar-menu .navbar-nav.navbar-buttons li.nav-item:first-child {
  padding-right: 41px;
}
nav#myNavbar.navbar.hv2-top-nav .navbar-menu .navbar-nav.navbar-buttons li.nav-item:second-child {
  padding-right: 16px;
}
nav#myNavbar.navbar.hv2-top-nav .navbar-collapse {
  background-color: #ffffff !important;
}
@media (max-width: 991.98px) {
  nav#myNavbar.navbar.hv2-top-nav .navbar-menu .navbar-brand {
    padding-left: 45px;
    margin-right: 24px;
  }
  nav#myNavbar.navbar.hv2-top-nav .navbar-menu button#navcollapse {
    padding-right: 45px !important;
  }
}
@media (max-width: 767.98px) {
  nav#myNavbar.navbar.hv2-top-nav .navbar-menu .navbar-brand {
    padding-left: 24px;
  }
  nav#myNavbar.navbar.hv2-top-nav .navbar-menu button#navcollapse {
    padding-right: 24px !important;
  }
  nav#myNavbar.navbar.hv2-top-nav .navbar-nav {
    padding-left: 24px;
    padding-right: 24px;
  }
  nav#myNavbar.navbar.hv2-top-nav .navbar-nav.navbar-buttons {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav.clicked {
  border-bottom: 1px solid #F0F2F3;
}
@media (min-width: 992px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-menu .container {
    max-width: 1380px;
  }
}
@media (max-width: 991.98px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-menu .container {
    padding: 0 !important;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-menu .container {
    padding: 0 !important;
  }
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-menu .navbar-brand {
  margin-right: 24px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-menu .navbar-nav li.nav-item a.nav-link {
  letter-spacing: -0.2px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-menu .navbar-nav.navbar-buttons li.nav-item:first-child {
  padding-right: 41px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-menu .navbar-nav.navbar-buttons li.nav-item:second-child {
  padding-right: 16px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-collapse {
  background-color: #ffffff !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*box-shadow: 0px 10px 40px 0px rgba(33, 46, 68, 0.03);*/
  border-bottom: 1px solid #F5F5F7 !important;
  background: #FFF !important;
  box-shadow: 0px 10px 200px 0px rgba(33, 46, 68, 0.2) !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row {
  display: flex;
  flex-direction: row;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core {
  width: 74%;
  background: white;
  padding: 46px 8px 36px 44px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core {
  width: calc(26% + 1px);
  padding-right: 44px !important;
  background: #FFEFE9;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core-advanced {
  width: 100%;
  padding: 46px 24px 36px 24px !important;
  background: #FFEFE9;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core-advanced .menu-items-links {
  column-count: 1;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core-promo {
  padding: 46px 0 36px 20px !important;
  background: #F9F9FA;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core-promo-img {
  text-align: center;
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core-promo-text-title {
  color: #212E44;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: -0.2px;
  margin-bottom: 4px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core-promo-text-description {
  color: #212E44;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.2px;
  margin-bottom: 11px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core-promo-text-link a {
  color: #7A66F0;
  font-size: 14.429px;
  font-style: normal;
  font-weight: 800;
  line-height: 21.643px;
  letter-spacing: -0.289px;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  grid-gap: 4px;
  gap: 4px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core-promo-text-link a:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E %3Cpath d='M1.40557 8.10744C1.40557 8.34661 1.50057 8.57598 1.66969 8.7451C1.83881 8.91422 2.06819 9.00923 2.30736 9.00923L11.2531 9.00923L9.78621 11.3779C9.62692 11.5489 9.5402 11.775 9.54432 12.0086C9.54844 12.2422 9.64308 12.4651 9.80831 12.6304C9.97353 12.7956 10.1964 12.8902 10.4301 12.8944C10.6637 12.8985 10.8898 12.8118 11.0607 12.6525L14.0667 8.7447C14.2356 8.57562 14.3304 8.34641 14.3304 8.10744C14.3304 7.86846 14.2356 7.63926 14.0667 7.47017L11.0607 3.56241C10.9782 3.47381 10.8786 3.40275 10.768 3.35346C10.6574 3.30417 10.538 3.27767 10.4169 3.27553C10.2958 3.27339 10.1755 3.29567 10.0632 3.34102C9.95095 3.38638 9.84895 3.45389 9.76332 3.53952C9.67769 3.62515 9.61018 3.72715 9.56482 3.83944C9.51947 3.95173 9.49719 4.07201 9.49933 4.19309C9.50147 4.31417 9.52797 4.43359 9.57726 4.54421C9.62655 4.65483 9.69761 4.75438 9.78621 4.83694L11.2531 7.20565L2.30736 7.20565C1.80957 7.20565 1.40557 7.60965 1.40557 8.10744Z' fill='%237A66F0'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core-promo-text-link a:hover:after, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core-promo-text-link a:focus:after {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E %3Cpath d='M1.40557 8.10744C1.40557 8.34661 1.50057 8.57598 1.66969 8.7451C1.83881 8.91422 2.06819 9.00923 2.30736 9.00923L11.2531 9.00923L9.78621 11.3779C9.62692 11.5489 9.5402 11.775 9.54432 12.0086C9.54844 12.2422 9.64308 12.4651 9.80831 12.6304C9.97353 12.7956 10.1964 12.8902 10.4301 12.8944C10.6637 12.8985 10.8898 12.8118 11.0607 12.6525L14.0667 8.7447C14.2356 8.57562 14.3304 8.34641 14.3304 8.10744C14.3304 7.86846 14.2356 7.63926 14.0667 7.47017L11.0607 3.56241C10.9782 3.47381 10.8786 3.40275 10.768 3.35346C10.6574 3.30417 10.538 3.27767 10.4169 3.27553C10.2958 3.27339 10.1755 3.29567 10.0632 3.34102C9.95095 3.38638 9.84895 3.45389 9.76332 3.53952C9.67769 3.62515 9.61018 3.72715 9.56482 3.83944C9.51947 3.95173 9.49719 4.07201 9.49933 4.19309C9.50147 4.31417 9.52797 4.43359 9.57726 4.54421C9.62655 4.65483 9.69761 4.75438 9.78621 4.83694L11.2531 7.20565L2.30736 7.20565C1.80957 7.20565 1.40557 7.60965 1.40557 8.10744Z' fill='%237A66F0'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row {
  width: calc(100% - 33px);
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 {
  flex: 0 0 16px !important;
  margin-right: 11px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 img {
  height: 16px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 img.hover {
  display: none;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu {
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-inbox {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.9173 7.24949L13.8707 3.58282C13.7585 3.38015 13.5944 3.211 13.3952 3.09277C13.196 2.97455 12.969 2.91152 12.7373 2.91016H3.26667C3.03529 2.91118 2.80836 2.97379 2.60918 3.09153C2.41001 3.20928 2.24577 3.37793 2.13333 3.58016L0.0866667 7.24949C0.0381194 7.35148 0.00874197 7.46154 0 7.57416L0 11.5742C0 11.8394 0.105357 12.0937 0.292893 12.2813C0.48043 12.4688 0.734784 12.5742 1 12.5742H15C15.2652 12.5742 15.5196 12.4688 15.7071 12.2813C15.8946 12.0937 16 11.8394 16 11.5742V7.57416C15.9953 7.46136 15.9672 7.35079 15.9173 7.24949ZM3.22 4.32682C3.23426 4.30075 3.25528 4.279 3.28086 4.26387C3.30643 4.24873 3.33562 4.24077 3.36533 4.24082L12.6087 4.23016C12.6383 4.23004 12.6675 4.2379 12.693 4.25291C12.7186 4.26793 12.7397 4.28954 12.754 4.31549L14.248 6.99282C14.2622 7.01818 14.2695 7.0468 14.2692 7.07585C14.2689 7.10489 14.261 7.13336 14.2463 7.15842C14.2316 7.18349 14.2107 7.20427 14.1855 7.21873C14.1603 7.23318 14.1317 7.2408 14.1027 7.24082H11.6667C11.5353 7.24043 11.4051 7.2661 11.2837 7.31634C11.1623 7.36657 11.052 7.44038 10.9593 7.53349C10.7724 7.72153 10.6673 7.97571 10.6667 8.24082C10.6667 8.50604 10.5613 8.76039 10.3738 8.94793C10.1862 9.13547 9.93188 9.24082 9.66667 9.24082H6.33333C6.06812 9.24082 5.81376 9.13547 5.62623 8.94793C5.43869 8.76039 5.33333 8.50604 5.33333 8.24082C5.33333 7.97561 5.22798 7.72125 5.04044 7.53372C4.8529 7.34618 4.59855 7.24082 4.33333 7.24082H1.896C1.86707 7.24066 1.83867 7.23299 1.81358 7.21857C1.7885 7.20415 1.76758 7.18347 1.75287 7.15855C1.73816 7.13364 1.73016 7.10533 1.72966 7.0764C1.72916 7.04747 1.73617 7.0189 1.75 6.99349L3.22 4.32682Z' fill='%23AEB5C1'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-publishing {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_8620_24109)'%3E %3Cpath d='M16.1928 0.163875C16.0897 0.0788012 15.9644 0.0250478 15.8317 0.00897924C15.699 -0.0070893 15.5645 0.0152 15.4441 0.073208L1.40278 7.40121C1.19662 7.50862 1.02246 7.66854 0.897905 7.86481C0.773348 8.06109 0.702804 8.28676 0.693403 8.51904C0.684001 8.75131 0.736074 8.98195 0.84436 9.18765C0.952647 9.39335 1.11331 9.56682 1.31011 9.69054L5.26945 12.1812V14.9285C5.26953 15.1251 5.32787 15.3172 5.43709 15.4806C5.54632 15.644 5.70153 15.7713 5.88311 15.8465C6.06469 15.9217 6.26449 15.9414 6.45726 15.9031C6.65002 15.8647 6.8271 15.7701 6.96611 15.6312L8.42811 14.1685L11.0161 15.7965C11.1938 15.9082 11.3954 15.9759 11.6045 15.9942C11.8135 16.0124 12.0239 15.9807 12.2182 15.9015C12.4125 15.8224 12.5852 15.6981 12.722 15.539C12.8587 15.3799 12.9557 15.1905 13.0048 14.9865L16.4008 0.819875C16.4247 0.701865 16.4181 0.579708 16.3818 0.464931C16.3454 0.350155 16.2803 0.246543 16.1928 0.163875ZM12.0888 3.32721C12.1232 3.31033 12.1624 3.30584 12.1998 3.3145C12.2371 3.32317 12.2704 3.34444 12.2939 3.37475C12.3174 3.40506 12.3297 3.44255 12.3288 3.48088C12.3278 3.51922 12.3137 3.55607 12.2888 3.58521L5.90411 10.8379C5.87768 10.8677 5.84146 10.8871 5.80198 10.8926C5.76251 10.8981 5.72236 10.8893 5.68878 10.8679L2.28211 8.72454C2.25735 8.70889 2.23715 8.68698 2.22355 8.66103C2.20995 8.63509 2.20343 8.60601 2.20464 8.57674C2.20586 8.54747 2.21477 8.51903 2.23048 8.4943C2.24619 8.46957 2.26814 8.44942 2.29411 8.43587L12.0888 3.32721ZM6.60211 14.1072V13.0179L7.26878 13.4385L6.60211 14.1072ZM11.7794 14.4405C11.7731 14.4663 11.7608 14.4901 11.7435 14.5101C11.7262 14.5302 11.7044 14.5458 11.6798 14.5558C11.6553 14.5657 11.6288 14.5697 11.6024 14.5674C11.576 14.5651 11.5506 14.5566 11.5281 14.5425L7.11878 11.7692C7.09837 11.7563 7.08101 11.7392 7.06788 11.7189C7.05476 11.6986 7.0462 11.6758 7.04278 11.6519C7.03926 11.6281 7.04102 11.6038 7.04793 11.5808C7.05485 11.5577 7.06674 11.5365 7.08278 11.5185L14.0394 3.61787C14.064 3.58978 14.0973 3.57075 14.134 3.56384C14.1707 3.55692 14.2086 3.56252 14.2417 3.57973C14.2749 3.59694 14.3012 3.62478 14.3167 3.65877C14.3321 3.69276 14.3356 3.73095 14.3268 3.76721L11.7794 14.4405Z' fill='%23AEB5C1'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8620_24109'%3E %3Crect width='16' height='16' fill='white' transform='translate(0.555542)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-roi {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.55566 2.23242C6.43464 2.23472 4.40114 3.07831 2.90134 4.5781C1.40155 6.0779 0.557958 8.11139 0.555664 10.2324V11.8264C0.556194 12.3413 0.760967 12.835 1.12505 13.199C1.48913 13.5631 1.98278 13.7679 2.49766 13.7684H14.6137C15.1286 13.7679 15.6222 13.5631 15.9863 13.199C16.3504 12.835 16.5551 12.3413 16.5557 11.8264V10.2324C16.5534 8.11139 15.7098 6.0779 14.21 4.5781C12.7102 3.07831 10.6767 2.23472 8.55566 2.23242ZM14.6137 12.4324H2.49766C2.33675 12.4323 2.18244 12.3684 2.0684 12.2549C1.95437 12.1414 1.88988 11.9873 1.889 11.8264V10.9338H3.55566C3.68827 10.9338 3.81545 10.8811 3.90922 10.7873C4.00299 10.6935 4.05566 10.5664 4.05566 10.4338C4.05566 10.3011 4.00299 10.174 3.90922 10.0802C3.81545 9.98643 3.68827 9.93376 3.55566 9.93376H1.89566C1.93146 9.10818 2.12163 8.29662 2.45633 7.54109L3.809 8.32376C3.92392 8.39006 4.06048 8.40799 4.18863 8.37361C4.31678 8.33923 4.42603 8.25535 4.49233 8.14042C4.55864 8.0255 4.57657 7.88894 4.54219 7.76079C4.50781 7.63264 4.42392 7.52339 4.309 7.45709L2.929 6.65709C3.36711 5.97054 3.9267 5.36961 4.58033 4.88376L5.33366 6.18842C5.40138 6.30182 5.5106 6.38438 5.63817 6.4186C5.76573 6.45283 5.90161 6.43602 6.017 6.37176C6.07388 6.3389 6.12372 6.29515 6.16369 6.24302C6.20365 6.19089 6.23295 6.1314 6.24992 6.06794C6.26688 6.00448 6.27117 5.9383 6.26255 5.87318C6.25393 5.80806 6.23256 5.74528 6.19966 5.68842L5.42566 4.34776C6.2394 3.91243 7.13531 3.65241 8.05566 3.58442V5.10176C8.05566 5.23436 8.10834 5.36154 8.20211 5.45531C8.29588 5.54908 8.42306 5.60176 8.55566 5.60176C8.68827 5.60176 8.81545 5.54908 8.90922 5.45531C9.00299 5.36154 9.05566 5.23436 9.05566 5.10176V3.58442C10.0906 3.66304 11.093 3.98209 11.983 4.51621C12.873 5.05032 13.6261 5.78476 14.1823 6.66109L12.8023 7.46109C12.6874 7.52739 12.6035 7.63664 12.5691 7.76479C12.5348 7.89294 12.5527 8.0295 12.619 8.14442C12.6853 8.25935 12.7945 8.34323 12.9227 8.37761C13.0508 8.41199 13.1874 8.39406 13.3023 8.32776L14.655 7.54642C14.9891 8.3003 15.1792 9.10999 15.2157 9.93376H13.5557C13.49 9.93376 13.425 9.94669 13.3643 9.97182C13.3037 9.99694 13.2485 10.0338 13.2021 10.0802C13.1557 10.1266 13.1189 10.1818 13.0937 10.2424C13.0686 10.3031 13.0557 10.3681 13.0557 10.4338C13.0557 10.4994 13.0686 10.5644 13.0937 10.6251C13.1189 10.6858 13.1557 10.7409 13.2021 10.7873C13.2485 10.8337 13.3037 10.8706 13.3643 10.8957C13.425 10.9208 13.49 10.9338 13.5557 10.9338H15.2223V11.8251C15.2224 11.9051 15.2067 11.9844 15.1762 12.0583C15.1457 12.1323 15.1009 12.1995 15.0443 12.2561C14.9878 12.3128 14.9207 12.3577 14.8468 12.3885C14.7729 12.4192 14.6937 12.435 14.6137 12.4351V12.4324Z' fill='%23AEB5C1'/%3E %3Cpath d='M11.599 5.41709C11.5439 5.38131 11.4824 5.35673 11.4178 5.34477C11.3533 5.3328 11.287 5.33369 11.2228 5.34738C11.1586 5.36106 11.0977 5.38728 11.0436 5.42452C10.9895 5.46176 10.9433 5.5093 10.9077 5.56442L8.90766 8.64376C8.56308 8.56025 8.20006 8.60128 7.8828 8.75959C7.56555 8.9179 7.31449 9.1833 7.17403 9.50885C7.03356 9.8344 7.01274 10.1991 7.11524 10.5386C7.21774 10.878 7.43696 11.1702 7.73414 11.3636C8.03132 11.557 8.38731 11.6391 8.73916 11.5953C9.09101 11.5516 9.41606 11.3848 9.65683 11.1245C9.8976 10.8643 10.0386 10.5272 10.0548 10.173C10.0711 9.81886 9.96158 9.47033 9.74566 9.18909L11.7457 6.10909C11.8179 5.99784 11.843 5.86249 11.8155 5.73275C11.788 5.60302 11.7101 5.48949 11.599 5.41709Z' fill='%23AEB5C1'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-monitoring {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_8620_24124)'%3E %3Cpath d='M15.4155 5.98698C15.5203 5.98407 15.6228 5.95625 15.7146 5.90583C15.8064 5.8554 15.8849 5.78383 15.9435 5.69703C16.0022 5.61023 16.0393 5.51071 16.0518 5.40671C16.0644 5.30271 16.0519 5.19722 16.0155 5.09898C15.433 3.58691 14.4028 2.28861 13.0628 1.37754C11.7227 0.466462 10.1366 -0.0140085 8.51621 0.000311004C1.56821 0.474978 0.555542 6.21165 0.555542 8.00031C0.558243 10.0243 1.3273 11.9721 2.70801 13.452C4.08871 14.9319 5.97862 15.8341 7.99754 15.977C8.14813 15.9848 8.29776 15.9489 8.42845 15.8737C8.55914 15.7985 8.66531 15.6871 8.73421 15.553C8.82296 15.3881 8.85022 15.197 8.81115 15.0138C8.77207 14.8307 8.6692 14.6673 8.52088 14.553C7.58057 13.8467 6.83091 12.9174 6.33954 11.849C6.32992 11.8278 6.32484 11.8048 6.32462 11.7814C6.3244 11.7581 6.32906 11.735 6.33828 11.7136C6.34751 11.6922 6.3611 11.673 6.3782 11.6572C6.39529 11.6413 6.4155 11.6292 6.43754 11.6216C6.5683 11.5783 6.68217 11.495 6.76313 11.3836C6.84409 11.2721 6.88807 11.1381 6.88888 11.0003C6.88888 10.8235 6.81864 10.6539 6.69361 10.5289C6.56859 10.4039 6.39902 10.3336 6.22221 10.3336H5.95554C5.9177 10.3337 5.88097 10.3208 5.85141 10.2972C5.82185 10.2735 5.8012 10.2406 5.79288 10.2036C5.63279 9.4802 5.5532 8.74126 5.55554 8.00031C5.5543 7.37423 5.61077 6.74937 5.72421 6.13365C5.73217 6.09589 5.75289 6.06203 5.78287 6.03775C5.81286 6.01347 5.85029 6.00025 5.88888 6.00031C13.1555 6.00031 14.9375 6.00431 15.4155 5.98698ZM2.43488 10.3336C2.40052 10.3337 2.367 10.3231 2.33894 10.3032C2.31088 10.2834 2.28966 10.2554 2.27821 10.223C1.80306 8.90287 1.76172 7.46555 2.16021 6.12031C2.17018 6.08575 2.19111 6.05535 2.21984 6.03371C2.24858 6.01207 2.28357 6.00035 2.31954 6.00031H4.19088C4.2149 6.00032 4.23864 6.00552 4.26046 6.01556C4.28229 6.0256 4.30169 6.04024 4.31732 6.05848C4.33296 6.07671 4.34448 6.09811 4.35107 6.12121C4.35767 6.14431 4.35919 6.16857 4.35554 6.19231C4.26529 6.79072 4.22072 7.39514 4.22221 8.00031C4.22211 8.71611 4.28907 9.43034 4.42221 10.1336C4.4266 10.1578 4.42565 10.1826 4.41943 10.2063C4.41321 10.23 4.40187 10.2521 4.38621 10.271C4.37061 10.2898 4.35104 10.3049 4.32892 10.3153C4.30679 10.3257 4.28265 10.331 4.25821 10.331L2.43488 10.3336ZM5.91621 13.7723C5.93769 13.8024 5.94857 13.8387 5.94714 13.8756C5.94571 13.9126 5.93206 13.948 5.90832 13.9763C5.88459 14.0046 5.85212 14.0242 5.81602 14.0321C5.77991 14.0399 5.74223 14.0355 5.70888 14.0196C4.7041 13.5452 3.83342 12.8278 3.17554 11.9323C3.15697 11.9076 3.14566 11.8781 3.14288 11.8473C3.1401 11.8165 3.14596 11.7855 3.1598 11.7578C3.17365 11.7301 3.19492 11.7068 3.22125 11.6905C3.24758 11.6743 3.27792 11.6656 3.30888 11.6656H4.70488C4.73886 11.6657 4.77201 11.6761 4.79989 11.6956C4.82777 11.715 4.84905 11.7425 4.86088 11.7743C5.12307 12.4835 5.47793 13.1549 5.91621 13.771V13.7723ZM4.75554 4.55164C4.74465 4.58528 4.72335 4.61459 4.6947 4.63532C4.66606 4.65605 4.63157 4.66714 4.59621 4.66698H3.08888C3.05889 4.66715 3.02942 4.6592 3.0036 4.64397C2.97777 4.62873 2.95655 4.60679 2.9422 4.58047C2.92784 4.55415 2.92088 4.52443 2.92205 4.49447C2.92323 4.46451 2.9325 4.43543 2.94888 4.41031C3.62456 3.35795 4.58132 2.51574 5.71088 1.97898C5.74423 1.96308 5.78191 1.95871 5.81802 1.96656C5.85412 1.97441 5.88659 1.99404 5.91032 2.02235C5.93406 2.05067 5.94771 2.08607 5.94914 2.12298C5.95057 2.1599 5.93969 2.19625 5.91821 2.22631C5.41724 2.93933 5.02537 3.72306 4.75554 4.55164ZM6.37088 4.66698C6.34352 4.66695 6.3166 4.66019 6.29247 4.6473C6.26835 4.6344 6.24777 4.61577 6.23255 4.59304C6.21733 4.57031 6.20794 4.54418 6.20521 4.51697C6.20247 4.48975 6.20648 4.46228 6.21688 4.43698C6.67618 3.27245 7.45237 2.25978 8.45754 1.51364C8.48569 1.49336 8.51951 1.48244 8.55421 1.48244C8.58891 1.48244 8.62273 1.49336 8.65088 1.51364C9.65219 2.26222 10.4268 3.27332 10.8889 4.43498C10.8994 4.46035 10.9035 4.48791 10.9008 4.51523C10.8981 4.54255 10.8888 4.56879 10.8735 4.59164C10.8588 4.61439 10.8387 4.63316 10.815 4.64629C10.7912 4.65943 10.7647 4.66653 10.7375 4.66698H6.37088ZM12.5155 4.66698C12.4806 4.66705 12.4464 4.65607 12.4181 4.6356C12.3897 4.61512 12.3685 4.58621 12.3575 4.55298C12.083 3.71541 11.6836 2.92406 11.1729 2.20564C11.1513 2.17575 11.1403 2.13955 11.1415 2.10271C11.1427 2.06587 11.1561 2.03047 11.1795 2.00204C11.203 1.97362 11.2352 1.95378 11.2712 1.94563C11.3071 1.93747 11.3448 1.94146 11.3782 1.95698C12.5275 2.48957 13.4995 3.34142 14.1782 4.41098C14.1942 4.43618 14.2031 4.46521 14.2041 4.49504C14.205 4.52487 14.198 4.55441 14.1836 4.58057C14.1692 4.60673 14.1481 4.62855 14.1224 4.64375C14.0967 4.65895 14.0674 4.66697 14.0375 4.66698H12.5155Z' fill='%23AEB5C1'/%3E %3Cpath d='M14.673 13.1718C14.6462 13.145 14.6294 13.1098 14.6252 13.0721C14.6211 13.0344 14.63 12.9964 14.6503 12.9645C15.1359 12.2012 15.3227 11.2856 15.175 10.3931C15.0272 9.50065 14.5552 8.69411 13.8495 8.1281C13.1439 7.5621 12.2541 7.27644 11.3508 7.3259C10.4476 7.37536 9.59432 7.75644 8.95465 8.39611C8.31498 9.03577 7.9339 9.88902 7.88444 10.7923C7.83499 11.6956 8.12064 12.5853 8.68665 13.291C9.25265 13.9967 10.0592 14.4686 10.9517 14.6164C11.8441 14.7642 12.7598 14.5774 13.523 14.0918C13.555 14.0714 13.593 14.0626 13.6307 14.0667C13.6684 14.0708 13.7035 14.0877 13.7303 14.1145L15.4223 15.8038C15.5481 15.9252 15.7165 15.9924 15.8913 15.9909C16.0661 15.9894 16.2333 15.9193 16.3569 15.7957C16.4805 15.6721 16.5506 15.5049 16.5521 15.3301C16.5536 15.1553 16.4864 14.9869 16.365 14.8611L14.673 13.1718ZM11.5557 8.66713C12.0172 8.66713 12.4683 8.80398 12.852 9.06037C13.2357 9.31676 13.5348 9.68118 13.7114 10.1075C13.888 10.5339 13.9342 11.0031 13.8442 11.4557C13.7541 11.9083 13.5319 12.3241 13.2056 12.6504C12.8793 12.9767 12.4635 13.1989 12.0109 13.289C11.5583 13.379 11.0891 13.3328 10.6627 13.1562C10.2364 12.9796 9.87197 12.6805 9.61558 12.2968C9.35919 11.9131 9.22234 11.462 9.22234 11.0005C9.22234 10.3816 9.46818 9.78813 9.90576 9.35055C10.3433 8.91296 10.9368 8.66713 11.5557 8.66713Z' fill='%23AEB5C1'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8620_24124'%3E %3Crect width='16' height='16' fill='white' transform='translate(0.555542)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-reporting {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1.889 11.9096C1.71219 11.9096 1.54262 11.9798 1.41759 12.1048C1.29257 12.2299 1.22233 12.3994 1.22233 12.5762V13.5762C1.22224 13.5982 1.22649 13.6199 1.23484 13.6401C1.24318 13.6604 1.25546 13.6788 1.27095 13.6943C1.28645 13.7098 1.30485 13.7221 1.32511 13.7304C1.34537 13.7387 1.36709 13.743 1.389 13.7429H3.72233C3.74424 13.743 3.76596 13.7387 3.78622 13.7304C3.80648 13.7221 3.82489 13.7098 3.84038 13.6943C3.85587 13.6788 3.86815 13.6604 3.87649 13.6401C3.88484 13.6199 3.88909 13.5982 3.889 13.5762V12.5762C3.889 12.3994 3.81876 12.2299 3.69374 12.1048C3.56871 11.9798 3.39914 11.9096 3.22233 11.9096H1.889Z' fill='%23AEB5C1'/%3E %3Cpath d='M5.889 9.90958C5.71219 9.90958 5.54262 9.97982 5.41759 10.1048C5.29257 10.2299 5.22233 10.3994 5.22233 10.5762V13.5762C5.22224 13.5982 5.22649 13.6199 5.23484 13.6401C5.24318 13.6604 5.25546 13.6788 5.27095 13.6943C5.28644 13.7098 5.30485 13.7221 5.32511 13.7304C5.34537 13.7387 5.36709 13.743 5.389 13.7429H7.72233C7.74424 13.743 7.76596 13.7387 7.78622 13.7304C7.80648 13.7221 7.82489 13.7098 7.84038 13.6943C7.85587 13.6788 7.86815 13.6604 7.87649 13.6401C7.88484 13.6199 7.88909 13.5982 7.889 13.5762V10.5762C7.889 10.3994 7.81876 10.2299 7.69374 10.1048C7.56871 9.97982 7.39914 9.90958 7.22233 9.90958H5.889Z' fill='%23AEB5C1'/%3E %3Cpath d='M9.889 7.57624C9.71219 7.57624 9.54262 7.64648 9.41759 7.77151C9.29257 7.89653 9.22233 8.0661 9.22233 8.24291V13.5762C9.22224 13.5982 9.22649 13.6199 9.23484 13.6401C9.24318 13.6604 9.25546 13.6788 9.27095 13.6943C9.28645 13.7098 9.30485 13.7221 9.32511 13.7304C9.34538 13.7387 9.36709 13.743 9.389 13.7429H11.7223C11.7442 13.743 11.766 13.7387 11.7862 13.7304C11.8065 13.7221 11.8249 13.7098 11.8404 13.6943C11.8559 13.6788 11.8681 13.6604 11.8765 13.6401C11.8848 13.6199 11.8891 13.5982 11.889 13.5762V8.24291C11.889 8.0661 11.8188 7.89653 11.6937 7.77151C11.5687 7.64648 11.3991 7.57624 11.2223 7.57624H9.889Z' fill='%23AEB5C1'/%3E %3Cpath d='M13.389 13.7429H15.7223C15.7442 13.743 15.766 13.7387 15.7862 13.7304C15.8065 13.7221 15.8249 13.7098 15.8404 13.6943C15.8559 13.6788 15.8681 13.6604 15.8765 13.6401C15.8848 13.6199 15.8891 13.5982 15.889 13.5762V5.57624C15.889 5.39943 15.8188 5.22986 15.6937 5.10484C15.5687 4.97981 15.3991 4.90958 15.2223 4.90958H13.889C13.7122 4.90958 13.5426 4.97981 13.4176 5.10484C13.2926 5.22986 13.2223 5.39943 13.2223 5.57624V13.5762C13.2222 13.5982 13.2265 13.6199 13.2348 13.6401C13.2432 13.6604 13.2555 13.6788 13.271 13.6943C13.2864 13.7098 13.3049 13.7221 13.3251 13.7304C13.3454 13.7387 13.3671 13.743 13.389 13.7429Z' fill='%23AEB5C1'/%3E %3Cpath d='M12.6017 2.80425L12.8064 3.11091C12.8522 3.17924 12.9141 3.23523 12.9866 3.27395C13.0592 3.31267 13.1402 3.33292 13.2224 3.33291H13.2391C13.3243 3.33008 13.4074 3.3055 13.4804 3.26151C13.5535 3.21752 13.6141 3.15558 13.6564 3.08158L14.9897 0.748246C15.0357 0.667619 15.0584 0.575794 15.0552 0.483027C15.0521 0.390259 15.0232 0.300202 14.9717 0.222912C14.9207 0.145228 14.8487 0.08351 14.7642 0.0448345C14.6797 0.00615892 14.5859 -0.00790844 14.4937 0.00424536L11.8271 0.337579C11.7424 0.34799 11.6619 0.379904 11.5931 0.430277C11.5243 0.480651 11.4695 0.547806 11.434 0.625342C11.3985 0.702879 11.3835 0.788214 11.3903 0.873214C11.3972 0.958213 11.4257 1.04005 11.4731 1.11091L11.6777 1.41758C11.7021 1.45448 11.7109 1.49953 11.7021 1.54287C11.6934 1.58622 11.6678 1.62434 11.6311 1.64891L2.18575 7.94558C2.03864 8.04371 1.93654 8.19626 1.90191 8.36967C1.86728 8.54308 1.90295 8.72314 2.00108 8.87025C2.09921 9.01735 2.25176 9.11945 2.42517 9.15409C2.59858 9.18872 2.77864 9.15304 2.92575 9.05491L12.3711 2.75825C12.3892 2.74608 12.4096 2.73762 12.431 2.73334C12.4525 2.72907 12.4745 2.72907 12.496 2.73334C12.5174 2.73762 12.5378 2.74608 12.5559 2.75825C12.5741 2.77042 12.5897 2.78605 12.6017 2.80425Z' fill='%23AEB5C1'/%3E %3Cpath d='M1.22233 15.9996H15.889C16.0658 15.9996 16.2354 15.9293 16.3604 15.8043C16.4854 15.6793 16.5557 15.5097 16.5557 15.3329C16.5557 15.1561 16.4854 14.9865 16.3604 14.8615C16.2354 14.7365 16.0658 14.6662 15.889 14.6662H1.22233C1.04552 14.6662 0.87595 14.7365 0.750926 14.8615C0.625902 14.9865 0.555664 15.1561 0.555664 15.3329C0.555664 15.5097 0.625902 15.6793 0.750926 15.8043C0.87595 15.9293 1.04552 15.9996 1.22233 15.9996Z' fill='%23AEB5C1'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-writing-assistant {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.3382 1.38458C15.4131 1.54687 15.5394 1.67487 15.7062 1.74744L16.4005 2.04859C16.4466 2.06876 16.4858 2.10194 16.5133 2.14406C16.5409 2.18618 16.5555 2.23541 16.5555 2.28573C16.5555 2.33606 16.5409 2.38529 16.5133 2.42741C16.4858 2.46953 16.4466 2.5027 16.4005 2.52288L15.7119 2.82402C15.5475 2.89348 15.416 3.02336 15.3445 3.18688L14.7994 4.42518C14.7023 4.62004 14.4091 4.62004 14.3114 4.42518L13.7663 3.18688C13.6931 3.02453 13.5621 2.8952 13.3989 2.82402L12.7103 2.52288C12.6642 2.5027 12.625 2.46953 12.5975 2.42741C12.5699 2.38529 12.5553 2.33606 12.5553 2.28573C12.5553 2.23541 12.5699 2.18618 12.5975 2.14406C12.625 2.10194 12.6642 2.06876 12.7103 2.04859L13.3989 1.74744C13.5633 1.67798 13.6948 1.54811 13.7663 1.38458L14.3114 0.146287C14.4086 -0.0485718 14.7017 -0.0485718 14.7994 0.146287L15.3382 1.38458ZM8.54595 1.80859C8.59952 1.9213 8.69267 2.01038 8.80765 2.05887L9.30135 2.26459C9.44991 2.33145 9.44991 2.52574 9.30135 2.59259L8.80765 2.79831C8.69135 2.84478 8.59756 2.93448 8.54595 3.0486L8.15968 3.90003C8.08826 4.03318 7.87969 4.03318 7.80884 3.90003L7.42257 3.0486C7.36922 2.93572 7.27601 2.84657 7.16087 2.79831L6.66717 2.59259C6.63438 2.57951 6.60625 2.55688 6.58644 2.52765C6.56663 2.49841 6.55604 2.46391 6.55604 2.42859C6.55604 2.39328 6.56663 2.35877 6.58644 2.32954C6.60625 2.3003 6.63438 2.27768 6.66717 2.26459L7.16087 2.05887C7.27717 2.0124 7.37096 1.9227 7.42257 1.80859L7.80884 0.957151C7.88027 0.824007 8.08883 0.824007 8.15968 0.957151L8.54595 1.80859ZM1.69882 13.7144L0.748572 14.6441C0.687396 14.705 0.638849 14.7773 0.605722 14.857C0.572595 14.9367 0.555542 15.0221 0.555542 15.1084C0.555542 15.1947 0.572595 15.2801 0.605722 15.3598C0.638849 15.4395 0.687396 15.5118 0.748572 15.5727L0.982848 15.807C1.23427 16.0653 1.65139 16.0653 1.90281 15.8013L2.84163 14.8613L2.83991 14.8596L10.8413 6.8572L11.7978 5.90462C12.0464 5.65033 12.0464 5.19604 11.7978 4.94747L11.6092 4.75833C11.3555 4.50861 10.8413 4.57147 10.5556 4.85718L1.69882 13.7144ZM14.2411 8.17036C14.1233 8.11366 14.0299 8.01623 13.9783 7.89607L13.5869 6.9692C13.5137 6.82006 13.3057 6.82006 13.2383 6.9692L12.8469 7.89664C12.7952 8.01662 12.7018 8.11384 12.5841 8.17036L12.0944 8.39436C11.9475 8.46864 11.9475 8.68007 12.0944 8.74864L12.5835 8.97265C12.7013 9.02935 12.7947 9.12677 12.8463 9.24693L13.2383 10.1738C13.3115 10.3229 13.5195 10.3229 13.5869 10.1738L13.9783 9.24693C14.0299 9.12674 14.1233 9.02931 14.2411 8.97265L14.7308 8.74864C14.8777 8.67436 14.8777 8.46293 14.7308 8.39436L14.2411 8.17036ZM6.27005 6.8572C6.4216 6.8572 6.56693 6.797 6.67409 6.68983C6.78125 6.58267 6.84145 6.43732 6.84145 6.28577C6.84145 6.13421 6.78125 5.98887 6.67409 5.8817C6.56693 5.77454 6.4216 5.71433 6.27005 5.71433C6.1185 5.71433 5.97317 5.77454 5.86601 5.8817C5.75885 5.98887 5.69865 6.13421 5.69865 6.28577C5.69865 6.43732 5.75885 6.58267 5.86601 6.68983C5.97317 6.797 6.1185 6.8572 6.27005 6.8572ZM16.5553 6.28577C16.5553 6.43732 16.4951 6.58267 16.388 6.68983C16.2808 6.797 16.1355 6.8572 15.9839 6.8572C15.8324 6.8572 15.687 6.797 15.5799 6.68983C15.4727 6.58267 15.4125 6.43732 15.4125 6.28577C15.4125 6.13421 15.4727 5.98887 15.5799 5.8817C15.687 5.77454 15.8324 5.71433 15.9839 5.71433C16.1355 5.71433 16.2808 5.77454 16.388 5.8817C16.4951 5.98887 16.5553 6.13421 16.5553 6.28577ZM10.2699 1.14287C10.4214 1.14287 10.5668 1.08266 10.6739 0.975498C10.7811 0.868333 10.8413 0.722987 10.8413 0.571433C10.8413 0.41988 10.7811 0.274534 10.6739 0.167369C10.5668 0.0602044 10.4214 0 10.2699 0C10.1183 0 9.97299 0.0602044 9.86583 0.167369C9.75867 0.274534 9.69847 0.41988 9.69847 0.571433C9.69847 0.722987 9.75867 0.868333 9.86583 0.975498C9.97299 1.08266 10.1183 1.14287 10.2699 1.14287ZM10.8413 10.8572C10.8413 11.0088 10.7811 11.1541 10.6739 11.2613C10.5668 11.3685 10.4214 11.4287 10.2699 11.4287C10.1183 11.4287 9.97299 11.3685 9.86583 11.2613C9.75867 11.1541 9.69847 11.0088 9.69847 10.8572C9.69847 10.7057 9.75867 10.5603 9.86583 10.4532C9.97299 10.346 10.1183 10.2858 10.2699 10.2858C10.4214 10.2858 10.5668 10.346 10.6739 10.4532C10.7811 10.5603 10.8413 10.7057 10.8413 10.8572Z' fill='%23AEB5C1'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-pulse-link {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.61145 9.77892C6.95104 10.2399 7.3843 10.6213 7.88184 10.8974C8.37938 11.1734 8.92956 11.3375 9.49506 11.3786C10.0606 11.4198 10.6282 11.3369 11.1594 11.1357C11.6906 10.9345 12.1729 10.6196 12.5738 10.2125L14.946 7.80371C15.6662 7.04653 16.0648 6.03242 16.0557 4.97978C16.0467 3.92715 15.6309 2.92022 14.8979 2.17587C14.1648 1.43152 13.1731 1.0093 12.1365 1.00015C11.0998 0.991005 10.1011 1.39566 9.35537 2.12696L8.50034 2.982' stroke='%23AEB5C1' stroke-width='1.78395' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M10.3889 7.33262C10.0493 6.87164 9.61605 6.4902 9.11851 6.21419C8.62097 5.93817 8.07079 5.77404 7.50529 5.73291C6.93979 5.69179 6.37219 5.77464 5.84099 5.97584C5.30979 6.17705 4.82742 6.4919 4.4266 6.89904L2.05433 9.30784C1.33412 10.065 0.935599 11.0791 0.944607 12.1318C0.953616 13.1844 1.36943 14.1913 2.10249 14.9357C2.83556 15.68 3.82721 16.1022 4.86388 16.1114C5.90055 16.1205 6.89929 15.7159 7.64498 14.9846L8.50001 14.1295' stroke='%23AEB5C1' stroke-width='1.78395' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-advocacy {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_8620_24134)'%3E %3Cpath d='M16.5557 6.33016C16.5541 6.05614 16.4681 5.78926 16.3095 5.56583C16.1508 5.3424 15.9272 5.17329 15.669 5.08149C15.6186 5.06328 15.5646 5.05747 15.5115 5.06457C15.4584 5.07167 15.4078 5.09146 15.364 5.12227C15.3201 5.15308 15.2844 5.194 15.2597 5.24156C15.2351 5.28912 15.2223 5.34192 15.2223 5.39549L15.227 7.94483C15.2271 7.99828 15.2401 8.05093 15.2649 8.09831C15.2896 8.1457 15.3254 8.18644 15.3692 8.21709C15.413 8.24775 15.4635 8.26742 15.5165 8.27446C15.5695 8.28149 15.6234 8.27567 15.6737 8.25749C15.9324 8.16442 16.156 7.99366 16.3139 7.76857C16.4718 7.54349 16.5562 7.2751 16.5557 7.00016V6.33016Z' fill='%23AEB5C1'/%3E %3Cpath d='M14.2221 2.33349C14.2216 2.16546 14.1785 2.00029 14.0969 1.8534C14.0153 1.70651 13.8978 1.58269 13.7554 1.49349C13.1994 1.14016 12.7761 1.43616 11.9381 1.83949C9.86501 2.95726 7.55786 3.57116 5.20341 3.63149C5.11828 3.63627 5.03822 3.67348 4.97969 3.73549C4.92116 3.79749 4.88861 3.87956 4.88875 3.96483V9.70216C4.90141 10.7202 5.19431 11.7151 5.73529 12.5776C6.27627 13.4401 7.04441 14.1369 7.95541 14.5915C8.03393 14.6311 8.11951 14.6547 8.20722 14.6611C8.29492 14.6675 8.38302 14.6565 8.46644 14.6286C8.54986 14.6008 8.62696 14.5568 8.69328 14.499C8.75961 14.4413 8.81385 14.371 8.8529 14.2922C8.89194 14.2134 8.91501 14.1277 8.92078 14.0399C8.92655 13.9522 8.9149 13.8642 8.88651 13.7809C8.85811 13.6977 8.81353 13.6209 8.75533 13.555C8.69714 13.4891 8.62647 13.4353 8.54741 13.3968C7.87075 13.0596 7.29788 12.5457 6.88946 11.9095C6.48105 11.2733 6.25229 10.5384 6.22741 9.78283C8.22005 9.93605 10.16 10.4965 11.9274 11.4295C12.8447 11.8608 13.2194 12.1195 13.7647 11.7628C13.9053 11.672 14.0208 11.5471 14.1004 11.3998C14.1799 11.2525 14.2211 11.0876 14.2201 10.9202L14.2221 2.33349Z' fill='%23AEB5C1'/%3E %3Cpath d='M3.88889 4.01149C3.88889 3.92309 3.85377 3.8383 3.79126 3.77579C3.72875 3.71328 3.64396 3.67816 3.55556 3.67816L2.88022 3.68349C2.26119 3.68667 1.66872 3.93535 1.23287 4.37495C0.797027 4.81455 0.553428 5.40913 0.555556 6.02816L0.561556 7.3615C0.564555 7.98022 0.813176 8.57242 1.25274 9.00786C1.69231 9.44331 2.28683 9.68633 2.90556 9.6835H3.55556C3.64396 9.6835 3.72875 9.64838 3.79126 9.58586C3.85377 9.52335 3.88889 9.43857 3.88889 9.35016V4.01149Z' fill='%23AEB5C1'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8620_24134'%3E %3Crect width='16' height='16' fill='white' transform='translate(0.555542)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Ccircle cx='8' cy='8' r='8' fill='white'/%3E %3Cpath d='M16 7.9959C16 3.5838 12.4144 0 8 0C3.58564 0 0 3.5838 0 7.9959C0 11.9897 2.92923 15.2947 6.75282 15.8934V10.3004H4.70975V7.9877H6.75282V6.2245C6.75282 4.22348 7.94256 3.10815 9.7641 3.10815C10.6421 3.10815 11.5446 3.28037 11.5446 3.28037V5.23219H10.5436C9.55077 5.23219 9.23077 5.85546 9.23077 6.48693V7.9877H11.4544L11.1015 10.3004H9.23898V15.8934C13.0708 15.2947 16 11.9897 16 7.9959Z' fill='%23AEB5C1'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M5.33376 8C5.33376 6.5273 6.5273 5.33312 8 5.33312C9.4727 5.33312 10.6669 6.5273 10.6669 8C10.6669 9.4727 9.4727 10.6669 8 10.6669C6.5273 10.6669 5.33376 9.4727 5.33376 8ZM3.8921 8C3.8921 10.2688 5.7312 12.1079 8 12.1079C10.2688 12.1079 12.1079 10.2688 12.1079 8C12.1079 5.7312 10.2688 3.8921 8 3.8921C5.7312 3.8921 3.8921 5.7312 3.8921 8ZM11.3105 3.72922C11.3105 3.91909 11.3667 4.10471 11.4721 4.26263C11.5775 4.42054 11.7274 4.54365 11.9028 4.61638C12.0782 4.68911 12.2712 4.7082 12.4574 4.67123C12.6437 4.63426 12.8148 4.5429 12.9491 4.40869C13.0834 4.27449 13.1749 4.10347 13.212 3.91726C13.2491 3.73106 13.2302 3.53802 13.1576 3.36258C13.085 3.18713 12.962 3.03715 12.8042 2.9316C12.6464 2.82605 12.4608 2.76968 12.2709 2.7696H12.2705C12.016 2.76972 11.772 2.87085 11.592 3.05077C11.412 3.2307 11.3107 3.47471 11.3105 3.72922ZM4.768 14.5118C3.98803 14.4763 3.5641 14.3464 3.28237 14.2366C2.90886 14.0912 2.64237 13.918 2.36218 13.6382C2.08198 13.3584 1.90854 13.0922 1.76378 12.7187C1.65395 12.4371 1.52403 12.013 1.48858 11.233C1.44979 10.3898 1.44205 10.1364 1.44205 8.00006C1.44205 5.86368 1.45043 5.61107 1.48858 4.7671C1.5241 3.98714 1.65498 3.5639 1.76378 3.28147C1.90918 2.90797 2.08237 2.64147 2.36218 2.36128C2.64198 2.08109 2.90822 1.90765 3.28237 1.76288C3.56397 1.65306 3.98803 1.52314 4.768 1.48768C5.61126 1.4489 5.86458 1.44115 8 1.44115C10.1354 1.44115 10.389 1.44954 11.233 1.48768C12.0129 1.5232 12.4362 1.65408 12.7186 1.76288C13.0921 1.90765 13.3586 2.08147 13.6388 2.36128C13.919 2.64109 14.0918 2.90797 14.2372 3.28147C14.347 3.56307 14.4769 3.98714 14.5124 4.7671C14.5512 5.61107 14.5589 5.86368 14.5589 8.00006C14.5589 10.1364 14.5512 10.3891 14.5124 11.233C14.4769 12.013 14.3463 12.4369 14.2372 12.7187C14.0918 13.0922 13.9186 13.3587 13.6388 13.6382C13.359 13.9178 13.0921 14.0912 12.7186 14.2366C12.437 14.3464 12.0129 14.4764 11.233 14.5118C10.3897 14.5506 10.1364 14.5583 8 14.5583C5.86362 14.5583 5.61101 14.5506 4.768 14.5118ZM4.70176 0.048448C3.85011 0.087232 3.26816 0.222272 2.75994 0.420032C2.2336 0.624256 1.78803 0.89824 1.34278 1.34278C0.897536 1.78733 0.624256 2.2336 0.420032 2.75994C0.222272 3.26848 0.087232 3.85011 0.048448 4.70176C0.009024 5.55475 0 5.82746 0 8C0 10.1725 0.009024 10.4452 0.048448 11.2982C0.087232 12.15 0.222272 12.7315 0.420032 13.2401C0.624256 13.7661 0.8976 14.2129 1.34278 14.6572C1.78797 15.1016 2.2336 15.3752 2.75994 15.58C3.26912 15.7777 3.85011 15.9128 4.70176 15.9516C5.5552 15.9903 5.82746 16 8 16C10.1725 16 10.4452 15.991 11.2982 15.9516C12.15 15.9128 12.7315 15.7777 13.2401 15.58C13.7661 15.3752 14.212 15.1018 14.6572 14.6572C15.1025 14.2127 15.3752 13.7661 15.58 13.2401C15.7777 12.7315 15.9134 12.1499 15.9515 11.2982C15.9903 10.4446 15.9994 10.1725 15.9994 8C15.9994 5.82746 15.9903 5.55475 15.9515 4.70176C15.9128 3.85005 15.7777 3.26816 15.58 2.75994C15.3752 2.23392 15.1018 1.78803 14.6572 1.34278C14.2127 0.897536 13.7661 0.624256 13.2407 0.420032C12.7315 0.222272 12.1499 0.086592 11.2989 0.048448C10.4459 0.009664 10.1732 0 8.00064 0C5.8281 0 5.5552 0.009024 4.70176 0.048448Z' fill='%23AEB5C1'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-x-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8Z' fill='%23AEB5C1'/%3E %3Cpath d='M8.95136 7.23214L12.6741 3H11.7919L8.55948 6.67471L5.97773 3H3L6.9041 8.55681L3 12.9949H3.88222L7.29576 9.11425L10.0223 12.9949H13L8.95136 7.23214ZM4.20009 3.64951H5.55513L11.7923 12.3749H10.4373L4.20009 3.64951Z' fill='white'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_9081_26913)'%3E %3Cpath d='M14.8164 0H1.18015C0.529095 0 0 0.516493 0 1.15364V14.8455C0 15.4826 0.529095 16 1.18015 16H14.8164C15.4687 16 16 15.4826 16 14.8455V1.15364C16 0.516493 15.4687 0 14.8164 0Z' fill='%23AEB5C1'/%3E %3Cpath d='M2.37099 5.9987H4.74648V13.6341H2.37099V5.9987ZM3.55939 2.20313C3.83156 2.20323 4.09759 2.28404 4.32384 2.43533C4.55009 2.58661 4.7264 2.80159 4.83048 3.05307C4.93456 3.30455 4.96173 3.58124 4.90855 3.84817C4.85538 4.11509 4.72426 4.36025 4.53176 4.55265C4.33926 4.74506 4.09403 4.87607 3.82707 4.92911C3.56012 4.98216 3.28343 4.95486 3.03199 4.85067C2.78055 4.74647 2.56565 4.57007 2.41447 4.34375C2.26328 4.11744 2.1826 3.85138 2.18262 3.57921C2.18265 3.39846 2.21829 3.21948 2.2875 3.0525C2.35671 2.88552 2.45814 2.73381 2.58598 2.60602C2.71383 2.47824 2.86559 2.37689 3.03261 2.30776C3.19963 2.23863 3.37863 2.20308 3.55939 2.20313' fill='white'/%3E %3Cpath d='M6.23511 5.99806H8.50992V7.04188H8.54246C8.85886 6.44162 9.6332 5.80859 10.7878 5.80859C13.1906 5.80859 13.6346 7.38957 13.6346 9.44597V13.6335H11.2617V9.92037C11.2617 9.03495 11.2465 7.89584 10.0286 7.89584C8.79379 7.89584 8.60539 8.8609 8.60539 9.85699V13.6335H6.23511V5.99806Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_9081_26913'%3E %3Crect width='16' height='16' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-pinterest {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 8C0 11.4153 2.14067 14.3313 5.15333 15.4787C5.08 14.854 5.002 13.824 5.17 13.1013C5.31467 12.48 6.104 9.14267 6.104 9.14267C6.104 9.14267 5.866 8.666 5.866 7.96C5.866 6.85333 6.50733 6.02667 7.30667 6.02667C7.98667 6.02667 8.31467 6.53667 8.31467 7.148C8.31467 7.83133 7.87933 8.85267 7.65467 9.8C7.46733 10.5927 8.05267 11.2393 8.834 11.2393C10.2493 11.2393 11.338 9.74667 11.338 7.592C11.338 5.68467 9.96733 4.352 8.01067 4.352C5.74533 4.352 4.41533 6.05133 4.41533 7.808C4.41533 8.49267 4.67867 9.226 5.008 9.62533C5.03608 9.65549 5.05592 9.69237 5.06561 9.73242C5.0753 9.77247 5.07452 9.81434 5.06333 9.854C5.00267 10.106 4.868 10.6467 4.842 10.7573C4.80667 10.9027 4.72667 10.934 4.57533 10.8633C3.58067 10.4007 2.95933 8.94667 2.95933 7.77867C2.95933 5.266 4.784 2.95933 8.22067 2.95933C10.9833 2.95933 13.1307 4.928 13.1307 7.55867C13.1307 10.3033 11.4007 12.5127 8.998 12.5127C8.19067 12.5127 7.43267 12.0927 7.17267 11.5973C7.17267 11.5973 6.77333 13.1187 6.67667 13.4907C6.48867 14.2133 5.96733 15.128 5.644 15.6473C6.38933 15.8767 7.18 16 8 16C12.418 16 16 12.418 16 8C16 3.582 12.418 0 8 0C3.582 0 0 3.582 0 8Z' fill='%23AEB5C1'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-tiktok {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z' fill='%23AEB5C1'/%3E %3Cpath d='M7.93808 7.85609V7.4218C7.79267 7.40201 7.64494 7.38964 7.49419 7.38964C5.67774 7.38964 4.2 8.86743 4.2 10.6839C4.2 11.7984 4.75683 12.7846 5.60632 13.381C5.05806 12.7924 4.73264 12.004 4.73264 11.138C4.73264 9.34767 6.15755 7.89769 7.93808 7.85609Z' fill='%23AEB5C1'/%3E %3Cpath d='M8.01586 12.6517C8.82628 12.6517 9.49684 11.9978 9.52692 11.1946L9.53375 4.03225L10.8326 4.03273L10.8306 4.02196C10.8033 3.8746 10.7884 3.72297 10.7884 3.56782H8.99863L8.99575 10.7404C8.96564 11.5436 8.3046 12.1883 7.49418 12.1883C7.24231 12.1883 7.00511 12.1253 6.79631 12.0154C7.06975 12.3944 7.51391 12.6517 8.01586 12.6517Z' fill='%23AEB5C1'/%3E %3Cpath d='M13.2783 6.47792V6.05773C12.7784 6.05773 12.3128 5.90912 11.9224 5.65453C12.27 6.05384 12.7423 6.36317 13.2783 6.47792Z' fill='%23AEB5C1'/%3E %3Cpath d='M11.9224 5.65453C11.5415 5.21706 11.31 4.64618 11.31 4.02197H10.8224C10.9487 4.70389 11.3616 5.2889 11.9224 5.65453Z' fill='%23D6DAE0'/%3E %3Cpath d='M7.49418 9.16573C6.66466 9.16573 5.97975 9.85426 5.97975 10.6839C5.97975 11.2615 6.31746 11.7634 6.79631 12.0154C6.61786 11.7681 6.5114 11.4656 6.5114 11.138C6.5114 10.3084 7.18634 9.63351 8.01586 9.63351C8.17071 9.63351 8.31927 9.65906 8.45978 9.70306V7.87594C8.31436 7.85618 8.16663 7.84378 8.01586 7.84378C7.98978 7.84378 7.96402 7.84514 7.93807 7.84575L7.93119 7.8461L7.92634 9.22914C7.78583 9.18514 7.64903 9.16573 7.49418 9.16573Z' fill='%23D6DAE0'/%3E %3Cpath d='M13.2783 6.45646L13.27 6.45483L13.2696 7.83675C12.3416 7.83675 11.4793 7.53131 10.7773 7.02747L10.7779 10.6838C10.7779 12.5003 9.3106 13.9689 7.49417 13.9689C6.79222 13.9689 6.14139 13.7567 5.60632 13.381C6.20816 14.0271 7.06537 14.4322 8.01585 14.4322C9.83228 14.4322 11.31 12.9545 11.31 11.138V7.50089C12.012 8.00473 12.872 8.30161 13.8 8.30161V6.51187C13.6211 6.51187 13.4466 6.49251 13.2783 6.45646Z' fill='%23D6DAE0'/%3E %3Cpath d='M10.7884 10.6839V7.04674C11.4903 7.55058 12.3503 7.84746 13.2783 7.84746L13.2783 6.45646C12.7423 6.34169 12.27 6.05386 11.9224 5.65453C11.3616 5.2889 10.9569 4.70388 10.8306 4.02196L9.52031 4.02196L9.51743 11.1946C9.48735 11.9978 8.82628 12.6424 8.01585 12.6424C7.51391 12.6424 7.06975 12.3944 6.79631 12.0154C6.31746 11.7634 5.98972 11.2615 5.98972 10.6839C5.98972 9.85428 6.66465 9.17938 7.49417 9.17938C7.64903 9.17938 7.79756 9.2049 7.93809 9.2489L7.93807 7.84575C6.15754 7.88735 4.72169 9.34767 4.72169 11.138C4.72169 12.004 5.05806 12.7924 5.60632 13.381C6.14139 13.7566 6.79223 13.978 7.49417 13.978C9.3106 13.978 10.7884 12.5003 10.7884 10.6839Z' fill='white'/%3E %3Cpath d='M9 17.4953C13.6918 17.4953 17.4953 13.6918 17.4953 9C17.4953 4.30816 13.6918 0.504673 9 0.504673C4.30816 0.504673 0.504673 4.30816 0.504673 9C0.504673 13.6918 4.30816 17.4953 9 17.4953Z' stroke='%23EAECEF' stroke-width='0.990655'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-threads {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E %3Cpath d='M8.1875 8.138C8.2925 8.132 8.3945 8.129 8.4955 8.129C8.8275 8.129 9.1365 8.16 9.4185 8.221C9.3065 9.541 8.6425 9.74 8.1325 9.767C7.5775 9.797 7.0005 9.554 6.9725 9.031C6.9455 8.532 7.4225 8.181 8.1875 8.138Z' fill='%23AEB5C1'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM8.0745 13H8.0805C9.4065 12.991 10.3415 12.65 11.1125 11.896C12.1205 10.909 12.0895 9.672 11.7575 8.913C11.5185 8.368 11.0645 7.926 10.4435 7.634C10.3995 7.614 10.3545 7.594 10.3095 7.575C10.2305 6.153 9.4375 5.338 8.1065 5.33H8.0885C7.2925 5.33 6.6305 5.664 6.2225 6.27L6.9545 6.761C7.2585 6.308 7.7365 6.211 8.0885 6.211H8.1005C8.5385 6.214 8.8695 6.338 9.0835 6.582C9.2395 6.759 9.3435 7.005 9.3955 7.314C9.0075 7.25 8.5865 7.23 8.1375 7.255C7.5275 7.29 7.0115 7.476 6.6445 7.793C6.2605 8.125 6.0635 8.581 6.0905 9.077C6.1185 9.587 6.3775 10.025 6.8205 10.312C7.1945 10.555 7.6775 10.673 8.1785 10.646C8.8405 10.61 9.3635 10.359 9.7325 9.9C10.0085 9.556 10.1875 9.1 10.2675 8.537C10.5845 8.724 10.8195 8.97 10.9485 9.266C11.1685 9.768 11.1805 10.593 10.4945 11.265C9.8935 11.854 9.1705 12.109 8.0775 12.117C6.8655 12.109 5.9485 11.728 5.3525 10.985C4.7945 10.29 4.5065 9.286 4.4955 8C4.5065 6.714 4.7945 5.71 5.3515 5.015C5.9475 4.273 6.8645 3.892 8.0765 3.883C9.9125 3.896 11.0765 4.739 11.5365 6.389L12.3865 6.152C12.1155 5.178 11.6235 4.412 10.9245 3.874C10.1815 3.302 9.2245 3.008 8.0805 3H8.0745C6.5835 3.01 5.4355 3.502 4.6655 4.463C3.9795 5.318 3.6255 6.506 3.6135 7.997V8.004C3.6255 9.494 3.9795 10.683 4.6645 11.538C5.4355 12.498 6.5825 12.99 8.0745 13Z' fill='%23AEB5C1'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-google-business {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.2494 5.53516H1.35854C1.05225 5.53516 0.803955 5.78616 0.803955 6.09579V15.557C0.803955 15.8666 1.05225 16.1177 1.35854 16.1177H14.2494C14.5557 16.1177 14.804 15.8666 14.804 15.557V6.09579C14.804 5.78616 14.5557 5.53516 14.2494 5.53516Z' fill='%23AEB5C1'/%3E %3Cpath d='M4.00073 7.30721H8.00073V2H4.59968L4.00073 7.30721Z' fill='%23EAECEF'/%3E %3Cpath d='M12.0007 7.30721H8.00073V2H11.4018L12.0007 7.30721ZM14.804 3.00605L14.809 3.02414C14.8078 3.01775 14.8054 3.01182 14.804 3.00605Z' fill='%23D6DAE0'/%3E %3Cpath d='M14.8088 3.02414L14.8039 3.00605C14.6771 2.419 14.1631 2.00038 13.5687 2H11.4016L12.0001 7.30736H16.0001L14.8088 3.02414Z' fill='%23EAECEF'/%3E %3Cpath d='M1.1971 3.00586L1.19214 3.02387C1.19334 3.01751 1.19575 3.01161 1.1971 3.00586Z' fill='%23AEB5C1'/%3E %3Cpath d='M1.19203 3.02414L1.19699 3.00605C1.3238 2.419 1.83779 2.00038 2.43218 2H4.5994L4 7.30736H0L1.19203 3.02414Z' fill='%23D6DAE0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.00702 7.30664C4.00702 8.42263 3.11209 9.32732 2.00815 9.32732C0.904209 9.32732 0.00927734 8.42263 0.00927734 7.30664H4.00702Z' fill='%23EAECEF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00482 7.30664C8.00482 8.42263 7.10989 9.32732 6.00595 9.32732C4.90201 9.32732 4.00708 8.42263 4.00708 7.30664H8.00482Z' fill='%23D6DAE0'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0024 7.30664C12.0024 8.42263 11.1075 9.32732 10.0035 9.32732C8.89957 9.32732 8.00464 8.42263 8.00464 7.30664H12.0024Z' fill='%23EAECEF'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0002 7.30664C16.0002 8.42263 15.1053 9.32732 14.0013 9.32732C12.8974 9.32732 12.0024 8.42263 12.0024 7.30664H16.0002Z' fill='%23D6DAE0'/%3E %3Cpath d='M14.001 12.7816C13.9939 12.6854 13.9822 12.5975 13.9655 12.4853H11.785C11.785 12.7936 11.785 13.13 11.7838 13.4385H13.047C13.0202 13.5822 12.9655 13.7192 12.8861 13.8415C12.8068 13.9638 12.7043 14.0691 12.5846 14.1513C12.5846 14.1513 12.5846 14.146 12.5837 14.1458C12.4291 14.2484 12.2549 14.3172 12.0724 14.3475C11.8894 14.3814 11.7018 14.3805 11.5192 14.3451C11.3337 14.3063 11.1581 14.2294 11.0032 14.1191C10.7747 13.9552 10.5984 13.7275 10.496 13.4639C10.4882 13.4433 10.481 13.4227 10.4736 13.4017V13.3994L10.4756 13.3979C10.3762 13.103 10.3759 12.7832 10.4748 12.4882C10.5445 12.2813 10.6591 12.0927 10.8103 11.9364C11.165 11.5655 11.6949 11.426 12.1835 11.5749C12.3709 11.633 12.5421 11.7348 12.6832 11.8722L13.1094 11.4414C13.1846 11.3647 13.2626 11.2903 13.335 11.211C13.1189 11.0072 12.8652 10.8484 12.5885 10.7437C12.0849 10.5591 11.5339 10.5542 11.0271 10.7298C11.0095 10.7359 10.992 10.7423 10.9745 10.7488C10.4278 10.9566 9.97804 11.3641 9.71406 11.8908C9.62085 12.0772 9.55296 12.2755 9.51226 12.4803C9.27087 13.693 10.0028 14.8866 11.1846 15.2075C11.5709 15.3121 11.9816 15.3095 12.3709 15.2201C12.7246 15.1394 13.0517 14.9676 13.3204 14.7213C13.6007 14.4606 13.8016 14.1133 13.9068 13.7443C13.9949 13.4317 14.0267 13.1056 14.001 12.7816Z' fill='white'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-google-analytics {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10.9998 1.90904L10.9997 13.9087C10.9997 15.2524 11.9258 15.9996 12.9088 15.9996C13.8179 15.9996 14.8178 15.3632 14.8178 13.9087L14.8179 1.99994C14.8179 0.769865 13.9088 5.26749e-09 12.9088 3.45679e-09C11.9088 1.64609e-09 10.9998 0.849408 10.9998 1.90904Z' fill='%23AEB5C1'/%3E %3Cpath d='M6 8.00083L5.99998 13.9098C5.99998 15.2535 6.9261 16.0006 7.90904 16.0006C8.81812 16.0006 9.8181 15.3643 9.81811 13.9098L9.81812 8.09174C9.81812 6.86166 8.90905 6.0918 7.90906 6.0918C6.90908 6.0918 6 6.94121 6 8.00083Z' fill='%23AEB5C1'/%3E %3Cpath d='M4.81788 14.0907C4.81787 15.1446 3.96277 15.9997 2.90881 15.9997C1.85485 15.9997 0.999749 15.1446 0.999752 14.0907C0.999754 13.0367 1.85486 12.1816 2.90882 12.1816C3.96278 12.1816 4.81788 13.0367 4.81788 14.0907Z' fill='%23AEB5C1'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-social-commerce {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.1368 8.79758C12.7366 8.79758 13.2645 8.46967 13.5364 7.9738L16.3996 2.78323C16.467 2.66201 16.5016 2.52528 16.4999 2.38659C16.4983 2.24789 16.4604 2.11204 16.3901 1.99246C16.3198 1.87289 16.2196 1.77374 16.0992 1.70482C15.9788 1.63591 15.8425 1.59963 15.7038 1.59956H3.86707L3.11528 0H0.5V1.59956H2.09956L4.97877 7.66989L3.89906 9.62135C3.31522 10.6931 4.08301 11.9967 5.29868 11.9967H14.896V10.3971H5.29868L6.17844 8.79758H12.1368ZM4.62686 3.19912H14.3442L12.1368 7.19802H6.52234L4.62686 3.19912ZM5.29868 12.7965C4.41892 12.7965 3.70712 13.5163 3.70712 14.396C3.70712 15.2758 4.41892 15.9956 5.29868 15.9956C6.17844 15.9956 6.89824 15.2758 6.89824 14.396C6.89824 13.5163 6.17844 12.7965 5.29868 12.7965ZM13.2965 12.7965C12.4167 12.7965 11.7049 13.5163 11.7049 14.396C11.7049 15.2758 12.4167 15.9956 13.2965 15.9956C14.1762 15.9956 14.896 15.2758 14.896 14.396C14.896 13.5163 14.1762 12.7965 13.2965 12.7965Z' fill='%23AEB5C1'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-retail {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4.77763 5.34276V4.90973C4.77763 2.7582 6.43533 1 8.5 1C10.5647 1 12.2224 2.7582 12.2224 4.90973V5.34401H14.7635C14.9172 5.34416 15.0654 5.40135 15.1793 5.50451C15.2932 5.60766 15.3648 5.74944 15.3802 5.90236L16.4969 17.0695C16.5056 17.1557 16.4961 17.2428 16.469 17.3251C16.442 17.4074 16.398 17.4832 16.3399 17.5475C16.2818 17.6117 16.2109 17.6632 16.1317 17.6984C16.0525 17.7336 15.9669 17.7518 15.8802 17.7519H1.11978C1.03313 17.7518 0.947457 17.7336 0.868283 17.6984C0.789108 17.6632 0.718189 17.6117 0.660092 17.5475C0.601996 17.4832 0.558012 17.4074 0.530975 17.3251C0.503937 17.2428 0.494445 17.1557 0.50311 17.0695L1.61982 5.90236C1.63519 5.74944 1.70677 5.60766 1.82071 5.50451C1.93464 5.40135 2.0828 5.34416 2.23649 5.34401H4.77763V5.34276ZM6.01842 5.34276H10.9816V4.90973C10.9816 3.42823 9.86239 2.24079 8.5 2.24079C7.13761 2.24079 6.01842 3.42823 6.01842 4.90973V5.34401V5.34276ZM4.77763 6.58355H2.79857L1.80594 16.5099H15.1941L14.2002 6.58355H12.2224V8.44474C12.2224 8.60928 12.157 8.76708 12.0407 8.88342C11.9243 8.99977 11.7665 9.06513 11.602 9.06513C11.4374 9.06513 11.2796 8.99977 11.1633 8.88342C11.0469 8.76708 10.9816 8.60928 10.9816 8.44474V6.58355H6.01842V8.44474C6.01842 8.60928 5.95306 8.76708 5.83671 8.88342C5.72036 8.99977 5.56256 9.06513 5.39803 9.06513C5.23349 9.06513 5.07569 8.99977 4.95934 8.88342C4.84299 8.76708 4.77763 8.60928 4.77763 8.44474V6.58355Z' fill='%23AEB5C1' stroke='%23AEB5C1' stroke-width='0.5'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-b2b {
  width: 25px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_12833_20717)'%3E %3Cpath d='M5.62609 6.2509V5.11471C5.62609 4.48721 6.13478 3.97852 6.76228 3.97852H9.03467C9.66217 3.97852 10.1709 4.48721 10.1709 5.11471V6.2509M11.8751 14.2043H2.78561C2.1581 14.2043 1.64941 13.6956 1.64941 13.0681V7.38709C1.64941 6.75959 2.1581 6.2509 2.78561 6.2509H13.0113C13.6388 6.2509 14.1475 6.75959 14.1475 7.38709V9.09138' stroke='%23AEB5C1' stroke-width='1.4668'/%3E %3Cpath d='M15.8522 9.6591V8.52291C15.8522 7.89541 16.3609 7.38672 16.9884 7.38672H19.2607C19.8882 7.38672 20.3969 7.89541 20.3969 8.52291V9.6591M13.0117 17.6125H23.2374C23.8649 17.6125 24.3736 17.1038 24.3736 16.4763V10.7953C24.3736 10.1678 23.8649 9.6591 23.2374 9.6591H13.0117C12.3842 9.6591 11.8755 10.1678 11.8755 10.7953V16.4763C11.8755 17.1038 12.3842 17.6125 13.0117 17.6125Z' stroke='%23AEB5C1' stroke-width='1.4668'/%3E %3Cpath d='M7.97099 17.1813C7.30349 19.0677 9.06554 21.4119 10.8611 22.0473C12.7756 22.7248 15.501 21.9684 16.1685 20.082' stroke='%23AEB5C1' stroke-width='0.724628' stroke-linecap='round'/%3E %3Cpath d='M16.4897 20.959L16.3713 19.6299L15.2544 20.3599' stroke='%23AEB5C1' stroke-width='0.724628' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.1214 5.69697C21.6741 3.77382 19.7742 1.53992 17.9436 1.01378C15.9918 0.452778 13.3169 1.37178 12.7642 3.29492' stroke='%23AEB5C1' stroke-width='0.724628' stroke-linecap='round'/%3E %3Cpath d='M12.3896 2.4375L12.5878 3.757L13.6588 2.96118' stroke='%23AEB5C1' stroke-width='0.724628' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_12833_20717'%3E %3Crect width='25.5645' height='23.0905' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-youtube {
  width: 25px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='19' viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M24.4004 3.52815C24.1147 2.45249 23.2731 1.60534 22.2044 1.31782C20.2673 0.79541 12.5 0.79541 12.5 0.79541C12.5 0.79541 4.73277 0.79541 2.79572 1.31782C1.72704 1.60534 0.885381 2.45249 0.599725 3.52815C0.0806885 5.47783 0.0806885 9.54568 0.0806885 9.54568C0.0806885 9.54568 0.0806885 13.6135 0.599725 15.5632C0.885381 16.6389 1.72704 17.486 2.79572 17.7735C4.73277 18.296 12.5 18.296 12.5 18.296C12.5 18.296 20.2673 18.296 22.2044 17.7735C23.2731 17.486 24.1147 16.6389 24.4004 15.5632C24.9194 13.6135 24.9194 9.54568 24.9194 9.54568C24.9194 9.54568 24.9194 5.47783 24.4004 3.52815Z' fill='%23AEB5C1'/%3E %3Cpath d='M9.95972 13.239L16.4517 9.5458L9.95972 5.85239V13.239Z' fill='white'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-for-agencies {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.3 10.6H11.7V12.2H13.3M13.3 7.4H11.7V9H13.3M14.9 13.8H8.5V12.2H10.1V10.6H8.5V9H10.1V7.4H8.5V5.8H14.9M6.9 4.2H5.3V2.6H6.9M6.9 7.4H5.3V5.8H6.9M6.9 10.6H5.3V9H6.9M6.9 13.8H5.3V12.2H6.9M3.7 4.2H2.1V2.6H3.7M3.7 7.4H2.1V5.8H3.7M3.7 10.6H2.1V9H3.7M3.7 13.8H2.1V12.2H3.7M8.5 4.2V1H0.5V15.4H16.5V4.2H8.5Z' fill='%23AEB5C1'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-all-integrations {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E %3Cpath d='M12.3917 4.78908C12.3597 4.99939 12.4303 5.21232 12.5805 5.36255L13.6046 6.3867C13.9116 6.69368 14.0658 7.09668 14.0658 7.49968C14.0658 7.90268 13.9123 8.30502 13.6046 8.61266L12.5524 9.6649C12.4817 9.73555 12.3954 9.78865 12.3005 9.81996C12.2055 9.85126 12.1046 9.8599 12.0057 9.84517C11.6987 9.79945 11.4819 9.53165 11.3734 9.241C11.2783 8.98417 11.1201 8.75538 10.9134 8.57567C10.7068 8.39596 10.4582 8.27111 10.1906 8.21259C9.92309 8.15407 9.64511 8.16376 9.38228 8.24078C9.11944 8.31779 8.88019 8.45965 8.68652 8.65332C8.49286 8.84699 8.35099 9.08624 8.27398 9.34907C8.19696 9.61191 8.18727 9.88989 8.24579 10.1574C8.30431 10.425 8.42917 10.6736 8.60887 10.8802C8.78858 11.0869 9.01737 11.2451 9.2742 11.3402C9.56551 11.4487 9.83265 11.6649 9.87837 11.9725C9.89315 12.0714 9.88454 12.1723 9.85323 12.2673C9.82193 12.3622 9.76879 12.4485 9.6981 12.5192L8.64652 13.5708C8.50047 13.7173 8.3269 13.8336 8.13578 13.9128C7.94467 13.9921 7.73978 14.0328 7.53288 14.0326C7.32613 14.0328 7.12137 13.9922 6.93037 13.9131C6.73936 13.834 6.56588 13.7178 6.4199 13.5714L5.39575 12.5473C5.32173 12.4731 5.23135 12.4174 5.13186 12.3845C5.03238 12.3516 4.92657 12.3425 4.82293 12.3579C4.50093 12.4062 4.27428 12.6871 4.15671 12.9901C4.05817 13.2431 3.89812 13.4674 3.69104 13.643C3.48396 13.8185 3.23639 13.9396 2.97073 13.9954C2.70506 14.0512 2.42968 14.0398 2.16949 13.9624C1.90931 13.885 1.67253 13.7439 1.48058 13.552C1.28863 13.36 1.14756 13.1233 1.07014 12.8631C0.992716 12.6029 0.98138 12.3275 1.03716 12.0618C1.09294 11.7962 1.21407 11.5486 1.38959 11.3415C1.56512 11.1344 1.7895 10.9744 2.04244 10.8759C2.34551 10.7583 2.62636 10.5316 2.67404 10.2096C2.68953 10.106 2.68053 10.0003 2.64775 9.90079C2.61496 9.80131 2.55932 9.7109 2.48528 9.63681L1.46113 8.61266C1.31472 8.46668 1.19862 8.2932 1.11948 8.1022C1.04034 7.91119 0.999738 7.70643 1 7.49968C1 7.09668 1.15415 6.69368 1.46113 6.3867L2.45785 5.38998C2.61461 5.23322 2.83733 5.15942 3.05679 5.19207C3.39317 5.24237 3.62961 5.53694 3.75763 5.85176C3.85933 6.10111 4.02111 6.32143 4.22857 6.4931C4.43603 6.66478 4.68273 6.78249 4.94669 6.83574C5.21065 6.889 5.48369 6.87614 5.74149 6.79832C5.99928 6.7205 6.23383 6.58014 6.42424 6.38973C6.61465 6.19932 6.75501 5.96477 6.83283 5.70698C6.91065 5.44918 6.92351 5.17615 6.87025 4.91218C6.817 4.64822 6.69929 4.40152 6.52761 4.19406C6.35594 3.9866 6.13561 3.82482 5.88627 3.72312C5.57145 3.5951 5.27688 3.35866 5.22658 3.02229C5.19393 2.80282 5.26708 2.58075 5.42449 2.42334L6.42056 1.42727C6.56651 1.28106 6.73991 1.16512 6.93079 1.0861C7.12168 1.00708 7.32629 0.966535 7.53288 0.966798C7.93588 0.966798 8.33888 1.12094 8.64586 1.42793L9.67002 2.45208C9.82024 2.6023 10.0332 2.67285 10.2428 2.64149C10.5648 2.59316 10.7915 2.3123 10.9091 2.00924C11.0076 1.7563 11.1676 1.53191 11.3747 1.35639C11.5818 1.18086 11.8294 1.05973 12.095 1.00395C12.3607 0.948177 12.6361 0.959512 12.8963 1.03694C13.1565 1.11436 13.3932 1.25543 13.5852 1.44738C13.7771 1.63933 13.9182 1.8761 13.9956 2.13629C14.0731 2.39647 14.0844 2.67186 14.0286 2.93752C13.9728 3.20319 13.8517 3.45076 13.6762 3.65784C13.5006 3.86491 13.2763 4.02496 13.0233 4.12351C12.7203 4.24108 12.4394 4.46707 12.3917 4.78908Z' fill='%237A66F0' stroke='%237A66F0' stroke-width='0.783789' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-case-studies {
  background-image: url("/assets/nav/resources-case-studies.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-help-center {
  background-image: url("/assets/nav/resources-help-center.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-video-tutorials {
  background-image: url("/assets/nav/resources-video-tutorials.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-events {
  background-image: url("/assets/nav/resources-events.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 {
  padding-right: 20px !important;
  min-height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 span.title {
  color: #212E44 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 23px !important;
  letter-spacing: -0.2px !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 span.title .new {
  display: inline-block !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 span.title .new span {
  color: #FFEFE9 !important;
  text-align: center !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 11.355px !important;
  letter-spacing: 0.189px !important;
  padding: 3px 2px !important;
  margin-left: 4px !important;
  border-radius: 2px;
  background: #FF6726;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 em {
  color: #212E44 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  letter-spacing: -0.3px !important;
  max-width: 253px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .menu-items {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .menu-items-title {
  color: #212E44;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .menu-items-links {
  column-count: 3;
  grid-column-gap: 24px;
  column-gap: 24px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .menu-items-links a.dropdown-item {
  display: inline-block;
  width: 100% !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .menu-items-links .break {
  display: none;
  page-break-before: always;
  break-before: column;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-core {
  width: 49.7%;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-core .menu-items-links {
  column-count: 2;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core {
  width: calc(50.3% + 1px);
  background: #F9F9FA;
  display: flex;
  flex-direction: row;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core-advanced {
  width: 48%;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core-advanced .menu-items-links {
  column-count: 1;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core-promo {
  width: 52%;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show div {
  flex: unset !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item {
  padding: 5px 13px 5px 7px !important;
  margin-bottom: 16px !important;
  position: relative;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:nth-child(3n), nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item.i-google-analytics {
  margin-bottom: 0 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item.i-google-business, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item.i-threads {
  margin-bottom: 16px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item::after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-left: 8px;
  width: 16px;
  flex: 0 0 16px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  transition: width 0.2s ease-in-out;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active {
  border-radius: 6px !important;
  background-color: #FFF9F4 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 img.hover, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 img.hover {
  display: block;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 img.regular, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 img.regular {
  display: none;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-inbox, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-inbox {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_8620_24159)'%3E %3Cpath d='M16.4173 7.24949L14.3707 3.58282C14.2585 3.38015 14.0944 3.211 13.8952 3.09277C13.696 2.97455 13.469 2.91152 13.2373 2.91016H3.76667C3.53529 2.91118 3.30836 2.97379 3.10918 3.09153C2.91001 3.20928 2.74577 3.37793 2.63333 3.58016L0.586667 7.24949C0.538119 7.35148 0.508742 7.46154 0.5 7.57416L0.5 11.5742C0.5 11.8394 0.605357 12.0937 0.792893 12.2813C0.98043 12.4688 1.23478 12.5742 1.5 12.5742H15.5C15.7652 12.5742 16.0196 12.4688 16.2071 12.2813C16.3946 12.0937 16.5 11.8394 16.5 11.5742V7.57416C16.4953 7.46136 16.4672 7.35079 16.4173 7.24949ZM3.72 4.32682C3.73426 4.30075 3.75528 4.279 3.78086 4.26387C3.80643 4.24873 3.83562 4.24077 3.86533 4.24082L13.1087 4.23016C13.1383 4.23004 13.1675 4.2379 13.193 4.25291C13.2186 4.26793 13.2397 4.28954 13.254 4.31549L14.748 6.99282C14.7622 7.01818 14.7695 7.0468 14.7692 7.07585C14.7689 7.10489 14.761 7.13336 14.7463 7.15842C14.7316 7.18349 14.7107 7.20427 14.6855 7.21873C14.6603 7.23318 14.6317 7.2408 14.6027 7.24082H12.1667C12.0353 7.24043 11.9051 7.2661 11.7837 7.31634C11.6623 7.36657 11.552 7.44038 11.4593 7.53349C11.2724 7.72153 11.1673 7.97571 11.1667 8.24082C11.1667 8.50604 11.0613 8.76039 10.8738 8.94793C10.6862 9.13547 10.4319 9.24082 10.1667 9.24082H6.83333C6.56812 9.24082 6.31376 9.13547 6.12623 8.94793C5.93869 8.76039 5.83333 8.50604 5.83333 8.24082C5.83333 7.97561 5.72798 7.72125 5.54044 7.53372C5.3529 7.34618 5.09855 7.24082 4.83333 7.24082H2.396C2.36707 7.24066 2.33867 7.23299 2.31358 7.21857C2.2885 7.20415 2.26758 7.18347 2.25287 7.15855C2.23816 7.13364 2.23016 7.10533 2.22966 7.0764C2.22916 7.04747 2.23617 7.0189 2.25 6.99349L3.72 4.32682Z' fill='%23FF6726'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8620_24159'%3E %3Crect width='16' height='16' fill='white' transform='translate(0.5)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-publishing, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-publishing {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_8620_24161)'%3E %3Cpath d='M15.6928 0.163875C15.5897 0.0788012 15.4644 0.0250478 15.3317 0.00897924C15.199 -0.0070893 15.0645 0.0152 14.9441 0.073208L0.902781 7.40121C0.696621 7.50862 0.522463 7.66854 0.397905 7.86481C0.273348 8.06109 0.202804 8.28676 0.193403 8.51904C0.184001 8.75131 0.236074 8.98195 0.34436 9.18765C0.452647 9.39335 0.613309 9.56682 0.810115 9.69054L4.76945 12.1812V14.9285C4.76953 15.1251 4.82787 15.3172 4.93709 15.4806C5.04632 15.644 5.20153 15.7713 5.38311 15.8465C5.56469 15.9217 5.76449 15.9414 5.95726 15.9031C6.15002 15.8647 6.3271 15.7701 6.46611 15.6312L7.92811 14.1685L10.5161 15.7965C10.6938 15.9082 10.8954 15.9759 11.1045 15.9942C11.3135 16.0124 11.5239 15.9807 11.7182 15.9015C11.9125 15.8224 12.0852 15.6981 12.222 15.539C12.3587 15.3799 12.4557 15.1905 12.5048 14.9865L15.9008 0.819875C15.9247 0.701865 15.9181 0.579708 15.8818 0.464931C15.8454 0.350155 15.7803 0.246543 15.6928 0.163875ZM11.5888 3.32721C11.6232 3.31033 11.6624 3.30584 11.6998 3.3145C11.7371 3.32317 11.7704 3.34444 11.7939 3.37475C11.8174 3.40506 11.8297 3.44255 11.8288 3.48088C11.8278 3.51922 11.8137 3.55607 11.7888 3.58521L5.40411 10.8379C5.37768 10.8677 5.34146 10.8871 5.30198 10.8926C5.26251 10.8981 5.22236 10.8893 5.18878 10.8679L1.78211 8.72454C1.75735 8.70889 1.73715 8.68698 1.72355 8.66103C1.70995 8.63509 1.70343 8.60601 1.70464 8.57674C1.70586 8.54747 1.71477 8.51903 1.73048 8.4943C1.74619 8.46957 1.76814 8.44942 1.79411 8.43587L11.5888 3.32721ZM6.10211 14.1072V13.0179L6.76878 13.4385L6.10211 14.1072ZM11.2794 14.4405C11.2731 14.4663 11.2608 14.4901 11.2435 14.5101C11.2262 14.5302 11.2044 14.5458 11.1798 14.5558C11.1553 14.5657 11.1288 14.5697 11.1024 14.5674C11.076 14.5651 11.0506 14.5566 11.0281 14.5425L6.61878 11.7692C6.59837 11.7563 6.58101 11.7392 6.56788 11.7189C6.55476 11.6986 6.5462 11.6758 6.54278 11.6519C6.53926 11.6281 6.54102 11.6038 6.54793 11.5808C6.55485 11.5577 6.56674 11.5365 6.58278 11.5185L13.5394 3.61787C13.564 3.58978 13.5973 3.57075 13.634 3.56384C13.6707 3.55692 13.7086 3.56252 13.7417 3.57973C13.7749 3.59694 13.8012 3.62478 13.8167 3.65877C13.8321 3.69276 13.8356 3.73095 13.8268 3.76721L11.2794 14.4405Z' fill='%237A66F0'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8620_24161'%3E %3Crect width='16' height='16' fill='white' transform='translate(0.055542)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-roi, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-roi {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8.05566 2.23242C5.93464 2.23472 3.90114 3.07831 2.40134 4.5781C0.90155 6.0779 0.0579581 8.11139 0.0556641 10.2324V11.8264C0.0561935 12.3413 0.260967 12.835 0.625047 13.199C0.989128 13.5631 1.48278 13.7679 1.99766 13.7684H14.1137C14.6286 13.7679 15.1222 13.5631 15.4863 13.199C15.8504 12.835 16.0551 12.3413 16.0557 11.8264V10.2324C16.0534 8.11139 15.2098 6.0779 13.71 4.5781C12.2102 3.07831 10.1767 2.23472 8.05566 2.23242ZM14.1137 12.4324H1.99766C1.83675 12.4323 1.68244 12.3684 1.5684 12.2549C1.45437 12.1414 1.38988 11.9873 1.389 11.8264V10.9338H3.05566C3.18827 10.9338 3.31545 10.8811 3.40922 10.7873C3.50299 10.6935 3.55566 10.5664 3.55566 10.4338C3.55566 10.3011 3.50299 10.174 3.40922 10.0802C3.31545 9.98643 3.18827 9.93376 3.05566 9.93376H1.39566C1.43146 9.10818 1.62163 8.29662 1.95633 7.54109L3.309 8.32376C3.42392 8.39006 3.56048 8.40799 3.68863 8.37361C3.81678 8.33923 3.92603 8.25535 3.99233 8.14042C4.05864 8.0255 4.07657 7.88894 4.04219 7.76079C4.00781 7.63264 3.92392 7.52339 3.809 7.45709L2.429 6.65709C2.86711 5.97054 3.4267 5.36961 4.08033 4.88376L4.83366 6.18842C4.90138 6.30182 5.0106 6.38438 5.13817 6.4186C5.26573 6.45283 5.40161 6.43602 5.517 6.37176C5.57388 6.3389 5.62372 6.29515 5.66369 6.24302C5.70365 6.19089 5.73295 6.1314 5.74992 6.06794C5.76688 6.00448 5.77117 5.9383 5.76255 5.87318C5.75393 5.80806 5.73256 5.74528 5.69966 5.68842L4.92566 4.34776C5.7394 3.91243 6.63531 3.65241 7.55566 3.58442V5.10176C7.55566 5.23436 7.60834 5.36154 7.70211 5.45531C7.79588 5.54908 7.92306 5.60176 8.05566 5.60176C8.18827 5.60176 8.31545 5.54908 8.40922 5.45531C8.50299 5.36154 8.55566 5.23436 8.55566 5.10176V3.58442C9.59065 3.66304 10.593 3.98209 11.483 4.51621C12.373 5.05032 13.1261 5.78476 13.6823 6.66109L12.3023 7.46109C12.1874 7.52739 12.1035 7.63664 12.0691 7.76479C12.0348 7.89294 12.0527 8.0295 12.119 8.14442C12.1853 8.25935 12.2945 8.34323 12.4227 8.37761C12.5508 8.41199 12.6874 8.39406 12.8023 8.32776L14.155 7.54642C14.4891 8.3003 14.6792 9.10999 14.7157 9.93376H13.0557C12.99 9.93376 12.925 9.94669 12.8643 9.97182C12.8037 9.99694 12.7485 10.0338 12.7021 10.0802C12.6557 10.1266 12.6189 10.1818 12.5937 10.2424C12.5686 10.3031 12.5557 10.3681 12.5557 10.4338C12.5557 10.4994 12.5686 10.5644 12.5937 10.6251C12.6189 10.6858 12.6557 10.7409 12.7021 10.7873C12.7485 10.8337 12.8037 10.8706 12.8643 10.8957C12.925 10.9208 12.99 10.9338 13.0557 10.9338H14.7223V11.8251C14.7224 11.9051 14.7067 11.9844 14.6762 12.0583C14.6457 12.1323 14.6009 12.1995 14.5443 12.2561C14.4878 12.3128 14.4207 12.3577 14.3468 12.3885C14.2729 12.4192 14.1937 12.435 14.1137 12.4351V12.4324Z' fill='%23FF5353'/%3E %3Cpath d='M11.099 5.41709C11.0439 5.38131 10.9824 5.35673 10.9178 5.34477C10.8533 5.3328 10.787 5.33369 10.7228 5.34738C10.6586 5.36106 10.5977 5.38728 10.5436 5.42452C10.4895 5.46176 10.4433 5.5093 10.4077 5.56442L8.40766 8.64376C8.06308 8.56025 7.70006 8.60128 7.3828 8.75959C7.06555 8.9179 6.81449 9.1833 6.67403 9.50885C6.53356 9.8344 6.51274 10.1991 6.61524 10.5386C6.71774 10.878 6.93696 11.1702 7.23414 11.3636C7.53132 11.557 7.88731 11.6391 8.23916 11.5953C8.59101 11.5516 8.91606 11.3848 9.15683 11.1245C9.3976 10.8643 9.53857 10.5272 9.55483 10.173C9.57109 9.81886 9.46158 9.47033 9.24566 9.18909L11.2457 6.10909C11.3179 5.99784 11.343 5.86249 11.3155 5.73275C11.288 5.60302 11.2101 5.48949 11.099 5.41709Z' fill='%23FF5353'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-monitoring, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-monitoring {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_8620_24163)'%3E %3Cpath d='M14.9155 5.98698C15.0203 5.98407 15.1228 5.95625 15.2146 5.90583C15.3064 5.8554 15.3849 5.78383 15.4435 5.69703C15.5022 5.61023 15.5393 5.51071 15.5518 5.40671C15.5644 5.30271 15.5519 5.19722 15.5155 5.09898C14.933 3.58691 13.9028 2.28861 12.5628 1.37754C11.2227 0.466462 9.63657 -0.0140085 8.01621 0.000311004C1.06821 0.474978 0.055542 6.21165 0.055542 8.00031C0.0582429 10.0243 0.827302 11.9721 2.20801 13.452C3.58871 14.9319 5.47862 15.8341 7.49754 15.977C7.64813 15.9848 7.79776 15.9489 7.92845 15.8737C8.05914 15.7985 8.16531 15.6871 8.23421 15.553C8.32296 15.3881 8.35022 15.197 8.31115 15.0138C8.27207 14.8307 8.1692 14.6673 8.02088 14.553C7.08057 13.8467 6.33091 12.9174 5.83954 11.849C5.82992 11.8278 5.82484 11.8048 5.82462 11.7814C5.8244 11.7581 5.82906 11.735 5.83828 11.7136C5.84751 11.6922 5.8611 11.673 5.8782 11.6572C5.89529 11.6413 5.9155 11.6292 5.93754 11.6216C6.0683 11.5783 6.18217 11.495 6.26313 11.3836C6.34409 11.2721 6.38807 11.1381 6.38888 11.0003C6.38888 10.8235 6.31864 10.6539 6.19361 10.5289C6.06859 10.4039 5.89902 10.3336 5.72221 10.3336H5.45554C5.4177 10.3337 5.38097 10.3208 5.35141 10.2972C5.32185 10.2735 5.3012 10.2406 5.29288 10.2036C5.13279 9.4802 5.0532 8.74126 5.05554 8.00031C5.0543 7.37423 5.11077 6.74937 5.22421 6.13365C5.23217 6.09589 5.25289 6.06203 5.28287 6.03775C5.31286 6.01347 5.35029 6.00025 5.38888 6.00031C12.6555 6.00031 14.4375 6.00431 14.9155 5.98698ZM1.93488 10.3336C1.90052 10.3337 1.867 10.3231 1.83894 10.3032C1.81088 10.2834 1.78966 10.2554 1.77821 10.223C1.30306 8.90287 1.26172 7.46555 1.66021 6.12031C1.67018 6.08575 1.69111 6.05535 1.71984 6.03371C1.74858 6.01207 1.78357 6.00035 1.81954 6.00031H3.69088C3.7149 6.00032 3.73864 6.00552 3.76046 6.01556C3.78229 6.0256 3.80169 6.04024 3.81732 6.05848C3.83296 6.07671 3.84448 6.09811 3.85107 6.12121C3.85767 6.14431 3.85919 6.16857 3.85554 6.19231C3.76529 6.79072 3.72072 7.39514 3.72221 8.00031C3.72211 8.71611 3.78907 9.43034 3.92221 10.1336C3.9266 10.1578 3.92565 10.1826 3.91943 10.2063C3.91321 10.23 3.90187 10.2521 3.88621 10.271C3.87061 10.2898 3.85104 10.3049 3.82892 10.3153C3.80679 10.3257 3.78265 10.331 3.75821 10.331L1.93488 10.3336ZM5.41621 13.7723C5.43769 13.8024 5.44857 13.8387 5.44714 13.8756C5.44571 13.9126 5.43206 13.948 5.40832 13.9763C5.38459 14.0046 5.35212 14.0242 5.31602 14.0321C5.27991 14.0399 5.24223 14.0355 5.20888 14.0196C4.2041 13.5452 3.33342 12.8278 2.67554 11.9323C2.65697 11.9076 2.64566 11.8781 2.64288 11.8473C2.6401 11.8165 2.64596 11.7855 2.6598 11.7578C2.67365 11.7301 2.69492 11.7068 2.72125 11.6905C2.74758 11.6743 2.77792 11.6656 2.80888 11.6656H4.20488C4.23886 11.6657 4.27201 11.6761 4.29989 11.6956C4.32777 11.715 4.34905 11.7425 4.36088 11.7743C4.62307 12.4835 4.97793 13.1549 5.41621 13.771V13.7723ZM4.25554 4.55164C4.24465 4.58528 4.22335 4.61459 4.1947 4.63532C4.16606 4.65605 4.13157 4.66714 4.09621 4.66698H2.58888C2.55889 4.66715 2.52942 4.6592 2.5036 4.64397C2.47777 4.62873 2.45655 4.60679 2.4422 4.58047C2.42784 4.55415 2.42088 4.52443 2.42205 4.49447C2.42323 4.46451 2.4325 4.43543 2.44888 4.41031C3.12456 3.35795 4.08132 2.51574 5.21088 1.97898C5.24423 1.96308 5.28191 1.95871 5.31802 1.96656C5.35412 1.97441 5.38659 1.99404 5.41032 2.02235C5.43406 2.05067 5.44771 2.08607 5.44914 2.12298C5.45057 2.1599 5.43969 2.19625 5.41821 2.22631C4.91724 2.93933 4.52537 3.72306 4.25554 4.55164ZM5.87088 4.66698C5.84352 4.66695 5.8166 4.66019 5.79247 4.6473C5.76835 4.6344 5.74777 4.61577 5.73255 4.59304C5.71733 4.57031 5.70794 4.54418 5.70521 4.51697C5.70247 4.48975 5.70648 4.46228 5.71688 4.43698C6.17618 3.27245 6.95237 2.25978 7.95754 1.51364C7.98569 1.49336 8.01951 1.48244 8.05421 1.48244C8.08891 1.48244 8.12273 1.49336 8.15088 1.51364C9.15219 2.26222 9.92678 3.27332 10.3889 4.43498C10.3994 4.46035 10.4035 4.48791 10.4008 4.51523C10.3981 4.54255 10.3888 4.56879 10.3735 4.59164C10.3588 4.61439 10.3387 4.63316 10.315 4.64629C10.2912 4.65943 10.2647 4.66653 10.2375 4.66698H5.87088ZM12.0155 4.66698C11.9806 4.66705 11.9464 4.65607 11.9181 4.6356C11.8897 4.61512 11.8685 4.58621 11.8575 4.55298C11.583 3.71541 11.1836 2.92406 10.6729 2.20564C10.6513 2.17575 10.6403 2.13955 10.6415 2.10271C10.6427 2.06587 10.6561 2.03047 10.6795 2.00204C10.703 1.97362 10.7352 1.95378 10.7712 1.94563C10.8071 1.93747 10.8448 1.94146 10.8782 1.95698C12.0275 2.48957 12.9995 3.34142 13.6782 4.41098C13.6942 4.43618 13.7031 4.46521 13.7041 4.49504C13.705 4.52487 13.698 4.55441 13.6836 4.58057C13.6692 4.60673 13.6481 4.62855 13.6224 4.64375C13.5967 4.65895 13.5674 4.66697 13.5375 4.66698H12.0155Z' fill='%232FD9C4'/%3E %3Cpath d='M14.173 13.1718C14.1462 13.145 14.1294 13.1098 14.1252 13.0721C14.1211 13.0344 14.13 12.9964 14.1503 12.9645C14.6359 12.2012 14.8227 11.2856 14.675 10.3931C14.5272 9.50065 14.0552 8.69411 13.3495 8.1281C12.6439 7.5621 11.7541 7.27644 10.8508 7.3259C9.94756 7.37536 9.09432 7.75644 8.45465 8.39611C7.81498 9.03577 7.4339 9.88902 7.38444 10.7923C7.33499 11.6956 7.62064 12.5853 8.18665 13.291C8.75265 13.9967 9.55919 14.4686 10.4517 14.6164C11.3441 14.7642 12.2598 14.5774 13.023 14.0918C13.055 14.0714 13.093 14.0626 13.1307 14.0667C13.1684 14.0708 13.2035 14.0877 13.2303 14.1145L14.9223 15.8038C15.0481 15.9252 15.2165 15.9924 15.3913 15.9909C15.5661 15.9894 15.7333 15.9193 15.8569 15.7957C15.9805 15.6721 16.0506 15.5049 16.0521 15.3301C16.0536 15.1553 15.9864 14.9869 15.865 14.8611L14.173 13.1718ZM11.0557 8.66713C11.5172 8.66713 11.9683 8.80398 12.352 9.06037C12.7357 9.31676 13.0348 9.68118 13.2114 10.1075C13.388 10.5339 13.4342 11.0031 13.3442 11.4557C13.2541 11.9083 13.0319 12.3241 12.7056 12.6504C12.3793 12.9767 11.9635 13.1989 11.5109 13.289C11.0583 13.379 10.5891 13.3328 10.1627 13.1562C9.73639 12.9796 9.37197 12.6805 9.11558 12.2968C8.85919 11.9131 8.72234 11.462 8.72234 11.0005C8.72234 10.3816 8.96818 9.78813 9.40576 9.35055C9.84335 8.91296 10.4368 8.66713 11.0557 8.66713Z' fill='%232FD9C4'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8620_24163'%3E %3Crect width='16' height='16' fill='white' transform='translate(0.055542)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-reporting, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-reporting {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1.389 11.9096C1.21219 11.9096 1.04262 11.9798 0.917594 12.1048C0.79257 12.2299 0.722332 12.3994 0.722332 12.5762V13.5762C0.722244 13.5982 0.726495 13.6199 0.734839 13.6401C0.743184 13.6604 0.755457 13.6788 0.770951 13.6943C0.786445 13.7098 0.804853 13.7221 0.825114 13.7304C0.845375 13.7387 0.867087 13.743 0.888999 13.7429H3.22233C3.24424 13.743 3.26596 13.7387 3.28622 13.7304C3.30648 13.7221 3.32489 13.7098 3.34038 13.6943C3.35587 13.6788 3.36815 13.6604 3.37649 13.6401C3.38484 13.6199 3.38909 13.5982 3.389 13.5762V12.5762C3.389 12.3994 3.31876 12.2299 3.19374 12.1048C3.06871 11.9798 2.89914 11.9096 2.72233 11.9096H1.389Z' fill='%233A9EFE'/%3E %3Cpath d='M5.389 9.90958C5.21219 9.90958 5.04262 9.97982 4.91759 10.1048C4.79257 10.2299 4.72233 10.3994 4.72233 10.5762V13.5762C4.72224 13.5982 4.72649 13.6199 4.73484 13.6401C4.74318 13.6604 4.75546 13.6788 4.77095 13.6943C4.78644 13.7098 4.80485 13.7221 4.82511 13.7304C4.84537 13.7387 4.86709 13.743 4.889 13.7429H7.22233C7.24424 13.743 7.26596 13.7387 7.28622 13.7304C7.30648 13.7221 7.32489 13.7098 7.34038 13.6943C7.35587 13.6788 7.36815 13.6604 7.37649 13.6401C7.38484 13.6199 7.38909 13.5982 7.389 13.5762V10.5762C7.389 10.3994 7.31876 10.2299 7.19374 10.1048C7.06871 9.97982 6.89914 9.90958 6.72233 9.90958H5.389Z' fill='%233A9EFE'/%3E %3Cpath d='M9.389 7.57624C9.21219 7.57624 9.04262 7.64648 8.91759 7.77151C8.79257 7.89653 8.72233 8.0661 8.72233 8.24291V13.5762C8.72224 13.5982 8.72649 13.6199 8.73484 13.6401C8.74318 13.6604 8.75546 13.6788 8.77095 13.6943C8.78645 13.7098 8.80485 13.7221 8.82511 13.7304C8.84538 13.7387 8.86709 13.743 8.889 13.7429H11.2223C11.2442 13.743 11.266 13.7387 11.2862 13.7304C11.3065 13.7221 11.3249 13.7098 11.3404 13.6943C11.3559 13.6788 11.3681 13.6604 11.3765 13.6401C11.3848 13.6199 11.3891 13.5982 11.389 13.5762V8.24291C11.389 8.0661 11.3188 7.89653 11.1937 7.77151C11.0687 7.64648 10.8991 7.57624 10.7223 7.57624H9.389Z' fill='%233A9EFE'/%3E %3Cpath d='M12.889 13.7429H15.2223C15.2442 13.743 15.266 13.7387 15.2862 13.7304C15.3065 13.7221 15.3249 13.7098 15.3404 13.6943C15.3559 13.6788 15.3681 13.6604 15.3765 13.6401C15.3848 13.6199 15.3891 13.5982 15.389 13.5762V5.57624C15.389 5.39943 15.3188 5.22986 15.1937 5.10484C15.0687 4.97981 14.8991 4.90958 14.7223 4.90958H13.389C13.2122 4.90958 13.0426 4.97981 12.9176 5.10484C12.7926 5.22986 12.7223 5.39943 12.7223 5.57624V13.5762C12.7222 13.5982 12.7265 13.6199 12.7348 13.6401C12.7432 13.6604 12.7555 13.6788 12.771 13.6943C12.7864 13.7098 12.8049 13.7221 12.8251 13.7304C12.8454 13.7387 12.8671 13.743 12.889 13.7429Z' fill='%233A9EFE'/%3E %3Cpath d='M12.1017 2.80425L12.3064 3.11091C12.3522 3.17924 12.4141 3.23523 12.4866 3.27395C12.5592 3.31267 12.6402 3.33292 12.7224 3.33291H12.7391C12.8243 3.33008 12.9074 3.3055 12.9804 3.26151C13.0535 3.21752 13.1141 3.15558 13.1564 3.08158L14.4897 0.748246C14.5357 0.667619 14.5584 0.575794 14.5552 0.483027C14.5521 0.390259 14.5232 0.300202 14.4717 0.222912C14.4207 0.145228 14.3487 0.08351 14.2642 0.0448345C14.1797 0.00615892 14.0859 -0.00790844 13.9937 0.00424536L11.3271 0.337579C11.2424 0.34799 11.1619 0.379904 11.0931 0.430277C11.0243 0.480651 10.9695 0.547806 10.934 0.625342C10.8985 0.702879 10.8835 0.788214 10.8903 0.873214C10.8972 0.958213 10.9257 1.04005 10.9731 1.11091L11.1777 1.41758C11.2021 1.45448 11.2109 1.49953 11.2021 1.54287C11.1934 1.58622 11.1678 1.62434 11.1311 1.64891L1.68575 7.94558C1.53864 8.04371 1.43654 8.19626 1.40191 8.36967C1.36728 8.54308 1.40295 8.72314 1.50108 8.87025C1.59921 9.01735 1.75176 9.11945 1.92517 9.15409C2.09858 9.18872 2.27864 9.15304 2.42575 9.05491L11.8711 2.75825C11.8892 2.74608 11.9096 2.73762 11.931 2.73334C11.9525 2.72907 11.9745 2.72907 11.996 2.73334C12.0174 2.73762 12.0378 2.74608 12.0559 2.75825C12.0741 2.77042 12.0897 2.78605 12.1017 2.80425Z' fill='%233A9EFE'/%3E %3Cpath d='M0.722331 15.9996H15.389C15.5658 15.9996 15.7354 15.9293 15.8604 15.8043C15.9854 15.6793 16.0557 15.5097 16.0557 15.3329C16.0557 15.1561 15.9854 14.9865 15.8604 14.8615C15.7354 14.7365 15.5658 14.6662 15.389 14.6662H0.722331C0.54552 14.6662 0.37595 14.7365 0.250926 14.8615C0.125902 14.9865 0.0556641 15.1561 0.0556641 15.3329C0.0556641 15.5097 0.125902 15.6793 0.250926 15.8043C0.37595 15.9293 0.54552 15.9996 0.722331 15.9996Z' fill='%233A9EFE'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-writing-assistant, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-writing-assistant {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.8382 1.38458C14.9131 1.54687 15.0394 1.67487 15.2062 1.74744L15.9005 2.04859C15.9466 2.06876 15.9858 2.10194 16.0133 2.14406C16.0409 2.18618 16.0555 2.23541 16.0555 2.28573C16.0555 2.33606 16.0409 2.38529 16.0133 2.42741C15.9858 2.46953 15.9466 2.5027 15.9005 2.52288L15.2119 2.82402C15.0475 2.89348 14.916 3.02336 14.8445 3.18688L14.2994 4.42518C14.2023 4.62004 13.9091 4.62004 13.8114 4.42518L13.2663 3.18688C13.1931 3.02453 13.0621 2.8952 12.8989 2.82402L12.2103 2.52288C12.1642 2.5027 12.125 2.46953 12.0975 2.42741C12.0699 2.38529 12.0553 2.33606 12.0553 2.28573C12.0553 2.23541 12.0699 2.18618 12.0975 2.14406C12.125 2.10194 12.1642 2.06876 12.2103 2.04859L12.8989 1.74744C13.0633 1.67798 13.1948 1.54811 13.2663 1.38458L13.8114 0.146287C13.9086 -0.0485718 14.2017 -0.0485718 14.2994 0.146287L14.8382 1.38458ZM8.04595 1.80859C8.09952 1.9213 8.19267 2.01038 8.30765 2.05887L8.80135 2.26459C8.94991 2.33145 8.94991 2.52574 8.80135 2.59259L8.30765 2.79831C8.19135 2.84478 8.09756 2.93448 8.04595 3.0486L7.65968 3.90003C7.58826 4.03318 7.37969 4.03318 7.30884 3.90003L6.92257 3.0486C6.86922 2.93572 6.77601 2.84657 6.66087 2.79831L6.16717 2.59259C6.13438 2.57951 6.10625 2.55688 6.08644 2.52765C6.06663 2.49841 6.05604 2.46391 6.05604 2.42859C6.05604 2.39328 6.06663 2.35877 6.08644 2.32954C6.10625 2.3003 6.13438 2.27768 6.16717 2.26459L6.66087 2.05887C6.77717 2.0124 6.87096 1.9227 6.92257 1.80859L7.30884 0.957151C7.38027 0.824007 7.58883 0.824007 7.65968 0.957151L8.04595 1.80859ZM1.19882 13.7144L0.248572 14.6441C0.187396 14.705 0.138849 14.7773 0.105722 14.857C0.0725955 14.9367 0.055542 15.0221 0.055542 15.1084C0.055542 15.1947 0.0725955 15.2801 0.105722 15.3598C0.138849 15.4395 0.187396 15.5118 0.248572 15.5727L0.482848 15.807C0.734265 16.0653 1.15139 16.0653 1.40281 15.8013L2.34163 14.8613L2.33991 14.8596L10.3413 6.8572L11.2978 5.90462C11.5464 5.65033 11.5464 5.19604 11.2978 4.94747L11.1092 4.75833C10.8555 4.50861 10.3413 4.57147 10.0556 4.85718L1.19882 13.7144ZM13.7411 8.17036C13.6233 8.11366 13.5299 8.01623 13.4783 7.89607L13.0869 6.9692C13.0137 6.82006 12.8057 6.82006 12.7383 6.9692L12.3469 7.89664C12.2952 8.01662 12.2018 8.11384 12.0841 8.17036L11.5944 8.39436C11.4475 8.46864 11.4475 8.68007 11.5944 8.74864L12.0835 8.97265C12.2013 9.02935 12.2947 9.12677 12.3463 9.24693L12.7383 10.1738C12.8115 10.3229 13.0195 10.3229 13.0869 10.1738L13.4783 9.24693C13.5299 9.12674 13.6233 9.02931 13.7411 8.97265L14.2308 8.74864C14.3777 8.67436 14.3777 8.46293 14.2308 8.39436L13.7411 8.17036ZM5.77005 6.8572C5.9216 6.8572 6.06693 6.797 6.17409 6.68983C6.28125 6.58267 6.34145 6.43732 6.34145 6.28577C6.34145 6.13421 6.28125 5.98887 6.17409 5.8817C6.06693 5.77454 5.9216 5.71433 5.77005 5.71433C5.6185 5.71433 5.47317 5.77454 5.36601 5.8817C5.25885 5.98887 5.19865 6.13421 5.19865 6.28577C5.19865 6.43732 5.25885 6.58267 5.36601 6.68983C5.47317 6.797 5.6185 6.8572 5.77005 6.8572ZM16.0553 6.28577C16.0553 6.43732 15.9951 6.58267 15.888 6.68983C15.7808 6.797 15.6355 6.8572 15.4839 6.8572C15.3324 6.8572 15.187 6.797 15.0799 6.68983C14.9727 6.58267 14.9125 6.43732 14.9125 6.28577C14.9125 6.13421 14.9727 5.98887 15.0799 5.8817C15.187 5.77454 15.3324 5.71433 15.4839 5.71433C15.6355 5.71433 15.7808 5.77454 15.888 5.8817C15.9951 5.98887 16.0553 6.13421 16.0553 6.28577ZM9.76988 1.14287C9.92142 1.14287 10.0668 1.08266 10.1739 0.975498C10.2811 0.868333 10.3413 0.722987 10.3413 0.571433C10.3413 0.41988 10.2811 0.274534 10.1739 0.167369C10.0668 0.0602044 9.92142 0 9.76988 0C9.61833 0 9.47299 0.0602044 9.36583 0.167369C9.25867 0.274534 9.19847 0.41988 9.19847 0.571433C9.19847 0.722987 9.25867 0.868333 9.36583 0.975498C9.47299 1.08266 9.61833 1.14287 9.76988 1.14287ZM10.3413 10.8572C10.3413 11.0088 10.2811 11.1541 10.1739 11.2613C10.0668 11.3685 9.92142 11.4287 9.76988 11.4287C9.61833 11.4287 9.47299 11.3685 9.36583 11.2613C9.25867 11.1541 9.19847 11.0088 9.19847 10.8572C9.19847 10.7057 9.25867 10.5603 9.36583 10.4532C9.47299 10.346 9.61833 10.2858 9.76988 10.2858C9.92142 10.2858 10.0668 10.346 10.1739 10.4532C10.2811 10.5603 10.3413 10.7057 10.3413 10.8572Z' fill='%23FF6726'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-pulse-link, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-pulse-link {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.27124 9.17988C6.59197 9.61525 7.00116 9.9755 7.47105 10.2362C7.94095 10.4969 8.46056 10.6519 8.99465 10.6907C9.52874 10.7296 10.0648 10.6513 10.5665 10.4613C11.0682 10.2713 11.5237 9.9739 11.9023 9.58937L14.1428 7.31439C14.823 6.59928 15.1994 5.64151 15.1909 4.64736C15.1823 3.6532 14.7896 2.70221 14.0973 1.99921C13.405 1.29622 12.4684 0.897454 11.4893 0.888815C10.5102 0.880176 9.56699 1.26235 8.86272 1.95303L8.05519 2.76056' stroke='%23F49EFC' stroke-width='1.78395' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9.83943 6.86818C9.5187 6.43281 9.10952 6.07256 8.63962 5.81188C8.16972 5.5512 7.65011 5.39618 7.11602 5.35734C6.58193 5.3185 6.04587 5.39675 5.54418 5.58678C5.04249 5.7768 4.58692 6.07416 4.20837 6.45869L1.96789 8.73366C1.28769 9.44877 0.911311 10.4065 0.919819 11.4007C0.928327 12.3949 1.32104 13.3458 2.01338 14.0488C2.70572 14.7518 3.64228 15.1506 4.62136 15.1592C5.60043 15.1679 6.54368 14.7857 7.24795 14.095L8.05548 13.2875' stroke='%23F49EFC' stroke-width='1.78395' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-advocacy, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-advocacy {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_8620_24165)'%3E %3Cpath d='M16.0557 6.33016C16.0541 6.05614 15.9681 5.78926 15.8095 5.56583C15.6508 5.3424 15.4272 5.17329 15.169 5.08149C15.1186 5.06328 15.0646 5.05747 15.0115 5.06457C14.9584 5.07167 14.9078 5.09146 14.864 5.12227C14.8201 5.15308 14.7844 5.194 14.7597 5.24156C14.7351 5.28912 14.7223 5.34192 14.7223 5.39549L14.727 7.94483C14.7271 7.99828 14.7401 8.05093 14.7649 8.09831C14.7896 8.1457 14.8254 8.18644 14.8692 8.21709C14.913 8.24775 14.9635 8.26742 15.0165 8.27446C15.0695 8.28149 15.1234 8.27567 15.1737 8.25749C15.4324 8.16442 15.656 7.99366 15.8139 7.76857C15.9718 7.54349 16.0562 7.2751 16.0557 7.00016V6.33016Z' fill='%237A66F0'/%3E %3Cpath d='M13.7221 2.33349C13.7216 2.16546 13.6785 2.00029 13.5969 1.8534C13.5153 1.70651 13.3978 1.58269 13.2554 1.49349C12.6994 1.14016 12.2761 1.43616 11.4381 1.83949C9.36501 2.95726 7.05786 3.57116 4.70341 3.63149C4.61828 3.63627 4.53822 3.67348 4.47969 3.73549C4.42116 3.79749 4.38861 3.87956 4.38875 3.96483V9.70216C4.40141 10.7202 4.69431 11.7151 5.23529 12.5776C5.77627 13.4401 6.54441 14.1369 7.45541 14.5915C7.53393 14.6311 7.61951 14.6547 7.70722 14.6611C7.79492 14.6675 7.88302 14.6565 7.96644 14.6286C8.04986 14.6008 8.12696 14.5568 8.19328 14.499C8.25961 14.4413 8.31385 14.371 8.3529 14.2922C8.39194 14.2134 8.41501 14.1277 8.42078 14.0399C8.42655 13.9522 8.4149 13.8642 8.38651 13.7809C8.35811 13.6977 8.31353 13.6209 8.25533 13.555C8.19714 13.4891 8.12647 13.4353 8.04741 13.3968C7.37075 13.0596 6.79788 12.5457 6.38946 11.9095C5.98105 11.2733 5.75229 10.5384 5.72741 9.78283C7.72005 9.93605 9.66005 10.4965 11.4274 11.4295C12.3447 11.8608 12.7194 12.1195 13.2647 11.7628C13.4053 11.672 13.5208 11.5471 13.6004 11.3998C13.6799 11.2525 13.7211 11.0876 13.7201 10.9202L13.7221 2.33349Z' fill='%237A66F0'/%3E %3Cpath d='M3.38889 4.01149C3.38889 3.92309 3.35377 3.8383 3.29126 3.77579C3.22875 3.71328 3.14396 3.67816 3.05556 3.67816L2.38022 3.68349C1.76119 3.68667 1.16872 3.93535 0.732874 4.37495C0.297027 4.81455 0.0534283 5.40913 0.0555558 6.02816L0.0615558 7.3615C0.0645546 7.98022 0.313176 8.57242 0.752744 9.00786C1.19231 9.44331 1.78683 9.68633 2.40556 9.6835H3.05556C3.14396 9.6835 3.22875 9.64838 3.29126 9.58586C3.35377 9.52335 3.38889 9.43857 3.38889 9.35016V4.01149Z' fill='%237A66F0'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_8620_24165'%3E %3Crect width='16' height='16' fill='white' transform='translate(0.055542)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-facebook, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8Z' fill='white'/%3E %3Cpath d='M16 7.9959C16 3.5838 12.4144 0 8 0C3.58564 0 0 3.5838 0 7.9959C0 11.9897 2.92923 15.2947 6.75282 15.8934V10.3004H4.70975V7.9877H6.75282V6.2245C6.75282 4.22347 7.94256 3.10815 9.7641 3.10815C10.6421 3.10815 11.5446 3.28037 11.5446 3.28037V5.23219H10.5436C9.55077 5.23219 9.23077 5.85546 9.23077 6.48693V7.9877H11.4544L11.1015 10.3004H9.23898V15.8934C13.0708 15.2947 16 11.9897 16 7.9959Z' fill='%230866FF'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-instagram, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='1' y='1' width='16' height='16' rx='4.55701' fill='%23EAECEF'/%3E %3Cpath d='M6.33376 9C6.33376 7.5273 7.5273 6.33312 9 6.33312C10.4727 6.33312 11.6669 7.5273 11.6669 9C11.6669 10.4727 10.4727 11.6669 9 11.6669C7.5273 11.6669 6.33376 10.4727 6.33376 9ZM4.8921 9C4.8921 11.2688 6.7312 13.1079 9 13.1079C11.2688 13.1079 13.1079 11.2688 13.1079 9C13.1079 6.7312 11.2688 4.8921 9 4.8921C6.7312 4.8921 4.8921 6.7312 4.8921 9ZM12.3105 4.72922C12.3105 4.91909 12.3667 5.10471 12.4721 5.26263C12.5775 5.42054 12.7274 5.54365 12.9028 5.61638C13.0782 5.68911 13.2712 5.7082 13.4574 5.67123C13.6437 5.63426 13.8148 5.5429 13.9491 5.40869C14.0834 5.27449 14.1749 5.10347 14.212 4.91726C14.2491 4.73106 14.2302 4.53802 14.1576 4.36258C14.085 4.18713 13.962 4.03715 13.8042 3.9316C13.6464 3.82605 13.4608 3.76968 13.2709 3.7696C13.0164 3.76972 12.772 3.87085 12.592 4.05077C12.412 4.2307 12.3107 4.47471 12.3105 4.72922ZM5.768 15.5118C4.98803 15.4763 4.5641 15.3464 4.28237 15.2366C3.90886 15.0912 3.64237 14.918 3.36218 14.6382C3.08198 14.3584 2.90854 14.0922 2.76378 13.7187C2.65395 13.4371 2.52403 13.013 2.48858 12.233C2.44979 11.3898 2.44205 11.1364 2.44205 9.00006C2.44205 6.86368 2.45043 6.61107 2.48858 5.7671C2.5241 4.98714 2.65498 4.5639 2.76378 4.28147C2.90918 3.90797 3.08237 3.64147 3.36218 3.36128C3.64198 3.08109 3.90822 2.90765 4.28237 2.76288C4.56397 2.65306 4.98803 2.52314 5.768 2.48768C6.61126 2.4489 6.86458 2.44115 9 2.44115C11.1354 2.44115 11.389 2.44954 12.233 2.48768C13.0129 2.5232 13.4362 2.65408 13.7186 2.76288C14.0921 2.90765 14.3586 3.08147 14.6388 3.36128C14.919 3.64109 15.0918 3.90797 15.2372 4.28147C15.347 4.56307 15.4769 4.98714 15.5124 5.7671C15.5512 6.61107 15.5589 6.86368 15.5589 9.00006C15.5589 11.1364 15.5512 11.3891 15.5124 12.233C15.4769 13.013 15.3463 13.4369 15.2372 13.7187C15.0918 14.0922 14.9186 14.3587 14.6388 14.6382C14.359 14.9178 14.0921 15.0912 13.7186 15.2366C13.437 15.3464 13.0129 15.4764 12.233 15.5118C11.3897 15.5506 11.1364 15.5583 9 15.5583C6.86362 15.5583 6.61101 15.5506 5.768 15.5118ZM5.70176 1.04845C4.85011 1.08723 4.26816 1.22227 3.75994 1.42003C3.2336 1.62426 2.78803 1.89824 2.34278 2.34278C1.89754 2.78733 1.62426 3.2336 1.42003 3.75994C1.22227 4.26848 1.08723 4.85011 1.04845 5.70176C1.00902 6.55475 1 6.82746 1 9C1 11.1725 1.00902 11.4452 1.04845 12.2982C1.08723 13.15 1.22227 13.7315 1.42003 14.2401C1.62426 14.7661 1.8976 15.2129 2.34278 15.6572C2.78797 16.1016 3.2336 16.3752 3.75994 16.58C4.26912 16.7777 4.85011 16.9128 5.70176 16.9516C6.5552 16.9903 6.82746 17 9 17C11.1725 17 11.4452 16.991 12.2982 16.9516C13.15 16.9128 13.7315 16.7777 14.2401 16.58C14.7661 16.3752 15.212 16.1018 15.6572 15.6572C16.1025 15.2127 16.3752 14.7661 16.58 14.2401C16.7777 13.7315 16.9134 13.1499 16.9516 12.2982C16.9903 11.4446 16.9994 11.1725 16.9994 9C16.9994 6.82746 16.9903 6.55475 16.9516 5.70176C16.9128 4.85005 16.7777 4.26816 16.58 3.75994C16.3752 3.23392 16.1018 2.78803 15.6572 2.34278C15.2127 1.89754 14.7661 1.62426 14.2407 1.42003C13.7315 1.22227 13.1499 1.08659 12.2989 1.04845C11.4459 1.00966 11.1732 1 9.00064 1C6.8281 1 6.5552 1.00902 5.70176 1.04845Z' fill='url(%23paint0_radial_9250_16840)'/%3E %3Cpath d='M6.33376 9C6.33376 7.5273 7.5273 6.33312 9 6.33312C10.4727 6.33312 11.6669 7.5273 11.6669 9C11.6669 10.4727 10.4727 11.6669 9 11.6669C7.5273 11.6669 6.33376 10.4727 6.33376 9ZM4.8921 9C4.8921 11.2688 6.7312 13.1079 9 13.1079C11.2688 13.1079 13.1079 11.2688 13.1079 9C13.1079 6.7312 11.2688 4.8921 9 4.8921C6.7312 4.8921 4.8921 6.7312 4.8921 9ZM12.3105 4.72922C12.3105 4.91909 12.3667 5.10471 12.4721 5.26263C12.5775 5.42054 12.7274 5.54365 12.9028 5.61638C13.0782 5.68911 13.2712 5.7082 13.4574 5.67123C13.6437 5.63426 13.8148 5.5429 13.9491 5.40869C14.0834 5.27449 14.1749 5.10347 14.212 4.91726C14.2491 4.73106 14.2302 4.53802 14.1576 4.36258C14.085 4.18713 13.962 4.03715 13.8042 3.9316C13.6464 3.82605 13.4608 3.76968 13.2709 3.7696C13.0164 3.76972 12.772 3.87085 12.592 4.05077C12.412 4.2307 12.3107 4.47471 12.3105 4.72922ZM5.768 15.5118C4.98803 15.4763 4.5641 15.3464 4.28237 15.2366C3.90886 15.0912 3.64237 14.918 3.36218 14.6382C3.08198 14.3584 2.90854 14.0922 2.76378 13.7187C2.65395 13.4371 2.52403 13.013 2.48858 12.233C2.44979 11.3898 2.44205 11.1364 2.44205 9.00006C2.44205 6.86368 2.45043 6.61107 2.48858 5.7671C2.5241 4.98714 2.65498 4.5639 2.76378 4.28147C2.90918 3.90797 3.08237 3.64147 3.36218 3.36128C3.64198 3.08109 3.90822 2.90765 4.28237 2.76288C4.56397 2.65306 4.98803 2.52314 5.768 2.48768C6.61126 2.4489 6.86458 2.44115 9 2.44115C11.1354 2.44115 11.389 2.44954 12.233 2.48768C13.0129 2.5232 13.4362 2.65408 13.7186 2.76288C14.0921 2.90765 14.3586 3.08147 14.6388 3.36128C14.919 3.64109 15.0918 3.90797 15.2372 4.28147C15.347 4.56307 15.4769 4.98714 15.5124 5.7671C15.5512 6.61107 15.5589 6.86368 15.5589 9.00006C15.5589 11.1364 15.5512 11.3891 15.5124 12.233C15.4769 13.013 15.3463 13.4369 15.2372 13.7187C15.0918 14.0922 14.9186 14.3587 14.6388 14.6382C14.359 14.9178 14.0921 15.0912 13.7186 15.2366C13.437 15.3464 13.0129 15.4764 12.233 15.5118C11.3897 15.5506 11.1364 15.5583 9 15.5583C6.86362 15.5583 6.61101 15.5506 5.768 15.5118ZM5.70176 1.04845C4.85011 1.08723 4.26816 1.22227 3.75994 1.42003C3.2336 1.62426 2.78803 1.89824 2.34278 2.34278C1.89754 2.78733 1.62426 3.2336 1.42003 3.75994C1.22227 4.26848 1.08723 4.85011 1.04845 5.70176C1.00902 6.55475 1 6.82746 1 9C1 11.1725 1.00902 11.4452 1.04845 12.2982C1.08723 13.15 1.22227 13.7315 1.42003 14.2401C1.62426 14.7661 1.8976 15.2129 2.34278 15.6572C2.78797 16.1016 3.2336 16.3752 3.75994 16.58C4.26912 16.7777 4.85011 16.9128 5.70176 16.9516C6.5552 16.9903 6.82746 17 9 17C11.1725 17 11.4452 16.991 12.2982 16.9516C13.15 16.9128 13.7315 16.7777 14.2401 16.58C14.7661 16.3752 15.212 16.1018 15.6572 15.6572C16.1025 15.2127 16.3752 14.7661 16.58 14.2401C16.7777 13.7315 16.9134 13.1499 16.9516 12.2982C16.9903 11.4446 16.9994 11.1725 16.9994 9C16.9994 6.82746 16.9903 6.55475 16.9516 5.70176C16.9128 4.85005 16.7777 4.26816 16.58 3.75994C16.3752 3.23392 16.1018 2.78803 15.6572 2.34278C15.2127 1.89754 14.7661 1.62426 14.2407 1.42003C13.7315 1.22227 13.1499 1.08659 12.2989 1.04845C11.4459 1.00966 11.1732 1 9.00064 1C6.8281 1 6.5552 1.00902 5.70176 1.04845Z' fill='url(%23paint1_radial_9250_16840)'/%3E %3Cpath d='M11.7898 3.46006C11.222 3.43747 10.7501 3.43181 9 3.43181C6.86839 3.43181 6.63341 3.43958 5.81351 3.47729L5.81299 3.47731C5.14147 3.50784 4.82377 3.61506 4.64232 3.68583L4.63986 3.68679L4.63986 3.68678C4.39347 3.78212 4.2445 3.8797 4.06315 4.0613C3.88196 4.24274 3.78379 4.39254 3.68757 4.63926C3.61565 4.82617 3.50864 5.14458 3.47822 5.81183L11.7898 3.46006ZM11.7898 3.46006C11.5447 3.7459 11.388 4.09608 11.3376 4.46766M11.7898 3.46006L11.3376 4.46766M11.3376 4.46766C10.6374 4.1058 9.84256 3.90144 9 3.90144C6.18408 3.90144 3.90144 6.18408 3.90144 9C3.90144 11.8159 6.18408 14.0986 9 14.0986C11.8159 14.0986 14.0986 11.8159 14.0986 9C14.0986 8.15751 13.8942 7.36276 13.5324 6.66259C13.5718 6.65725 13.6111 6.6507 13.6503 6.64293C13.98 6.57748 14.2863 6.42815 14.5402 6.21044C14.563 6.77752 14.5683 7.2485 14.5683 9.00006C14.5683 11.1326 14.5605 11.3669 14.5228 12.1875L14.5228 12.188C14.4923 12.8575 14.385 13.176 14.3137 13.3601C14.2173 13.6073 14.1193 13.7569 13.9386 13.9374C13.7573 14.1185 13.6069 14.217 13.3592 14.3134L13.3586 14.3137C13.1772 14.3844 12.8595 14.4916 12.188 14.5222L12.1874 14.5222C11.3675 14.5599 11.1326 14.5677 9 14.5677C6.86742 14.5677 6.63316 14.5599 5.81353 14.5222L5.81307 14.5222C5.14161 14.4916 4.82388 14.3844 4.64199 14.3135L4.64176 14.3134C4.39409 14.217 4.24404 14.1188 4.06219 13.9372C3.8805 13.7558 3.78282 13.6066 3.68748 13.3606L3.68672 13.3587C3.61596 13.1773 3.50873 12.8596 3.47821 12.188L3.47818 12.1875C3.44048 11.3676 3.4327 11.1326 3.4327 9.00006C3.4327 6.8685 3.44109 6.63331 3.47821 5.81217L11.3376 4.46766ZM3.40128 17.5034L3.4007 17.5032C2.75548 17.2521 2.19154 16.9059 1.64294 16.3584C1.093 15.8095 0.746952 15.2434 0.496733 14.5991L3.40128 17.5034ZM3.40128 17.5034C4.02257 17.7447 4.71111 17.8981 5.65669 17.9412L5.65679 17.9412M3.40128 17.5034L5.65679 17.9412M5.65679 17.9412C6.5325 17.981 6.82216 17.9907 9 17.9907C11.1771 17.9907 11.4679 17.9816 12.344 17.9412C13.2891 17.8981 13.9782 17.7447 14.5991 17.5033L14.5995 17.5031M5.65679 17.9412L14.5995 17.5031M14.5995 17.5031C15.244 17.2522 15.8082 16.9063 16.3572 16.3583C16.9076 15.8087 17.2526 15.2428 17.5031 14.5995L17.5033 14.5991M14.5995 17.5031L17.5033 14.5991M17.5033 14.5991C17.7445 13.9787 17.8988 13.2894 17.9412 12.3432C17.981 11.467 17.99 11.1772 17.99 9C17.99 6.82279 17.981 6.53238 17.9412 5.65676L17.9412 5.6567M17.5033 14.5991L17.9412 5.6567M17.9412 5.6567C17.8981 4.71139 17.7448 4.02165 17.5032 3.40069L17.5031 3.40051M17.9412 5.6567L17.5031 3.40051M17.5031 3.40051C17.2522 2.75604 16.9063 2.19176 16.3583 1.64284C15.8092 1.09288 15.2434 0.746924 14.5996 0.496684L14.5994 0.49658M17.5031 3.40051L14.5994 0.49658M14.5994 0.49658C13.9786 0.255499 13.2895 0.101256 12.3439 0.0588155C11.4686 0.0190181 11.1785 0.00934511 9.00064 0.00934511C6.82402 0.00934511 6.53269 0.018355 5.65669 0.0588188L14.5994 0.49658ZM3.40158 0.496463C4.02217 0.25509 4.71159 0.101914 5.65605 0.0588484L3.40158 0.496463ZM3.40158 0.496463C2.75524 0.74725 2.19123 1.09421 1.64284 1.64173M3.40158 0.496463L1.64284 1.64173M1.64284 1.64173C1.09314 2.19056 0.747068 2.75594 0.496733 3.40089L1.64284 1.64173ZM0.00934511 9C0.00934511 6.82341 0.0183547 6.53224 0.0588188 5.65669L0.00934511 9ZM0.00934511 9C0.00934511 11.1769 0.0183569 11.4678 0.0588353 12.3437L0.00934511 9ZM7.32441 9C7.32441 8.07411 8.07473 7.32377 9 7.32377C9.92558 7.32377 10.6762 8.07442 10.6762 9C10.6762 9.92558 9.92558 10.6762 9 10.6762C8.07473 10.6762 7.32441 9.92589 7.32441 9ZM0.496598 3.40123C0.255214 4.02207 0.101935 4.71119 0.0588495 5.65602L0.496598 3.40123ZM0.0588495 12.344C0.101931 13.2888 0.255191 13.9778 0.496537 14.5986L0.0588495 12.344Z' stroke='%23EAECEF' stroke-width='1.98131'/%3E %3Cdefs%3E %3CradialGradient id='paint0_radial_9250_16840' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(3.1257 17.0756) scale(20.8867 20.8867)'%3E %3Cstop offset='0.09' stop-color='%23FA8F21'/%3E %3Cstop offset='0.78' stop-color='%23D82D7E'/%3E %3C/radialGradient%3E %3CradialGradient id='paint1_radial_9250_16840' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(10.7033 17.7924) scale(16.4616)'%3E %3Cstop offset='0.64' stop-color='%238C3AAA' stop-opacity='0'/%3E %3Cstop offset='1' stop-color='%238C3AAA'/%3E %3C/radialGradient%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-x-twitter, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-x-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8Z' fill='%23AEB5C1'/%3E %3Cpath d='M8.95136 7.23214L12.6741 3H11.7919L8.55948 6.67471L5.97773 3H3L6.9041 8.55681L3 12.9949H3.88222L7.29576 9.11425L10.0223 12.9949H13L8.95136 7.23214ZM4.20009 3.64951H5.55513L11.7923 12.3749H10.4373L4.20009 3.64951Z' fill='white'/%3E %3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8Z' fill='black'/%3E %3Cpath d='M8.95136 7.23214L12.6741 3H11.7919L8.55948 6.67471L5.97773 3H3L6.9041 8.55681L3 12.9949H3.88222L7.29576 9.11425L10.0223 12.9949H13L8.95136 7.23214ZM4.20009 3.64951H5.55513L11.7923 12.3749H10.4373L4.20009 3.64951Z' fill='white'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-linkedin, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M15.8164 1H2.18015C1.52909 1 1 1.51168 1 2.1429V15.7071C1 16.3384 1.52909 16.8509 2.18015 16.8509H15.8164C16.4687 16.8509 17 16.3384 17 15.7071V2.1429C17 1.51168 16.4687 1 15.8164 1Z' fill='%232668B2'/%3E %3Cpath d='M3.37061 6.94251H5.74611V14.5068H3.37061V6.94251ZM4.55901 3.1823C4.83119 3.1824 5.09722 3.26246 5.32347 3.41233C5.54972 3.56221 5.72603 3.77518 5.8301 4.02432C5.93418 4.27346 5.96135 4.54757 5.90818 4.81201C5.85501 5.07644 5.72388 5.31932 5.53138 5.50993C5.33888 5.70055 5.09365 5.83033 4.82669 5.88288C4.55974 5.93543 4.28305 5.90839 4.03161 5.80517C3.78017 5.70195 3.56528 5.52719 3.41409 5.30298C3.2629 5.07877 3.18222 4.81519 3.18224 4.54556C3.18228 4.36649 3.21792 4.18918 3.28713 4.02376C3.35634 3.85833 3.45776 3.70803 3.58561 3.58144C3.71345 3.45485 3.86522 3.35444 4.03224 3.28596C4.19925 3.21747 4.37825 3.18225 4.55901 3.1823Z' fill='white'/%3E %3Cpath d='M7.23505 6.94249H9.50986V7.97659H9.54239C9.8588 7.38192 10.6331 6.75479 11.7877 6.75479C14.1905 6.75479 14.6346 8.32104 14.6346 10.3583V14.5068H12.2617V10.8283C12.2617 9.95109 12.2465 8.82259 11.0286 8.82259C9.79373 8.82259 9.60533 9.77866 9.60533 10.7655V14.5068H7.23505V6.94249Z' fill='white'/%3E %3Cpath d='M15.8164 0.504673H2.18015C1.27083 0.504673 0.504673 1.22306 0.504673 2.1429V15.7071C0.504673 16.6265 1.27033 17.3462 2.18015 17.3462H15.8164C16.7259 17.3462 17.4953 16.628 17.4953 15.7071V2.1429C17.4953 1.22155 16.7254 0.504673 15.8164 0.504673Z' stroke='%23EAECEF' stroke-width='0.990655'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-pinterest, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-pinterest {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='0.504673' y='0.504673' width='16.9907' height='16.9907' rx='8.49533' stroke='%23EAECEF' stroke-width='0.990655'/%3E %3Cpath d='M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z' fill='white'/%3E %3Cpath d='M1 9C1 12.4153 3.14067 15.3313 6.15333 16.4787C6.08 15.854 6.002 14.824 6.17 14.1013C6.31467 13.48 7.104 10.1427 7.104 10.1427C7.104 10.1427 6.866 9.666 6.866 8.96C6.866 7.85333 7.50733 7.02667 8.30667 7.02667C8.98667 7.02667 9.31467 7.53667 9.31467 8.148C9.31467 8.83133 8.87933 9.85267 8.65467 10.8C8.46733 11.5927 9.05267 12.2393 9.834 12.2393C11.2493 12.2393 12.338 10.7467 12.338 8.592C12.338 6.68467 10.9673 5.352 9.01067 5.352C6.74533 5.352 5.41533 7.05133 5.41533 8.808C5.41533 9.49267 5.67867 10.226 6.008 10.6253C6.03608 10.6555 6.05592 10.6924 6.06561 10.7324C6.0753 10.7725 6.07452 10.8143 6.06333 10.854C6.00267 11.106 5.868 11.6467 5.842 11.7573C5.80667 11.9027 5.72667 11.934 5.57533 11.8633C4.58067 11.4007 3.95933 9.94667 3.95933 8.77867C3.95933 6.266 5.784 3.95933 9.22067 3.95933C11.9833 3.95933 14.1307 5.928 14.1307 8.55867C14.1307 11.3033 12.4007 13.5127 9.998 13.5127C9.19067 13.5127 8.43267 13.0927 8.17267 12.5973C8.17267 12.5973 7.77333 14.1187 7.67667 14.4907C7.48867 15.2133 6.96733 16.128 6.644 16.6473C7.38933 16.8767 8.18 17 9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9Z' fill='%23E60023'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-tiktok, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-tiktok {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z' fill='black'/%3E %3Cpath d='M7.93808 7.85609V7.4218C7.79267 7.40201 7.64494 7.38964 7.49419 7.38964C5.67774 7.38964 4.2 8.86743 4.2 10.6839C4.2 11.7984 4.75683 12.7846 5.60632 13.381C5.05806 12.7924 4.73264 12.004 4.73264 11.138C4.73264 9.34766 6.15755 7.89769 7.93808 7.85609Z' fill='%2325F4EE'/%3E %3Cpath d='M8.01586 12.6517C8.82628 12.6517 9.49684 11.9978 9.52692 11.1946L9.53375 4.03225L10.8326 4.03273L10.8306 4.02196C10.8033 3.8746 10.7884 3.72297 10.7884 3.56782H8.99863L8.99575 10.7404C8.96564 11.5436 8.3046 12.1883 7.49418 12.1883C7.24231 12.1883 7.00511 12.1253 6.79631 12.0154C7.06975 12.3944 7.51391 12.6517 8.01586 12.6517Z' fill='%2325F4EE'/%3E %3Cpath d='M13.2783 6.47792V6.05773C12.7784 6.05773 12.3128 5.90912 11.9224 5.65453C12.27 6.05384 12.7423 6.36317 13.2783 6.47792Z' fill='%2325F4EE'/%3E %3Cpath d='M11.9224 5.65453C11.5415 5.21706 11.31 4.64618 11.31 4.02197H10.8224C10.9487 4.70389 11.3616 5.2889 11.9224 5.65453Z' fill='%23FE2C55'/%3E %3Cpath d='M7.49418 9.16573C6.66466 9.16573 5.97975 9.85426 5.97975 10.6839C5.97975 11.2615 6.31746 11.7634 6.79631 12.0154C6.61786 11.7681 6.5114 11.4656 6.5114 11.138C6.5114 10.3084 7.18634 9.63351 8.01586 9.63351C8.17071 9.63351 8.31927 9.65906 8.45978 9.70306V7.87594C8.31436 7.85618 8.16663 7.84378 8.01586 7.84378C7.98978 7.84378 7.96402 7.84514 7.93807 7.84575L7.93119 7.8461L7.92634 9.22914C7.78583 9.18514 7.64903 9.16573 7.49418 9.16573Z' fill='%23FE2C55'/%3E %3Cpath d='M13.2783 6.45646L13.27 6.45483L13.2696 7.83675C12.3416 7.83675 11.4793 7.53131 10.7773 7.02747L10.7779 10.6838C10.7779 12.5003 9.3106 13.9689 7.49417 13.9689C6.79222 13.9689 6.14139 13.7567 5.60632 13.381C6.20816 14.0271 7.06537 14.4322 8.01585 14.4322C9.83228 14.4322 11.31 12.9545 11.31 11.138V7.50089C12.012 8.00473 12.872 8.30161 13.8 8.30161V6.51187C13.6211 6.51187 13.4466 6.49251 13.2783 6.45646Z' fill='%23FE2C55'/%3E %3Cpath d='M10.7884 10.6839V7.04674C11.4903 7.55058 12.3503 7.84746 13.2783 7.84746L13.2783 6.45646C12.7423 6.34169 12.27 6.05386 11.9224 5.65453C11.3616 5.2889 10.9569 4.70388 10.8306 4.02196L9.52031 4.02196L9.51743 11.1946C9.48735 11.9978 8.82628 12.6424 8.01585 12.6424C7.51391 12.6424 7.06975 12.3944 6.79631 12.0154C6.31746 11.7634 5.98972 11.2615 5.98972 10.6839C5.98972 9.85428 6.66465 9.17938 7.49417 9.17938C7.64903 9.17938 7.79756 9.2049 7.93809 9.2489L7.93807 7.84575C6.15754 7.88735 4.72169 9.34767 4.72169 11.138C4.72169 12.004 5.05806 12.7924 5.60632 13.381C6.14139 13.7566 6.79223 13.978 7.49417 13.978C9.3106 13.978 10.7884 12.5003 10.7884 10.6839Z' fill='white'/%3E %3Cpath d='M9 17.4953C13.6918 17.4953 17.4953 13.6918 17.4953 9C17.4953 4.30816 13.6918 0.504673 9 0.504673C4.30816 0.504673 0.504673 4.30816 0.504673 9C0.504673 13.6918 4.30816 17.4953 9 17.4953Z' stroke='%23EAECEF' stroke-width='0.990655'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-threads, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-threads {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E %3Cg clip-path='url(%23clip0_13888_90293)'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1125 11.896C10.3415 12.65 9.4065 12.991 8.0805 13H8.0745C6.5825 12.99 5.4355 12.498 4.6645 11.538C3.9795 10.683 3.6255 9.494 3.6135 8.004V7.997C3.6255 6.506 3.9795 5.318 4.6655 4.463C5.4355 3.502 6.5835 3.01 8.0745 3H8.0805C9.2245 3.008 10.1815 3.302 10.9245 3.874C11.6235 4.412 12.1155 5.178 12.3865 6.152L11.5365 6.389C11.0765 4.739 9.9125 3.896 8.0765 3.883C6.8645 3.892 5.9475 4.273 5.3515 5.015C4.7945 5.71 4.5065 6.714 4.4955 8C4.5065 9.286 4.7945 10.29 5.3525 10.985C5.9485 11.728 6.8655 12.109 8.0775 12.117C9.1705 12.109 9.8935 11.854 10.4945 11.265C11.1805 10.593 11.1685 9.768 10.9485 9.266C10.8195 8.97 10.5845 8.724 10.2675 8.537C10.1875 9.1 10.0085 9.556 9.7325 9.9C9.3635 10.359 8.8405 10.61 8.1785 10.646C7.6775 10.673 7.1945 10.555 6.8205 10.312C6.3775 10.025 6.1185 9.587 6.0905 9.077C6.0635 8.581 6.2605 8.125 6.6445 7.793C7.0115 7.476 7.5275 7.29 8.1375 7.255C8.5865 7.23 9.0075 7.25 9.3955 7.314C9.3435 7.005 9.2395 6.759 9.0835 6.582C8.8695 6.338 8.5385 6.214 8.1005 6.211H8.0885C7.7365 6.211 7.2585 6.308 6.9545 6.761L6.2225 6.27C6.6305 5.664 7.2925 5.33 8.0885 5.33H8.1065C9.4375 5.338 10.2305 6.153 10.3095 7.575C10.3545 7.594 10.3995 7.614 10.4435 7.634C11.0645 7.926 11.5185 8.368 11.7575 8.913C12.0895 9.672 12.1205 10.909 11.1125 11.896ZM8.4955 8.129C8.3945 8.129 8.2925 8.132 8.1875 8.138C7.4225 8.181 6.9455 8.532 6.9725 9.031C7.0005 9.554 7.5775 9.797 8.1325 9.767C8.6425 9.74 9.3065 9.541 9.4185 8.221C9.1365 8.16 8.8275 8.129 8.4955 8.129Z' fill='white'/%3E %3Cpath d='M8.1875 8.138C8.2925 8.132 8.3945 8.129 8.4955 8.129C8.8275 8.129 9.1365 8.16 9.4185 8.221C9.3065 9.541 8.6425 9.74 8.1325 9.767C7.5775 9.797 7.0005 9.554 6.9725 9.031C6.9455 8.532 7.4225 8.181 8.1875 8.138Z' fill='black'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM8.0745 13H8.0805C9.4065 12.991 10.3415 12.65 11.1125 11.896C12.1205 10.909 12.0895 9.672 11.7575 8.913C11.5185 8.368 11.0645 7.926 10.4435 7.634C10.3995 7.614 10.3545 7.594 10.3095 7.575C10.2305 6.153 9.4375 5.338 8.1065 5.33H8.0885C7.2925 5.33 6.6305 5.664 6.2225 6.27L6.9545 6.761C7.2585 6.308 7.7365 6.211 8.0885 6.211H8.1005C8.5385 6.214 8.8695 6.338 9.0835 6.582C9.2395 6.759 9.3435 7.005 9.3955 7.314C9.0075 7.25 8.5865 7.23 8.1375 7.255C7.5275 7.29 7.0115 7.476 6.6445 7.793C6.2605 8.125 6.0635 8.581 6.0905 9.077C6.1185 9.587 6.3775 10.025 6.8205 10.312C7.1945 10.555 7.6775 10.673 8.1785 10.646C8.8405 10.61 9.3635 10.359 9.7325 9.9C10.0085 9.556 10.1875 9.1 10.2675 8.537C10.5845 8.724 10.8195 8.97 10.9485 9.266C11.1685 9.768 11.1805 10.593 10.4945 11.265C9.8935 11.854 9.1705 12.109 8.0775 12.117C6.8655 12.109 5.9485 11.728 5.3525 10.985C4.7945 10.29 4.5065 9.286 4.4955 8C4.5065 6.714 4.7945 5.71 5.3515 5.015C5.9475 4.273 6.8645 3.892 8.0765 3.883C9.9125 3.896 11.0765 4.739 11.5365 6.389L12.3865 6.152C12.1155 5.178 11.6235 4.412 10.9245 3.874C10.1815 3.302 9.2245 3.008 8.0805 3H8.0745C6.5835 3.01 5.4355 3.502 4.6655 4.463C3.9795 5.318 3.6255 6.506 3.6135 7.997V8.004C3.6255 9.494 3.9795 10.683 4.6645 11.538C5.4355 12.498 6.5825 12.99 8.0745 13Z' fill='black'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_13888_90293'%3E %3Crect width='16' height='16' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-google-business, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-google-business {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.8025 14.6637H3.17934C2.58002 14.6637 2.08967 14.178 2.08967 13.5843V2.06972C2.08967 1.476 2.58002 0.990234 3.17934 0.990234H14.8025C15.4018 0.990234 15.8922 1.476 15.8922 2.06972V13.5843C15.8922 14.178 15.4018 14.6637 14.8025 14.6637Z' fill='%234285F4'/%3E %3Cpath d='M2.08967 7.85399L8.96368 14.6638H15.8922V6.07283H2.08967V7.85399Z' fill='url(%23paint0_linear_9250_16902)'/%3E %3Cpath d='M3.17934 0.990234C2.68899 0.990234 2.27128 1.31408 2.13507 1.75487L1 6.02784C1 7.12532 1.8899 8.0069 2.99773 8.0069C4.09648 8.0069 4.99546 7.12532 4.99546 6.02784L5.65834 0.990235L3.17934 0.990234Z' fill='%237BAAF7'/%3E %3Cpath d='M15.8468 1.75487C15.7105 1.31408 15.2928 0.990234 14.8025 0.990234H12.3235L12.9864 6.02784C12.9864 7.12532 13.8763 8.0069 14.9841 8.0069C16.0919 8.0069 16.9818 7.12532 16.9818 6.02784L15.8468 1.75487ZM8.99091 0.990234L5.65834 0.990235L4.99546 6.02784C4.99546 7.12532 5.88535 8.0069 6.99318 8.0069C8.09193 8.0069 8.99091 7.12532 8.99091 6.02784V0.990234Z' fill='%233F51B5'/%3E %3Cpath d='M8.99091 0.990234V6.02784C8.99091 7.11633 9.8899 8.0069 10.9887 8.0069C12.0965 8.0069 12.9864 7.12532 12.9864 6.02784L12.3235 0.990234H8.99091Z' fill='%237BAAF7'/%3E %3Cpath d='M12.8048 11.2454V12.0109H13.8799C13.7936 12.4661 13.3923 12.7971 12.8048 12.7971C12.1528 12.7971 11.6243 12.2511 11.6243 11.6052C11.6243 10.9593 12.1528 10.4133 12.8048 10.4133C13.0981 10.4133 13.3614 10.5131 13.5684 10.7092L14.1414 10.1416C13.7955 9.82224 13.3432 9.62614 12.8048 9.62614C11.7015 9.62614 10.807 10.5122 10.807 11.6052C10.807 12.6982 11.7015 13.5843 12.8048 13.5843C13.9589 13.5843 14.7226 12.7809 14.7226 11.6502C14.7226 11.5098 14.7099 11.3749 14.6863 11.2454H12.8048Z' fill='%23EEEEEE'/%3E %3Cpath d='M14.8025 14.5738H3.17934C2.58002 14.5738 2.08967 14.088 2.08967 13.4943L2.08967 13.5843C2.08967 14.178 2.58002 14.6637 3.17934 14.6637H14.8025C15.4018 14.6637 15.8922 14.178 15.8922 13.5843L15.8922 13.4943C15.8922 14.088 15.4018 14.5738 14.8025 14.5738Z' fill='%233A71DC'/%3E %3Cpath opacity='0.2' d='M14.9841 8.00836C13.8854 8.00836 12.9864 7.12678 12.9864 6.0293V6.11925V6.10126C12.941 7.16276 12.0692 8.00836 10.9886 8.00836C10.8524 8.00836 10.7162 7.99037 10.5891 7.97237H10.58C10.4892 7.95438 10.3893 7.9274 10.3076 7.89141H10.2985C10.2804 7.88242 10.2622 7.87342 10.235 7.86443C10.2259 7.86443 10.2168 7.85543 10.2077 7.85543C10.1805 7.84643 10.1623 7.83744 10.1351 7.82844C10.126 7.82844 10.126 7.81945 10.1169 7.81945C10.0897 7.81045 10.0715 7.79246 10.0443 7.78346C10.0352 7.78346 10.0352 7.77447 10.0261 7.77447C10.0079 7.76547 9.9807 7.74748 9.96254 7.73849C9.95346 7.73849 9.94438 7.72949 9.94438 7.72949C9.92622 7.72049 9.90806 7.7115 9.89898 7.7025C9.8899 7.69351 9.88082 7.68451 9.86266 7.68451C9.85358 7.67552 9.83541 7.66652 9.82633 7.65752C9.80817 7.64853 9.79909 7.63953 9.78093 7.63054C9.77185 7.62154 9.75369 7.61255 9.74461 7.60355C9.73553 7.59455 9.71737 7.58556 9.70829 7.57656C9.69921 7.56757 9.69012 7.55857 9.67196 7.54958L9.63564 7.51359L9.6084 7.48661C9.59024 7.47761 9.58116 7.45962 9.563 7.45062C9.55392 7.44163 9.54484 7.42364 9.52667 7.41464L9.49035 7.37866C9.48127 7.36966 9.47219 7.35167 9.45403 7.34267C9.44495 7.33368 9.43587 7.32468 9.42679 7.30669C9.41771 7.2887 9.40863 7.2797 9.39047 7.26171C9.38138 7.25272 9.3723 7.24372 9.36322 7.22573C9.35414 7.20774 9.33598 7.18975 9.3269 7.18075C9.31782 7.17175 9.30874 7.16276 9.30874 7.15376C9.29966 7.13577 9.29058 7.11778 9.2815 7.10878C9.27242 7.09979 9.26334 7.09079 9.26334 7.0728C9.25426 7.05481 9.2361 7.03682 9.22701 7.00983C9.22701 7.00084 9.21793 6.99184 9.21793 6.99184C9.20885 6.97385 9.19069 6.94686 9.18161 6.92887C9.18161 6.91987 9.17253 6.91987 9.17253 6.91088C9.16345 6.89289 9.15437 6.8659 9.14529 6.84791C9.14529 6.83891 9.13621 6.82992 9.13621 6.82992C9.12713 6.80293 9.11805 6.78494 9.10897 6.75795C9.10897 6.74896 9.09989 6.73996 9.09989 6.73996L9.07265 6.659V6.65L9.0454 6.56904V6.56005C9.03632 6.52406 9.02724 6.49708 9.02724 6.46109C9.00908 6.29917 8.99092 6.16423 8.99092 6.0293V6.13725C8.99092 6.16423 8.99092 6.19122 8.98184 6.2272V6.2362C8.98184 6.26319 8.97276 6.29017 8.97276 6.31716V6.33515C8.97276 6.36214 8.96368 6.38013 8.96368 6.40712V6.4341C8.9546 6.46109 8.9546 6.47908 8.94552 6.50607C8.94552 6.51507 8.94552 6.52406 8.93644 6.53306C8.92736 6.56004 8.92736 6.57804 8.91827 6.60502C8.91827 6.61402 8.91827 6.62301 8.90919 6.63201C8.90011 6.65 8.89103 6.67699 8.88195 6.69498C8.88195 6.70398 8.87287 6.71297 8.87287 6.72197C8.86379 6.73996 8.85471 6.75795 8.84563 6.78494C8.84563 6.79393 8.83655 6.80293 8.83655 6.81193L8.80931 6.8659C8.80023 6.8749 8.80023 6.89289 8.79115 6.90188C8.78207 6.91987 8.77298 6.92887 8.77298 6.94686C8.7639 6.96485 8.75482 6.97385 8.74574 6.99184C8.73666 7.00084 8.73666 7.00983 8.72758 7.02782L8.70034 7.0818C8.69126 7.09079 8.68218 7.09979 8.68218 7.11778C8.6731 7.13577 8.66402 7.15376 8.65494 7.16276C8.64586 7.17175 8.63678 7.18075 8.63678 7.18975C8.6277 7.20774 8.61862 7.22573 8.60045 7.23472C8.59137 7.24372 8.58229 7.25272 8.57321 7.27071C8.56413 7.2887 8.55505 7.2977 8.53689 7.31569C8.52781 7.32468 8.51873 7.34267 8.50965 7.35167C8.50057 7.36066 8.49149 7.37866 8.47333 7.38765L8.44608 7.41464C8.437 7.43263 8.41884 7.44163 8.40976 7.45962L8.38252 7.48661L8.33712 7.53158L8.30988 7.55857C8.29171 7.56757 8.28263 7.58556 8.26447 7.59455C8.25539 7.59455 8.25539 7.60355 8.24631 7.60355C8.22815 7.62154 8.20999 7.63054 8.19183 7.64853L8.18275 7.65752C8.16459 7.67552 8.13734 7.69351 8.1101 7.7025H8.10102C8.07378 7.72049 8.05562 7.73849 8.02838 7.74748H8.0193C7.99205 7.76547 7.96481 7.77447 7.93757 7.79246C7.92849 7.79246 7.92849 7.80146 7.91941 7.80146C7.89217 7.81045 7.87401 7.82844 7.84677 7.83744C7.83768 7.83744 7.83768 7.84643 7.8286 7.84643C7.81044 7.85543 7.7832 7.86443 7.75596 7.87342C7.74688 7.87342 7.7378 7.88242 7.72872 7.88242C7.71056 7.89141 7.6924 7.90041 7.66515 7.9094H7.65607L7.57435 7.93639C7.56527 7.93639 7.55619 7.94539 7.54711 7.94539C7.52894 7.95438 7.5017 7.95438 7.48354 7.96338C7.46538 7.96338 7.44722 7.97237 7.42906 7.97237C7.4109 7.97237 7.40182 7.98137 7.38366 7.98137C7.36549 7.98137 7.34733 7.99037 7.32917 7.99037C7.31101 7.99037 7.30193 7.99936 7.28377 7.99936C7.25653 8.00836 7.2202 8.00836 7.19296 8.00836H7.18388C7.16572 8.00836 7.13848 8.00836 7.12032 8.01735H6.97503C5.87628 8.01735 4.9773 7.13577 4.9773 6.03829C4.9773 6.68599 4.65948 7.26171 4.17821 7.62154L4.09648 7.67552C3.79682 7.88242 3.41544 8.00836 2.99773 8.00836C1.92622 8.00836 1.0454 7.16276 1 6.11026V6.11925C1 7.21673 1.89898 8.09832 2.99773 8.09832C3.41544 8.09832 3.79682 7.97237 4.11464 7.75648L4.19637 7.7025C4.68672 7.34267 4.99546 6.76695 4.99546 6.11925C4.99546 7.20774 5.89444 8.09832 6.99319 8.09832H7.13848C7.15664 8.09832 7.18388 8.09832 7.20204 8.08932H7.21112C7.23837 8.08932 7.27469 8.08032 7.30193 8.08032C7.32009 8.08032 7.32917 8.07133 7.34733 8.07133C7.36549 8.07133 7.38366 8.06233 7.40182 8.06233C7.41998 8.06233 7.42906 8.05334 7.44722 8.05334C7.46538 8.05334 7.48354 8.04434 7.5017 8.04434C7.51986 8.03535 7.54711 8.03534 7.56527 8.02635C7.57435 8.02635 7.58343 8.01735 7.59251 8.01735L7.67423 7.99037H7.68331C7.70148 7.98137 7.71964 7.97237 7.74688 7.96338C7.75596 7.96338 7.76504 7.95438 7.77412 7.95438C7.80136 7.94539 7.81952 7.93639 7.84677 7.9274C7.85585 7.9274 7.85585 7.9184 7.86493 7.9184C7.89217 7.9094 7.91033 7.89141 7.93757 7.88242C7.94665 7.88242 7.94665 7.87342 7.95573 7.87342C7.98297 7.85543 8.01022 7.84643 8.03746 7.82844H8.04654C8.07378 7.81045 8.10102 7.80146 8.11918 7.78346H8.12826C8.15551 7.76547 8.17367 7.74748 8.20091 7.73849L8.20999 7.72949C8.22815 7.7115 8.24631 7.7025 8.26447 7.68451C8.27355 7.68451 8.27355 7.67552 8.28263 7.67552C8.30079 7.66652 8.30988 7.64853 8.32804 7.63953L8.35528 7.61255L8.40068 7.56757L8.42792 7.54058C8.437 7.53158 8.45516 7.51359 8.46424 7.4956L8.49149 7.46861C8.50057 7.45962 8.50965 7.44163 8.52781 7.43263C8.53689 7.42364 8.54597 7.41464 8.55505 7.39665C8.56413 7.37866 8.57321 7.36966 8.59137 7.35167C8.60045 7.34267 8.60953 7.33368 8.61862 7.31569C8.6277 7.2977 8.64586 7.2797 8.65494 7.27071C8.66402 7.26171 8.6731 7.25272 8.6731 7.24372C8.68218 7.22573 8.69126 7.20774 8.70034 7.19874C8.70942 7.18975 8.7185 7.18075 8.7185 7.16276L8.74574 7.10878C8.75482 7.09979 8.75482 7.09079 8.7639 7.0728C8.77299 7.05481 8.78207 7.04581 8.79115 7.02782C8.80023 7.00983 8.80931 7.00084 8.80931 6.98284C8.81839 6.97385 8.81839 6.95586 8.82747 6.94686L8.85471 6.89289C8.85471 6.88389 8.86379 6.8749 8.86379 6.8659C8.87287 6.84791 8.88195 6.82992 8.89103 6.80293C8.89103 6.79393 8.90011 6.78494 8.90011 6.77594C8.90919 6.75795 8.91827 6.73096 8.92736 6.71297C8.92736 6.70398 8.93644 6.69498 8.93644 6.68599C8.94552 6.659 8.9546 6.64101 8.9546 6.61402C8.9546 6.60502 8.9546 6.59603 8.96368 6.58703C8.97276 6.56004 8.97276 6.54205 8.98184 6.51507V6.48808C8.99092 6.46109 8.99092 6.4431 8.99092 6.41611V6.39812C8.99092 6.37113 9 6.34415 9 6.31716V6.30816C9 6.28118 9.00908 6.25419 9.00908 6.21821V6.11026C9.00908 6.24519 9.02724 6.38013 9.0454 6.50607C9.05448 6.54205 9.06356 6.56904 9.06356 6.60502V6.61402L9.09081 6.69498V6.70398L9.11805 6.78494C9.11805 6.79393 9.12713 6.80293 9.12713 6.80293C9.13621 6.82992 9.14529 6.84791 9.15437 6.8749C9.15437 6.88389 9.16345 6.89289 9.16345 6.89289C9.17253 6.91088 9.18161 6.93787 9.19069 6.95586C9.19069 6.96485 9.19977 6.96485 9.19977 6.97385C9.20885 7.00084 9.21793 7.01883 9.2361 7.03682C9.2361 7.04581 9.24518 7.05481 9.24518 7.05481C9.25426 7.0728 9.27242 7.09979 9.2815 7.11778C9.29058 7.12678 9.29966 7.13577 9.29966 7.15376C9.30874 7.17175 9.31782 7.18975 9.3269 7.19874C9.33598 7.20774 9.34506 7.21673 9.34506 7.22573C9.35414 7.24372 9.36322 7.26171 9.38138 7.27071C9.39047 7.2797 9.39955 7.2887 9.40863 7.30669C9.41771 7.32468 9.42679 7.33368 9.44495 7.35167C9.45403 7.36066 9.46311 7.37866 9.47219 7.38765C9.48127 7.39665 9.49035 7.41464 9.50851 7.42364L9.54484 7.45962C9.55392 7.46861 9.563 7.48661 9.58116 7.4956C9.59024 7.5046 9.6084 7.52259 9.62656 7.53158L9.6538 7.55857L9.69012 7.59455C9.69012 7.59455 9.70829 7.61255 9.72645 7.62154C9.73553 7.63054 9.75369 7.63953 9.76277 7.64853C9.77185 7.65752 9.79001 7.66652 9.79909 7.67552C9.80817 7.68451 9.82633 7.69351 9.84449 7.7025C9.85358 7.7115 9.87174 7.72049 9.88082 7.72949C9.8899 7.73849 9.89898 7.74748 9.91714 7.74748C9.9353 7.75648 9.95346 7.76547 9.96254 7.77447C9.97162 7.77447 9.9807 7.78346 9.9807 7.78346C9.99887 7.79246 10.0261 7.81045 10.0443 7.81945C10.0533 7.81945 10.0533 7.82844 10.0624 7.82844C10.0897 7.83744 10.1078 7.85543 10.1351 7.86443C10.1442 7.86443 10.1442 7.87342 10.1532 7.87342C10.1714 7.88242 10.1986 7.89141 10.2259 7.90041C10.235 7.90041 10.244 7.9094 10.2531 7.9094C10.2713 7.9184 10.2894 7.9274 10.3167 7.93639H10.3258C10.4166 7.97237 10.5074 7.99037 10.5982 8.01735H10.6073C10.7344 8.04434 10.8706 8.05334 11.0068 8.05334C12.1056 8.05334 13.0045 7.17175 13.0045 6.07428C13.0045 7.16276 13.9035 8.05334 15.0023 8.05334C16.1101 8.05334 17 7.17175 17 6.07428V6.06528C16.9364 7.16276 16.0556 8.00836 14.9841 8.00836Z' fill='%231A237E'/%3E %3Cpath opacity='0.1' d='M16.9818 6.0293C16.9818 7.12678 16.0919 8.00836 14.9841 8.00836C13.8763 8.00836 12.9864 7.12678 12.9864 6.0293H16.9818ZM4.99546 6.0293C4.99546 7.12678 4.10556 8.00836 2.99773 8.00836C1.8899 8.00836 1 7.12678 1 6.0293H4.99546ZM8.99092 6.0293C8.99092 7.12678 8.10102 8.00836 6.99319 8.00836C5.88536 8.00836 4.99546 7.12678 4.99546 6.0293H8.99092ZM12.9864 6.0293C12.9864 7.12678 12.0965 8.00836 10.9887 8.00836C9.88082 8.00836 8.99092 7.12678 8.99092 6.0293H12.9864Z' fill='%23231F20'/%3E %3Cpath opacity='0.2' d='M12.3235 1.08019H12.3326L12.3235 0.990234H3.17934C2.68899 0.990234 2.27128 1.31408 2.13507 1.75487L1 6.02784V6.10881L2.13507 1.84483C2.27128 1.40404 2.68899 1.08019 3.17934 1.08019H12.3235ZM15.8468 1.84483L16.9818 6.10881V6.02784L15.8468 1.75487C15.7106 1.31408 15.2929 0.990234 14.8025 0.990234H12.3235L12.3326 1.08019H14.8025C15.2929 1.08019 15.7106 1.40404 15.8468 1.84483Z' fill='white'/%3E %3Cpath d='M17.4953 5.96782V6.03261C17.4953 6.87884 17.0607 7.63361 16.4044 8.07708V13.5827C16.4044 14.4548 15.6864 15.1566 14.8182 15.1566H3.18182C2.31358 15.1566 1.59558 14.4548 1.59558 13.5827V8.07708C0.939284 7.63361 0.504673 6.87884 0.504673 6.03261V5.96845L0.52102 5.90641L1.64829 1.62803L1.68278 1.49715L1.70611 1.47408C1.7063 1.47363 1.70649 1.47319 1.70669 1.47275C1.71799 1.43261 1.73207 1.40048 1.74313 1.3781C1.75178 1.35645 1.75953 1.34113 1.76336 1.33356L1.76366 1.33295C1.77365 1.3132 1.78756 1.2885 1.80628 1.2618C1.80858 1.25813 1.81071 1.25482 1.8126 1.25191L1.83984 1.19805L1.86959 1.16864C1.87447 1.1621 1.88072 1.15401 1.88815 1.14505C1.88913 1.14387 1.89016 1.14264 1.89123 1.14138L1.90347 1.11716L1.93323 1.08774C1.93811 1.08121 1.94435 1.07312 1.95179 1.06416C1.96055 1.0536 1.97271 1.03971 1.98811 1.02449L2.33636 1.37673L1.98811 1.02449L2.04266 0.970564L2.06993 0.943599L2.12688 0.887291L2.14502 0.878323C2.14537 0.877972 2.14574 0.877606 2.14612 0.877225C2.16522 0.858058 2.2203 0.802809 2.30689 0.757975C2.33213 0.740173 2.35503 0.726602 2.3729 0.716828C2.37471 0.715843 2.37646 0.714897 2.37815 0.713989L17.4953 5.96782ZM17.4953 5.96782L17.4787 5.90521L16.3499 1.66446L17.4953 5.96782ZM2.23029 0.821081C2.22887 0.822447 2.22745 0.823826 2.22603 0.825217L2.23029 0.821081ZM2.38563 0.709014C2.38498 0.709453 2.38439 0.709852 2.38386 0.710211L15.6386 0.730252C15.6311 0.725127 15.6239 0.720496 15.6172 0.716323C15.6135 0.714073 15.61 0.711967 15.6067 0.710008C15.5673 0.684244 15.5304 0.666131 15.5173 0.659722L15.5152 0.658658L15.4031 0.584789H15.3429C15.3302 0.580422 15.3201 0.577126 15.3139 0.575114C15.3121 0.574548 15.3107 0.574083 15.3096 0.573725L15.2341 0.548836H15.2248L15.1703 0.521872H15.1139C15.1121 0.52154 15.1103 0.521212 15.1085 0.520889C15.0982 0.519059 15.0856 0.517128 15.0711 0.515627C15.07 0.515513 15.0689 0.515402 15.0677 0.515292C15.0587 0.513703 15.0443 0.511281 15.0278 0.509199C15.0073 0.506612 14.9789 0.503895 14.9455 0.503895H14.9258L14.9256 0.50387C14.9092 0.501511 14.8632 0.494907 14.8091 0.494907H3.18182C3.18129 0.494907 3.18032 0.494886 3.17892 0.494857C3.16449 0.494552 3.10519 0.493298 3.03362 0.504015C2.98782 0.50494 2.94904 0.510989 2.92817 0.51483C2.92527 0.515083 2.92249 0.515351 2.91982 0.515627C2.90534 0.517129 2.89269 0.519059 2.88238 0.520889C2.88056 0.521213 2.87877 0.521541 2.87701 0.521872H2.82062L2.76607 0.548836H2.75685L2.68132 0.573726C2.65373 0.58282 2.63094 0.591842 2.61951 0.596368L2.61786 0.597023C2.60506 0.600817 2.59391 0.604657 2.58462 0.608099C2.58107 0.609415 2.57767 0.61072 2.57444 0.611995C2.48252 0.643571 2.4059 0.695324 2.38563 0.709014ZM15.7716 0.814622C15.7686 0.812268 15.7655 0.809856 15.7622 0.807399C15.7347 0.784711 15.6939 0.755826 15.6408 0.731671L15.7716 0.814622ZM1.7655 1.33691L1.76545 1.337L1.7655 1.33691Z' stroke='%23EAECEF' stroke-width='0.990655'/%3E %3Cdefs%3E %3ClinearGradient id='paint0_linear_9250_16902' x1='4.52083' y1='-3.64219' x2='21.4289' y2='8.77431' gradientUnits='userSpaceOnUse'%3E %3Cstop stop-color='%231A237E' stop-opacity='0.2'/%3E %3Cstop offset='1' stop-color='%231A237E' stop-opacity='0.02'/%3E %3C/linearGradient%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-google-analytics, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-google-analytics {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10.9998 1.90904L10.9997 13.9087C10.9997 15.2524 11.9258 15.9996 12.9088 15.9996C13.8179 15.9996 14.8178 15.3632 14.8178 13.9087L14.8179 1.99994C14.8179 0.769865 13.9088 5.26749e-09 12.9088 3.45679e-09C11.9088 1.64609e-09 10.9998 0.849408 10.9998 1.90904Z' fill='%23F9AB00'/%3E %3Cpath d='M6 8.00083L5.99998 13.9098C5.99998 15.2535 6.9261 16.0006 7.90904 16.0006C8.81812 16.0006 9.8181 15.3643 9.81811 13.9098L9.81812 8.09174C9.81812 6.86166 8.90905 6.0918 7.90906 6.0918C6.90908 6.0918 6 6.94121 6 8.00083Z' fill='%23E37400'/%3E %3Cpath d='M4.81788 14.0907C4.81787 15.1446 3.96277 15.9997 2.90881 15.9997C1.85485 15.9997 0.999749 15.1446 0.999752 14.0907C0.999754 13.0367 1.85486 12.1816 2.90882 12.1816C3.96278 12.1816 4.81788 13.0367 4.81788 14.0907Z' fill='%23E37400'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-social-commerce, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-social-commerce {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.1368 8.79758C12.7366 8.79758 13.2645 8.46967 13.5364 7.9738L16.3996 2.78323C16.467 2.66201 16.5016 2.52528 16.4999 2.38659C16.4983 2.24789 16.4604 2.11204 16.3901 1.99246C16.3198 1.87289 16.2196 1.77374 16.0992 1.70482C15.9788 1.63591 15.8425 1.59963 15.7038 1.59956H3.86707L3.11528 0H0.5V1.59956H2.09956L4.97877 7.66989L3.89906 9.62135C3.31522 10.6931 4.08301 11.9967 5.29868 11.9967H14.896V10.3971H5.29868L6.17844 8.79758H12.1368ZM4.62686 3.19912H14.3442L12.1368 7.19802H6.52234L4.62686 3.19912ZM5.29868 12.7965C4.41892 12.7965 3.70712 13.5163 3.70712 14.396C3.70712 15.2758 4.41892 15.9956 5.29868 15.9956C6.17844 15.9956 6.89824 15.2758 6.89824 14.396C6.89824 13.5163 6.17844 12.7965 5.29868 12.7965ZM13.2965 12.7965C12.4167 12.7965 11.7049 13.5163 11.7049 14.396C11.7049 15.2758 12.4167 15.9956 13.2965 15.9956C14.1762 15.9956 14.896 15.2758 14.896 14.396C14.896 13.5163 14.1762 12.7965 13.2965 12.7965Z' fill='%23FF6726'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-retail, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-retail {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4.77763 5.34276V4.90973C4.77763 2.7582 6.43533 1 8.5 1C10.5647 1 12.2224 2.7582 12.2224 4.90973V5.34401H14.7635C14.9172 5.34416 15.0654 5.40135 15.1793 5.50451C15.2932 5.60766 15.3648 5.74944 15.3802 5.90236L16.4969 17.0695C16.5056 17.1557 16.4961 17.2428 16.469 17.3251C16.442 17.4074 16.398 17.4832 16.3399 17.5475C16.2818 17.6117 16.2109 17.6632 16.1317 17.6984C16.0525 17.7336 15.9669 17.7518 15.8802 17.7519H1.11978C1.03313 17.7518 0.947457 17.7336 0.868283 17.6984C0.789108 17.6632 0.718189 17.6117 0.660092 17.5475C0.601996 17.4832 0.558012 17.4074 0.530975 17.3251C0.503937 17.2428 0.494445 17.1557 0.50311 17.0695L1.61982 5.90236C1.63519 5.74944 1.70677 5.60766 1.82071 5.50451C1.93464 5.40135 2.0828 5.34416 2.23649 5.34401H4.77763V5.34276ZM6.01842 5.34276H10.9816V4.90973C10.9816 3.42823 9.86239 2.24079 8.5 2.24079C7.13761 2.24079 6.01842 3.42823 6.01842 4.90973V5.34401V5.34276ZM4.77763 6.58355H2.79857L1.80594 16.5099H15.1941L14.2002 6.58355H12.2224V8.44474C12.2224 8.60928 12.157 8.76708 12.0407 8.88342C11.9243 8.99977 11.7665 9.06513 11.602 9.06513C11.4374 9.06513 11.2796 8.99977 11.1633 8.88342C11.0469 8.76708 10.9816 8.60928 10.9816 8.44474V6.58355H6.01842V8.44474C6.01842 8.60928 5.95306 8.76708 5.83671 8.88342C5.72036 8.99977 5.56256 9.06513 5.39803 9.06513C5.23349 9.06513 5.07569 8.99977 4.95934 8.88342C4.84299 8.76708 4.77763 8.60928 4.77763 8.44474V6.58355Z' fill='%23FF6726' stroke='%23FF6726' stroke-width='0.5'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-b2b, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-b2b {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_12833_20730)'%3E %3Cpath d='M5.62609 6.2509V5.11471C5.62609 4.48721 6.13478 3.97852 6.76228 3.97852H9.03467C9.66217 3.97852 10.1709 4.48721 10.1709 5.11471V6.2509M11.8751 14.2043H2.78561C2.1581 14.2043 1.64941 13.6956 1.64941 13.0681V7.38709C1.64941 6.75959 2.1581 6.2509 2.78561 6.2509H13.0113C13.6388 6.2509 14.1475 6.75959 14.1475 7.38709V9.09138' stroke='%23FF6726' stroke-width='1.4668'/%3E %3Cpath d='M15.8522 9.6591V8.52291C15.8522 7.89541 16.3609 7.38672 16.9884 7.38672H19.2607C19.8882 7.38672 20.3969 7.89541 20.3969 8.52291V9.6591M13.0117 17.6125H23.2374C23.8649 17.6125 24.3736 17.1038 24.3736 16.4763V10.7953C24.3736 10.1678 23.8649 9.6591 23.2374 9.6591H13.0117C12.3842 9.6591 11.8755 10.1678 11.8755 10.7953V16.4763C11.8755 17.1038 12.3842 17.6125 13.0117 17.6125Z' stroke='%23FF6726' stroke-width='1.4668'/%3E %3Cpath d='M7.97099 17.1813C7.30349 19.0677 9.06554 21.4119 10.8611 22.0473C12.7756 22.7248 15.501 21.9684 16.1685 20.082' stroke='%23FF6726' stroke-width='0.724628' stroke-linecap='round'/%3E %3Cpath d='M16.4897 20.959L16.3713 19.6299L15.2544 20.3599' stroke='%23FF6726' stroke-width='0.724628' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.1214 5.69697C21.6741 3.77382 19.7742 1.53992 17.9436 1.01378C15.9918 0.452778 13.3169 1.37178 12.7642 3.29492' stroke='%23FF6726' stroke-width='0.724628' stroke-linecap='round'/%3E %3Cpath d='M12.3896 2.4375L12.5878 3.757L13.6588 2.96118' stroke='%23FF6726' stroke-width='0.724628' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_12833_20730'%3E %3Crect width='25.5645' height='23.0905' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-youtube, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-youtube {
  width: 25px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M24.4003 3.52815C24.1146 2.45249 23.2729 1.60534 22.2043 1.31782C20.2672 0.79541 12.4999 0.79541 12.4999 0.79541C12.4999 0.79541 4.73265 0.79541 2.7956 1.31782C1.72692 1.60534 0.885259 2.45249 0.599603 3.52815C0.0805664 5.47783 0.0805664 9.54568 0.0805664 9.54568C0.0805664 9.54568 0.0805664 13.6135 0.599603 15.5632C0.885259 16.6389 1.72692 17.486 2.7956 17.7735C4.73265 18.296 12.4999 18.296 12.4999 18.296C12.4999 18.296 20.2672 18.296 22.2043 17.7735C23.2729 17.486 24.1146 16.6389 24.4003 15.5632C24.9193 13.6135 24.9193 9.54568 24.9193 9.54568C24.9193 9.54568 24.9193 5.47783 24.4003 3.52815Z' fill='%23FF0000'/%3E %3Cpath d='M9.9596 13.239L16.4515 9.5458L9.9596 5.85239V13.239Z' fill='white'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-for-agencies, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-for-agencies {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.3 10.6H11.7V12.2H13.3M13.3 7.4H11.7V9H13.3M14.9 13.8H8.5V12.2H10.1V10.6H8.5V9H10.1V7.4H8.5V5.8H14.9M6.9 4.2H5.3V2.6H6.9M6.9 7.4H5.3V5.8H6.9M6.9 10.6H5.3V9H6.9M6.9 13.8H5.3V12.2H6.9M3.7 4.2H2.1V2.6H3.7M3.7 7.4H2.1V5.8H3.7M3.7 10.6H2.1V9H3.7M3.7 13.8H2.1V12.2H3.7M8.5 4.2V1H0.5V15.4H16.5V4.2H8.5Z' fill='%23FF6726'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover .dropdown-item-col1 .icon-menu.feature-all-integrations, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active .dropdown-item-col1 .icon-menu.feature-all-integrations {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E %3Cpath d='M12.3917 4.78908C12.3597 4.99939 12.4303 5.21232 12.5805 5.36255L13.6046 6.3867C13.9116 6.69368 14.0658 7.09668 14.0658 7.49968C14.0658 7.90268 13.9123 8.30502 13.6046 8.61266L12.5524 9.6649C12.4817 9.73555 12.3954 9.78865 12.3005 9.81996C12.2055 9.85126 12.1046 9.8599 12.0057 9.84517C11.6987 9.79945 11.4819 9.53165 11.3734 9.241C11.2783 8.98417 11.1201 8.75538 10.9134 8.57567C10.7068 8.39596 10.4582 8.27111 10.1906 8.21259C9.92309 8.15407 9.64511 8.16376 9.38228 8.24078C9.11944 8.31779 8.88019 8.45965 8.68652 8.65332C8.49286 8.84699 8.35099 9.08624 8.27398 9.34907C8.19696 9.61191 8.18727 9.88989 8.24579 10.1574C8.30431 10.425 8.42917 10.6736 8.60887 10.8802C8.78858 11.0869 9.01737 11.2451 9.2742 11.3402C9.56551 11.4487 9.83265 11.6649 9.87837 11.9725C9.89315 12.0714 9.88454 12.1723 9.85323 12.2673C9.82193 12.3622 9.76879 12.4485 9.6981 12.5192L8.64652 13.5708C8.50047 13.7173 8.3269 13.8336 8.13578 13.9128C7.94467 13.9921 7.73978 14.0328 7.53288 14.0326C7.32613 14.0328 7.12137 13.9922 6.93037 13.9131C6.73936 13.834 6.56588 13.7178 6.4199 13.5714L5.39575 12.5473C5.32173 12.4731 5.23135 12.4174 5.13186 12.3845C5.03238 12.3516 4.92657 12.3425 4.82293 12.3579C4.50093 12.4062 4.27428 12.6871 4.15671 12.9901C4.05817 13.2431 3.89812 13.4674 3.69104 13.643C3.48396 13.8185 3.23639 13.9396 2.97073 13.9954C2.70506 14.0512 2.42968 14.0398 2.16949 13.9624C1.90931 13.885 1.67253 13.7439 1.48058 13.552C1.28863 13.36 1.14756 13.1233 1.07014 12.8631C0.992716 12.6029 0.98138 12.3275 1.03716 12.0618C1.09294 11.7962 1.21407 11.5486 1.38959 11.3415C1.56512 11.1344 1.7895 10.9744 2.04244 10.8759C2.34551 10.7583 2.62636 10.5316 2.67404 10.2096C2.68953 10.106 2.68053 10.0003 2.64775 9.90079C2.61496 9.80131 2.55932 9.7109 2.48528 9.63681L1.46113 8.61266C1.31472 8.46668 1.19862 8.2932 1.11948 8.1022C1.04034 7.91119 0.999738 7.70643 1 7.49968C1 7.09668 1.15415 6.69368 1.46113 6.3867L2.45785 5.38998C2.61461 5.23322 2.83733 5.15942 3.05679 5.19207C3.39317 5.24237 3.62961 5.53694 3.75763 5.85176C3.85933 6.10111 4.02111 6.32143 4.22857 6.4931C4.43603 6.66478 4.68273 6.78249 4.94669 6.83574C5.21065 6.889 5.48369 6.87614 5.74149 6.79832C5.99928 6.7205 6.23383 6.58014 6.42424 6.38973C6.61465 6.19932 6.75501 5.96477 6.83283 5.70698C6.91065 5.44918 6.92351 5.17615 6.87025 4.91218C6.817 4.64822 6.69929 4.40152 6.52761 4.19406C6.35594 3.9866 6.13561 3.82482 5.88627 3.72312C5.57145 3.5951 5.27688 3.35866 5.22658 3.02229C5.19393 2.80282 5.26708 2.58075 5.42449 2.42334L6.42056 1.42727C6.56651 1.28106 6.73991 1.16512 6.93079 1.0861C7.12168 1.00708 7.32629 0.966535 7.53288 0.966798C7.93588 0.966798 8.33888 1.12094 8.64586 1.42793L9.67002 2.45208C9.82024 2.6023 10.0332 2.67285 10.2428 2.64149C10.5648 2.59316 10.7915 2.3123 10.9091 2.00924C11.0076 1.7563 11.1676 1.53191 11.3747 1.35639C11.5818 1.18086 11.8294 1.05973 12.095 1.00395C12.3607 0.948177 12.6361 0.959512 12.8963 1.03694C13.1565 1.11436 13.3932 1.25543 13.5852 1.44738C13.7771 1.63933 13.9182 1.8761 13.9956 2.13629C14.0731 2.39647 14.0844 2.67186 14.0286 2.93752C13.9728 3.20319 13.8517 3.45076 13.6762 3.65784C13.5006 3.86491 13.2763 4.02496 13.0233 4.12351C12.7203 4.24108 12.4394 4.46707 12.3917 4.78908Z' fill='%237A66F0' stroke='%237A66F0' stroke-width='0.783789' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:hover::after, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show a.dropdown-item:active::after {
  width: 20px;
  flex: 0 0 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .col-not-core-advanced a.dropdown-item::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FFEFE9' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FFEFE9' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .col-not-core-advanced a.dropdown-item:hover::after, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .col-not-core-advanced a.dropdown-item:active::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.platform-dropdown .dropdown-item-row .dropdown-item-col2 em {
  max-width: 200px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.solutions-dropdown.show .dropdown-menu-inner-row .col-not-core .col-not-core-advanced .menu-items .menu-items-links a.dropdown-item.icon-retail {
  margin-bottom: 16px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.solutions-dropdown.show .dropdown-menu-inner-row .col-not-core .col-not-core-advanced .menu-items .menu-items-links a.dropdown-item.icon-b2b {
  padding-left: 0 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.solutions-dropdown.show .dropdown-menu-inner-row .col-not-core .col-not-core-advanced .menu-items .menu-items-links a.dropdown-item.icon-b2b .dropdown-item-col1 {
  margin-right: 7px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav a.promo-link {
  color: #7A66F0;
  font-size: 14.429px;
  font-style: normal;
  font-weight: 800;
  line-height: 21.643px;
  letter-spacing: -0.289px;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  grid-gap: 4px;
  gap: 4px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav a.promo-link:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E %3Cpath d='M1.40557 8.10744C1.40557 8.34661 1.50057 8.57598 1.66969 8.7451C1.83881 8.91422 2.06819 9.00923 2.30736 9.00923L11.2531 9.00923L9.78621 11.3779C9.62692 11.5489 9.5402 11.775 9.54432 12.0086C9.54844 12.2422 9.64308 12.4651 9.80831 12.6304C9.97353 12.7956 10.1964 12.8902 10.4301 12.8944C10.6637 12.8985 10.8898 12.8118 11.0607 12.6525L14.0667 8.7447C14.2356 8.57562 14.3304 8.34641 14.3304 8.10744C14.3304 7.86846 14.2356 7.63926 14.0667 7.47017L11.0607 3.56241C10.9782 3.47381 10.8786 3.40275 10.768 3.35346C10.6574 3.30417 10.538 3.27767 10.4169 3.27553C10.2958 3.27339 10.1755 3.29567 10.0632 3.34102C9.95095 3.38638 9.84895 3.45389 9.76332 3.53952C9.67769 3.62515 9.61018 3.72715 9.56482 3.83944C9.51947 3.95173 9.49719 4.07201 9.49933 4.19309C9.50147 4.31417 9.52797 4.43359 9.57726 4.54421C9.62655 4.65483 9.69761 4.75438 9.78621 4.83694L11.2531 7.20565L2.30736 7.20565C1.80957 7.20565 1.40557 7.60965 1.40557 8.10744Z' fill='%237A66F0'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav a.promo-link:hover:after, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav a.promo-link:focus:after {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E %3Cpath d='M1.40557 8.10744C1.40557 8.34661 1.50057 8.57598 1.66969 8.7451C1.83881 8.91422 2.06819 9.00923 2.30736 9.00923L11.2531 9.00923L9.78621 11.3779C9.62692 11.5489 9.5402 11.775 9.54432 12.0086C9.54844 12.2422 9.64308 12.4651 9.80831 12.6304C9.97353 12.7956 10.1964 12.8902 10.4301 12.8944C10.6637 12.8985 10.8898 12.8118 11.0607 12.6525L14.0667 8.7447C14.2356 8.57562 14.3304 8.34641 14.3304 8.10744C14.3304 7.86846 14.2356 7.63926 14.0667 7.47017L11.0607 3.56241C10.9782 3.47381 10.8786 3.40275 10.768 3.35346C10.6574 3.30417 10.538 3.27767 10.4169 3.27553C10.2958 3.27339 10.1755 3.29567 10.0632 3.34102C9.95095 3.38638 9.84895 3.45389 9.76332 3.53952C9.67769 3.62515 9.61018 3.72715 9.56482 3.83944C9.51947 3.95173 9.49719 4.07201 9.49933 4.19309C9.50147 4.31417 9.52797 4.43359 9.57726 4.54421C9.62655 4.65483 9.69761 4.75438 9.78621 4.83694L11.2531 7.20565L2.30736 7.20565C1.80957 7.20565 1.40557 7.60965 1.40557 8.10744Z' fill='%237A66F0'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .promotion {
  background-color: rgba(122, 102, 240, 0.15);
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .promotion a.dropdown-item.promo-link {
  margin-bottom: 0 !important;
  color: #7A66F0 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .promotion a.dropdown-item.promo-link .dropdown-item-row .dropdown-item-col2 span.title {
  color: #7A66F0 !important;
  grid-gap: 4px;
  gap: 4px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .promotion a.dropdown-item.promo-link .dropdown-item-row .dropdown-item-col2 span.title:after {
  content: "";
  margin-top: 4px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E %3Cpath d='M1.40557 8.10744C1.40557 8.34661 1.50057 8.57598 1.66969 8.7451C1.83881 8.91422 2.06819 9.00923 2.30736 9.00923L11.2531 9.00923L9.78621 11.3779C9.62692 11.5489 9.5402 11.775 9.54432 12.0086C9.54844 12.2422 9.64308 12.4651 9.80831 12.6304C9.97353 12.7956 10.1964 12.8902 10.4301 12.8944C10.6637 12.8985 10.8898 12.8118 11.0607 12.6525L14.0667 8.7447C14.2356 8.57562 14.3304 8.34641 14.3304 8.10744C14.3304 7.86846 14.2356 7.63926 14.0667 7.47017L11.0607 3.56241C10.9782 3.47381 10.8786 3.40275 10.768 3.35346C10.6574 3.30417 10.538 3.27767 10.4169 3.27553C10.2958 3.27339 10.1755 3.29567 10.0632 3.34102C9.95095 3.38638 9.84895 3.45389 9.76332 3.53952C9.67769 3.62515 9.61018 3.72715 9.56482 3.83944C9.51947 3.95173 9.49719 4.07201 9.49933 4.19309C9.50147 4.31417 9.52797 4.43359 9.57726 4.54421C9.62655 4.65483 9.69761 4.75438 9.78621 4.83694L11.2531 7.20565L2.30736 7.20565C1.80957 7.20565 1.40557 7.60965 1.40557 8.10744Z' fill='%237A66F0'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .promotion a.dropdown-item.promo-link .dropdown-item-row .dropdown-item-col2 span.title:hover:after, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .promotion a.dropdown-item.promo-link .dropdown-item-row .dropdown-item-col2 span.title:focus:after {
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E %3Cpath d='M1.40557 8.10744C1.40557 8.34661 1.50057 8.57598 1.66969 8.7451C1.83881 8.91422 2.06819 9.00923 2.30736 9.00923L11.2531 9.00923L9.78621 11.3779C9.62692 11.5489 9.5402 11.775 9.54432 12.0086C9.54844 12.2422 9.64308 12.4651 9.80831 12.6304C9.97353 12.7956 10.1964 12.8902 10.4301 12.8944C10.6637 12.8985 10.8898 12.8118 11.0607 12.6525L14.0667 8.7447C14.2356 8.57562 14.3304 8.34641 14.3304 8.10744C14.3304 7.86846 14.2356 7.63926 14.0667 7.47017L11.0607 3.56241C10.9782 3.47381 10.8786 3.40275 10.768 3.35346C10.6574 3.30417 10.538 3.27767 10.4169 3.27553C10.2958 3.27339 10.1755 3.29567 10.0632 3.34102C9.95095 3.38638 9.84895 3.45389 9.76332 3.53952C9.67769 3.62515 9.61018 3.72715 9.56482 3.83944C9.51947 3.95173 9.49719 4.07201 9.49933 4.19309C9.50147 4.31417 9.52797 4.43359 9.57726 4.54421C9.62655 4.65483 9.69761 4.75438 9.78621 4.83694L11.2531 7.20565L2.30736 7.20565C1.80957 7.20565 1.40557 7.60965 1.40557 8.10744Z' fill='%237A66F0'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .promotion a.dropdown-item.promo-link:after {
  display: none;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .promotion a.dropdown-item.promo-link:hover, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .promotion a.dropdown-item.promo-link:focus {
  background-color: transparent !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pb-0 {
  padding-bottom: 0 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pb-0 .menu-items:first-child {
  padding-bottom: 36px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pl-0 {
  padding-left: 0 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pl-0 .menu-items {
  padding-left: 25px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pr-0 {
  padding-right: 0 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pr-0 .menu-items {
  padding-right: 8px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-not-core-advanced {
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu {
    position: fixed;
    width: 100%;
    top: 79px;
    left: 50%;
    max-width: 1440px;
    transform: translateX(-50%);
    border-radius: 0 !important;
    border-top: none !important;
    /*border-bottom: 1px solid #F5F5F7;*/
    border-bottom: none !important;
    background: transparent;
    box-shadow: 0px 60px 60px 0px rgba(33, 46, 68, 0.1) !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.resources-dropdown.show a.dropdown-item:nth-child(3n) {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 1399.98px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core {
    padding-left: 25px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core {
    padding-right: 25px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core-advanced {
    /*padding-left: 10px !important;
    padding-right: 10px !important;*/
  }
}
@media (max-width: 1199.98px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core {
    padding-right: 0 !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core-promo {
    padding-right: 25px !important;
  }
}
@media (max-width: 991.98px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav.scrolled .navbar-menu {
    border-bottom: 1px solid #F0F2F3;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-menu .navbar-brand {
    padding-left: 45px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-menu button#navcollapse {
    padding-right: 45px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-collapse {
    margin: 0 -62px !important;
    padding: 0 62px !important;
    overflow: hidden;
    width: 100%;
    background: #FFFFFF !important;
    overflow-y: auto;
    max-height: 90vh;
    /*box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08) !important;*/
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-collapse.show {
    margin-top: 25px !important;
    border-top: 1px solid #F0F2F3;
    box-shadow: 0px 28px 30px 0px rgba(33, 46, 68, 0.2) !important;
    margin-bottom: 50px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav {
    padding-left: 29px;
    padding-right: 45px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav.navbar-buttons {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav.site-links {
    grid-gap: 4px;
    gap: 4px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item {
    display: block !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item a.nav-link {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: -0.2px !important;
    padding: 8px 0 !important;
    padding-left: 16px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu {
    box-shadow: none !important;
    border-radius: none !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-menu-inner {
    border: none !important;
    box-shadow: none !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-menu-inner .dropdown-menu-inner-row {
    flex-direction: column;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-menu-inner .dropdown-menu-inner-row .col-core, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core {
    width: 100%;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-menu-inner .dropdown-menu-inner-row .col-core {
    padding-top: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 25px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-menu-inner .dropdown-menu-inner-row .col-core .menu-items-links {
    column-count: 2 !important;
    padding: 0 16px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core {
    border-radius: 8px;
    margin-bottom: 22px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core-advanced {
    border-radius: 8px;
    padding: 26px 16px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core-advanced .menu-items-links {
    column-count: 2;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-item-row .dropdown-item-col2 span {
    font-size: 16px !important;
    line-height: 19.6px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-item-row .dropdown-item-col2 em {
    font-size: 14px !important;
    line-height: 19.6px !important;
    max-width: 100% !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .menu-items {
    grid-gap: 12px;
    gap: 12px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .menu-items-title {
    font-size: 16px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .menu-items-links a.dropdown-item {
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .menu-items-links .break {
    display: block;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .col-core .menu-items-title {
    padding-left: 16px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core-advanced {
    border-radius: 8px 0px 0px 8px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core-advanced .menu-items-links {
    column-count: 1;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core-promo {
    border-radius: 0px 8px 8px 0px;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core-promo-text-title {
    font-size: 16px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core-promo-text-description {
    font-size: 14px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core-promo-text-link a {
    font-size: 16px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.show .promotion {
    border-radius: 8px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pb-0, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pl-0, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pr-0 {
    padding: 0 !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pb-0 .menu-items, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pl-0 .menu-items, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pr-0 .menu-items {
    padding: 0 !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pb-0 .menu-items:first-child, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pl-0 .menu-items:first-child, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core.pr-0 .menu-items:first-child {
    padding-bottom: 25px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav.scrolled .navbar-collapse.show {
    margin-top: 4px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav.scrolled .navbar-mobile-shortcuts {
    display: flex;
    grid-gap: 16px;
    gap: 16px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav.scrolled .navbar-mobile-shortcuts #scroll-en-nav-Demo, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav.scrolled .navbar-mobile-shortcuts #scroll-fr-nav-Demo, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav.scrolled .navbar-mobile-shortcuts #scroll-de-nav-Demo {
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav.scrolled .navbar-nav.navbar-buttons li.nav-item.nav-item-demo {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-menu .navbar-brand {
    padding-left: 24px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-menu button#navcollapse {
    padding-right: 24px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav {
    padding-left: 24px;
    padding-right: 24px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav.navbar-buttons {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (max-width: 697.98px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.solutions-dropdown.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item.i-twitter {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 599.98px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .nav-link[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-toggle::after {
    position: absolute;
    top: 17px;
    right: 0;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-menu-inner .dropdown-menu-inner-row .col-core .menu-items-links, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core-advanced .menu-items-links {
    column-count: 1 !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu.right-column-promo .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core {
    flex-direction: column;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu.right-column-promo .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core-advanced, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu.right-column-promo .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core-promo {
    width: 100%;
    padding: 26px 16px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu.right-column-promo .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core-advanced {
    border-radius: 8px 8px 0px 0px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu.right-column-promo .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core-promo {
    border-radius: 0px 0px 8px 8px;
    display: flex;
    align-items: center;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav li.nav-item .dropdown-menu .menu-items-links a.dropdown-item {
    margin-bottom: 0 !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.solutions-dropdown.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item.i-twitter, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .navbar-nav .dropdown-menu.solutions-dropdown.show .dropdown-menu-inner-row .col-not-core .col-not-core-advanced .menu-items .menu-items-links a.dropdown-item.icon-retail {
    margin-bottom: 0 !important;
  }
}

body.publishing nav#myNavbar.navbar.hv2-top-nav .hv2-button.white {
  background-color: #FFFFFF;
  color: #7a66f0;
  border: 1px solid #7a66f0;
  box-shadow: none;
}
body.publishing nav#myNavbar.navbar.hv2-top-nav .hv2-button.white .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%237a66f0' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%237a66f0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.publishing nav#myNavbar.navbar.hv2-top-nav .hv2-button.white:hover {
  background-color: #7a66f0;
  color: #FFFFFF;
  border: 1px solid #7a66f0;
}
body.publishing nav#myNavbar.navbar.hv2-top-nav .hv2-button.white:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.publishing nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange {
  background-color: #7a66f0;
  color: #FFFFFF;
  border: 1px solid #7a66f0;
  box-shadow: none;
}
body.publishing nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.publishing nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange:hover {
  background-color: #FFFFFF;
  color: #7a66f0;
  border: 1px solid #7a66f0;
}
body.publishing nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%237a66f0' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%237a66f0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.publishing nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item {
  margin-bottom: 0;
}
body.publishing nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item.show a.dropdown-toggle {
  color: #7a66f0 !important;
}
body.publishing nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
body.publishing nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item .nav-link[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 6L11 1' stroke='%237a66f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") !important;
}

body.roi nav#myNavbar.navbar.hv2-top-nav .hv2-button.white {
  background-color: #FFFFFF;
  color: #FF5353;
  border: 1px solid #FF5353;
  box-shadow: none;
}
body.roi nav#myNavbar.navbar.hv2-top-nav .hv2-button.white .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FF5353' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FF5353' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.roi nav#myNavbar.navbar.hv2-top-nav .hv2-button.white:hover {
  background-color: #FF5353;
  color: #FFFFFF;
  border: 1px solid #FF5353;
}
body.roi nav#myNavbar.navbar.hv2-top-nav .hv2-button.white:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.roi nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange {
  background-color: #FF5353;
  color: #FFFFFF;
  border: 1px solid #FF5353;
  box-shadow: none;
}
body.roi nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.roi nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange:hover {
  background-color: #FFFFFF;
  color: #FF5353;
  border: 1px solid #FF5353;
}
body.roi nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FF5353' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FF5353' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.roi nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item {
  margin-bottom: 0;
}
body.roi nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item.show a.dropdown-toggle {
  color: #FF5353 !important;
}
body.roi nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
body.roi nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item .nav-link[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 6L11 1' stroke='%23FF5353' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") !important;
}

body.reporting nav#myNavbar.navbar.hv2-top-nav .hv2-button.white {
  background-color: #FFFFFF;
  color: #3a9efe;
  border: 1px solid #3a9efe;
  box-shadow: none;
}
body.reporting nav#myNavbar.navbar.hv2-top-nav .hv2-button.white .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%233a9efe' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%233a9efe' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.reporting nav#myNavbar.navbar.hv2-top-nav .hv2-button.white:hover {
  background-color: #3a9efe;
  color: #FFFFFF;
  border: 1px solid #3a9efe;
}
body.reporting nav#myNavbar.navbar.hv2-top-nav .hv2-button.white:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.reporting nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange {
  background-color: #3a9efe;
  color: #FFFFFF;
  border: 1px solid #3a9efe;
  box-shadow: none;
}
body.reporting nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.reporting nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange:hover {
  background-color: #FFFFFF;
  color: #3a9efe;
  border: 1px solid #3a9efe;
}
body.reporting nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%233a9efe' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%233a9efe' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.reporting nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item {
  margin-bottom: 0;
}
body.reporting nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item.show a.dropdown-toggle {
  color: #3a9efe !important;
}
body.reporting nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
body.reporting nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item .nav-link[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 6L11 1' stroke='%233a9efe' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") !important;
}

body.monitoring nav#myNavbar.navbar.hv2-top-nav .hv2-button.white {
  background-color: #FFFFFF;
  color: #2fd9c4;
  border: 1px solid #2fd9c4;
  box-shadow: none;
}
body.monitoring nav#myNavbar.navbar.hv2-top-nav .hv2-button.white .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%232fd9c4' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%232fd9c4' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.monitoring nav#myNavbar.navbar.hv2-top-nav .hv2-button.white:hover {
  background-color: #2fd9c4;
  color: #FFFFFF;
  border: 1px solid #2fd9c4;
}
body.monitoring nav#myNavbar.navbar.hv2-top-nav .hv2-button.white:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.monitoring nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange {
  background-color: #2fd9c4;
  color: #FFFFFF;
  border: 1px solid #2fd9c4;
  box-shadow: none;
}
body.monitoring nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='12.05' y2='5.7998' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M11.2002 2.1499L14.0002 5.9999L11.2002 9.8499' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.monitoring nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange:hover {
  background-color: #FFFFFF;
  color: #2fd9c4;
  border: 1px solid #2fd9c4;
}
body.monitoring nav#myNavbar.navbar.hv2-top-nav .hv2-button.orange:hover .arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%232fd9c4' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%232fd9c4' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body.monitoring nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item {
  margin-bottom: 0;
}
body.monitoring nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item.show a.dropdown-toggle {
  color: #2fd9c4 !important;
}
body.monitoring nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
body.monitoring nav#myNavbar.navbar.hv2-top-nav .navbar-nav .nav-item .nav-link[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L6 6L11 1' stroke='%232fd9c4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ") !important;
}

@media (min-width: 992px) {
  body.top-nav nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav .show-cookie + .navbar-menu .navbar-nav .dropdown-menu {
    top: 123px;
  }
}

nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu {
  border-radius: 0px 0px 20px 20px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .menu-items-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  color: #5D6A82;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .menu-items {
  grid-gap: 15px;
  gap: 15px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-item::after {
  content: none;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-item-row {
  width: calc(100% - 10px);
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 {
  padding-right: 0px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 span.title {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 23px !important;
  letter-spacing: -0.2px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-item-row .dropdown-item-col2 em {
  letter-spacing: -0.2px !important;
  max-width: 232px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core {
  width: calc(62% - 1px);
  padding-left: 66px !important;
  padding-bottom: 44px !important;
  padding: 58px 8px 36px 53px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links {
  column-count: 2 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item {
  margin-bottom: 28px !important;
}
@media (min-width: 599.98px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item.i-watch {
    margin-bottom: 0px !important;
  }
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row {
  align-items: flex-start;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 {
  flex: 0 0 48px !important;
  width: 48px;
  height: 48px;
  border-radius: 4.8px;
  background: #F5F5F7;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 16px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu {
  width: 24px;
  height: 24px;
  background-size: contain;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-inbox {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E %3Cpath d='M21.8863 10.4666L19.0722 5.42492C18.918 5.14624 18.6923 4.91366 18.4184 4.7511C18.1446 4.58854 17.8323 4.50187 17.5138 4.5H4.49167C4.17352 4.50141 3.86149 4.58749 3.58763 4.74939C3.31376 4.9113 3.08793 5.14319 2.93333 5.42125L0.119167 10.4666C0.0524142 10.6068 0.0120202 10.7581 0 10.913L0 16.413C0 16.7777 0.144866 17.1274 0.402728 17.3853C0.660591 17.6431 1.01033 17.788 1.375 17.788H20.625C20.9897 17.788 21.3394 17.6431 21.5973 17.3853C21.8551 17.1274 22 16.7777 22 16.413V10.913C21.9936 10.7579 21.9548 10.6059 21.8863 10.4666ZM4.4275 6.44792C4.44711 6.41207 4.47601 6.38216 4.51118 6.36135C4.54635 6.34054 4.58647 6.3296 4.62733 6.32967L17.3369 6.315C17.3777 6.31484 17.4177 6.32565 17.4529 6.34629C17.4881 6.36694 17.517 6.39665 17.5368 6.43233L19.591 10.1137C19.6105 10.1485 19.6205 10.1879 19.6201 10.2278C19.6197 10.2678 19.6089 10.3069 19.5887 10.3414C19.5685 10.3758 19.5396 10.4044 19.505 10.4243C19.4704 10.4442 19.4311 10.4546 19.3912 10.4547H16.0417C15.861 10.4541 15.682 10.4894 15.5151 10.5585C15.3481 10.6276 15.1966 10.7291 15.0691 10.8571C14.8121 11.1156 14.6675 11.4651 14.6667 11.8297C14.6667 12.1943 14.5218 12.5441 14.2639 12.8019C14.0061 13.0598 13.6563 13.2047 13.2917 13.2047H8.70833C8.34366 13.2047 7.99392 13.0598 7.73606 12.8019C7.4782 12.5441 7.33333 12.1943 7.33333 11.8297C7.33333 11.465 7.18847 11.1153 6.93061 10.8574C6.67274 10.5995 6.32301 10.4547 5.95833 10.4547H2.607C2.56722 10.4544 2.52817 10.4439 2.49368 10.4241C2.45918 10.4042 2.43042 10.3758 2.41019 10.3415C2.38997 10.3073 2.37898 10.2684 2.37828 10.2286C2.37759 10.1888 2.38723 10.1495 2.40625 10.1146L4.4275 6.44792Z' fill='%235D6A82'/%3E %3C/svg%3E");
  color: #2f80ed;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-publishing {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E %3Cpath d='M21.6892 0.230022C21.545 0.107693 21.3696 0.0303999 21.184 0.00729458C20.9983 -0.0158108 20.8101 0.0162396 20.6416 0.0996506L0.994119 10.6368C0.705646 10.7912 0.461954 11.0212 0.287665 11.3034C0.113377 11.5856 0.0146679 11.9101 0.00151229 12.2441C-0.0116433 12.5781 0.0612207 12.9097 0.212742 13.2055C0.364263 13.5013 0.589072 13.7507 0.864454 13.9286L6.4046 17.51V21.4605C6.40471 21.7431 6.48634 22.0193 6.63918 22.2543C6.79201 22.4892 7.0092 22.6723 7.26328 22.7805C7.51736 22.8886 7.79693 22.9169 8.06666 22.8618C8.33638 22.8067 8.58416 22.6706 8.77868 22.4709L10.8244 20.3677L14.4457 22.7086C14.6943 22.8691 14.9765 22.9665 15.2689 22.9928C15.5614 23.019 15.8558 22.9734 16.1277 22.8596C16.3996 22.7458 16.6412 22.5671 16.8326 22.3383C17.024 22.1095 17.1597 21.8372 17.2284 21.5439L21.9802 1.1733C22.0137 1.00361 22.0045 0.82796 21.9536 0.662919C21.9027 0.497879 21.8117 0.348893 21.6892 0.230022ZM15.9466 4.77866C15.9948 4.75439 16.0497 4.74793 16.1019 4.76039C16.1542 4.77284 16.2007 4.80344 16.2336 4.84702C16.2665 4.8906 16.2837 4.9445 16.2824 4.99963C16.2811 5.05476 16.2614 5.10774 16.2265 5.14964L7.29266 15.5784C7.25567 15.6213 7.20499 15.6492 7.14975 15.6571C7.09452 15.665 7.03835 15.6524 6.99135 15.6216L2.22454 12.5396C2.18988 12.5171 2.16162 12.4856 2.14259 12.4483C2.12356 12.411 2.11443 12.3692 2.11614 12.3271C2.11784 12.285 2.13031 12.2441 2.15229 12.2085C2.17426 12.173 2.20498 12.144 2.24133 12.1245L15.9466 4.77866ZM8.26935 20.2795V18.7131L9.20219 19.318L8.26935 20.2795ZM15.5138 20.7588C15.505 20.7958 15.4877 20.8301 15.4635 20.8589C15.4393 20.8877 15.4088 20.9102 15.3744 20.9245C15.3401 20.9388 15.3029 20.9445 15.266 20.9412C15.2291 20.9379 15.1935 20.9257 15.1621 20.9055L8.9923 16.9176C8.96374 16.8991 8.93944 16.8744 8.92108 16.8453C8.90272 16.8161 8.89073 16.7833 8.88595 16.7489C8.88103 16.7147 8.88349 16.6798 8.89316 16.6466C8.90284 16.6135 8.91948 16.583 8.94193 16.5572L18.6761 5.19661C18.7105 5.15622 18.7571 5.12885 18.8084 5.11891C18.8598 5.10896 18.9128 5.11701 18.9592 5.14176C19.0055 5.16651 19.0425 5.20654 19.064 5.25542C19.0856 5.3043 19.0906 5.3592 19.0782 5.41134L15.5138 20.7588Z' fill='%235D6A82'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-monitoring {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21' fill='none'%3E %3Cpath d='M20.4368 7.86236C20.5808 7.85854 20.7218 7.82201 20.8481 7.75579C20.9744 7.68957 21.0823 7.59558 21.163 7.48159C21.2436 7.36761 21.2947 7.23691 21.3119 7.10033C21.3291 6.96374 21.312 6.82521 21.262 6.6962C20.4608 4.71048 19.044 3.0055 17.2011 1.80904C15.3581 0.612579 13.1767 -0.0183965 10.9482 0.000408423C1.39271 0.623762 0 8.1574 0 10.5064C0.00371452 13.1643 1.06139 15.7223 2.96027 17.6658C4.85914 19.6093 7.45832 20.794 10.2349 20.9817C10.442 20.9919 10.6478 20.9448 10.8275 20.846C11.0073 20.7472 11.1533 20.601 11.2481 20.4249C11.3701 20.2083 11.4076 19.9573 11.3539 19.7168C11.3001 19.4763 11.1586 19.2618 10.9547 19.1116C9.66147 18.1841 8.63047 16.9637 7.95469 15.5606C7.94145 15.5327 7.93446 15.5025 7.93417 15.4719C7.93387 15.4413 7.94027 15.411 7.95295 15.3829C7.96564 15.3548 7.98434 15.3295 8.00785 15.3087C8.03136 15.2879 8.05915 15.272 8.08947 15.2621C8.26929 15.2051 8.4259 15.0958 8.53724 14.9494C8.64859 14.803 8.70907 14.627 8.71018 14.4461C8.71018 14.2139 8.61358 13.9912 8.44164 13.827C8.26969 13.6628 8.03649 13.5706 7.79332 13.5706H7.42658C7.37453 13.5706 7.32402 13.5537 7.28336 13.5227C7.2427 13.4917 7.21431 13.4484 7.20286 13.3999C6.9827 12.4498 6.87323 11.4794 6.87646 10.5064C6.87476 9.68416 6.9524 8.86356 7.10842 8.05497C7.11937 8.00539 7.14786 7.96092 7.1891 7.92903C7.23034 7.89715 7.28182 7.87979 7.33489 7.87987C17.3287 7.87987 19.7794 7.88512 20.4368 7.86236ZM2.58463 13.5706C2.53738 13.5706 2.49128 13.5567 2.45269 13.5307C2.4141 13.5046 2.38492 13.4678 2.36917 13.4253C1.7157 11.6916 1.65885 9.80409 2.20688 8.03746C2.22059 7.99207 2.24938 7.95216 2.2889 7.92373C2.32842 7.89531 2.37654 7.87992 2.42601 7.87987H4.99964C5.03268 7.87988 5.06533 7.88672 5.09535 7.8999C5.12536 7.91308 5.15204 7.93231 5.17355 7.95626C5.19506 7.98021 5.21089 8.00831 5.21996 8.03865C5.22903 8.06898 5.23113 8.10083 5.22611 8.13201C5.10199 8.91787 5.04069 9.71161 5.04274 10.5064C5.0426 11.4464 5.13469 12.3843 5.31779 13.3079C5.32383 13.3396 5.32252 13.3722 5.31397 13.4034C5.30542 13.4345 5.28982 13.4635 5.26828 13.4883C5.24682 13.513 5.21992 13.5329 5.18949 13.5465C5.15906 13.5601 5.12585 13.5671 5.09225 13.5671L2.58463 13.5706ZM7.37248 18.0864C7.40202 18.1259 7.41698 18.1736 7.41502 18.2221C7.41306 18.2706 7.39428 18.3171 7.36164 18.3542C7.32899 18.3914 7.28434 18.4172 7.23469 18.4275C7.18504 18.4378 7.1332 18.4321 7.08734 18.4112C5.70548 17.7881 4.50803 16.846 3.60326 15.67C3.57772 15.6375 3.56217 15.5989 3.55835 15.5584C3.55452 15.5179 3.56258 15.4772 3.58162 15.4408C3.60066 15.4045 3.62992 15.3739 3.66613 15.3525C3.70234 15.3312 3.74407 15.3198 3.78664 15.3198H5.70654C5.75328 15.3199 5.79887 15.3336 5.83721 15.3591C5.87556 15.3846 5.90483 15.4207 5.92109 15.4625C6.28168 16.3939 6.76971 17.2756 7.37248 18.0847V18.0864ZM5.77623 5.97742C5.76125 6.0216 5.73195 6.06008 5.69255 6.08731C5.65316 6.11454 5.60572 6.12909 5.5571 6.12888H3.48407C3.44284 6.1291 3.40231 6.11866 3.36679 6.09866C3.33127 6.07866 3.30209 6.04984 3.28234 6.01527C3.2626 5.98071 3.25303 5.94168 3.25464 5.90233C3.25626 5.86299 3.26901 5.8248 3.29153 5.79181C4.2208 4.40981 5.53662 3.30378 7.09009 2.59888C7.13595 2.578 7.18779 2.57227 7.23744 2.58258C7.28709 2.59289 7.33174 2.61866 7.36439 2.65584C7.39703 2.69303 7.41581 2.73951 7.41777 2.788C7.41973 2.83648 7.40477 2.88421 7.37523 2.92369C6.68625 3.86006 6.14732 4.88928 5.77623 5.97742ZM7.99778 6.12888C7.96016 6.12884 7.92313 6.11997 7.88995 6.10303C7.85677 6.0861 7.82847 6.06163 7.80754 6.03178C7.78661 6.00193 7.7737 5.96762 7.76994 5.93188C7.76618 5.89614 7.77169 5.86006 7.78598 5.82683C8.41766 4.29752 9.48514 2.96764 10.8676 1.98778C10.9063 1.96114 10.9528 1.94681 11.0005 1.94681C11.0482 1.94681 11.0947 1.96114 11.1334 1.98778C12.5105 2.97085 13.5758 4.29867 14.2113 5.82421C14.2258 5.85752 14.2314 5.89371 14.2277 5.92959C14.224 5.96547 14.2112 5.99994 14.1903 6.02995C14.17 6.05982 14.1423 6.08447 14.1097 6.10172C14.0771 6.11897 14.0405 6.1283 14.0032 6.12888H7.99778ZM16.4485 6.12888C16.4004 6.12898 16.3534 6.11455 16.3144 6.08767C16.2754 6.06078 16.2463 6.02281 16.2312 5.97917C15.8535 4.87924 15.3043 3.84 14.6019 2.89655C14.5723 2.85729 14.5571 2.80975 14.5588 2.76137C14.5604 2.71299 14.5788 2.6665 14.6111 2.62917C14.6434 2.59185 14.6877 2.56579 14.7371 2.55508C14.7866 2.54437 14.8383 2.54962 14.8843 2.56999C16.465 3.26941 17.8017 4.38809 18.7351 5.79269C18.7571 5.82578 18.7694 5.86391 18.7707 5.90308C18.772 5.94226 18.7623 5.98106 18.7425 6.01541C18.7227 6.04976 18.6937 6.07842 18.6584 6.09838C18.623 6.11834 18.5827 6.12887 18.5417 6.12888H16.4485Z' fill='%235D6A82'/%3E %3Cpath d='M19.4156 17.2978C19.3788 17.2626 19.3556 17.2164 19.3499 17.1669C19.3443 17.1174 19.3564 17.0675 19.3845 17.0255C20.0523 16.0232 20.3092 14.8207 20.1059 13.6487C19.9027 12.4767 19.2536 11.4175 18.2831 10.6742C17.3126 9.93088 16.0889 9.55574 14.8467 9.62069C13.6044 9.68564 12.4309 10.1861 11.5512 11.0261C10.6715 11.8662 10.1474 12.9867 10.0794 14.1729C10.0114 15.3591 10.4042 16.5276 11.1826 17.4543C11.9611 18.381 13.0703 19.0008 14.2977 19.1949C15.5251 19.389 16.7843 19.1436 17.834 18.506C17.878 18.4792 17.9303 18.4676 17.9821 18.473C18.0339 18.4784 18.0823 18.5005 18.1192 18.5357L20.4462 20.7542C20.6191 20.9137 20.8507 21.002 21.0911 21C21.3315 20.998 21.5615 20.9059 21.7315 20.7436C21.9014 20.5813 21.9979 20.3617 22 20.1321C22.0021 19.9026 21.9096 19.6814 21.7426 19.5163L19.4156 17.2978ZM15.1284 11.3821C15.7631 11.3821 16.3835 11.5618 16.9112 11.8985C17.4389 12.2352 17.8502 12.7137 18.0931 13.2737C18.336 13.8336 18.3996 14.4497 18.2757 15.0441C18.1519 15.6385 17.8463 16.1845 17.3975 16.613C16.9487 17.0416 16.3769 17.3334 15.7544 17.4516C15.1319 17.5699 14.4867 17.5092 13.9004 17.2773C13.314 17.0453 12.8128 16.6526 12.4602 16.1487C12.1076 15.6448 11.9194 15.0523 11.9194 14.4463C11.9194 13.6336 12.2575 12.8542 12.8593 12.2796C13.4611 11.7049 14.2773 11.3821 15.1284 11.3821Z' fill='%235D6A82'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-roi {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E %3Cpath d='M12.8047 3.48816C9.49058 3.49174 6.31324 4.80985 3.96981 7.15328C1.62638 9.49671 0.308272 12.6741 0.304688 15.9882V18.4788C0.305515 19.2833 0.625473 20.0546 1.19435 20.6235C1.76323 21.1924 2.53455 21.5123 3.33906 21.5132H22.2703C23.0748 21.5123 23.8462 21.1924 24.415 20.6235C24.9839 20.0546 25.3039 19.2833 25.3047 18.4788V15.9882C25.3011 12.6741 23.983 9.49671 21.6396 7.15328C19.2961 4.80985 16.1188 3.49174 12.8047 3.48816ZM22.2703 19.4257H3.33906C3.08763 19.4254 2.84652 19.3257 2.66834 19.1483C2.49017 18.9709 2.3894 18.7302 2.38802 18.4788V17.084H4.99219C5.19939 17.084 5.3981 17.0017 5.54461 16.8552C5.69113 16.7087 5.77344 16.5099 5.77344 16.3027C5.77344 16.0955 5.69113 15.8968 5.54461 15.7503C5.3981 15.6038 5.19939 15.5215 4.99219 15.5215H2.39844C2.45437 14.2315 2.75151 12.9635 3.27448 11.783L5.38802 13.0059C5.56759 13.1095 5.78097 13.1375 5.9812 13.0838C6.18144 13.03 6.35213 12.899 6.45573 12.7194C6.55933 12.5398 6.58735 12.3265 6.53363 12.1262C6.47991 11.926 6.34884 11.7553 6.16927 11.6517L4.01302 10.4017C4.69757 9.32897 5.57193 8.39002 6.59323 7.63087L7.77031 9.66941C7.87612 9.84659 8.04678 9.97559 8.2461 10.0291C8.44542 10.0825 8.65773 10.0563 8.83802 9.95587C8.92689 9.90452 9.00478 9.83617 9.06722 9.75472C9.12967 9.67327 9.17545 9.58031 9.20196 9.48115C9.22846 9.382 9.23517 9.27859 9.2217 9.17684C9.20823 9.0751 9.17484 8.977 9.12344 8.88816L7.91406 6.79337C9.18553 6.11318 10.5854 5.70688 12.0234 5.60066V7.97149C12.0234 8.17869 12.1057 8.37741 12.2523 8.52392C12.3988 8.67043 12.5975 8.75274 12.8047 8.75274C13.0119 8.75274 13.2106 8.67043 13.3571 8.52392C13.5036 8.37741 13.5859 8.17869 13.5859 7.97149V5.60066C15.2031 5.7235 16.7693 6.22202 18.1599 7.05657C19.5505 7.89113 20.7272 9.03868 21.5964 10.408L19.4401 11.658C19.2605 11.7616 19.1295 11.9322 19.0757 12.1325C19.022 12.3327 19.05 12.5461 19.1536 12.7257C19.2572 12.9052 19.4279 13.0363 19.6282 13.09C19.8284 13.1437 20.0418 13.1157 20.2214 13.0121L22.3349 11.7913C22.8569 12.9692 23.154 14.2344 23.2109 15.5215H20.6172C20.5146 15.5215 20.413 15.5417 20.3182 15.581C20.2234 15.6202 20.1373 15.6778 20.0648 15.7503C19.9922 15.8229 19.9347 15.909 19.8954 16.0038C19.8561 16.0986 19.8359 16.2001 19.8359 16.3027C19.8359 16.4053 19.8561 16.5069 19.8954 16.6017C19.9347 16.6965 19.9922 16.7826 20.0648 16.8552C20.1373 16.9277 20.2234 16.9853 20.3182 17.0245C20.413 17.0638 20.5146 17.084 20.6172 17.084H23.2214V18.4767C23.2215 18.6017 23.197 18.7256 23.1493 18.8411C23.1016 18.9567 23.0315 19.0617 22.9432 19.1502C22.8549 19.2387 22.75 19.309 22.6346 19.357C22.5191 19.4049 22.3953 19.4297 22.2703 19.4298V19.4257Z' fill='%235D6A82'/%3E %3Cpath d='M17.5599 8.4642C17.4739 8.40829 17.3777 8.36989 17.2768 8.3512C17.1759 8.33251 17.0724 8.33389 16.972 8.35528C16.8717 8.37666 16.7766 8.41762 16.6921 8.47581C16.6076 8.534 16.5354 8.60829 16.4797 8.69441L13.3547 13.5059C12.8163 13.3754 12.2491 13.4395 11.7533 13.6869C11.2576 13.9342 10.8654 14.3489 10.6459 14.8576C10.4264 15.3662 10.3939 15.9361 10.554 16.4665C10.7142 16.9968 11.0567 17.4535 11.5211 17.7556C11.9854 18.0578 12.5416 18.1861 13.0914 18.1177C13.6412 18.0493 14.1491 17.7888 14.5253 17.3821C14.9015 16.9754 15.1217 16.4488 15.1471 15.8954C15.1725 15.342 15.0014 14.7974 14.6641 14.358L17.7891 9.54545C17.9019 9.37162 17.9411 9.16014 17.8981 8.95743C17.8551 8.75471 17.7335 8.57733 17.5599 8.4642Z' fill='%235D6A82'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-reporting {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E %3Cpath d='M2.16667 18.6092C1.87935 18.6092 1.6038 18.719 1.40064 18.9143C1.19747 19.1097 1.08334 19.3746 1.08334 19.6509V21.2134C1.08319 21.2477 1.0901 21.2816 1.10366 21.3133C1.11722 21.3449 1.13716 21.3737 1.16234 21.3979C1.18752 21.4221 1.21743 21.4413 1.25036 21.4543C1.28328 21.4674 1.31856 21.474 1.35417 21.4739H5.14584C5.18144 21.474 5.21672 21.4674 5.24965 21.4543C5.28257 21.4413 5.31249 21.4221 5.33766 21.3979C5.36284 21.3737 5.38278 21.3449 5.39634 21.3133C5.4099 21.2816 5.41681 21.2477 5.41667 21.2134V19.6509C5.41667 19.3746 5.30253 19.1097 5.09937 18.9143C4.8962 18.719 4.62065 18.6092 4.33334 18.6092H2.16667Z' fill='%235D6A82'/%3E %3Cpath d='M8.66667 15.4841C8.37935 15.4841 8.1038 15.5939 7.90064 15.7892C7.69747 15.9846 7.58333 16.2495 7.58333 16.5258V21.2134C7.58319 21.2477 7.5901 21.2816 7.60366 21.3133C7.61722 21.3449 7.63716 21.3737 7.66234 21.3979C7.68752 21.4221 7.71743 21.4413 7.75036 21.4543C7.78328 21.4674 7.81856 21.474 7.85417 21.4739H11.6458C11.6814 21.474 11.7167 21.4674 11.7496 21.4543C11.7826 21.4413 11.8125 21.4221 11.8377 21.3979C11.8628 21.3737 11.8828 21.3449 11.8963 21.3133C11.9099 21.2816 11.9168 21.2477 11.9167 21.2134V16.5258C11.9167 16.2495 11.8025 15.9846 11.5994 15.7892C11.3962 15.5939 11.1207 15.4841 10.8333 15.4841H8.66667Z' fill='%235D6A82'/%3E %3Cpath d='M15.1667 11.8382C14.8794 11.8382 14.6038 11.9479 14.4006 12.1433C14.1975 12.3387 14.0833 12.6036 14.0833 12.8799V21.2134C14.0832 21.2477 14.0901 21.2816 14.1037 21.3133C14.1172 21.3449 14.1372 21.3737 14.1623 21.3979C14.1875 21.4221 14.2174 21.4413 14.2504 21.4543C14.2833 21.4674 14.3186 21.474 14.3542 21.4739H18.1458C18.1814 21.474 18.2167 21.4674 18.2496 21.4543C18.2826 21.4413 18.3125 21.4221 18.3377 21.3979C18.3628 21.3737 18.3828 21.3449 18.3963 21.3133C18.4099 21.2816 18.4168 21.2477 18.4167 21.2134V12.8799C18.4167 12.6036 18.3025 12.3387 18.0994 12.1433C17.8962 11.9479 17.6207 11.8382 17.3333 11.8382H15.1667Z' fill='%235D6A82'/%3E %3Cpath d='M20.8542 21.4739H24.6458C24.6814 21.474 24.7167 21.4674 24.7496 21.4543C24.7826 21.4413 24.8125 21.4221 24.8377 21.3979C24.8628 21.3737 24.8828 21.3449 24.8963 21.3133C24.9099 21.2816 24.9168 21.2477 24.9167 21.2134V8.71311C24.9167 8.43684 24.8025 8.17188 24.5994 7.97652C24.3962 7.78117 24.1206 7.67142 23.8333 7.67142H21.6667C21.3793 7.67142 21.1038 7.78117 20.9006 7.97652C20.6975 8.17188 20.5833 8.43684 20.5833 8.71311V21.2134C20.5832 21.2477 20.5901 21.2816 20.6037 21.3133C20.6172 21.3449 20.6372 21.3737 20.6623 21.3979C20.6875 21.4221 20.7174 21.4413 20.7504 21.4543C20.7833 21.4674 20.8186 21.474 20.8542 21.4739Z' fill='%235D6A82'/%3E %3Cpath d='M19.5749 4.38175L19.9075 4.86093C19.9819 4.96769 20.0824 5.05518 20.2003 5.11568C20.3182 5.17619 20.4498 5.20783 20.5835 5.20781H20.6106C20.749 5.20339 20.884 5.16498 21.0027 5.09625C21.1214 5.02751 21.2199 4.93073 21.2887 4.81509L23.4554 1.16916C23.5301 1.04318 23.567 0.899702 23.5618 0.754749C23.5566 0.609796 23.5097 0.469077 23.4261 0.348309C23.3431 0.226925 23.2262 0.130488 23.0889 0.0700557C22.9515 0.00962357 22.7992 -0.0123573 22.6494 0.00663355L18.3161 0.527481C18.1785 0.543749 18.0476 0.593615 17.9358 0.672325C17.824 0.751036 17.735 0.855969 17.6773 0.977123C17.6197 1.09828 17.5952 1.23162 17.6063 1.36443C17.6174 1.49725 17.6637 1.62511 17.7408 1.73585L18.0734 2.21503C18.113 2.27269 18.1272 2.34307 18.113 2.4108C18.0988 2.47853 18.0573 2.5381 17.9976 2.57649L2.64889 12.4153C2.40984 12.5686 2.24393 12.807 2.18765 13.078C2.13138 13.3489 2.18934 13.6303 2.34881 13.8601C2.50827 14.09 2.75616 14.2495 3.03795 14.3036C3.31974 14.3577 3.61234 14.302 3.85139 14.1487L19.2001 4.30987C19.2296 4.29086 19.2627 4.27764 19.2975 4.27096C19.3323 4.26428 19.3682 4.26428 19.403 4.27096C19.4378 4.27764 19.4709 4.29086 19.5004 4.30988C19.5299 4.32889 19.5552 4.35331 19.5749 4.38175Z' fill='%235D6A82'/%3E %3Cpath d='M1.08333 25H24.9167C25.204 25 25.4795 24.8903 25.6827 24.6949C25.8859 24.4995 26 24.2346 26 23.9583C26 23.682 25.8859 23.4171 25.6827 23.2217C25.4795 23.0264 25.204 22.9166 24.9167 22.9166H1.08333C0.796015 22.9166 0.520465 23.0264 0.317301 23.2217C0.114137 23.4171 0 23.682 0 23.9583C0 24.2346 0.114137 24.4995 0.317301 24.6949C0.520465 24.8903 0.796015 25 1.08333 25Z' fill='%235D6A82'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-for-agencies {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E %3Cpath d='M16.5664 13.7207H14.5845V15.7026H16.5664M16.5664 9.75678H14.5845V11.7387H16.5664M18.5484 17.6845H10.6206V15.7026H12.6025V13.7207H10.6206V11.7387H12.6025V9.75678H10.6206V7.77485H18.5484M8.63868 5.79291H6.65674V3.81098H8.63868M8.63868 9.75678H6.65674V7.77485H8.63868M8.63868 13.7207H6.65674V11.7387H8.63868M8.63868 17.6845H6.65674V15.7026H8.63868M4.67481 5.79291H2.69287V3.81098H4.67481M4.67481 9.75678H2.69287V7.77485H4.67481M4.67481 13.7207H2.69287V11.7387H4.67481M4.67481 17.6845H2.69287V15.7026H4.67481M10.6206 5.79291V1.82904H0.710938V19.6665H20.5303V5.79291H10.6206Z' fill='%235D6A82'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-social-commerce {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E %3Cpath d='M15.1255 11.488C15.8686 11.488 16.5224 11.0818 16.8593 10.4676L20.406 4.03795C20.4894 3.88779 20.5323 3.71842 20.5302 3.54662C20.5282 3.37482 20.4813 3.20653 20.3942 3.05841C20.3071 2.91029 20.1829 2.78748 20.0338 2.70212C19.8847 2.61675 19.7159 2.57181 19.544 2.57172H4.88176L3.95051 0.590332H0.710938V2.57172H2.69233L6.25883 10.0911L4.92139 12.5084C4.19818 13.8359 5.14925 15.4508 6.65511 15.4508H18.5434V13.4694H6.65511L7.74487 11.488H15.1255ZM5.82292 4.55311H17.8599L15.1255 9.50659H8.17087L5.82292 4.55311ZM6.65511 16.4415C5.56534 16.4415 4.68362 17.3331 4.68362 18.4228C4.68362 19.5126 5.56534 20.4042 6.65511 20.4042C7.74487 20.4042 8.6365 19.5126 8.6365 18.4228C8.6365 17.3331 7.74487 16.4415 6.65511 16.4415ZM16.5621 16.4415C15.4723 16.4415 14.5906 17.3331 14.5906 18.4228C14.5906 19.5126 15.4723 20.4042 16.5621 20.4042C17.6518 20.4042 18.5434 19.5126 18.5434 18.4228C18.5434 17.3331 17.6518 16.4415 16.5621 16.4415Z' fill='%235D6A82'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-retail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E %3Cpath d='M7.70109 7.79965V7.26325C7.70109 4.59813 9.75449 2.42023 12.312 2.42023C14.8696 2.42023 16.923 4.59813 16.923 7.26325V7.80119H20.0707C20.2611 7.80138 20.4446 7.87222 20.5857 8C20.7269 8.12779 20.8155 8.3034 20.8346 8.49283L22.2178 22.3256C22.2286 22.4324 22.2168 22.5403 22.1833 22.6423C22.1498 22.7442 22.0954 22.8381 22.0234 22.9177C21.9514 22.9974 21.8636 23.061 21.7655 23.1047C21.6674 23.1483 21.5613 23.1709 21.454 23.171H3.17007C3.06274 23.1709 2.95661 23.1483 2.85854 23.1047C2.76047 23.061 2.67262 22.9974 2.60065 22.9177C2.52869 22.8381 2.4742 22.7442 2.44071 22.6423C2.40722 22.5403 2.39546 22.4324 2.4062 22.3256L3.78948 8.49283C3.80851 8.3034 3.89719 8.12779 4.03831 8C4.17944 7.87222 4.36297 7.80138 4.55335 7.80119H7.70109V7.79965ZM9.23806 7.79965H15.386V7.26325C15.386 5.42809 13.9996 3.95721 12.312 3.95721C10.6244 3.95721 9.23806 5.42809 9.23806 7.26325V7.80119V7.79965ZM7.70109 9.33663H5.24961L4.02002 21.6325H20.604L19.3729 9.33663H16.923V11.6421C16.923 11.8459 16.842 12.0414 16.6979 12.1855C16.5538 12.3296 16.3583 12.4106 16.1545 12.4106C15.9507 12.4106 15.7552 12.3296 15.6111 12.1855C15.4669 12.0414 15.386 11.8459 15.386 11.6421V9.33663H9.23806V11.6421C9.23806 11.8459 9.1571 12.0414 9.01298 12.1855C8.86886 12.3296 8.67339 12.4106 8.46958 12.4106C8.26576 12.4106 8.07029 12.3296 7.92617 12.1855C7.78205 12.0414 7.70109 11.8459 7.70109 11.6421V9.33663Z' fill='%235D6A82' stroke='%235D6A82' stroke-width='0.619355'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-b2b {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='24' viewBox='0 0 31 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7167 4.62566V2.43336C14.7167 2.14638 14.551 1.87116 14.256 1.66824C13.961 1.46532 13.5609 1.35132 13.1437 1.35132H9.99776C9.58058 1.35132 9.18048 1.46532 8.88549 1.66824C8.5905 1.87116 8.42477 2.14638 8.42477 2.43336V4.62566M24.3907 1.77237L22.9537 3.20938M22.9537 3.20938L24.3907 4.6464M22.9537 3.20938L27.9833 3.20945C28.3644 3.20945 28.7299 3.36085 28.9994 3.63035C29.2689 3.89984 29.4203 4.26535 29.4203 4.64647M11.3857 15.7516H5.19903C4.32325 15.7516 3.61328 15.0416 3.61328 14.1658V6.23707C3.61328 5.36128 4.32325 4.65132 5.19903 4.65132H17.885C18.7608 4.65132 19.4708 5.36128 19.4708 6.23707L19.4708 7.36568M23.4144 11.2877V9.09543C23.4144 8.80845 23.2487 8.53323 22.9537 8.33031C22.6587 8.12738 22.2586 8.01338 21.8414 8.01338H18.6955C18.2783 8.01338 17.8782 8.12738 17.5832 8.33031C17.2882 8.53323 17.1225 8.80845 17.1225 9.09543V11.2877M13.8967 11.2877H26.5827C27.4585 11.2877 28.1685 11.9977 28.1685 12.8735V20.8022C28.1685 21.678 27.4585 22.388 26.5827 22.388H13.8967C13.0209 22.388 12.311 21.678 12.311 20.8022V12.8735C12.311 11.9977 13.0209 11.2877 13.8967 11.2877Z' stroke='%235D6A82' stroke-width='1.98194' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.84814 22.9897L8.28516 21.5527M8.28516 21.5527L6.84814 20.1157M8.28516 21.5527L3.2556 21.5527C2.87448 21.5527 2.50897 21.4013 2.23948 21.1318C1.96998 20.8623 1.81858 20.4968 1.81858 20.1156' stroke='%235D6A82' stroke-width='1.98194' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-graduate {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 2.5C1 1.94772 1.44772 1.5 2 1.5H18C18.5523 1.5 19 1.94772 19 2.5C19 3.05228 18.5523 3.5 18 3.5H14.4998V6C14.4998 8.48528 12.485 10.5 9.99976 10.5C7.51447 10.5 5.49976 8.48528 5.49976 6V3.5H4V6.5C4 7.05228 3.55228 7.5 3 7.5C2.44772 7.5 2 7.05228 2 6.5V3.5C1.44772 3.5 1 3.05228 1 2.5ZM7.49976 4.5V3.5H12.4998V4.5H7.49976ZM7.54976 6.5C7.7814 7.64112 8.79028 8.5 9.99976 8.5C11.2092 8.5 12.2181 7.64112 12.4497 6.5H7.54976Z' fill='%235D6A82'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 12C4.23858 12 2 14.2386 2 17V18.5C2 19.0523 2.44772 19.5 3 19.5H17C17.5523 19.5 18 19.0523 18 18.5V17C18 14.2386 15.7614 12 13 12H7ZM4 17C4 15.3431 5.34315 14 7 14H7.13395C7.177 14.0746 7.23013 14.1443 7.29292 14.2071L9.29292 16.2071C9.68345 16.5976 10.3166 16.5976 10.7071 16.2071L12.7071 14.2071C12.7699 14.1443 12.8231 14.0746 12.8661 14H13C14.6569 14 16 15.3431 16 17V17.5H4V17Z' fill='%235D6A82'/%3E%3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-blog {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='27' viewBox='0 0 28 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_35630_11660)'%3E%3Cpath d='M26.7577 2.50024C25.951 1.74156 25.1579 0.974729 23.963 1.16451C23.8344 1.1849 23.6238 1.2696 23.5019 1.32803C22.7292 1.69989 20.7725 4.30205 20.0609 5.10467C19.9327 5.24916 19.3897 5.89053 19.2823 5.92223L2.63845 5.93401C1.53237 6.02097 0.662261 6.70809 0.403178 7.79334C0.438507 11.1791 0.0589408 14.9621 0.317119 18.3234C0.380984 19.1545 0.720691 20.0006 1.47348 20.4287C1.64379 20.5256 2.14384 20.6538 2.18053 20.7625L2.18868 25.4038C2.20227 25.8667 2.69145 25.96 3.04791 25.7743L9.66723 20.8041L20.3368 20.786C21.6616 20.6683 22.5277 19.7796 22.6617 18.4611L22.6939 10.9286C24.2869 8.9257 26.1743 7.13567 27.6237 5.0322C28.0391 3.89667 27.5445 3.23854 26.7586 2.49934L26.7577 2.50024ZM22.3492 4.14488L23.2795 4.92983L17.2491 11.9441C17.1005 12.0383 16.2743 11.2932 16.2748 11.1759L22.3487 4.14488H22.3492ZM17.8723 14.0911L15.2366 15.0273L15.7924 12.3214L17.8723 14.0911ZM21.5516 18.5326C21.5516 19.0712 20.8087 19.6981 20.267 19.6768L9.31756 19.6922L3.3002 24.1885V20.1981C3.3002 20.1361 3.13035 19.804 3.05109 19.7533C2.87761 19.6428 2.46679 19.6577 2.21133 19.5522C1.68637 19.3362 1.47801 18.8556 1.42819 18.3229C1.64515 15.1324 1.13378 11.5451 1.42819 8.40119C1.47212 7.93285 1.62024 7.53109 2.02789 7.26611C2.08858 7.22671 2.47177 7.04689 2.50257 7.04689H18.2908C18.3207 7.16737 18.2415 7.18549 18.1875 7.2557C17.1929 8.54342 15.9228 9.70748 14.9454 11.0224C14.7366 12.4953 14.1074 14.2424 13.9965 15.6954C13.9589 16.1914 14.0775 16.4822 14.6292 16.4717L19.242 14.833C20.0048 14.077 20.6801 13.2178 21.3939 12.4093C21.4356 12.3622 21.389 12.277 21.5525 12.3205V18.5317L21.5516 18.5326ZM18.9834 13.4705C18.9308 13.5172 18.8991 13.4986 18.8457 13.4705C18.5929 13.3374 18.3117 12.8826 18.0127 12.8061L24.1193 5.69168L24.9908 6.42319L18.9834 13.4705ZM25.8101 5.58479L23.0798 3.26481C23.4177 2.98127 23.7067 2.36889 24.17 2.27468C24.4074 2.22667 24.6637 2.25203 24.8771 2.36844C25.0918 2.48575 26.1412 3.39979 26.3428 3.60905C27.0349 4.32787 26.3636 5.06572 25.8097 5.58479H25.8101Z' fill='%235D6A82' stroke='%235D6A82' stroke-width='0.452944' stroke-miterlimit='10'/%3E%3Cpath d='M11.6455 10.5464H4.94197C4.64179 10.5464 4.39844 10.7897 4.39844 11.0899V11.407C4.39844 11.7072 4.64179 11.9505 4.94197 11.9505H11.6455C11.9457 11.9505 12.1891 11.7072 12.1891 11.407V11.0899C12.1891 10.7897 11.9457 10.5464 11.6455 10.5464Z' fill='%235D6A82' stroke='%235D6A82' stroke-width='0.452944' stroke-miterlimit='10'/%3E%3Cpath d='M11.6455 13.8528H4.94197C4.64179 13.8528 4.39844 14.0961 4.39844 14.3963V14.7134C4.39844 15.0136 4.64179 15.2569 4.94197 15.2569H11.6455C11.9457 15.2569 12.1891 15.0136 12.1891 14.7134V14.3963C12.1891 14.0961 11.9457 13.8528 11.6455 13.8528Z' fill='%235D6A82' stroke='%235D6A82' stroke-width='0.452944' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_35630_11660'%3E%3Crect width='28.0001' height='25.1818' fill='white' transform='translate(0 0.909058)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-free-tools {
  background-image: url("/assets/nav/resources-free-tools.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-center {
  background-image: url("/assets/nav/resources-center.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-ebooks {
  background-image: url("/assets/nav/resources-ebooks1.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-events {
  background-image: url("/assets/nav/resources-events.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col2 {
  justify-content: flex-start;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col2 .title {
  padding-bottom: 2px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core {
  width: calc(38% + 1px);
  background: #F5F5F7;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core .col-not-core-advanced {
  background: inherit;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core .col-not-core-advanced .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-video-tutorials {
  background-image: url("/assets/nav/resources-video-tutorials.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core .col-not-core-advanced .new span {
  font-size: 10px !important;
  padding: 2px 3px !important;
  line-height: 100% !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large .menu-items .menu-items-links {
  column-count: 2 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large .menu-items.promotion {
  background-color: inherit;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large .menu-items.promotion .menu-items-links {
  column-count: 1 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-core {
  width: 54%;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core {
  width: 46%;
  background: #F5F5F7;
  padding-right: 0 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-advanced {
  width: 50%;
  background: #F5F5F7;
  padding: 53px 27px 36px 33px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo {
  width: 50%;
  background: #212E44;
  padding: 30px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo .col-not-core-promo-text {
  padding: 20px 24px 0 12px !important;
}
@media (max-width: 1350px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo .col-not-core-promo-text {
    padding: 20px 0px 0 !important;
  }
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo .col-not-core-promo-text .col-not-core-promo-text-title,
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo .col-not-core-promo-text .col-not-core-promo-text-description,
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo .col-not-core-promo-text .col-not-core-promo-text-link a {
  color: #ffffff;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo .col-not-core-promo-text .col-not-core-promo-text-title {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.2px;
  font-weight: 900;
  margin-bottom: 20px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo .col-not-core-promo-text .col-not-core-promo-text-description {
  margin-bottom: 10px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo .col-not-core-promo-text .col-not-core-promo-text-link a {
  font-size: 16px;
  font-weight: 800;
  line-height: 20.29px;
  letter-spacing: -0.32px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo .col-not-core-promo-text .col-not-core-promo-text-link a:after, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo .col-not-core-promo-text .col-not-core-promo-text-link a:hover:after, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo .col-not-core-promo-text .col-not-core-promo-text-link a:focus:after {
  display: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16' fill='none'%3E %3Cpath d='M1.40557 8.10744C1.40557 8.34661 1.50057 8.57598 1.66969 8.7451C1.83881 8.91422 2.06819 9.00923 2.30736 9.00923L11.2531 9.00923L9.78621 11.3779C9.62692 11.5489 9.5402 11.775 9.54432 12.0086C9.54844 12.2422 9.64308 12.4651 9.80831 12.6304C9.97353 12.7956 10.1964 12.8902 10.4301 12.8944C10.6637 12.8985 10.8898 12.8118 11.0607 12.6525L14.0667 8.7447C14.2356 8.57562 14.3304 8.34641 14.3304 8.10744C14.3304 7.86846 14.2356 7.63926 14.0667 7.47017L11.0607 3.56241C10.9782 3.47381 10.8786 3.40275 10.768 3.35346C10.6574 3.30417 10.538 3.27767 10.4169 3.27553C10.2958 3.27339 10.1755 3.29567 10.0632 3.34102C9.95095 3.38638 9.84895 3.45389 9.76332 3.53952C9.67769 3.62515 9.61018 3.72715 9.56482 3.83944C9.51947 3.95173 9.49719 4.07201 9.49933 4.19309C9.50147 4.31417 9.52797 4.43359 9.57726 4.54421C9.62655 4.65483 9.69761 4.75438 9.78621 4.83694L11.2531 7.20565L2.30736 7.20565C1.80957 7.20565 1.40557 7.60965 1.40557 8.10744Z' fill='%23ffffff'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-core .menu-items .menu-items-links .dropdown-item {
  margin-bottom: 31.7px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-core .menu-items .menu-items-links .dropdown-item em {
  color: #5D6A82 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large {
  padding: 36px 86px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large .menu-items {
  grid-gap: 28px;
  gap: 28px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large .menu-items .menu-items-links a.dropdown-item {
  margin-bottom: 20px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col2 {
  min-height: auto;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large .menu-items.promotion .menu-items-links a.dropdown-item {
  margin-top: 10px !important;
  color: #FF6726 !important;
  text-decoration: none;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large .menu-items.promotion .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col2 span.title {
  color: #FF6726 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large .menu-items.promotion .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col2 span.title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E %3Cpath d='M1.40557 8.10744C1.40557 8.34661 1.50057 8.57598 1.66969 8.7451C1.83881 8.91422 2.06819 9.00923 2.30736 9.00923L11.2531 9.00923L9.78621 11.3779C9.62692 11.5489 9.5402 11.775 9.54432 12.0086C9.54844 12.2422 9.64308 12.4651 9.80831 12.6304C9.97353 12.7956 10.1964 12.8902 10.4301 12.8944C10.6637 12.8985 10.8898 12.8118 11.0607 12.6525L14.0667 8.7447C14.2356 8.57562 14.3304 8.34641 14.3304 8.10744C14.3304 7.86846 14.2356 7.63926 14.0667 7.47017L11.0607 3.56241C10.9782 3.47381 10.8786 3.40275 10.768 3.35346C10.6574 3.30417 10.538 3.27767 10.4169 3.27553C10.2958 3.27339 10.1755 3.29567 10.0632 3.34102C9.95095 3.38638 9.84895 3.45389 9.76332 3.53952C9.67769 3.62515 9.61018 3.72715 9.56482 3.83944C9.51947 3.95173 9.49719 4.07201 9.49933 4.19309C9.50147 4.31417 9.52797 4.43359 9.57726 4.54421C9.62655 4.65483 9.69761 4.75438 9.78621 4.83694L11.2531 7.20565L2.30736 7.20565C1.80957 7.20565 1.40557 7.60965 1.40557 8.10744Z' fill='%23FF6726'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.resources-dropdown .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item.i-resource-center {
  margin-bottom: 0 !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.resources-dropdown .dropdown-menu-inner-row .col-not-core .col-not-core-promo {
  padding-top: 20px !important;
  padding-bottom: 36px !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .menu-items .menu-items-links a.dropdown-item:hover {
  background-color: inherit !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .menu-items .menu-items-links a.dropdown-item:hover:after {
  display: none !important;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 {
  background: #FF6726;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-inbox {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E %3Cpath d='M21.8863 10.4666L19.0722 5.42492C18.918 5.14624 18.6923 4.91366 18.4184 4.7511C18.1446 4.58854 17.8323 4.50187 17.5138 4.5H4.49167C4.17352 4.50141 3.86149 4.58749 3.58763 4.74939C3.31376 4.9113 3.08793 5.14319 2.93333 5.42125L0.119167 10.4666C0.0524142 10.6068 0.0120202 10.7581 0 10.913L0 16.413C0 16.7777 0.144866 17.1274 0.402728 17.3853C0.660591 17.6431 1.01033 17.788 1.375 17.788H20.625C20.9897 17.788 21.3394 17.6431 21.5973 17.3853C21.8551 17.1274 22 16.7777 22 16.413V10.913C21.9936 10.7579 21.9548 10.6059 21.8863 10.4666ZM4.4275 6.44792C4.44711 6.41207 4.47601 6.38216 4.51118 6.36135C4.54635 6.34054 4.58647 6.3296 4.62733 6.32967L17.3369 6.315C17.3777 6.31484 17.4177 6.32565 17.4529 6.34629C17.4881 6.36694 17.517 6.39665 17.5368 6.43233L19.591 10.1137C19.6105 10.1485 19.6205 10.1879 19.6201 10.2278C19.6197 10.2678 19.6089 10.3069 19.5887 10.3414C19.5685 10.3758 19.5396 10.4044 19.505 10.4243C19.4704 10.4442 19.4311 10.4546 19.3912 10.4547H16.0417C15.861 10.4541 15.682 10.4894 15.5151 10.5585C15.3481 10.6276 15.1966 10.7291 15.0691 10.8571C14.8121 11.1156 14.6675 11.4651 14.6667 11.8297C14.6667 12.1943 14.5218 12.5441 14.2639 12.8019C14.0061 13.0598 13.6563 13.2047 13.2917 13.2047H8.70833C8.34366 13.2047 7.99392 13.0598 7.73606 12.8019C7.4782 12.5441 7.33333 12.1943 7.33333 11.8297C7.33333 11.465 7.18847 11.1153 6.93061 10.8574C6.67274 10.5995 6.32301 10.4547 5.95833 10.4547H2.607C2.56722 10.4544 2.52817 10.4439 2.49368 10.4241C2.45918 10.4042 2.43042 10.3758 2.41019 10.3415C2.38997 10.3073 2.37898 10.2684 2.37828 10.2286C2.37759 10.1888 2.38723 10.1495 2.40625 10.1146L4.4275 6.44792Z' fill='%23ffffff'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-publishing {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E %3Cpath d='M21.6892 0.230022C21.545 0.107693 21.3696 0.0303999 21.184 0.00729458C20.9983 -0.0158108 20.8101 0.0162396 20.6416 0.0996506L0.994119 10.6368C0.705646 10.7912 0.461954 11.0212 0.287665 11.3034C0.113377 11.5856 0.0146679 11.9101 0.00151229 12.2441C-0.0116433 12.5781 0.0612207 12.9097 0.212742 13.2055C0.364263 13.5013 0.589072 13.7507 0.864454 13.9286L6.4046 17.51V21.4605C6.40471 21.7431 6.48634 22.0193 6.63918 22.2543C6.79201 22.4892 7.0092 22.6723 7.26328 22.7805C7.51736 22.8886 7.79693 22.9169 8.06666 22.8618C8.33638 22.8067 8.58416 22.6706 8.77868 22.4709L10.8244 20.3677L14.4457 22.7086C14.6943 22.8691 14.9765 22.9665 15.2689 22.9928C15.5614 23.019 15.8558 22.9734 16.1277 22.8596C16.3996 22.7458 16.6412 22.5671 16.8326 22.3383C17.024 22.1095 17.1597 21.8372 17.2284 21.5439L21.9802 1.1733C22.0137 1.00361 22.0045 0.82796 21.9536 0.662919C21.9027 0.497879 21.8117 0.348893 21.6892 0.230022ZM15.9466 4.77866C15.9948 4.75439 16.0497 4.74793 16.1019 4.76039C16.1542 4.77284 16.2007 4.80344 16.2336 4.84702C16.2665 4.8906 16.2837 4.9445 16.2824 4.99963C16.2811 5.05476 16.2614 5.10774 16.2265 5.14964L7.29266 15.5784C7.25567 15.6213 7.20499 15.6492 7.14975 15.6571C7.09452 15.665 7.03835 15.6524 6.99135 15.6216L2.22454 12.5396C2.18988 12.5171 2.16162 12.4856 2.14259 12.4483C2.12356 12.411 2.11443 12.3692 2.11614 12.3271C2.11784 12.285 2.13031 12.2441 2.15229 12.2085C2.17426 12.173 2.20498 12.144 2.24133 12.1245L15.9466 4.77866ZM8.26935 20.2795V18.7131L9.20219 19.318L8.26935 20.2795ZM15.5138 20.7588C15.505 20.7958 15.4877 20.8301 15.4635 20.8589C15.4393 20.8877 15.4088 20.9102 15.3744 20.9245C15.3401 20.9388 15.3029 20.9445 15.266 20.9412C15.2291 20.9379 15.1935 20.9257 15.1621 20.9055L8.9923 16.9176C8.96374 16.8991 8.93944 16.8744 8.92108 16.8453C8.90272 16.8161 8.89073 16.7833 8.88595 16.7489C8.88103 16.7147 8.88349 16.6798 8.89316 16.6466C8.90284 16.6135 8.91948 16.583 8.94193 16.5572L18.6761 5.19661C18.7105 5.15622 18.7571 5.12885 18.8084 5.11891C18.8598 5.10896 18.9128 5.11701 18.9592 5.14176C19.0055 5.16651 19.0425 5.20654 19.064 5.25542C19.0856 5.3043 19.0906 5.3592 19.0782 5.41134L15.5138 20.7588Z' fill='%23ffffff'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-monitoring {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21' fill='none'%3E %3Cpath d='M20.4368 7.86236C20.5808 7.85854 20.7218 7.82201 20.8481 7.75579C20.9744 7.68957 21.0823 7.59558 21.163 7.48159C21.2436 7.36761 21.2947 7.23691 21.3119 7.10033C21.3291 6.96374 21.312 6.82521 21.262 6.6962C20.4608 4.71048 19.044 3.0055 17.2011 1.80904C15.3581 0.612579 13.1767 -0.0183965 10.9482 0.000408423C1.39271 0.623762 0 8.1574 0 10.5064C0.00371452 13.1643 1.06139 15.7223 2.96027 17.6658C4.85914 19.6093 7.45832 20.794 10.2349 20.9817C10.442 20.9919 10.6478 20.9448 10.8275 20.846C11.0073 20.7472 11.1533 20.601 11.2481 20.4249C11.3701 20.2083 11.4076 19.9573 11.3539 19.7168C11.3001 19.4763 11.1586 19.2618 10.9547 19.1116C9.66147 18.1841 8.63047 16.9637 7.95469 15.5606C7.94145 15.5327 7.93446 15.5025 7.93417 15.4719C7.93387 15.4413 7.94027 15.411 7.95295 15.3829C7.96564 15.3548 7.98434 15.3295 8.00785 15.3087C8.03136 15.2879 8.05915 15.272 8.08947 15.2621C8.26929 15.2051 8.4259 15.0958 8.53724 14.9494C8.64859 14.803 8.70907 14.627 8.71018 14.4461C8.71018 14.2139 8.61358 13.9912 8.44164 13.827C8.26969 13.6628 8.03649 13.5706 7.79332 13.5706H7.42658C7.37453 13.5706 7.32402 13.5537 7.28336 13.5227C7.2427 13.4917 7.21431 13.4484 7.20286 13.3999C6.9827 12.4498 6.87323 11.4794 6.87646 10.5064C6.87476 9.68416 6.9524 8.86356 7.10842 8.05497C7.11937 8.00539 7.14786 7.96092 7.1891 7.92903C7.23034 7.89715 7.28182 7.87979 7.33489 7.87987C17.3287 7.87987 19.7794 7.88512 20.4368 7.86236ZM2.58463 13.5706C2.53738 13.5706 2.49128 13.5567 2.45269 13.5307C2.4141 13.5046 2.38492 13.4678 2.36917 13.4253C1.7157 11.6916 1.65885 9.80409 2.20688 8.03746C2.22059 7.99207 2.24938 7.95216 2.2889 7.92373C2.32842 7.89531 2.37654 7.87992 2.42601 7.87987H4.99964C5.03268 7.87988 5.06533 7.88672 5.09535 7.8999C5.12536 7.91308 5.15204 7.93231 5.17355 7.95626C5.19506 7.98021 5.21089 8.00831 5.21996 8.03865C5.22903 8.06898 5.23113 8.10083 5.22611 8.13201C5.10199 8.91787 5.04069 9.71161 5.04274 10.5064C5.0426 11.4464 5.13469 12.3843 5.31779 13.3079C5.32383 13.3396 5.32252 13.3722 5.31397 13.4034C5.30542 13.4345 5.28982 13.4635 5.26828 13.4883C5.24682 13.513 5.21992 13.5329 5.18949 13.5465C5.15906 13.5601 5.12585 13.5671 5.09225 13.5671L2.58463 13.5706ZM7.37248 18.0864C7.40202 18.1259 7.41698 18.1736 7.41502 18.2221C7.41306 18.2706 7.39428 18.3171 7.36164 18.3542C7.32899 18.3914 7.28434 18.4172 7.23469 18.4275C7.18504 18.4378 7.1332 18.4321 7.08734 18.4112C5.70548 17.7881 4.50803 16.846 3.60326 15.67C3.57772 15.6375 3.56217 15.5989 3.55835 15.5584C3.55452 15.5179 3.56258 15.4772 3.58162 15.4408C3.60066 15.4045 3.62992 15.3739 3.66613 15.3525C3.70234 15.3312 3.74407 15.3198 3.78664 15.3198H5.70654C5.75328 15.3199 5.79887 15.3336 5.83721 15.3591C5.87556 15.3846 5.90483 15.4207 5.92109 15.4625C6.28168 16.3939 6.76971 17.2756 7.37248 18.0847V18.0864ZM5.77623 5.97742C5.76125 6.0216 5.73195 6.06008 5.69255 6.08731C5.65316 6.11454 5.60572 6.12909 5.5571 6.12888H3.48407C3.44284 6.1291 3.40231 6.11866 3.36679 6.09866C3.33127 6.07866 3.30209 6.04984 3.28234 6.01527C3.2626 5.98071 3.25303 5.94168 3.25464 5.90233C3.25626 5.86299 3.26901 5.8248 3.29153 5.79181C4.2208 4.40981 5.53662 3.30378 7.09009 2.59888C7.13595 2.578 7.18779 2.57227 7.23744 2.58258C7.28709 2.59289 7.33174 2.61866 7.36439 2.65584C7.39703 2.69303 7.41581 2.73951 7.41777 2.788C7.41973 2.83648 7.40477 2.88421 7.37523 2.92369C6.68625 3.86006 6.14732 4.88928 5.77623 5.97742ZM7.99778 6.12888C7.96016 6.12884 7.92313 6.11997 7.88995 6.10303C7.85677 6.0861 7.82847 6.06163 7.80754 6.03178C7.78661 6.00193 7.7737 5.96762 7.76994 5.93188C7.76618 5.89614 7.77169 5.86006 7.78598 5.82683C8.41766 4.29752 9.48514 2.96764 10.8676 1.98778C10.9063 1.96114 10.9528 1.94681 11.0005 1.94681C11.0482 1.94681 11.0947 1.96114 11.1334 1.98778C12.5105 2.97085 13.5758 4.29867 14.2113 5.82421C14.2258 5.85752 14.2314 5.89371 14.2277 5.92959C14.224 5.96547 14.2112 5.99994 14.1903 6.02995C14.17 6.05982 14.1423 6.08447 14.1097 6.10172C14.0771 6.11897 14.0405 6.1283 14.0032 6.12888H7.99778ZM16.4485 6.12888C16.4004 6.12898 16.3534 6.11455 16.3144 6.08767C16.2754 6.06078 16.2463 6.02281 16.2312 5.97917C15.8535 4.87924 15.3043 3.84 14.6019 2.89655C14.5723 2.85729 14.5571 2.80975 14.5588 2.76137C14.5604 2.71299 14.5788 2.6665 14.6111 2.62917C14.6434 2.59185 14.6877 2.56579 14.7371 2.55508C14.7866 2.54437 14.8383 2.54962 14.8843 2.56999C16.465 3.26941 17.8017 4.38809 18.7351 5.79269C18.7571 5.82578 18.7694 5.86391 18.7707 5.90308C18.772 5.94226 18.7623 5.98106 18.7425 6.01541C18.7227 6.04976 18.6937 6.07842 18.6584 6.09838C18.623 6.11834 18.5827 6.12887 18.5417 6.12888H16.4485Z' fill='%23ffffff'/%3E %3Cpath d='M19.4156 17.2978C19.3788 17.2626 19.3556 17.2164 19.3499 17.1669C19.3443 17.1174 19.3564 17.0675 19.3845 17.0255C20.0523 16.0232 20.3092 14.8207 20.1059 13.6487C19.9027 12.4767 19.2536 11.4175 18.2831 10.6742C17.3126 9.93088 16.0889 9.55574 14.8467 9.62069C13.6044 9.68564 12.4309 10.1861 11.5512 11.0261C10.6715 11.8662 10.1474 12.9867 10.0794 14.1729C10.0114 15.3591 10.4042 16.5276 11.1826 17.4543C11.9611 18.381 13.0703 19.0008 14.2977 19.1949C15.5251 19.389 16.7843 19.1436 17.834 18.506C17.878 18.4792 17.9303 18.4676 17.9821 18.473C18.0339 18.4784 18.0823 18.5005 18.1192 18.5357L20.4462 20.7542C20.6191 20.9137 20.8507 21.002 21.0911 21C21.3315 20.998 21.5615 20.9059 21.7315 20.7436C21.9014 20.5813 21.9979 20.3617 22 20.1321C22.0021 19.9026 21.9096 19.6814 21.7426 19.5163L19.4156 17.2978ZM15.1284 11.3821C15.7631 11.3821 16.3835 11.5618 16.9112 11.8985C17.4389 12.2352 17.8502 12.7137 18.0931 13.2737C18.336 13.8336 18.3996 14.4497 18.2757 15.0441C18.1519 15.6385 17.8463 16.1845 17.3975 16.613C16.9487 17.0416 16.3769 17.3334 15.7544 17.4516C15.1319 17.5699 14.4867 17.5092 13.9004 17.2773C13.314 17.0453 12.8128 16.6526 12.4602 16.1487C12.1076 15.6448 11.9194 15.0523 11.9194 14.4463C11.9194 13.6336 12.2575 12.8542 12.8593 12.2796C13.4611 11.7049 14.2773 11.3821 15.1284 11.3821Z' fill='%23ffffff'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-roi {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E %3Cpath d='M12.8047 3.48816C9.49058 3.49174 6.31324 4.80985 3.96981 7.15328C1.62638 9.49671 0.308272 12.6741 0.304688 15.9882V18.4788C0.305515 19.2833 0.625473 20.0546 1.19435 20.6235C1.76323 21.1924 2.53455 21.5123 3.33906 21.5132H22.2703C23.0748 21.5123 23.8462 21.1924 24.415 20.6235C24.9839 20.0546 25.3039 19.2833 25.3047 18.4788V15.9882C25.3011 12.6741 23.983 9.49671 21.6396 7.15328C19.2961 4.80985 16.1188 3.49174 12.8047 3.48816ZM22.2703 19.4257H3.33906C3.08763 19.4254 2.84652 19.3257 2.66834 19.1483C2.49017 18.9709 2.3894 18.7302 2.38802 18.4788V17.084H4.99219C5.19939 17.084 5.3981 17.0017 5.54461 16.8552C5.69113 16.7087 5.77344 16.5099 5.77344 16.3027C5.77344 16.0955 5.69113 15.8968 5.54461 15.7503C5.3981 15.6038 5.19939 15.5215 4.99219 15.5215H2.39844C2.45437 14.2315 2.75151 12.9635 3.27448 11.783L5.38802 13.0059C5.56759 13.1095 5.78097 13.1375 5.9812 13.0838C6.18144 13.03 6.35213 12.899 6.45573 12.7194C6.55933 12.5398 6.58735 12.3265 6.53363 12.1262C6.47991 11.926 6.34884 11.7553 6.16927 11.6517L4.01302 10.4017C4.69757 9.32897 5.57193 8.39002 6.59323 7.63087L7.77031 9.66941C7.87612 9.84659 8.04678 9.97559 8.2461 10.0291C8.44542 10.0825 8.65773 10.0563 8.83802 9.95587C8.92689 9.90452 9.00478 9.83617 9.06722 9.75472C9.12967 9.67327 9.17545 9.58031 9.20196 9.48115C9.22846 9.382 9.23517 9.27859 9.2217 9.17684C9.20823 9.0751 9.17484 8.977 9.12344 8.88816L7.91406 6.79337C9.18553 6.11318 10.5854 5.70688 12.0234 5.60066V7.97149C12.0234 8.17869 12.1057 8.37741 12.2523 8.52392C12.3988 8.67043 12.5975 8.75274 12.8047 8.75274C13.0119 8.75274 13.2106 8.67043 13.3571 8.52392C13.5036 8.37741 13.5859 8.17869 13.5859 7.97149V5.60066C15.2031 5.7235 16.7693 6.22202 18.1599 7.05657C19.5505 7.89113 20.7272 9.03868 21.5964 10.408L19.4401 11.658C19.2605 11.7616 19.1295 11.9322 19.0757 12.1325C19.022 12.3327 19.05 12.5461 19.1536 12.7257C19.2572 12.9052 19.4279 13.0363 19.6282 13.09C19.8284 13.1437 20.0418 13.1157 20.2214 13.0121L22.3349 11.7913C22.8569 12.9692 23.154 14.2344 23.2109 15.5215H20.6172C20.5146 15.5215 20.413 15.5417 20.3182 15.581C20.2234 15.6202 20.1373 15.6778 20.0648 15.7503C19.9922 15.8229 19.9347 15.909 19.8954 16.0038C19.8561 16.0986 19.8359 16.2001 19.8359 16.3027C19.8359 16.4053 19.8561 16.5069 19.8954 16.6017C19.9347 16.6965 19.9922 16.7826 20.0648 16.8552C20.1373 16.9277 20.2234 16.9853 20.3182 17.0245C20.413 17.0638 20.5146 17.084 20.6172 17.084H23.2214V18.4767C23.2215 18.6017 23.197 18.7256 23.1493 18.8411C23.1016 18.9567 23.0315 19.0617 22.9432 19.1502C22.8549 19.2387 22.75 19.309 22.6346 19.357C22.5191 19.4049 22.3953 19.4297 22.2703 19.4298V19.4257Z' fill='white'/%3E %3Cpath d='M17.5599 8.4642C17.4739 8.40829 17.3777 8.36989 17.2768 8.3512C17.1759 8.33251 17.0724 8.33389 16.972 8.35528C16.8717 8.37666 16.7766 8.41762 16.6921 8.47581C16.6076 8.534 16.5354 8.60829 16.4797 8.69441L13.3547 13.5059C12.8163 13.3754 12.2491 13.4395 11.7533 13.6869C11.2576 13.9342 10.8654 14.3489 10.6459 14.8576C10.4264 15.3662 10.3939 15.9361 10.554 16.4665C10.7142 16.9968 11.0567 17.4535 11.5211 17.7556C11.9854 18.0578 12.5416 18.1861 13.0914 18.1177C13.6412 18.0493 14.1491 17.7888 14.5253 17.3821C14.9015 16.9754 15.1217 16.4488 15.1471 15.8954C15.1725 15.342 15.0014 14.7974 14.6641 14.358L17.7891 9.54545C17.9019 9.37162 17.9411 9.16014 17.8981 8.95743C17.8551 8.75471 17.7335 8.57733 17.5599 8.4642Z' fill='%23ffffff'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-reporting {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E %3Cpath d='M2.16667 18.6092C1.87935 18.6092 1.6038 18.719 1.40064 18.9143C1.19747 19.1097 1.08334 19.3746 1.08334 19.6509V21.2134C1.08319 21.2477 1.0901 21.2816 1.10366 21.3133C1.11722 21.3449 1.13716 21.3737 1.16234 21.3979C1.18752 21.4221 1.21743 21.4413 1.25036 21.4543C1.28328 21.4674 1.31856 21.474 1.35417 21.4739H5.14584C5.18144 21.474 5.21672 21.4674 5.24965 21.4543C5.28257 21.4413 5.31249 21.4221 5.33766 21.3979C5.36284 21.3737 5.38278 21.3449 5.39634 21.3133C5.4099 21.2816 5.41681 21.2477 5.41667 21.2134V19.6509C5.41667 19.3746 5.30253 19.1097 5.09937 18.9143C4.8962 18.719 4.62065 18.6092 4.33334 18.6092H2.16667Z' fill='%23ffffff'/%3E %3Cpath d='M8.66667 15.4841C8.37935 15.4841 8.1038 15.5939 7.90064 15.7892C7.69747 15.9846 7.58333 16.2495 7.58333 16.5258V21.2134C7.58319 21.2477 7.5901 21.2816 7.60366 21.3133C7.61722 21.3449 7.63716 21.3737 7.66234 21.3979C7.68752 21.4221 7.71743 21.4413 7.75036 21.4543C7.78328 21.4674 7.81856 21.474 7.85417 21.4739H11.6458C11.6814 21.474 11.7167 21.4674 11.7496 21.4543C11.7826 21.4413 11.8125 21.4221 11.8377 21.3979C11.8628 21.3737 11.8828 21.3449 11.8963 21.3133C11.9099 21.2816 11.9168 21.2477 11.9167 21.2134V16.5258C11.9167 16.2495 11.8025 15.9846 11.5994 15.7892C11.3962 15.5939 11.1207 15.4841 10.8333 15.4841H8.66667Z' fill='%23ffffff'/%3E %3Cpath d='M15.1667 11.8382C14.8794 11.8382 14.6038 11.9479 14.4006 12.1433C14.1975 12.3387 14.0833 12.6036 14.0833 12.8799V21.2134C14.0832 21.2477 14.0901 21.2816 14.1037 21.3133C14.1172 21.3449 14.1372 21.3737 14.1623 21.3979C14.1875 21.4221 14.2174 21.4413 14.2504 21.4543C14.2833 21.4674 14.3186 21.474 14.3542 21.4739H18.1458C18.1814 21.474 18.2167 21.4674 18.2496 21.4543C18.2826 21.4413 18.3125 21.4221 18.3377 21.3979C18.3628 21.3737 18.3828 21.3449 18.3963 21.3133C18.4099 21.2816 18.4168 21.2477 18.4167 21.2134V12.8799C18.4167 12.6036 18.3025 12.3387 18.0994 12.1433C17.8962 11.9479 17.6207 11.8382 17.3333 11.8382H15.1667Z' fill='%23ffffff'/%3E %3Cpath d='M20.8542 21.4739H24.6458C24.6814 21.474 24.7167 21.4674 24.7496 21.4543C24.7826 21.4413 24.8125 21.4221 24.8377 21.3979C24.8628 21.3737 24.8828 21.3449 24.8963 21.3133C24.9099 21.2816 24.9168 21.2477 24.9167 21.2134V8.71311C24.9167 8.43684 24.8025 8.17188 24.5994 7.97652C24.3962 7.78117 24.1206 7.67142 23.8333 7.67142H21.6667C21.3793 7.67142 21.1038 7.78117 20.9006 7.97652C20.6975 8.17188 20.5833 8.43684 20.5833 8.71311V21.2134C20.5832 21.2477 20.5901 21.2816 20.6037 21.3133C20.6172 21.3449 20.6372 21.3737 20.6623 21.3979C20.6875 21.4221 20.7174 21.4413 20.7504 21.4543C20.7833 21.4674 20.8186 21.474 20.8542 21.4739Z' fill='%23ffffff'/%3E %3Cpath d='M19.5749 4.38175L19.9075 4.86093C19.9819 4.96769 20.0824 5.05518 20.2003 5.11568C20.3182 5.17619 20.4498 5.20783 20.5835 5.20781H20.6106C20.749 5.20339 20.884 5.16498 21.0027 5.09625C21.1214 5.02751 21.2199 4.93073 21.2887 4.81509L23.4554 1.16916C23.5301 1.04318 23.567 0.899702 23.5618 0.754749C23.5566 0.609796 23.5097 0.469077 23.4261 0.348309C23.3431 0.226925 23.2262 0.130488 23.0889 0.0700557C22.9515 0.00962357 22.7992 -0.0123573 22.6494 0.00663355L18.3161 0.527481C18.1785 0.543749 18.0476 0.593615 17.9358 0.672325C17.824 0.751036 17.735 0.855969 17.6773 0.977123C17.6197 1.09828 17.5952 1.23162 17.6063 1.36443C17.6174 1.49725 17.6637 1.62511 17.7408 1.73585L18.0734 2.21503C18.113 2.27269 18.1272 2.34307 18.113 2.4108C18.0988 2.47853 18.0573 2.5381 17.9976 2.57649L2.64889 12.4153C2.40984 12.5686 2.24393 12.807 2.18765 13.078C2.13138 13.3489 2.18934 13.6303 2.34881 13.8601C2.50827 14.09 2.75616 14.2495 3.03795 14.3036C3.31974 14.3577 3.61234 14.302 3.85139 14.1487L19.2001 4.30987C19.2296 4.29086 19.2627 4.27764 19.2975 4.27096C19.3323 4.26428 19.3682 4.26428 19.403 4.27096C19.4378 4.27764 19.4709 4.29086 19.5004 4.30988C19.5299 4.32889 19.5552 4.35331 19.5749 4.38175Z' fill='%23ffffff'/%3E %3Cpath d='M1.08333 25H24.9167C25.204 25 25.4795 24.8903 25.6827 24.6949C25.8859 24.4995 26 24.2346 26 23.9583C26 23.682 25.8859 23.4171 25.6827 23.2217C25.4795 23.0264 25.204 22.9166 24.9167 22.9166H1.08333C0.796015 22.9166 0.520465 23.0264 0.317301 23.2217C0.114137 23.4171 0 23.682 0 23.9583C0 24.2346 0.114137 24.4995 0.317301 24.6949C0.520465 24.8903 0.796015 25 1.08333 25Z' fill='%23ffffff'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-for-agencies {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E %3Cpath d='M16.5664 13.7207H14.5845V15.7026H16.5664M16.5664 9.75678H14.5845V11.7387H16.5664M18.5484 17.6845H10.6206V15.7026H12.6025V13.7207H10.6206V11.7387H12.6025V9.75678H10.6206V7.77485H18.5484M8.63868 5.79291H6.65674V3.81098H8.63868M8.63868 9.75678H6.65674V7.77485H8.63868M8.63868 13.7207H6.65674V11.7387H8.63868M8.63868 17.6845H6.65674V15.7026H8.63868M4.67481 5.79291H2.69287V3.81098H4.67481M4.67481 9.75678H2.69287V7.77485H4.67481M4.67481 13.7207H2.69287V11.7387H4.67481M4.67481 17.6845H2.69287V15.7026H4.67481M10.6206 5.79291V1.82904H0.710938V19.6665H20.5303V5.79291H10.6206Z' fill='%23ffffff'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-social-commerce {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E %3Cpath d='M15.1255 11.488C15.8686 11.488 16.5224 11.0818 16.8593 10.4676L20.406 4.03795C20.4894 3.88779 20.5323 3.71842 20.5302 3.54662C20.5282 3.37482 20.4813 3.20653 20.3942 3.05841C20.3071 2.91029 20.1829 2.78748 20.0338 2.70212C19.8847 2.61675 19.7159 2.57181 19.544 2.57172H4.88176L3.95051 0.590332H0.710938V2.57172H2.69233L6.25883 10.0911L4.92139 12.5084C4.19818 13.8359 5.14925 15.4508 6.65511 15.4508H18.5434V13.4694H6.65511L7.74487 11.488H15.1255ZM5.82292 4.55311H17.8599L15.1255 9.50659H8.17087L5.82292 4.55311ZM6.65511 16.4415C5.56534 16.4415 4.68362 17.3331 4.68362 18.4228C4.68362 19.5126 5.56534 20.4042 6.65511 20.4042C7.74487 20.4042 8.6365 19.5126 8.6365 18.4228C8.6365 17.3331 7.74487 16.4415 6.65511 16.4415ZM16.5621 16.4415C15.4723 16.4415 14.5906 17.3331 14.5906 18.4228C14.5906 19.5126 15.4723 20.4042 16.5621 20.4042C17.6518 20.4042 18.5434 19.5126 18.5434 18.4228C18.5434 17.3331 17.6518 16.4415 16.5621 16.4415Z' fill='%23ffffff'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-retail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E %3Cpath d='M7.70109 7.79965V7.26325C7.70109 4.59813 9.75449 2.42023 12.312 2.42023C14.8696 2.42023 16.923 4.59813 16.923 7.26325V7.80119H20.0707C20.2611 7.80138 20.4446 7.87222 20.5857 8C20.7269 8.12779 20.8155 8.3034 20.8346 8.49283L22.2178 22.3256C22.2286 22.4324 22.2168 22.5403 22.1833 22.6423C22.1498 22.7442 22.0954 22.8381 22.0234 22.9177C21.9514 22.9974 21.8636 23.061 21.7655 23.1047C21.6674 23.1483 21.5613 23.1709 21.454 23.171H3.17007C3.06274 23.1709 2.95661 23.1483 2.85854 23.1047C2.76047 23.061 2.67262 22.9974 2.60065 22.9177C2.52869 22.8381 2.4742 22.7442 2.44071 22.6423C2.40722 22.5403 2.39546 22.4324 2.4062 22.3256L3.78948 8.49283C3.80851 8.3034 3.89719 8.12779 4.03831 8C4.17944 7.87222 4.36297 7.80138 4.55335 7.80119H7.70109V7.79965ZM9.23806 7.79965H15.386V7.26325C15.386 5.42809 13.9996 3.95721 12.312 3.95721C10.6244 3.95721 9.23806 5.42809 9.23806 7.26325V7.80119V7.79965ZM7.70109 9.33663H5.24961L4.02002 21.6325H20.604L19.3729 9.33663H16.923V11.6421C16.923 11.8459 16.842 12.0414 16.6979 12.1855C16.5538 12.3296 16.3583 12.4106 16.1545 12.4106C15.9507 12.4106 15.7552 12.3296 15.6111 12.1855C15.4669 12.0414 15.386 11.8459 15.386 11.6421V9.33663H9.23806V11.6421C9.23806 11.8459 9.1571 12.0414 9.01298 12.1855C8.86886 12.3296 8.67339 12.4106 8.46958 12.4106C8.26576 12.4106 8.07029 12.3296 7.92617 12.1855C7.78205 12.0414 7.70109 11.8459 7.70109 11.6421V9.33663Z' fill='%23ffffff' stroke='white' stroke-width='0.619355'/%3E %3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-b2b {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='24' viewBox='0 0 31 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7167 4.62566V2.43336C14.7167 2.14638 14.551 1.87116 14.256 1.66824C13.961 1.46532 13.5609 1.35132 13.1437 1.35132H9.99776C9.58058 1.35132 9.18048 1.46532 8.88549 1.66824C8.5905 1.87116 8.42477 2.14638 8.42477 2.43336V4.62566M24.3907 1.77237L22.9537 3.20938M22.9537 3.20938L24.3907 4.6464M22.9537 3.20938L27.9833 3.20945C28.3644 3.20945 28.7299 3.36085 28.9994 3.63035C29.2689 3.89984 29.4203 4.26535 29.4203 4.64647M11.3857 15.7516H5.19903C4.32325 15.7516 3.61328 15.0416 3.61328 14.1658V6.23707C3.61328 5.36128 4.32325 4.65132 5.19903 4.65132H17.885C18.7608 4.65132 19.4708 5.36128 19.4708 6.23707L19.4708 7.36568M23.4144 11.2877V9.09543C23.4144 8.80845 23.2487 8.53323 22.9537 8.33031C22.6587 8.12738 22.2586 8.01338 21.8414 8.01338H18.6955C18.2783 8.01338 17.8782 8.12738 17.5832 8.33031C17.2882 8.53323 17.1225 8.80845 17.1225 9.09543V11.2877M13.8967 11.2877H26.5827C27.4585 11.2877 28.1685 11.9977 28.1685 12.8735V20.8022C28.1685 21.678 27.4585 22.388 26.5827 22.388H13.8967C13.0209 22.388 12.311 21.678 12.311 20.8022V12.8735C12.311 11.9977 13.0209 11.2877 13.8967 11.2877Z' stroke='%23ffffff' stroke-width='1.98194' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.84814 22.9897L8.28516 21.5527M8.28516 21.5527L6.84814 20.1157M8.28516 21.5527L3.2556 21.5527C2.87448 21.5527 2.50897 21.4013 2.23948 21.1318C1.96998 20.8623 1.81858 20.4968 1.81858 20.1156' stroke='%23ffffff' stroke-width='1.98194' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-graduate {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 2.5C1 1.94772 1.44772 1.5 2 1.5H18C18.5523 1.5 19 1.94772 19 2.5C19 3.05228 18.5523 3.5 18 3.5H14.4998V6C14.4998 8.48528 12.485 10.5 9.99976 10.5C7.51447 10.5 5.49976 8.48528 5.49976 6V3.5H4V6.5C4 7.05228 3.55228 7.5 3 7.5C2.44772 7.5 2 7.05228 2 6.5V3.5C1.44772 3.5 1 3.05228 1 2.5ZM7.49976 4.5V3.5H12.4998V4.5H7.49976ZM7.54976 6.5C7.7814 7.64112 8.79028 8.5 9.99976 8.5C11.2092 8.5 12.2181 7.64112 12.4497 6.5H7.54976Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 12C4.23858 12 2 14.2386 2 17V18.5C2 19.0523 2.44772 19.5 3 19.5H17C17.5523 19.5 18 19.0523 18 18.5V17C18 14.2386 15.7614 12 13 12H7ZM4 17C4 15.3431 5.34315 14 7 14H7.13395C7.177 14.0746 7.23013 14.1443 7.29292 14.2071L9.29292 16.2071C9.68345 16.5976 10.3166 16.5976 10.7071 16.2071L12.7071 14.2071C12.7699 14.1443 12.8231 14.0746 12.8661 14H13C14.6569 14 16 15.3431 16 17V17.5H4V17Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-blog {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='27' viewBox='0 0 28 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_35630_11660)'%3E%3Cpath d='M26.7577 2.50024C25.951 1.74156 25.1579 0.974729 23.963 1.16451C23.8344 1.1849 23.6238 1.2696 23.5019 1.32803C22.7292 1.69989 20.7725 4.30205 20.0609 5.10467C19.9327 5.24916 19.3897 5.89053 19.2823 5.92223L2.63845 5.93401C1.53237 6.02097 0.662261 6.70809 0.403178 7.79334C0.438507 11.1791 0.0589408 14.9621 0.317119 18.3234C0.380984 19.1545 0.720691 20.0006 1.47348 20.4287C1.64379 20.5256 2.14384 20.6538 2.18053 20.7625L2.18868 25.4038C2.20227 25.8667 2.69145 25.96 3.04791 25.7743L9.66723 20.8041L20.3368 20.786C21.6616 20.6683 22.5277 19.7796 22.6617 18.4611L22.6939 10.9286C24.2869 8.9257 26.1743 7.13567 27.6237 5.0322C28.0391 3.89667 27.5445 3.23854 26.7586 2.49934L26.7577 2.50024ZM22.3492 4.14488L23.2795 4.92983L17.2491 11.9441C17.1005 12.0383 16.2743 11.2932 16.2748 11.1759L22.3487 4.14488H22.3492ZM17.8723 14.0911L15.2366 15.0273L15.7924 12.3214L17.8723 14.0911ZM21.5516 18.5326C21.5516 19.0712 20.8087 19.6981 20.267 19.6768L9.31756 19.6922L3.3002 24.1885V20.1981C3.3002 20.1361 3.13035 19.804 3.05109 19.7533C2.87761 19.6428 2.46679 19.6577 2.21133 19.5522C1.68637 19.3362 1.47801 18.8556 1.42819 18.3229C1.64515 15.1324 1.13378 11.5451 1.42819 8.40119C1.47212 7.93285 1.62024 7.53109 2.02789 7.26611C2.08858 7.22671 2.47177 7.04689 2.50257 7.04689H18.2908C18.3207 7.16737 18.2415 7.18549 18.1875 7.2557C17.1929 8.54342 15.9228 9.70748 14.9454 11.0224C14.7366 12.4953 14.1074 14.2424 13.9965 15.6954C13.9589 16.1914 14.0775 16.4822 14.6292 16.4717L19.242 14.833C20.0048 14.077 20.6801 13.2178 21.3939 12.4093C21.4356 12.3622 21.389 12.277 21.5525 12.3205V18.5317L21.5516 18.5326ZM18.9834 13.4705C18.9308 13.5172 18.8991 13.4986 18.8457 13.4705C18.5929 13.3374 18.3117 12.8826 18.0127 12.8061L24.1193 5.69168L24.9908 6.42319L18.9834 13.4705ZM25.8101 5.58479L23.0798 3.26481C23.4177 2.98127 23.7067 2.36889 24.17 2.27468C24.4074 2.22667 24.6637 2.25203 24.8771 2.36844C25.0918 2.48575 26.1412 3.39979 26.3428 3.60905C27.0349 4.32787 26.3636 5.06572 25.8097 5.58479H25.8101Z' fill='white' stroke='white' stroke-width='0.452944' stroke-miterlimit='10'/%3E%3Cpath d='M11.6455 10.5464H4.94197C4.64179 10.5464 4.39844 10.7897 4.39844 11.0899V11.407C4.39844 11.7072 4.64179 11.9505 4.94197 11.9505H11.6455C11.9457 11.9505 12.1891 11.7072 12.1891 11.407V11.0899C12.1891 10.7897 11.9457 10.5464 11.6455 10.5464Z' fill='white' stroke='white' stroke-width='0.452944' stroke-miterlimit='10'/%3E%3Cpath d='M11.6455 13.8528H4.94197C4.64179 13.8528 4.39844 14.0961 4.39844 14.3963V14.7134C4.39844 15.0136 4.64179 15.2569 4.94197 15.2569H11.6455C11.9457 15.2569 12.1891 15.0136 12.1891 14.7134V14.3963C12.1891 14.0961 11.9457 13.8528 11.6455 13.8528Z' fill='white' stroke='white' stroke-width='0.452944' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_35630_11660'%3E%3Crect width='28.0001' height='25.1818' fill='white' transform='translate(0 0.909058)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-free-tools {
  background-image: url("/assets/nav/resources-free-tools1.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-center {
  background-image: url("/assets/nav/resources-center1.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-ebooks {
  background-image: url("/assets/nav/resources-ebooks.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-events {
  background-image: url("/assets/nav/resources-events1.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col2 span.title {
  color: #FF6726 !important;
  position: relative;
  display: flex;
  flex-direction: row;
  grid-gap: 16px;
  gap: 16px;
  align-items: center;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col2 span.title:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1.25' y1='5.7998' x2='17.75' y2='5.7998' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3e%3cpath d='M14.2002 2.1499L18.0002 5.9999L14.2002 9.8499' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  width: 14px;
  height: 8px;
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-not-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8Z' fill='white'/%3E %3Cpath d='M16 7.9959C16 3.5838 12.4144 0 8 0C3.58564 0 0 3.5838 0 7.9959C0 11.9897 2.92923 15.2947 6.75282 15.8934V10.3004H4.70975V7.9877H6.75282V6.2245C6.75282 4.22347 7.94256 3.10815 9.7641 3.10815C10.6421 3.10815 11.5446 3.28037 11.5446 3.28037V5.23219H10.5436C9.55077 5.23219 9.23077 5.85546 9.23077 6.48693V7.9877H11.4544L11.1015 10.3004H9.23898V15.8934C13.0708 15.2947 16 11.9897 16 7.9959Z' fill='%23FF6726'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-not-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M5.33376 8C5.33376 6.5273 6.5273 5.33312 8 5.33312C9.4727 5.33312 10.6669 6.5273 10.6669 8C10.6669 9.4727 9.4727 10.6669 8 10.6669C6.5273 10.6669 5.33376 9.4727 5.33376 8ZM3.8921 8C3.8921 10.2688 5.7312 12.1079 8 12.1079C10.2688 12.1079 12.1079 10.2688 12.1079 8C12.1079 5.7312 10.2688 3.8921 8 3.8921C5.7312 3.8921 3.8921 5.7312 3.8921 8ZM11.3105 3.72922C11.3105 3.91909 11.3667 4.10471 11.4721 4.26263C11.5775 4.42054 11.7274 4.54365 11.9028 4.61638C12.0782 4.68911 12.2712 4.7082 12.4574 4.67123C12.6437 4.63426 12.8148 4.5429 12.9491 4.40869C13.0834 4.27449 13.1749 4.10347 13.212 3.91726C13.2491 3.73106 13.2302 3.53802 13.1576 3.36258C13.085 3.18713 12.962 3.03715 12.8042 2.9316C12.6464 2.82605 12.4608 2.76968 12.2709 2.7696H12.2705C12.016 2.76972 11.772 2.87085 11.592 3.05077C11.412 3.2307 11.3107 3.47471 11.3105 3.72922ZM4.768 14.5118C3.98803 14.4763 3.5641 14.3464 3.28237 14.2366C2.90886 14.0912 2.64237 13.918 2.36218 13.6382C2.08198 13.3584 1.90854 13.0922 1.76378 12.7187C1.65395 12.4371 1.52403 12.013 1.48858 11.233C1.44979 10.3898 1.44205 10.1364 1.44205 8.00006C1.44205 5.86368 1.45043 5.61107 1.48858 4.7671C1.5241 3.98714 1.65498 3.5639 1.76378 3.28147C1.90918 2.90797 2.08237 2.64147 2.36218 2.36128C2.64198 2.08109 2.90822 1.90765 3.28237 1.76288C3.56397 1.65306 3.98803 1.52314 4.768 1.48768C5.61126 1.4489 5.86458 1.44115 8 1.44115C10.1354 1.44115 10.389 1.44954 11.233 1.48768C12.0129 1.5232 12.4362 1.65408 12.7186 1.76288C13.0921 1.90765 13.3586 2.08147 13.6388 2.36128C13.919 2.64109 14.0918 2.90797 14.2372 3.28147C14.347 3.56307 14.4769 3.98714 14.5124 4.7671C14.5512 5.61107 14.5589 5.86368 14.5589 8.00006C14.5589 10.1364 14.5512 10.3891 14.5124 11.233C14.4769 12.013 14.3463 12.4369 14.2372 12.7187C14.0918 13.0922 13.9186 13.3587 13.6388 13.6382C13.359 13.9178 13.0921 14.0912 12.7186 14.2366C12.437 14.3464 12.0129 14.4764 11.233 14.5118C10.3897 14.5506 10.1364 14.5583 8 14.5583C5.86362 14.5583 5.61101 14.5506 4.768 14.5118ZM4.70176 0.048448C3.85011 0.087232 3.26816 0.222272 2.75994 0.420032C2.2336 0.624256 1.78803 0.89824 1.34278 1.34278C0.897536 1.78733 0.624256 2.2336 0.420032 2.75994C0.222272 3.26848 0.087232 3.85011 0.048448 4.70176C0.009024 5.55475 0 5.82746 0 8C0 10.1725 0.009024 10.4452 0.048448 11.2982C0.087232 12.15 0.222272 12.7315 0.420032 13.2401C0.624256 13.7661 0.8976 14.2129 1.34278 14.6572C1.78797 15.1016 2.2336 15.3752 2.75994 15.58C3.26912 15.7777 3.85011 15.9128 4.70176 15.9516C5.5552 15.9903 5.82746 16 8 16C10.1725 16 10.4452 15.991 11.2982 15.9516C12.15 15.9128 12.7315 15.7777 13.2401 15.58C13.7661 15.3752 14.212 15.1018 14.6572 14.6572C15.1025 14.2127 15.3752 13.7661 15.58 13.2401C15.7777 12.7315 15.9134 12.1499 15.9515 11.2982C15.9903 10.4446 15.9994 10.1725 15.9994 8C15.9994 5.82746 15.9903 5.55475 15.9515 4.70176C15.9128 3.85005 15.7777 3.26816 15.58 2.75994C15.3752 2.23392 15.1018 1.78803 14.6572 1.34278C14.2127 0.897536 13.7661 0.624256 13.2407 0.420032C12.7315 0.222272 12.1499 0.086592 11.2989 0.048448C10.4459 0.009664 10.1732 0 8.00064 0C5.8281 0 5.5552 0.009024 4.70176 0.048448Z' fill='%23FF6726'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-not-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-x-twitter {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8Z' fill='%23FF6726'/%3E %3Cpath d='M8.95136 7.23214L12.6741 3H11.7919L8.55948 6.67471L5.97773 3H3L6.9041 8.55681L3 12.9949H3.88222L7.29576 9.11425L10.0223 12.9949H13L8.95136 7.23214ZM4.20009 3.64951H5.55513L11.7923 12.3749H10.4373L4.20009 3.64951Z' fill='white'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-not-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_9081_26913)'%3E %3Cpath d='M14.8164 0H1.18015C0.529095 0 0 0.516493 0 1.15364V14.8455C0 15.4826 0.529095 16 1.18015 16H14.8164C15.4687 16 16 15.4826 16 14.8455V1.15364C16 0.516493 15.4687 0 14.8164 0Z' fill='%23FF6726'/%3E %3Cpath d='M2.37099 5.9987H4.74648V13.6341H2.37099V5.9987ZM3.55939 2.20313C3.83156 2.20323 4.09759 2.28404 4.32384 2.43533C4.55009 2.58661 4.7264 2.80159 4.83048 3.05307C4.93456 3.30455 4.96173 3.58124 4.90855 3.84817C4.85538 4.11509 4.72426 4.36025 4.53176 4.55265C4.33926 4.74506 4.09403 4.87607 3.82707 4.92911C3.56012 4.98216 3.28343 4.95486 3.03199 4.85067C2.78055 4.74647 2.56565 4.57007 2.41447 4.34375C2.26328 4.11744 2.1826 3.85138 2.18262 3.57921C2.18265 3.39846 2.21829 3.21948 2.2875 3.0525C2.35671 2.88552 2.45814 2.73381 2.58598 2.60602C2.71383 2.47824 2.86559 2.37689 3.03261 2.30776C3.19963 2.23863 3.37863 2.20308 3.55939 2.20313' fill='white'/%3E %3Cpath d='M6.23511 5.99806H8.50992V7.04188H8.54246C8.85886 6.44162 9.6332 5.80859 10.7878 5.80859C13.1906 5.80859 13.6346 7.38957 13.6346 9.44597V13.6335H11.2617V9.92037C11.2617 9.03495 11.2465 7.89584 10.0286 7.89584C8.79379 7.89584 8.60539 8.8609 8.60539 9.85699V13.6335H6.23511V5.99806Z' fill='white'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_9081_26913'%3E %3Crect width='16' height='16' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-not-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-pinterest {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0 8C0 11.4153 2.14067 14.3313 5.15333 15.4787C5.08 14.854 5.002 13.824 5.17 13.1013C5.31467 12.48 6.104 9.14267 6.104 9.14267C6.104 9.14267 5.866 8.666 5.866 7.96C5.866 6.85333 6.50733 6.02667 7.30667 6.02667C7.98667 6.02667 8.31467 6.53667 8.31467 7.148C8.31467 7.83133 7.87933 8.85267 7.65467 9.8C7.46733 10.5927 8.05267 11.2393 8.834 11.2393C10.2493 11.2393 11.338 9.74667 11.338 7.592C11.338 5.68467 9.96733 4.352 8.01067 4.352C5.74533 4.352 4.41533 6.05133 4.41533 7.808C4.41533 8.49267 4.67867 9.226 5.008 9.62533C5.03608 9.65549 5.05592 9.69237 5.06561 9.73242C5.0753 9.77247 5.07452 9.81434 5.06333 9.854C5.00267 10.106 4.868 10.6467 4.842 10.7573C4.80667 10.9027 4.72667 10.934 4.57533 10.8633C3.58067 10.4007 2.95933 8.94667 2.95933 7.77867C2.95933 5.266 4.784 2.95933 8.22067 2.95933C10.9833 2.95933 13.1307 4.928 13.1307 7.55867C13.1307 10.3033 11.4007 12.5127 8.998 12.5127C8.19067 12.5127 7.43267 12.0927 7.17267 11.5973C7.17267 11.5973 6.77333 13.1187 6.67667 13.4907C6.48867 14.2133 5.96733 15.128 5.644 15.6473C6.38933 15.8767 7.18 16 8 16C12.418 16 16 12.418 16 8C16 3.582 12.418 0 8 0C3.582 0 0 3.582 0 8Z' fill='%23FF6726'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-not-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.feature-tiktok {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z' fill='%23FF6726'/%3E %3Cpath d='M7.93808 7.85609V7.4218C7.79267 7.40201 7.64494 7.38964 7.49419 7.38964C5.67774 7.38964 4.2 8.86743 4.2 10.6839C4.2 11.7984 4.75683 12.7846 5.60632 13.381C5.05806 12.7924 4.73264 12.004 4.73264 11.138C4.73264 9.34767 6.15755 7.89769 7.93808 7.85609Z' fill='%23FF6726'/%3E %3Cpath d='M8.01586 12.6517C8.82628 12.6517 9.49684 11.9978 9.52692 11.1946L9.53375 4.03225L10.8326 4.03273L10.8306 4.02196C10.8033 3.8746 10.7884 3.72297 10.7884 3.56782H8.99863L8.99575 10.7404C8.96564 11.5436 8.3046 12.1883 7.49418 12.1883C7.24231 12.1883 7.00511 12.1253 6.79631 12.0154C7.06975 12.3944 7.51391 12.6517 8.01586 12.6517Z' fill='%23FF6726'/%3E %3Cpath d='M13.2783 6.47792V6.05773C12.7784 6.05773 12.3128 5.90912 11.9224 5.65453C12.27 6.05384 12.7423 6.36317 13.2783 6.47792Z' fill='%23FF6726'/%3E %3Cpath d='M11.9224 5.65453C11.5415 5.21706 11.31 4.64618 11.31 4.02197H10.8224C10.9487 4.70389 11.3616 5.2889 11.9224 5.65453Z' fill='%23D6DAE0'/%3E %3Cpath d='M7.49418 9.16573C6.66466 9.16573 5.97975 9.85426 5.97975 10.6839C5.97975 11.2615 6.31746 11.7634 6.79631 12.0154C6.61786 11.7681 6.5114 11.4656 6.5114 11.138C6.5114 10.3084 7.18634 9.63351 8.01586 9.63351C8.17071 9.63351 8.31927 9.65906 8.45978 9.70306V7.87594C8.31436 7.85618 8.16663 7.84378 8.01586 7.84378C7.98978 7.84378 7.96402 7.84514 7.93807 7.84575L7.93119 7.8461L7.92634 9.22914C7.78583 9.18514 7.64903 9.16573 7.49418 9.16573Z' fill='%23D6DAE0'/%3E %3Cpath d='M13.2783 6.45646L13.27 6.45483L13.2696 7.83675C12.3416 7.83675 11.4793 7.53131 10.7773 7.02747L10.7779 10.6838C10.7779 12.5003 9.3106 13.9689 7.49417 13.9689C6.79222 13.9689 6.14139 13.7567 5.60632 13.381C6.20816 14.0271 7.06537 14.4322 8.01585 14.4322C9.83228 14.4322 11.31 12.9545 11.31 11.138V7.50089C12.012 8.00473 12.872 8.30161 13.8 8.30161V6.51187C13.6211 6.51187 13.4466 6.49251 13.2783 6.45646Z' fill='%23D6DAE0'/%3E %3Cpath d='M10.7884 10.6839V7.04674C11.4903 7.55058 12.3503 7.84746 13.2783 7.84746L13.2783 6.45646C12.7423 6.34169 12.27 6.05386 11.9224 5.65453C11.3616 5.2889 10.9569 4.70388 10.8306 4.02196L9.52031 4.02196L9.51743 11.1946C9.48735 11.9978 8.82628 12.6424 8.01585 12.6424C7.51391 12.6424 7.06975 12.3944 6.79631 12.0154C6.31746 11.7634 5.98972 11.2615 5.98972 10.6839C5.98972 9.85428 6.66465 9.17938 7.49417 9.17938C7.64903 9.17938 7.79756 9.2049 7.93809 9.2489L7.93807 7.84575C6.15754 7.88735 4.72169 9.34767 4.72169 11.138C4.72169 12.004 5.05806 12.7924 5.60632 13.381C6.14139 13.7566 6.79223 13.978 7.49417 13.978C9.3106 13.978 10.7884 12.5003 10.7884 10.6839Z' fill='white'/%3E %3Cpath d='M9 17.4953C13.6918 17.4953 17.4953 13.6918 17.4953 9C17.4953 4.30816 13.6918 0.504673 9 0.504673C4.30816 0.504673 0.504673 4.30816 0.504673 9C0.504673 13.6918 4.30816 17.4953 9 17.4953Z' stroke='%23EAECEF' stroke-width='0.990655'/%3E %3C/svg%3E ");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-not-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-case-studies {
  background-image: url("/assets/nav/resources-case-studies1.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-not-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-help-center {
  background-image: url("/assets/nav/resources-help-center1.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-not-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col1 .icon-menu.resources-video-tutorials {
  background-image: url("/assets/nav/resources-video-tutorials1.svg");
}
nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.show .dropdown-menu-inner-row .col-not-core .menu-items .menu-items-links a.dropdown-item:hover .dropdown-item-row .dropdown-item-col2 span.title {
  font-weight: 800 !important;
}
@media (max-width: 1350px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-promo .col-not-core-promo-text {
    padding: 20px 0px 0 !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large {
    padding: 36px 30px 36px 60px !important;
  }
}
@media (max-width: 1199.98px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core {
    padding-top: 46px !important;
    padding-left: 12px !important;
    padding-bottom: 25px !important;
  }
}
@media (max-width: 1024px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core .col-not-core-advanced {
    padding: 46px 25px 36px 25px !important;
  }
}
@media (max-width: 991.98px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large {
    padding: 36px 20px 10px 20px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large .menu-items:not(.promotion) .menu-items-links {
    column-count: 3 !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-core, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner-row .col-not-core,
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core,
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core {
    width: 100%;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner .dropdown-menu-inner-row .col-core .menu-items-links {
    padding: 0 !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core {
    padding-top: 26px !important;
  }
}
@media (max-width: 599.98px) {
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large .menu-items:not(.promotion) .menu-items-links {
    column-count: 2 !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core-promo {
    flex-direction: column;
    grid-gap: 15px;
    gap: 15px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core-advanced, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core-promo {
    width: 100%;
    padding: 26px 20px !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.right-column-promo .dropdown-menu-inner .dropdown-menu-inner-row .col-not-core-promo .col-not-core-promo-text {
    padding-top: 0 !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links,
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-not-core .col-not-core-advanced.large .menu-items .menu-items-links {
    column-count: 1 !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item, nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu.solutions-dropdown .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item {
    margin-bottom: 0 !important;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 {
    flex: 0 0 38px !important;
    width: 38px;
    height: 38px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core .menu-items .menu-items-links a.dropdown-item .dropdown-item-row .dropdown-item-col1 .icon-menu {
    width: 20px;
    height: 20px;
  }
  nav#myNavbar.navbar.hv2-big-menu.hv2-top-nav #mainNav.top-nav--updated .navbar-nav .dropdown-menu .dropdown-menu-inner-row .col-core {
    padding-top: 16px !important;
  }
}

.videoWrapper__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.inbox nav.navbar,
body.inbox .navbar-collapse,
body.inbox #hero {
  background-color: #fffaf6;
}
body.inbox a.button.nav-contact-button,
body.inbox a.button.hero-button {
  color: #ff6726;
  box-shadow: 0px 19px 40px -10px #ffe0d2;
}
body.inbox a.button.nav-contact-button:after,
body.inbox a.button.hero-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.inbox a.button.nav-contact-button:hover, body.inbox a.button.nav-contact-button:active, body.inbox a.button.nav-contact-button:focus,
body.inbox a.button.hero-button:hover,
body.inbox a.button.hero-button:active,
body.inbox a.button.hero-button:focus {
  background: #ff6726;
  color: #fff;
}
body.inbox a.button.nav-contact-button:hover:after,
body.inbox a.button.hero-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.publishing nav.navbar,
body.publishing .navbar-collapse,
body.publishing #hero {
  background-color: #f7f8ff;
}
body.publishing nav.navbar #mainNav li.nav-item.show a.dropdown-toggle {
  color: #7a66f0;
}
body.publishing nav.navbar #mainNav li.nav-item .dropdown-menu.show {
  box-shadow: 0px 19px 40px -10px #d1d7fc;
}
body.publishing a.button.nav-button,
body.publishing a.button.nav-cta-button {
  background: #7a66f0;
}
body.publishing #hero header h1 em,
body.publishing .block-hero .block-hero__heading h1 span,
body.publishing #hero header h2 em {
  color: #7a66f0;
}
body.publishing a.button.nav-contact-button,
body.publishing a.button.hero-button {
  color: #7a66f0;
  box-shadow: 0px 19px 40px -10px #d1d7fc;
}
body.publishing a.button.nav-contact-button:after,
body.publishing a.button.hero-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.publishing a.button.nav-contact-button:hover, body.publishing a.button.nav-contact-button:active, body.publishing a.button.nav-contact-button:focus,
body.publishing a.button.hero-button:hover,
body.publishing a.button.hero-button:active,
body.publishing a.button.hero-button:focus {
  background: #7a66f0;
  color: #fff;
}
body.publishing a.button.nav-contact-button:hover:after,
body.publishing a.button.hero-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.publishing section#screenshots .container {
  background: #fffcf5;
}
body.publishing section#screenshots .feature-row.open-feature {
  background: #ffda7d;
}
body.publishing section#screenshots .feature-row button .feature-icon i.chevron-up {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%23FFC736' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.publishing section#screenshots .feature-row button .feature-icon i.chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%23FFC736' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.publishing section#screenshots .module-img .top-accent {
  width: 180px;
  height: 180px;
  top: -116px;
  left: -90px;
  z-index: 10;
}
body.publishing section#screenshots .module-img .screenshot {
  box-shadow: 0px 66px 120px rgba(255, 230, 191, 0.5);
}
body.publishing section#screenshots .module-img .bottom-accent {
  width: 330px;
  height: 330px;
  bottom: -404px;
  left: 200px;
  z-index: 10;
}
body.publishing #hero-section header h1 em {
  color: #7a66f0;
}
body.publishing section.color-card .container {
  background: #f7f8ff;
}
body.publishing section.color-card a.button.download-button {
  background: #7a66f0;
  color: #fff;
}
body.publishing section.color-card a.button.download-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 599px) {
  body.publishing div.hero-video-player article header button.story-play-button,
  body.publishing section.story-card article header button.story-play-button {
    border-color: #7a66f0;
  }
}
body.publishing div.hero-video-player article header button.story-play-button:after,
body.publishing section.story-card article header button.story-play-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='31' viewBox='0 0 27 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.8862 14.2346C27.2144 15.0132 27.2017 16.9376 25.8633 17.6986L3.23762 30.5632C1.89924 31.3241 0.238962 30.3509 0.249124 28.8113L0.420921 2.78466C0.431083 1.24509 2.10406 0.293864 3.43229 1.07245L25.8862 14.2346Z' fill='%237A66F0'/%3E%3C/svg%3E");
}
body.publishing div.hero-video-player a.button.more-stories-button,
body.publishing section.story-card a.button.more-stories-button {
  background: #7a66f0;
}
body.publishing .text-blocks.single a.button.more-stories-button {
  background: #7a66f0;
}
body.publishing section#faqs a.button.more-questions-button {
  background: #7a66f0;
}
body.publishing section#faqs .faq-row button .faq-icon i.chevron-up {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%237A66F0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.publishing section#faqs .faq-row button .faq-icon i.chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%237A66F0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 599px) {
  body.publishing section#faqs .faq-row button .faq-icon {
    background-color: #fff;
  }
}

body.power-reports nav.navbar,
body.power-reports .navbar-collapse,
body.power-reports #hero {
  background-color: #f6f5ff;
}
body.power-reports nav.navbar #mainNav li.nav-item.show a.dropdown-toggle {
  color: #7a66f0;
}
body.power-reports nav.navbar #mainNav li.nav-item .dropdown-menu.show {
  box-shadow: 0px 19px 40px -10px #d1d7fc;
}
body.power-reports a.button.nav-button,
body.power-reports a.button.nav-cta-button {
  background: #7a66f0;
}
body.power-reports a.button.nav-contact-button,
body.power-reports a.button.hero-button {
  color: #7a66f0;
  box-shadow: 0px 19px 40px -10px #d1d7fc;
}
body.power-reports a.button.nav-contact-button:after,
body.power-reports a.button.hero-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='%237A66F0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.power-reports a.button.nav-contact-button:hover, body.power-reports a.button.nav-contact-button:active, body.power-reports a.button.nav-contact-button:focus,
body.power-reports a.button.hero-button:hover,
body.power-reports a.button.hero-button:active,
body.power-reports a.button.hero-button:focus {
  background: #7a66f0;
  color: #fff;
}
body.power-reports a.button.nav-contact-button:hover:after,
body.power-reports a.button.hero-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.reporting nav.navbar,
body.reporting .navbar-collapse,
body.reporting #hero,
body.reporting #hero-section,
body.sky-blue-page nav.navbar,
body.sky-blue-page .navbar-collapse,
body.sky-blue-page #hero,
body.sky-blue-page #hero-section {
  background-color: #f5fdff;
}
body.reporting #hero-section h1 em,
body.sky-blue-page #hero-section h1 em {
  color: #3a9efe;
}
body.reporting nav.navbar #mainNav li.nav-item.show a.dropdown-toggle,
body.sky-blue-page nav.navbar #mainNav li.nav-item.show a.dropdown-toggle {
  color: #3a9efe;
}
body.reporting nav.navbar #mainNav li.nav-item .dropdown-menu.show,
body.sky-blue-page nav.navbar #mainNav li.nav-item .dropdown-menu.show {
  box-shadow: 0px 19px 40px -10px #d7eefe;
}
body.reporting a.button.nav-button,
body.reporting a.button.nav-cta-button,
body.sky-blue-page a.button.nav-button,
body.sky-blue-page a.button.nav-cta-button {
  background: #3a9efe;
}
body.reporting a.outlink,
body.sky-blue-page a.outlink {
  color: #3a9efe;
}
body.reporting a.outlink:after,
body.sky-blue-page a.outlink:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.reporting #hero header h1 em,
body.reporting .block-hero .block-hero__heading h1 span,
body.reporting #hero header h2 em,
body.sky-blue-page #hero header h1 em,
body.sky-blue-page .block-hero .block-hero__heading h1 span,
body.sky-blue-page #hero header h2 em {
  color: #3a9efe;
}
body.reporting a.button.nav-contact-button,
body.reporting a.button.hero-button,
body.sky-blue-page a.button.nav-contact-button,
body.sky-blue-page a.button.hero-button {
  color: #3a9efe;
  box-shadow: 0px 19px 40px -10px #d7eefe;
}
body.reporting a.button.nav-contact-button:after,
body.reporting a.button.hero-button:after,
body.sky-blue-page a.button.nav-contact-button:after,
body.sky-blue-page a.button.hero-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.reporting a.button.nav-contact-button:hover, body.reporting a.button.nav-contact-button:active, body.reporting a.button.nav-contact-button:focus,
body.reporting a.button.hero-button:hover,
body.reporting a.button.hero-button:active,
body.reporting a.button.hero-button:focus,
body.sky-blue-page a.button.nav-contact-button:hover,
body.sky-blue-page a.button.nav-contact-button:active,
body.sky-blue-page a.button.nav-contact-button:focus,
body.sky-blue-page a.button.hero-button:hover,
body.sky-blue-page a.button.hero-button:active,
body.sky-blue-page a.button.hero-button:focus {
  background: #3a9efe;
  color: #fff;
}
body.reporting a.button.nav-contact-button:hover:after,
body.reporting a.button.hero-button:hover:after,
body.sky-blue-page a.button.nav-contact-button:hover:after,
body.sky-blue-page a.button.hero-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.reporting .section-two-columns a.button.more-stories-button,
body.sky-blue-page .section-two-columns a.button.more-stories-button {
  background: #3a9efe;
}
body.reporting .info-box-list a.button,
body.sky-blue-page .info-box-list a.button {
  color: #fff;
  background: #3a9efe;
  box-shadow: 0px 11px 24px -10px rgba(0, 0, 0, 0.06);
  opacity: 1;
}
body.reporting .info-box-list a.button:hover,
body.sky-blue-page .info-box-list a.button:hover {
  opacity: 0.8;
  color: #fff;
  background: #3a9efe;
  box-shadow: 0px 11px 24px -10px rgba(0, 0, 0, 0.06);
  /*  color: $color-reporting;
   background: $color-white;
   &::after{
     background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%233A9EFE' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
   } */
}
body.reporting .featured-review .review,
body.sky-blue-page .featured-review .review {
  background-color: #F5FDFF;
}
body.reporting section#screenshots .container,
body.sky-blue-page section#screenshots .container {
  background: #f6f5ff;
}
body.reporting section#screenshots .feature-row.open-feature,
body.sky-blue-page section#screenshots .feature-row.open-feature {
  background: #d5d3ff;
}
body.reporting section#screenshots .feature-row button .feature-icon i.chevron-up,
body.sky-blue-page section#screenshots .feature-row button .feature-icon i.chevron-up {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%237C6DC9' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.reporting section#screenshots .feature-row button .feature-icon i.chevron-down,
body.sky-blue-page section#screenshots .feature-row button .feature-icon i.chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%237C6DC9' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.reporting section#screenshots .module-img .top-accent,
body.sky-blue-page section#screenshots .module-img .top-accent {
  width: 424px;
  height: 202px;
  top: -92px;
  left: -99px;
  z-index: 10;
}
body.reporting section#screenshots .module-img .screenshot,
body.sky-blue-page section#screenshots .module-img .screenshot {
  box-shadow: 0px 66px 120px rgba(236, 227, 255, 0.5);
}
body.reporting section#screenshots .module-img .bottom-accent,
body.sky-blue-page section#screenshots .module-img .bottom-accent {
  width: 286px;
  height: 286px;
  bottom: -390px;
  left: unset !important;
  right: 10%;
  z-index: 10;
}
body.reporting section.color-card .container,
body.sky-blue-page section.color-card .container {
  background: #f5fdff;
}
body.reporting section.color-card a.button.download-button,
body.sky-blue-page section.color-card a.button.download-button {
  background: #3a9efe;
  color: #fff;
}
body.reporting section.color-card a.button.download-button:after,
body.sky-blue-page section.color-card a.button.download-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.reporting div.hero-video-player article header button.story-play-button:after,
body.reporting section.story-card article header button.story-play-button:after,
body.sky-blue-page div.hero-video-player article header button.story-play-button:after,
body.sky-blue-page section.story-card article header button.story-play-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='31' viewBox='0 0 27 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.8862 14.2346C27.2144 15.0132 27.2017 16.9376 25.8633 17.6986L3.23762 30.5632C1.89924 31.3241 0.238962 30.3509 0.249124 28.8113L0.420921 2.78466C0.431083 1.24509 2.10406 0.293864 3.43229 1.07245L25.8862 14.2346Z' fill='%233A9EFE'/%3E%3C/svg%3E");
}
body.reporting div.hero-video-player a.button.more-stories-button,
body.reporting section.story-card a.button.more-stories-button,
body.sky-blue-page div.hero-video-player a.button.more-stories-button,
body.sky-blue-page section.story-card a.button.more-stories-button {
  background: #3a9efe;
}
body.reporting section#faqs a.button.more-questions-button,
body.sky-blue-page section#faqs a.button.more-questions-button {
  background: #3a9efe;
}
body.reporting section#faqs .faq-row button .faq-icon i.chevron-up,
body.sky-blue-page section#faqs .faq-row button .faq-icon i.chevron-up {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%233A9EFE' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.reporting section#faqs .faq-row button .faq-icon i.chevron-down,
body.sky-blue-page section#faqs .faq-row button .faq-icon i.chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%233A9EFE' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 599px) {
  body.reporting section#faqs .faq-row button .faq-icon,
  body.sky-blue-page section#faqs .faq-row button .faq-icon {
    background-color: #fff;
  }
}
body.reporting .video-wistia .insta-video-wrap .insta-video-inner:before,
body.sky-blue-page .video-wistia .insta-video-wrap .insta-video-inner:before {
  background: rgba(58, 158, 254, 0.6);
}
body.reporting .video-wistia .insta-video-wrap .insta-video-inner .link-modal-video-wistia,
body.sky-blue-page .video-wistia .insta-video-wrap .insta-video-inner .link-modal-video-wistia {
  background-image: url(/assets/google-integration/play-icon-reporting.png);
}
@media (min-width: 1400px) {
  body.reporting section#screenshots .module-img .bottom-accent,
  body.sky-blue-page section#screenshots .module-img .bottom-accent {
    bottom: -390px;
  }
}
@media (max-width: 1399px) {
  body.reporting section#screenshots .module-img .bottom-accent,
  body.sky-blue-page section#screenshots .module-img .bottom-accent {
    bottom: -496px;
  }
}
@media (max-width: 1199px) {
  body.reporting section#screenshots .module-img .bottom-accent,
  body.sky-blue-page section#screenshots .module-img .bottom-accent {
    bottom: -443px;
  }
}
@media (max-width: 992px) {
  body.reporting section#screenshots .module-img .bottom-accent,
  body.sky-blue-page section#screenshots .module-img .bottom-accent {
    bottom: -480px;
  }
}
@media (max-width: 990px) {
  body.reporting section#screenshots .module-img .bottom-accent,
  body.sky-blue-page section#screenshots .module-img .bottom-accent {
    bottom: -512px;
  }
}
@media (max-width: 916px) {
  body.reporting section#screenshots .module-img .bottom-accent,
  body.sky-blue-page section#screenshots .module-img .bottom-accent {
    bottom: -593px;
  }
}
@media (max-width: 904px) {
  body.reporting section#screenshots .module-img .bottom-accent,
  body.sky-blue-page section#screenshots .module-img .bottom-accent {
    bottom: -566px;
  }
}
@media (max-width: 839px) {
  body.reporting section#screenshots .module-img .bottom-accent,
  body.sky-blue-page section#screenshots .module-img .bottom-accent {
    bottom: -598px;
  }
}
@media (max-width: 805px) {
  body.reporting section#screenshots .module-img .bottom-accent,
  body.sky-blue-page section#screenshots .module-img .bottom-accent {
    bottom: -630px;
  }
}

body.monitoring nav.navbar,
body.monitoring .navbar-collapse,
body.monitoring #hero {
  background-color: #f3fffe;
}
body.monitoring nav.navbar #mainNav li.nav-item.show a.dropdown-toggle {
  color: #2fd9c4;
}
body.monitoring nav.navbar #mainNav li.nav-item .dropdown-menu.show {
  box-shadow: 0px 19px 40px -10px #d0fff6;
}
body.monitoring a.button.nav-button,
body.monitoring a.button.nav-cta-button {
  background: #2fd9c4;
}
body.monitoring #hero header h1 em,
body.monitoring .block-hero .block-hero__heading h1 span,
body.monitoring #hero header h2 em {
  color: #2fd9c4;
}
body.monitoring a.button.nav-contact-button,
body.monitoring a.button.hero-button {
  color: #2fd9c4;
  box-shadow: 0px 19px 40px -10px #d0fff6;
}
body.monitoring a.button.nav-contact-button:after,
body.monitoring a.button.hero-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='%232FD9C4' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='%232FD9C4' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.monitoring a.button.nav-contact-button:hover, body.monitoring a.button.nav-contact-button:active, body.monitoring a.button.nav-contact-button:focus,
body.monitoring a.button.hero-button:hover,
body.monitoring a.button.hero-button:active,
body.monitoring a.button.hero-button:focus {
  background: #2fd9c4;
  color: #fff;
}
body.monitoring a.button.nav-contact-button:hover:after,
body.monitoring a.button.hero-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.monitoring section#screenshots .container {
  background: #f1f9fe;
}
body.monitoring section#screenshots .feature-row.open-feature {
  background: #d0e8fd;
}
body.monitoring section#screenshots .feature-row button .feature-icon i.chevron-up {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%232F80ED' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.monitoring section#screenshots .feature-row button .feature-icon i.chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%232F80ED' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.monitoring section#screenshots .module-img .top-accent {
  width: 146px;
  height: 150px;
  top: -80px;
  left: 0px;
  z-index: 10;
}
body.monitoring section#screenshots .module-img .screenshot {
  box-shadow: 0px 66px 120px rgba(191, 217, 255, 0.5);
}
body.monitoring section#screenshots .module-img .bottom-accent {
  width: 301px;
  height: 376px;
  bottom: -211px;
  left: 293px;
  z-index: 10;
}
body.monitoring section.color-card .container {
  background: #f3fffe;
}
body.monitoring section.color-card a.button.download-button {
  background: #2fd9c4;
  color: #fff;
}
body.monitoring section.color-card a.button.download-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.monitoring div.hero-video-player article header button.story-play-button:after,
body.monitoring section.story-card article header button.story-play-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='31' viewBox='0 0 27 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.8862 14.2346C27.2144 15.0132 27.2017 16.9376 25.8633 17.6986L3.23762 30.5632C1.89924 31.3241 0.238962 30.3509 0.249124 28.8113L0.420921 2.78466C0.431083 1.24509 2.10406 0.293864 3.43229 1.07245L25.8862 14.2346Z' fill='%232FD9C4'/%3E%3C/svg%3E");
}
body.monitoring div.hero-video-player a.button.more-stories-button,
body.monitoring section.story-card a.button.more-stories-button {
  background: #2fd9c4;
}
body.monitoring section#faqs a.button.more-questions-button {
  background: #2fd9c4;
}
body.monitoring section#faqs .faq-row button .faq-icon i.chevron-up {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%232FD9C4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.monitoring section#faqs .faq-row button .faq-icon i.chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%232FD9C4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 599px) {
  body.monitoring section#faqs .faq-row button .faq-icon {
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  body.monitoring section#screenshots .module-img .top-accent {
    top: -117px;
  }
}

body.agency a.button.hero-button {
  color: #ff6726;
  box-shadow: 0px 19px 40px -10px #ffe0d2;
}
body.agency a.button.hero-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.75' x2='17.75' y2='7.75' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 2L20 7.5L16 13' stroke='%23FF6726' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.agency a.button.hero-button:hover, body.agency a.button.hero-button:active, body.agency a.button.hero-button:focus {
  background: #ff6726;
  color: #fff;
}
body.agency a.button.hero-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body.shared-calendar nav.navbar,
body.shared-calendar .navbar-collapse,
body.shared-calendar #hero {
  background-color: #f3faff;
}
body.shared-calendar a.button.hero-button {
  color: #178dfe;
  box-shadow: 0px 19px 40px -10px #ffe0d2;
}

body.monitoring.monitoring-normal nav.navbar,
body.monitoring.monitoring-normal .navbar-collapse,
body.monitoring.monitoring-normal #hero {
  background-color: #FFF9F4;
}
body.monitoring.monitoring-normal nav.navbar #mainNav li.nav-item.show a.dropdown-toggle {
  color: #FF6726;
}
body.monitoring.monitoring-normal nav.navbar #mainNav li.nav-item .dropdown-menu.show {
  box-shadow: 0px 19px 40px -10px #ffe0d2;
}
body.monitoring.monitoring-normal a.button.nav-button,
body.monitoring.monitoring-normal a.button.nav-cta-button {
  background: #FF6726;
}
body.monitoring.monitoring-normal #hero header h1 em,
body.monitoring.monitoring-normal .block-hero .block-hero__heading h1 span,
body.monitoring.monitoring-normal #hero header h2 em {
  color: #FF6726;
}
body.monitoring.monitoring-normal a.button.nav-contact-button,
body.monitoring.monitoring-normal a.button.hero-button {
  color: #FF6726;
  box-shadow: 0px 19px 40px -10px #ffe0d2;
}
body.monitoring.monitoring-normal a.button.nav-contact-button:after,
body.monitoring.monitoring-normal a.button.hero-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='%232FD9C4' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='%232FD9C4' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.monitoring.monitoring-normal a.button.nav-contact-button:hover, body.monitoring.monitoring-normal a.button.nav-contact-button:active, body.monitoring.monitoring-normal a.button.nav-contact-button:focus,
body.monitoring.monitoring-normal a.button.hero-button:hover,
body.monitoring.monitoring-normal a.button.hero-button:active,
body.monitoring.monitoring-normal a.button.hero-button:focus {
  background: #FF6726;
  color: #fff;
}
body.monitoring.monitoring-normal a.button.nav-contact-button:hover:after,
body.monitoring.monitoring-normal a.button.hero-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.monitoring.monitoring-normal section#screenshots .container {
  background: #f1f9fe;
}
body.monitoring.monitoring-normal section#screenshots .feature-row.open-feature {
  background: #d0e8fd;
}
body.monitoring.monitoring-normal section#screenshots .feature-row button .feature-icon i.chevron-up {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%232F80ED' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.monitoring.monitoring-normal section#screenshots .feature-row button .feature-icon i.chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%232F80ED' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.monitoring.monitoring-normal section#screenshots .module-img .top-accent {
  width: 146px;
  height: 150px;
  top: -80px;
  left: 0px;
  z-index: 10;
}
body.monitoring.monitoring-normal section#screenshots .module-img .screenshot {
  box-shadow: 0px 66px 120px rgba(191, 217, 255, 0.5);
}
body.monitoring.monitoring-normal section#screenshots .module-img .bottom-accent {
  width: 301px;
  height: 376px;
  bottom: -211px;
  left: 293px;
  z-index: 10;
}
body.monitoring.monitoring-normal section.color-card .container {
  background: #f1f9fe;
}
body.monitoring.monitoring-normal section.color-card a.button.download-button {
  background: #3a9efe;
  color: #fff;
}
body.monitoring.monitoring-normal section.color-card a.button.download-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.monitoring.monitoring-normal div.hero-video-player article header button.story-play-button:after,
body.monitoring.monitoring-normal section.story-card article header button.story-play-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='31' viewBox='0 0 27 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.8862 14.2346C27.2144 15.0132 27.2017 16.9376 25.8633 17.6986L3.23762 30.5632C1.89924 31.3241 0.238962 30.3509 0.249124 28.8113L0.420921 2.78466C0.431083 1.24509 2.10406 0.293864 3.43229 1.07245L25.8862 14.2346Z' fill='%232FD9C4'/%3E%3C/svg%3E");
}
body.monitoring.monitoring-normal div.hero-video-player a.button.more-stories-button,
body.monitoring.monitoring-normal section.story-card a.button.more-stories-button {
  background: #FF6726;
}
body.monitoring.monitoring-normal section#faqs a.button.more-questions-button {
  background: #FF6726;
}
body.monitoring.monitoring-normal section#faqs .faq-row button .faq-icon i.chevron-up {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%232FD9C4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.monitoring.monitoring-normal section#faqs .faq-row button .faq-icon i.chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%232FD9C4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 599px) {
  body.monitoring.monitoring-normal section#faqs .faq-row button .faq-icon {
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  body.monitoring.monitoring-normal section#screenshots .module-img .top-accent {
    top: -117px;
  }
}

body.roi nav.navbar,
body.roi .navbar-collapse,
body.roi #hero {
  background-color: #FFF9F9;
}
body.roi nav.navbar #mainNav li.nav-item.show a.dropdown-toggle {
  color: #FF5353;
}
body.roi nav.navbar #mainNav li.nav-item .dropdown-menu.show {
  box-shadow: 0px 19px 40px -10px rgba(255, 83, 83, 0.2);
}
body.roi a.button.nav-button,
body.roi a.button.nav-cta-button {
  background: #FF5353;
}
body.roi #hero header h1 em,
body.roi .block-hero .block-hero__heading h1 span,
body.roi #hero header h2 em {
  color: #FF5353;
}
body.roi a.button.nav-contact-button,
body.roi a.button.hero-button {
  color: #FF5353;
  box-shadow: 0px 19px 40px -10px rgba(255, 83, 83, 0.2);
}
body.roi a.button.nav-contact-button:after,
body.roi a.button.hero-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='%23FF5353' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='%23FF5353' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.roi a.button.nav-contact-button:hover, body.roi a.button.nav-contact-button:active, body.roi a.button.nav-contact-button:focus,
body.roi a.button.hero-button:hover,
body.roi a.button.hero-button:active,
body.roi a.button.hero-button:focus {
  background: #FF5353;
  color: #fff;
}
body.roi a.button.nav-contact-button:hover:after,
body.roi a.button.hero-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body.roi section#screenshots .container {
  background: #FFF9F9 !important;
}
body.roi section#screenshots .feature-row.open-feature {
  background: rgba(255, 83, 83, 0.3) !important;
}
body.roi section#screenshots .feature-row button .feature-icon i.chevron-up {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%23FF5353' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
body.roi section#screenshots .feature-row button .feature-icon i.chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%23FF5353' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
body.roi section#screenshots .module-img .top-accent {
  width: 180px;
  height: 180px;
  top: -116px;
  left: -90px;
  z-index: 10;
}
body.roi section#screenshots .module-img .screenshot {
  box-shadow: 0px 66px 120px rgba(255, 83, 83, 0.2) !important;
}
body.roi section#screenshots .module-img .bottom-accent {
  width: 330px;
  height: 330px;
  bottom: -404px;
  left: 200px;
  z-index: 10;
}
body.roi section.color-card .container {
  background: #FFF9F9;
}
body.roi section.color-card a.button.download-button {
  background: rgba(255, 83, 83, 0.3);
  color: #212e44;
}
body.roi section.color-card a.button.download-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='14' viewBox='0 0 22 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25' y1='7.25' x2='17.75' y2='7.25' stroke='%23212E44' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M16 1.5L20 7L16 12.5' stroke='%23212E44' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 599px) {
  body.roi div.hero-video-player article header button.story-play-button,
  body.roi section.story-card article header button.story-play-button {
    border-color: #FF5353;
  }
}
body.roi div.hero-video-player article header button.story-play-button:after,
body.roi section.story-card article header button.story-play-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='31' viewBox='0 0 27 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.8862 14.2346C27.2144 15.0132 27.2017 16.9376 25.8633 17.6986L3.23762 30.5632C1.89924 31.3241 0.238962 30.3509 0.249124 28.8113L0.420921 2.78466C0.431083 1.24509 2.10406 0.293864 3.43229 1.07245L25.8862 14.2346Z' fill='%23FF5353'/%3E%3C/svg%3E");
}
body.roi div.hero-video-player a.button.more-stories-button,
body.roi section.story-card a.button.more-stories-button {
  background: #FF5353;
}
body.roi section#faqs a.button.more-questions-button {
  background: #FF5353;
}
body.roi section#faqs .faq-row button .faq-icon i.chevron-up {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.0332 7L7.0332 2L12.0332 7' stroke='%23FF5353' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body.roi section#faqs .faq-row button .faq-icon i.chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4541 2L7.4541 7L2.4541 2' stroke='%23FF5353' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (max-width: 599px) {
  body.roi section#faqs .faq-row button .faq-icon {
    background-color: #fff;
  }
}
body.roi #hero-section {
  background-color: #FFF9F9;
}
body.roi #hero-section header h1 em {
  color: #FF5353;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  /*   background: #fff url('./ajax-loader.gif') center center no-repeat; */
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  /*  src: url('/assets/webfonts/fonts/slick.eot');
   src: url('/assets/webfonts/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/assets/webfonts/fonts/slick.woff') format('woff'), url('/assets/webfonts/fonts/slick.ttf') format('truetype'), url('/assets/webfonts/fonts/slick.svg#slick') format('svg'); */
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Animates */
[data-animate] {
  opacity: 0;
}

.animated.bounce {
  animation: bounce 450ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.animated.slide-from-bottom {
  animation: slide-from-bottom 1s ease-in-out forwards;
}

.animated.slide-from-left {
  animation: slide-from-left 1s ease-in-out forwards;
}

.animated.slide-from-right {
  animation: slide-from-right 1s ease-in-out forwards;
}

.animated.fade-in {
  animation: fade-in 1s ease-in-out forwards;
}

@keyframes bounce {
  25% {
    opacity: 0;
    transform: scale(1.15);
  }
  50% {
    opacity: 1;
    transform: scale(0.9);
  }
  75% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-from-left {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-from-right {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loop-animation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-16%);
  }
  100% {
    transform: translateY(0px);
  }
}
.hv2-tabs {
  position: relative;
  z-index: 1;
  padding-bottom: 103px;
}
.hv2-tabs .hv2-tabs__main-heading {
  max-width: 85%;
  margin: 0 auto 32px;
}
.hv2-tabs .hv2-tabs__main-heading h2 {
  font-family: "Averta", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #212E44;
  margin: 0 0 16px;
}
.hv2-tabs .hv2-tabs__main-heading h2 span {
  color: #FF6726;
}
.hv2-tabs .hv2-tabs__main-heading .hv2-tabs__content {
  max-width: 438px;
  margin: 0 auto;
}
.hv2-tabs .hv2-tabs__main-heading .hv2-tabs__content p:last-child {
  margin-bottom: 0;
}
.hv2-tabs .hv2-tabs__main-heading .hv2-tabs__content,
.hv2-tabs .hv2-tabs__main-heading .hv2-tabs__content p {
  font-family: "Averta", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #212E44;
}
.hv2-tabs .hv2-tabs__tab-list {
  max-width: 400px;
}
.hv2-tabs .hv2-tabs__tab-item {
  margin-bottom: 26px;
}
.hv2-tabs .hv2-tabs__tab-item:last-child {
  margin-bottom: 0;
}
.hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-heading {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-icon-dropdown {
  display: inline-block;
  width: 14px;
  flex: 0 0 14px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 1.5L7 6.5L2 1.5' stroke='%23212E44' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: transform 0.3s ease;
  margin-right: 31px;
}
.hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-icon {
  margin-right: 10px;
  width: 39px;
  height: auto;
}
.hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-title {
  font-family: "Averta", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-left: 45px;
}
.hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-text p:last-child {
  margin-bottom: 0;
}
.hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-text,
.hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-text p {
  font-family: "Averta", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #212E44;
}
.hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-screenshot .screenshot {
  display: none;
  max-width: 100%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}
.hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-pattern {
  position: relative;
}
.hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-pattern .pattern {
  display: none;
  max-width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-button {
  border-radius: 6px;
  padding: 9.5px 33px 9.5px 16px;
}
.hv2-tabs .hv2-tabs__tab-item .hv2-button {
  padding: 9px 15px 9px 15px;
}
.hv2-tabs .hv2-tabs__tab-item.active .hv2-tabs__tab-item-icon-dropdown {
  transform: rotate(180deg);
}
.hv2-tabs .hv2-tabs__tab-item.active .hv2-tabs__tab-item-heading {
  margin-bottom: 30px;
}
.hv2-tabs .hv2-tabs__tab-item.active .hv2-tabs__tab-item-content {
  max-height: 1000px;
  opacity: 1;
}
.hv2-tabs .hv2-tabs__tab-item.active .hv2-tabs__tab-item-text {
  margin-bottom: 8px;
}
.hv2-tabs .hv2-tabs__tab-item.active .hv2-tabs__tab-item-text p:last-child {
  margin-bottom: 0;
}
.hv2-tabs .hv2-tabs__tab-item.active.orange .hv2-tabs__tab-item-icon-dropdown {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 1.5L7 6.5L2 1.5' stroke='%23FF6726' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-tabs .hv2-tabs__tab-item.active.orange .hv2-tabs__tab-item-title {
  color: #FF6726;
}
.hv2-tabs .hv2-tabs__tab-item.active.purple .hv2-tabs__tab-item-icon-dropdown {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 1.5L7 6.5L2 1.5' stroke='%237A66F0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-tabs .hv2-tabs__tab-item.active.purple .hv2-tabs__tab-item-title {
  color: #7A66F0;
}
.hv2-tabs .hv2-tabs__tab-item.active.green .hv2-tabs__tab-item-icon-dropdown {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 1.5L7 6.5L2 1.5' stroke='%232FD9C4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-tabs .hv2-tabs__tab-item.active.green .hv2-tabs__tab-item-title {
  color: #2FD9C4;
}
.hv2-tabs .hv2-tabs__tab-item.active.blue .hv2-tabs__tab-item-icon-dropdown {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 1.5L7 6.5L2 1.5' stroke='%233A9EFE' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-tabs .hv2-tabs__tab-item.active.blue .hv2-tabs__tab-item-title {
  color: #3A9EFE;
}
.hv2-tabs .hv2-tabs__tab-item.active.red .hv2-tabs__tab-item-icon-dropdown {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 1.5L7 6.5L2 1.5' stroke='%23FF5353' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.hv2-tabs .hv2-tabs__tab-item.active.red .hv2-tabs__tab-item-title {
  color: #FF5353;
}
.hv2-tabs .hv2-tabs__tab-content {
  position: sticky;
  top: 80px;
  text-align: right;
}
.hv2-tabs .hv2-tabs__tab-content .screenshot {
  max-width: 100%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  min-height: 496px;
  object-fit: contain;
  object-position: top right;
}
.hv2-tabs .hv2-tabs__pattern {
  position: absolute;
  bottom: -80px;
  right: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 0;
  width: 100vw;
  max-width: 100%;
  height: 65vw;
  max-height: 965px;
  z-index: -1;
}
.hv2-tabs .hv2-tabs__pattern.pattern_bg_test {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: right;
  background-repeat: norepeat;
}
.hv2-tabs .hv2-tabs__pattern {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
@media (max-width: 991px) {
  .hv2-tabs {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .hv2-tabs .hv2-tabs__main-heading {
    max-width: 639px;
    margin: 0 auto 32px;
  }
  .hv2-tabs .hv2-tabs__main-heading h2 {
    font-size: 32px;
    line-height: 30px;
  }
  .hv2-tabs .hv2-tabs__tab-item.active .hv2-tabs__tab-item-heading {
    margin-bottom: 18px;
  }
  .hv2-tabs .hv2-tabs__pattern {
    bottom: 100px;
    background-position: 130% 0;
  }
}
@media (max-width: 768px) {
  .hv2-tabs .hv2-tabs__main-heading h2 br {
    display: none;
  }
}
@media (max-width: 599px) {
  .hv2-tabs .hv2-tabs__main-heading h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .hv2-tabs .hv2-tabs-row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hv2-tabs .hv2-tabs__tab-content,
  .hv2-tabs .hv2-tabs__pattern {
    display: none;
  }
  .hv2-tabs .hv2-tabs__tab-list {
    max-width: 100%;
  }
  .hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-content {
    position: relative;
    margin-left: 0;
    padding-right: 0;
    transition: all 0.2s ease;
  }
  .hv2-tabs .hv2-tabs__tab-item .hv2-tabs__tab-item-text {
    max-width: 100%;
  }
  .hv2-tabs .hv2-tabs__tab-item .hv2-button {
    width: 100%;
  }
  .hv2-tabs .hv2-tabs__tab-item.active .hv2-tabs__tab-item-screenshot .screenshot {
    margin-top: 30px;
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  .hv2-tabs .hv2-tabs__tab-item.active .hv2-tabs__tab-item-pattern .pattern {
    position: absolute;
    top: 0;
    right: -10%;
    height: 80vw;
    width: 100%;
    z-index: -1;
    margin-top: -100%;
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}

.block-social {
  background-color: #FFEFE9;
}
.block-social .block-social__info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 250px;
  padding: 40px 0 0;
}
.block-social .block-social__heading {
  max-width: 498px;
}
.block-social .block-social__heading h2 {
  font-family: "Averta", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: #212e44;
}
.block-social .block-social__heading h2 span {
  color: #ff6726;
}
.block-social .block-social__image {
  max-width: 489px;
}
.block-social .block-social__image img {
  max-width: 100%;
}
.block-social .block-social__buttons {
  min-width: 164px;
}
.block-social .block-social__buttons .block-social__buttons-item {
  margin-bottom: 16px;
}
.block-social .block-social__buttons .hv2-button {
  min-width: 164px;
}
.block-social .block-social__buttons .hv2-button .arrow {
  margin-left: 4px;
  width: 14px;
  flex: 0 0 14px;
}
@media (max-width: 991px) {
  .block-social .block-social__heading {
    max-width: 280px;
  }
  .block-social .block-social__heading h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .block-social .block-social__image {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 267px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .block-social {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .block-social .block-social__info {
    flex-wrap: wrap;
    min-height: auto;
    padding: 0;
  }
  .block-social .block-social__info > div {
    width: 100%;
  }
  .block-social .block-social__heading {
    max-width: 100%;
  }
  .block-social .block-social__heading h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 26px;
  }
  .block-social .block-social__image {
    position: relative;
    order: 3;
  }
  .block-social .block-social__buttons {
    min-width: auto;
  }
  .block-social .block-social__buttons .block-social__buttons-item {
    margin-bottom: 16px;
  }
  .block-social .block-social__buttons .hv2-button {
    min-width: auto;
    width: 100%;
  }
}

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

.template-demo .hv2-footer {
  padding: 100px 0 0 !important;
}
@media (max-width: 767px) {
  .template-demo .hv2-footer {
    padding: 64px 0 0 !important;
  }
}
@media (max-width: 599px) {
  .template-demo .hv2-footer {
    padding: 120px 0 0 !important;
  }
}
.template-demo .odemo-hero {
  padding-top: 150px;
  padding-bottom: 100px;
}
.template-demo .odemo-hero .container {
  max-width: 1086px;
}
.template-demo .odemo-hero__main-title {
  text-align: center;
  max-width: 1047px;
  margin: 0 auto 86px;
}
.template-demo .odemo-hero__main-title .title {
  font-size: 56px;
  font-weight: 900;
  line-height: 47.6px;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.template-demo .odemo-hero__main-title .title span {
  color: #3A9EFE;
}
.template-demo .odemo-hero__main-title .text,
.template-demo .odemo-hero__main-title .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.template-demo .odemo-hero__main-title .text {
  max-width: 803px;
  margin: 0 auto;
}
.template-demo .odemo-hero__main-title .text p {
  margin: 0 0 20px;
}
.template-demo .odemo-hero__main-title .text > :last-child {
  margin-bottom: 0;
}
.template-demo .odemo-hero__main-title .hero-support {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  margin-bottom: 11px;
  margin-top: 34px;
}
.template-demo .odemo-hero__main-title .hero-networks .image-wrap {
  display: inline-block;
  padding: 8px 4px;
}
.template-demo .odemo-hero__video-container {
  margin-bottom: 0;
}
.template-demo .odemo-hero__video {
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 540px;
  overflow: hidden;
}
.template-demo .odemo-hero__video .wistia_click_to_play {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='93' height='93' viewBox='0 0 93 93' fill='none'%3E %3Cg opacity='0.8'%3E %3Cpath d='M35.7334 68.5069V21.5763L71.0389 41.8125L35.7334 68.5069Z' fill='%233A9EFE'/%3E %3Cpath d='M46.5 0C20.8212 0 0 20.8212 0 46.5C0 72.1788 20.8212 93 46.5 93C72.1788 93 93 72.1788 93 46.5C93 20.8212 72.1788 0 46.5 0ZM61.4568 47.2162L38.7881 63.7092C38.6638 63.7985 38.5173 63.8518 38.3647 63.8632C38.2121 63.8747 38.0593 63.8439 37.923 63.7742C37.7868 63.7044 37.6724 63.5985 37.5925 63.468C37.5125 63.3375 37.4701 63.1875 37.4699 63.0345V30.0693C37.4694 29.916 37.5113 29.7655 37.5911 29.6345C37.6709 29.5036 37.7854 29.3973 37.9219 29.3274C38.0584 29.2576 38.2116 29.2269 38.3645 29.2387C38.5174 29.2506 38.664 29.3046 38.7881 29.3946L61.4568 45.8772C61.5639 45.953 61.6513 46.0533 61.7116 46.1698C61.7719 46.2863 61.8033 46.4155 61.8033 46.5467C61.8033 46.6779 61.7719 46.8071 61.7116 46.9236C61.6513 47.0401 61.5639 47.1404 61.4568 47.2162Z' fill='white'/%3E %3C/g%3E %3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 109px;
  height: 109px;
  transition: opacity 0.2s ease-in-out;
}
.template-demo .odemo-hero__video .wistia_click_to_play:hover {
  opacity: 0.8;
}
.template-demo .odemo-hero__content, .template-demo .odemo-hero__content p, .template-demo .odemo-hero__content li {
  font-size: 16px;
  line-height: 19.2px;
}
.template-demo .odemo-hero__content p {
  margin-bottom: 18px;
}
.template-demo .odemo-hero__content strong {
  font-weight: 700;
}
.template-demo .odemo-hero__content ul {
  padding-left: 28px;
}
.template-demo .odemo-hero__content li::marker {
  font-size: 12px;
}
.template-demo .odemo-hero__content > :last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .template-demo .odemo-hero__video-container {
    padding-top: 50.25%;
    position: relative;
  }
  .template-demo .odemo-hero__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .template-demo .odemo-hero {
    padding-top: 113px;
    padding-bottom: 40px;
  }
  .template-demo .odemo-hero__main-title {
    text-align: left;
    margin: 0 auto 58px;
  }
  .template-demo .odemo-hero__main-title .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.01em;
    max-width: 485px;
  }
  .template-demo .odemo-hero__main-title .hero-support {
    text-align: left;
  }
  .template-demo .odemo-hero__main-title .hero-networks.align-center {
    text-align: left;
  }
  .template-demo .odemo-hero__video-container {
    margin-bottom: 0;
  }
  .template-demo .odemo-hero__video {
    border-radius: 16px;
    margin-bottom: 64px;
  }
  .template-demo .odemo-hero__video .wistia_click_to_play {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 599px) {
  .template-demo .odemo-hero {
    padding-top: 109px;
  }
  .template-demo .odemo-hero__main-title {
    margin: 0 auto 64px;
  }
  .template-demo .odemo-hero__video-container {
    margin-bottom: 40px;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .template-demo .odemo-hero__video {
    background-position: bottom right !important;
  }
  .template-demo .odemo-hero__video .wistia_click_to_play {
    width: 44px;
    height: 44px;
  }
}
.template-demo .odemo-featured .container {
  max-width: 1347px;
}
.template-demo .odemo-featured__inner {
  background-color: #D1E8FF;
  border-radius: 4px 40px 4px 40px;
  max-width: 1317px;
  margin: 0 auto;
  padding: 63px 69px 49px 329px;
  position: relative;
  overflow: hidden;
}
.template-demo .odemo-featured__main-title {
  background-color: #FFF;
  border: 1px solid #D6DAE0;
  border-radius: 0 24px 0 24px;
  max-width: 916px;
  margin-right: 0;
  margin-left: auto;
  padding: 27.5px 48px;
  position: relative;
  z-index: 1;
}
.template-demo .odemo-featured__main-title .title {
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: -0.01em;
}
.template-demo .odemo-featured__main-title .title-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
}
.template-demo .odemo-featured__main-title .title-col1 {
  max-width: 478px;
  flex: 1;
}
.template-demo .odemo-featured__main-title .title-col2 {
  flex: 0 0 auto;
}
.template-demo .odemo-featured__side-image {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 454px;
  margin: 0;
}
.template-demo .odemo-featured__side-image img {
  max-width: 100%;
  height: auto;
}
.template-demo .odemo-featured .hv2-button {
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: -0.02em;
  padding: 13px 12px;
}
.template-demo .odemo-featured .show-only-tablet,
.template-demo .odemo-featured .show-only-mobile {
  display: none;
}
@media (max-width: 991px) {
  .template-demo .odemo-featured .hv2-button {
    font-size: 16px;
    font-weight: 800;
    line-height: 15.06px;
    letter-spacing: -0.02em;
  }
  .template-demo .odemo-featured__main-title {
    padding: 27px 34px;
    text-align: center;
  }
  .template-demo .odemo-featured__main-title .title {
    font-size: 24.25px;
    line-height: 29.1px;
    letter-spacing: -0.01em;
    max-width: 330px;
    margin: 0 auto 8px;
  }
  .template-demo .odemo-featured__main-title .title-row {
    justify-content: center;
  }
  .template-demo .odemo-featured__main-title .title-col1,
  .template-demo .odemo-featured__main-title .title-col2 {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .template-demo .odemo-featured__inner {
    border-radius: 4px 15px 4px 15px;
    padding: 33px 70px 33px 72px;
  }
  .template-demo .odemo-featured__main-title {
    border-radius: 0 17px 0 17px;
  }
  .template-demo .odemo-featured__side-image {
    display: none;
  }
  .template-demo .odemo-featured .hv2-button {
    padding: 9.5px 12px;
    width: 100%;
  }
  .template-demo .odemo-featured .show-only-tablet {
    display: block;
  }
  .template-demo .odemo-featured .top-image,
  .template-demo .odemo-featured .graphic-image {
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .template-demo .odemo-featured .top-image {
    top: 0;
    width: calc(100% - 49px);
    max-width: 618px;
    height: 137px;
    background-image: url(/assets/on-demand-demo/top-bg.png);
    background-position: 50% 0;
  }
  .template-demo .odemo-featured .graphic-image {
    bottom: -50px;
    width: 100%;
    max-width: 372px;
    height: 230px;
    background-image: url(/assets/on-demand-demo/graphic.png);
    background-position: 50%;
  }
}
@media (max-width: 599px) {
  .template-demo .odemo-featured .show-only-tablet {
    display: none;
  }
  .template-demo .odemo-featured .show-only-mobile {
    display: block;
  }
  .template-demo .odemo-featured__side-image {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    max-width: 309px;
    margin: 0 auto;
  }
  .template-demo .odemo-featured__inner {
    border-radius: 2px 20px 2px 20px;
    padding: 153px 20px 11px 20px;
  }
  .template-demo .odemo-featured__main-title {
    border-radius: 0px 16px 0px 16px;
    padding: 50px 16px;
  }
  .template-demo .odemo-featured__main-title .title {
    font-size: 20px;
    line-height: 20.3px;
    letter-spacing: -0.01em;
    text-align: left;
  }
}
.template-demo .odemo-bookademo {
  margin-bottom: 100px;
}
.template-demo .odemo-bookademo .container {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  max-width: 927px;
}
.template-demo .odemo-bookademo h2, .template-demo .odemo-bookademo .odemo-bookademo__text {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: -0.36px;
  margin-bottom: 0;
}
.template-demo .odemo-bookademo .odemo-bookademo__text {
  color: #3A9EFE;
}
.template-demo .odemo-bookademo .useful-links-items__buttons {
  display: flex;
  flex-direction: row;
  grid-gap: 20px;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.template-demo .odemo-bookademo.odemo-bookademo-wrap .container {
  max-width: 1086px;
}
.template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner {
  padding: 45px 50px 0;
  border-radius: 10px;
  background: #E8F4FF;
  display: flex;
  flex-direction: row;
  grid-gap: 50px;
  gap: 50px;
}
.template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col {
  flex: 0 0 50%;
  max-width: 50%;
}
.template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-img img {
  width: 100%;
  height: auto;
}
.template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 20px;
}
.template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-txt h2 {
  text-align: left;
}
.template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-txt .odemo-bookademo__text {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.16px;
  color: #212E44;
}
.template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-txt .odemo-bookademo__text a, .template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-txt .odemo-bookademo__text span {
  color: #3A9EFE;
  text-decoration: none;
}
.template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-txt .useful-links-items__buttons {
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner {
    padding: 32px 30px 0;
    flex-direction: column-reverse;
    grid-gap: 0;
    gap: 0;
  }
  .template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-txt {
    align-items: center;
    text-align: center;
  }
  .template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-txt h2 {
    text-align: center;
  }
  .template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-txt .odemo-bookademo__text {
    text-align: center;
    max-width: 462px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .template-demo .odemo-bookademo h2, .template-demo .odemo-bookademo .odemo-bookademo__text {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.28px;
  }
  .template-demo .odemo-bookademo .useful-links-items__buttons {
    width: 100%;
  }
  .template-demo .odemo-bookademo .useful-links-items__buttons a {
    width: inherit;
  }
  .template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-txt .useful-links-items__buttons a, .template-demo .odemo-bookademo.odemo-bookademo-wrap .odemo-bookademo-inner-col.col-txt .useful-links-items__buttons .wistia_embed {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .template-demo .odemo-bookademo h2, .template-demo .odemo-bookademo .odemo-bookademo__text {
    text-align: left;
  }
}
.template-demo .block-brands {
  background-color: #F5F5F7;
  border-radius: 0;
  padding-top: 36px;
  padding-bottom: 36px;
}
.template-demo .block-brands .block-brands__heading {
  margin-bottom: 36px;
}
.template-demo .block-brands .block-brands__heading h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.24px;
}
.template-demo .block-brands .slick-list:before {
  background: linear-gradient(270.05deg, rgba(255, 255, 255, 0) 29.29%, #F5F5F7 57.63%);
}
.template-demo .block-brands .slick-list:after {
  background: linear-gradient(270.05deg, #F5F5F7 29.29%, rgba(255, 255, 255, 0) 57.63%);
}
@media (max-width: 767.98px) {
  .template-demo .block-brands {
    padding-top: 17px;
    padding-bottom: 21px;
  }
  .template-demo .block-brands .block-brands__heading {
    margin-bottom: 24px;
  }
  .template-demo .block-brands .block-brands__heading h3 {
    font-size: 28px;
    letter-spacing: -0.28px;
  }
}
.template-demo .feature-cards {
  padding-top: 185px;
  padding-bottom: 100px;
}
.template-demo .feature-cards .feature-cards__main-heading {
  margin-bottom: 60px;
}
.template-demo .feature-cards .feature-cards__main-heading h2 {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.36px;
}
.template-demo .feature-cards .feature-cards__cards-module {
  max-width: 1056px;
}
.template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards {
  flex-wrap: nowrap;
}
.template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards.block-slider {
  display: none !important;
}
.template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards .feature-cards__card {
  flex: 0 0 25%;
  max-width: 25%;
}
.template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards .feature-cards__card .feature-cards__card-inner {
  border-radius: 8.967px;
  border: 1.121px solid rgba(133, 143, 161, 0.2);
  background: #FFF;
  box-shadow: 0px 26.902px 22.418px 0px rgba(33, 46, 68, 0.02);
  padding: 20px 28px;
}
.template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards .feature-cards__card .feature-cards__card-inner .feature-cards__card-image {
  max-width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards .feature-cards__card .feature-cards__card-inner .feature-cards__card-image img {
  margin-top: 0;
  margin-bottom: 14px;
  height: auto;
}
.template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards .feature-cards__card .feature-cards__card-inner .feature-cards__card-content, .template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards .feature-cards__card .feature-cards__card-inner .feature-cards__card-content p {
  font-size: 18px;
  line-height: 21.6px;
}
.template-demo .feature-cards.feature-cards__video-desktop {
  padding-top: 110px;
}
.template-demo .feature-cards.feature-cards__video-mobile {
  padding-top: 64px;
  padding-bottom: 0;
}
.template-demo .feature-cards.feature-cards__video-mobile .feature-cards__main-heading {
  max-width: 556px;
  margin-bottom: 38px;
}
.template-demo .feature-cards.feature-cards__video-mobile .feature-cards__main-heading h2 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.28px;
}
@media (max-width: 991.98px) {
  .template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards {
    flex-wrap: wrap;
  }
  .template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards .feature-cards__card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards .feature-cards__card .feature-cards__card-inner {
    padding-left: 53px;
    padding-right: 53px;
  }
}
@media (max-width: 767.98px) {
  .template-demo .feature-cards {
    padding-top: 116px;
    padding-bottom: 64px;
  }
  .template-demo .feature-cards .feature-cards__main-heading {
    margin-bottom: 38px;
  }
  .template-demo .feature-cards .feature-cards__main-heading h2 {
    font-size: 28px;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 599px) {
  .template-demo .feature-cards {
    padding-top: 88px;
  }
  .template-demo .feature-cards .feature-cards__main-heading {
    margin-bottom: 26px;
  }
  .template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards:not(.block-slider) {
    display: flex !important;
    flex-direction: column !important;
    grid-gap: 14px;
    gap: 14px;
  }
  .template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards:not(.block-slider) .feature-cards__card {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .template-demo .feature-cards .feature-cards__cards-module .feature-cards__cards:not(.block-slider) .feature-cards__card .feature-cards__card-inner .feature-cards__card-content p {
    max-width: 206px;
    margin-left: auto;
    margin-right: auto;
  }
  .template-demo .feature-cards.feature-cards__video-mobile .feature-cards__main-heading {
    margin-bottom: 20px;
  }
  .template-demo .feature-cards.feature-cards__video-mobile .feature-cards__main-heading h2 {
    margin-bottom: 20px;
  }
  .template-demo .feature-cards.feature-cards__video-mobile .feature-cards__video-list .feature-cards__video-list-content {
    grid-gap: 26px;
    gap: 26px;
  }
  .template-demo .feature-cards.feature-cards__video-mobile .feature-cards__video-list .feature-cards__video-list-content .feature-cards__video-list-content-heading p {
    margin-bottom: 16px;
  }
  .template-demo .feature-cards.feature-cards__video-mobile .feature-cards__video-list .feature-cards__video-list-content .feature-cards__video-list-content-heading h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.template-demo .odemo-full-video {
  padding-top: 100px;
  padding-bottom: 100px;
}
.template-demo .odemo-full-video .odemo-full-video-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  grid-gap: 78px;
  gap: 78px;
}
.template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-video {
  flex: 0 0 50%;
  width: 50%;
}
.template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-video .odemo-hero__video-container .odemo-hero__video {
  height: 278px;
}
.template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-video .feature-cards__card-button {
  display: none;
}
.template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-text {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
  padding-right: 50px;
}
.template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-text h2, .template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-text h3 {
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: -0.36px;
  margin-bottom: 0;
}
.template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-text h3 {
  color: #3A9EFE;
}
@media (max-width: 991.98px) {
  .template-demo .odemo-full-video {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .template-demo .odemo-full-video .odemo-full-video-content {
    flex-direction: column-reverse;
    grid-gap: 29px;
    gap: 29px;
  }
  .template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-video {
    flex: 0 0 100%;
    width: 100%;
  }
  .template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-video .odemo-hero__video-container .odemo-hero__video {
    /*max-width: 624px;*/
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  .template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-video .feature-cards__card-button {
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-video .feature-cards__card-button .hv2-button {
    width: 100%;
  }
  .template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-text {
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
    padding-right: 0;
  }
  .template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-text h2, .template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-text h3 {
    font-size: 28px;
    letter-spacing: -0.28px;
    max-width: 380px;
    text-align: center;
  }
  .template-demo .odemo-full-video .odemo-full-video-content .odemo-hero__video .wistia_click_to_play {
    width: 57px;
    height: 58px;
  }
}
@media (max-width: 599px) {
  .template-demo .odemo-full-video {
    padding-top: 0;
  }
  .template-demo .odemo-full-video .odemo-hero__video-container {
    margin-bottom: 0;
  }
  .template-demo .odemo-full-video .odemo-hero__video-container .odemo-hero__video {
    margin-bottom: 0;
  }
  .template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-text h2, .template-demo .odemo-full-video .odemo-full-video-content .odemo-full-video-content-text h3 {
    text-align: left;
  }
}
.template-demo .odemo-badges {
  padding-top: 50px;
  padding-bottom: 58px;
  background-color: #F9F9FA;
  position: relative;
}
.template-demo .odemo-badges:before, .template-demo .odemo-badges:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.template-demo .odemo-badges:before {
  left: 0;
  background-image: url(/assets/on-demand-demo/badges-left-bg.png);
  background-position: left bottom;
}
.template-demo .odemo-badges:after {
  right: 0;
  background-image: url(/assets/on-demand-demo/badges-right-bg.png);
  background-position: right top;
}
.template-demo .odemo-badges .customer-logos {
  position: relative;
  z-index: 1;
  max-width: 918px;
  display: flex;
  flex-direction: row;
  grid-gap: 60px;
  gap: 60px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.template-demo .odemo-badges .customer-logos .logo picture img {
  /*min-width: 148px;*/
}
.template-demo .odemo-badges .useful-links-items__buttons {
  display: flex;
  flex-direction: row;
  grid-gap: 20px;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .template-demo .odemo-badges .customer-logos {
    max-width: 550px;
    flex-wrap: wrap;
    grid-gap: 0px 9px;
    gap: 0px 9px;
  }
  .template-demo .odemo-badges:before {
    background-size: 30%;
  }
  .template-demo .odemo-badges:after {
    background-size: 50%;
  }
}
@media (max-width: 767.98px) {
  .template-demo .odemo-badges {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .template-demo .odemo-badges .useful-links-items__buttons {
    width: 100%;
  }
  .template-demo .odemo-badges .useful-links-items__buttons a {
    width: inherit;
  }
}
@media (max-width: 991.98px) {
  .template-demo.template-demo-full-video .odemo-hero {
    padding-top: 100px !important;
    padding-bottom: 28px !important;
  }
  .template-demo.template-demo-full-video .odemo-hero .odemo-hero__main-title {
    text-align: left;
    margin-bottom: 28px;
  }
  .template-demo.template-demo-full-video .odemo-hero .odemo-hero__video-container {
    margin-bottom: 0 !important;
  }
  .template-demo.template-demo-full-video .odemo-hero .odemo-hero__video-container .odemo-hero__video {
    margin-bottom: inherit;
  }
}
@media (max-width: 991.98px) {
  .template-demo.template-demo-full-video .odemo-bookademo {
    margin-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  .template-demo.template-demo-full-video .odemo-bookademo .useful-links-items__buttons {
    flex-direction: column-reverse;
  }
}
.template-demo .block-keyBenefits {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.template-demo .block-keyBenefits .container {
  max-width: 1086px;
}
.template-demo .block-keyBenefits h2 {
  color: #212E44;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  margin-bottom: 20px;
}
.template-demo .block-keyBenefits h2 span {
  color: #3A9EFE;
}
.template-demo .block-keyBenefits p {
  color: #212E44;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}
.template-demo .block-keyBenefits .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
.template-demo .block-keyBenefits .features-grid .feature {
  padding: 30px;
  border-radius: 8.967px;
  background: #F5F5F7;
  box-shadow: 0 26.902px 22.418px 0 rgba(33, 46, 68, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  grid-gap: 14px;
  gap: 14px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 90%;
}
.template-demo .block-keyBenefits .features-grid .feature.big {
  grid-row: span 2;
  grid-column: span 1;
  justify-content: flex-start;
  min-height: 580px;
  background-size: contain;
}
.template-demo .block-keyBenefits .features-grid .feature .feature-text {
  text-align: center;
  max-width: 269px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  grid-gap: 14px;
  gap: 14px;
}
.template-demo .block-keyBenefits .features-grid .feature .feature-text h3, .template-demo .block-keyBenefits .features-grid .feature .feature-text p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.template-demo .block-keyBenefits .features-grid .feature .feature-text h3 {
  font-weight: 700;
  max-width: 228px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .template-demo .block-keyBenefits {
    padding-top: 64px;
    padding-bottom: 32px;
  }
  .template-demo .block-keyBenefits h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .template-demo .block-keyBenefits .features-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    gap: 15px;
  }
  .template-demo .block-keyBenefits .features-grid .feature.big {
    grid-row: span 2;
  }
}
@media (max-width: 599px) {
  .template-demo .block-keyBenefits .features-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .template-demo .block-keyBenefits .features-grid .feature.big {
    grid-row: auto;
    min-height: unset;
    padding-bottom: 48%;
    background-size: 50%;
    background-position: 50% 117%;
  }
  .template-demo .block-keyBenefits .features-grid .feature.big:nth-child(3) {
    order: 4 !important;
  }
}
.template-demo .hv2-tabs {
  margin-top: 100px;
  padding-bottom: 0;
}
.template-demo .hv2-tabs .container {
  max-width: 1086px;
}
.template-demo .hv2-tabs__tab-list {
  max-width: unset;
}
.template-demo .hv2-tabs__pattern {
  display: none;
}
.template-demo .hv2-tabs__tab-item {
  border-radius: 10px;
  border: 1px solid rgba(133, 143, 161, 0.2);
  background: #FFF;
  padding: 25px;
  margin-bottom: 20px;
}
.template-demo .hv2-tabs__tab-item-heading {
  margin-bottom: 0 !important;
}
.template-demo .hv2-tabs__tab-item-heading .hv2-tabs__tab-item-icon-dropdown {
  width: 44px;
  flex: 0 0 44px;
  height: 44px;
  margin-right: 20px;
}
.template-demo .hv2-tabs__tab-item-heading .hv2-tabs__tab-item-title {
  margin-bottom: 0 !important;
}
.template-demo .hv2-tabs__tab-item-content {
  margin-left: 0 !important;
}
.template-demo .hv2-tabs__tab-item-text p {
  margin-bottom: 13px;
  font-size: 16px;
  font-style: italic !important;
  font-weight: 600 !important;
  line-height: 26px;
}
.template-demo .hv2-tabs__tab-item-text p:last-of-type {
  color: #64748B;
  font-size: 13px;
  font-style: normal !important;
  line-height: 16px;
  font-weight: 400 !important;
  margin-bottom: 0;
}
.template-demo .hv2-tabs__tab-item.inbox .hv2-tabs__tab-item-heading .hv2-tabs__tab-item-icon-dropdown {
  background-image: url(/assets/on-demand-demo/tab-inbox-icon.png);
}
.template-demo .hv2-tabs__tab-item.reporting .hv2-tabs__tab-item-heading .hv2-tabs__tab-item-icon-dropdown {
  background-image: url(/assets/on-demand-demo/tab-reporting-icon.png);
}
.template-demo .hv2-tabs__tab-item.publishing .hv2-tabs__tab-item-heading .hv2-tabs__tab-item-icon-dropdown {
  background-image: url(/assets/on-demand-demo/tab-publishing-icon.png);
}
.template-demo .hv2-tabs__tab-item.active {
  background: #E8F4FF;
  border: 1px solid #E8F4FF;
}
.template-demo .hv2-tabs__tab-item.active .hv2-tabs__tab-item-heading {
  margin-bottom: 13px !important;
}
.template-demo .hv2-tabs__tab-item.active .hv2-tabs__tab-item-heading .hv2-tabs__tab-item-icon-dropdown {
  transform: none;
}
.template-demo .hv2-tabs__tab-item.active .hv2-tabs__tab-item-title {
  color: #212e44 !important;
}
.template-demo .hv2-tabs__tab-item.active.inbox .hv2-tabs__tab-item-heading .hv2-tabs__tab-item-icon-dropdown {
  background-image: url(/assets/on-demand-demo/tab-inbox-icon-active.png);
}
.template-demo .hv2-tabs__tab-item.active.reporting .hv2-tabs__tab-item-heading .hv2-tabs__tab-item-icon-dropdown {
  background-image: url(/assets/on-demand-demo/tab-reporting-icon-active.png);
}
.template-demo .hv2-tabs__tab-item.active.publishing .hv2-tabs__tab-item-heading .hv2-tabs__tab-item-icon-dropdown {
  background-image: url(/assets/on-demand-demo/tab-publishing-icon-active.png);
}
.template-demo .hv2-tabs .block-tabs__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  grid-gap: 20px;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .template-demo .hv2-tabs {
    padding-top: 0px !important;
  }
}
.template-demo .block-social {
  background-color: #F5F5F7;
}
.template-demo .block-social .container {
  max-width: 1086px;
}
.template-demo .block-social__info {
  align-items: stretch;
  padding: 0;
  background-image: url(/assets/on-demand-demo/social-media-goals.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 60% 100%;
  min-height: 286px;
}
.template-demo .block-social__heading {
  display: flex;
  align-items: center;
}
.template-demo .block-social__heading h2 {
  line-height: 36px;
}
.template-demo .block-social__heading h2 span {
  color: #3A9EFE;
}
.template-demo .block-social__buttons {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.template-demo .block-social__buttons-item:last-of-type {
  margin-bottom: 0;
}
.template-demo .block-social__image {
  display: none;
  align-items: flex-end;
}
@media (max-width: 599px) {
  .template-demo .block-social {
    padding-top: 40px;
  }
  .template-demo .block-social__info {
    min-height: unset;
    background-position: 50% 100%;
    padding-bottom: 50%;
    background-size: 100%;
  }
  .template-demo .block-social__buttons {
    padding-bottom: 40px;
  }
}
.template-demo.de .odemo-full-video .odemo-full-video-content {
  flex-direction: row-reverse;
  grid-gap: 0;
  gap: 0;
}
.template-demo.de .odemo-full-video .odemo-full-video-content-text h3 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.24px;
}
.template-demo.de .block-social {
  background: linear-gradient(0deg, #E8F4FF 0%, #FFF 100%);
}

/*# sourceMappingURL=on_demand_demo_optimized.css.map*/