@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://use.typekit.net/spa4gzs.css);
@charset "UTF-8";
/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
/** Import everything from autoload */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #0d70b7;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f00;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #00a49f;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #475467;
  --gray-dark: #1d2939;
  --primary: #0d70b7;
  --secondary: #475467;
  --success: #00a49f;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f00;
  --light: #f2f4f7;
  --dark: #1d2939;
  --white: #fff;
  --red: #f00;
  --gray-medium: #e2e6eb;
  --iron: #c9cdd1;
  --green: #00a49f;
  --dark-gray-opacity-10: rgba(27, 40, 51, 0.1);
  --dark-gray-opacity-80: rgba(27, 40, 51, 0.8);
  --gray-dark: #1b2833;
  --gray-light: #f5f7f7;
  --gray-blue: #34495e;
  --gray-semi-light: #d9d9d9;
  --gray-semi-dark: #647585;
  --gray-ultra-light: #f7f9f9;
  --blue: #0d70b7;
  --ppl-popup: #82868c;
  --ultra-black: #000;
  --blue-dark: #34485d;
  --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 {
  -webkit-box-sizing: border-box;
          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: #101828;
  text-align: left;
  background-color: #fff;
}

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

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: #0d70b7;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(7.9260204082, 68.2857142857, 111.5739795918);
  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: #475467;
  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] {
  -webkit-box-sizing: border-box;
          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, .comment-list {
  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: #475467;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure, .wp-caption {
  display: inline-block;
}

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

.figure-caption, .wp-caption-text {
  font-size: 90%;
  color: #475467;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #101828;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #101828;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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, body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row, .site-header .navbar, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-details-row, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-details-row, .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left, .col-xl-8, .col-xl-7, .card-view-layout .vendor-item .vender-item-left, .col-xl-6, .col-xl-5, .card-view-layout .vendor-item .vender-item-right, .col-xl-4, .col-xl-3, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .list-view-layout .vendor-item, .col-lg-11, .col-lg-10, .vendor-footer .vendor-footer-wrapper .vendor-footer-text, .vendor-landing .vendors-list, .hero .hero-content-wrapper .hero-content.has-right-col, .col-lg-9, .col-lg-8, .vendor-single .vendor-detail .subsection-left, .vendors-list .vendor-sorting, .col-lg-7, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left, .list-view-layout .vendor-item .vender-item-right, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons, .hero .hero-content-wrapper .hero-content.has-right-col .hero-left-col, .col-lg-6, body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-title-row .mega-menu-column, #primary-nav, .vendor-single .vendor-detail section .vendor-details-right, .vendor-single .vendor-detail section .vendor-details-left, .vendors-compare .vendor-compare .vendor-search-form, .vendor-transition, .list-view-layout .vendor-item .vender-item-left .item-flex-top .reviews, .list-view-layout .vendor-item .vender-item-left .item-flex-top .logo, #search-form-container .search-form, .user-two-column .column, .col-lg-5, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right, .list-view-layout .vendor-item .vender-item-left, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col, .col-lg-4, .vendor-single .vendor-detail .subsection-right, .vendors-list .vendor-layout, .card-view-layout .vendor-item, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col, .hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col, .user-three-column .column, .col-lg-3, body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-column, .site-header .header-nav, .site-header .navbar .navbar-brand, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-left-col, .col-lg-2, .vendor-footer .vendor-footer-wrapper .vendor-footer-image, .vendor-landing .vendors-filter, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score, .vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .logo, .vendor-landing .tab-content .card .card-body .card-content, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score, .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons, .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score, .card-view-layout .vendor-item .vender-item-left .item-flex-top .logo, .col-md-11, .col-md-10, .vendor-transition, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .vendor-single .vendor-detail section .vendor-item .vender-item-right, .vendor-single .vendor-detail section .vendor-item .vender-item-left, .list-view-layout .vendor-item .vender-item-right, .col-md-5, .col-md-4, .vendor-single .vendor-detail section .review-wrapper, .col-md-3, .vendor-single .vendor-detail section.clients-section .logo, .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, .vendor-single .vendor-detail section .vendor-item .vendor-item-controls, .vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .reviews, .vendor-single .vendor-detail .subsection_menu__tree, .vendors-compare .vendor-compare .tables-wrapper, .vendors-compare .vendor-compare .vendor-search-form, .pagination, .vendor-footer, .vendor-transition, .vendor-landing .vendor-menu .nav-tabs, .list-view-layout .vendor-item .vendor-item-controls, .card-view-layout .vendor-item .vendor-item-controls, .card-view-layout .vendor-item .vender-item-left .item-flex-top .reviews, .hero-newsletter-signup, .hero .hero-content-wrapper .hero-content.has-left-right-col, .hero .hero-content-wrapper .hero-content, .user-three-column, .col-11, .col-10, .col-9, .vendor-footer .vendor-footer-wrapper .vendor-footer-text, .col-8, .user-two-column, .col-7, .col-6, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score, .vendor-single .vendor-detail section .review-wrapper, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score, .col-5, .col-4, .col-3, .vendor-footer .vendor-footer-wrapper .vendor-footer-image, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

.col-3, .vendor-footer .vendor-footer-wrapper .vendor-footer-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

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

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

.col-6, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score, .vendor-single .vendor-detail section .review-wrapper, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score, .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons, .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

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

.col-8, .user-two-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9, .vendor-footer .vendor-footer-wrapper .vendor-footer-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

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

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

.col-12, .vendor-single .vendor-detail section .vendor-item .vendor-item-controls, .vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .reviews, .vendor-single .vendor-detail .subsection_menu__tree, .vendors-compare .vendor-compare .tables-wrapper, .vendors-compare .vendor-compare .vendor-search-form, .pagination, .vendor-footer, .vendor-transition, .vendor-landing .vendor-menu .nav-tabs, .list-view-layout .vendor-item .vendor-item-controls, .list-view-layout .vendor-item, .card-view-layout .vendor-item .vendor-item-controls, .card-view-layout .vendor-item .vender-item-left .item-flex-top .reviews, .card-view-layout .vendor-item, .hero-newsletter-signup, .hero .hero-content-wrapper .hero-content.has-left-right-col, .hero .hero-content-wrapper .hero-content.has-right-col, .hero .hero-content-wrapper .hero-content, .user-three-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3, .vendor-single .vendor-detail section.clients-section .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .vendor-single .vendor-detail section .review-wrapper, .hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6, .vendor-single .vendor-detail section .vendor-item .vender-item-right, .vendor-single .vendor-detail section .vendor-item .vender-item-left, .list-view-layout .vendor-item .vender-item-right, .list-view-layout .vendor-item .vender-item-left, .list-view-layout .vendor-item, .card-view-layout .vendor-item .vender-item-right, .card-view-layout .vendor-item .vender-item-left, .card-view-layout .vendor-item, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8, .hero .hero-content-wrapper .hero-content.has-right-col .hero-left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10, .vendor-transition {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score, .vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .logo, .vendor-landing .tab-content .card .card-body .card-content, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score, .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons, .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score, .card-view-layout .vendor-item .vender-item-left .item-flex-top .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1, .vendor-transition {
    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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2, .vendor-footer .vendor-footer-wrapper .vendor-footer-image, .vendor-landing .vendors-filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3, body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-column, .site-header .header-nav, .site-header .navbar .navbar-brand, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4, .vendor-single .vendor-detail .subsection-right, .vendors-list .vendor-layout, .card-view-layout .vendor-item, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col, .hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col, .user-three-column .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right, .list-view-layout .vendor-item .vender-item-left, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6, body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-title-row .mega-menu-column, #primary-nav, .vendor-single .vendor-detail section .vendor-details-right, .vendor-single .vendor-detail section .vendor-details-left, .vendors-compare .vendor-compare .vendor-search-form, .vendor-transition, .list-view-layout .vendor-item .vender-item-left .item-flex-top .reviews, .list-view-layout .vendor-item .vender-item-left .item-flex-top .logo, #search-form-container .search-form, .user-two-column .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left, .list-view-layout .vendor-item .vender-item-right, .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons, .hero .hero-content-wrapper .hero-content.has-right-col .hero-left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8, .vendor-single .vendor-detail .subsection-left, .vendors-list .vendor-sorting {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10, .vendor-footer .vendor-footer-wrapper .vendor-footer-text, .vendor-landing .vendors-list, .hero .hero-content-wrapper .hero-content.has-right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12, .list-view-layout .vendor-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1, .hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col, .hero .hero-content-wrapper .hero-content.has-right-col {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3, .vendors-compare .vendor-compare .vendor-search-form, .vendor-transition, #search-form-container .search-form {
    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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5, .card-view-layout .vendor-item .vender-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7, .card-view-layout .vendor-item .vender-item-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: #101828;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #344054;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #344054;
}
.table tbody + tbody {
  border-top: 2px solid #344054;
}

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

.table-bordered {
  border: 1px solid #344054;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #344054;
}
.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: #101828;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(187.24, 214.96, 234.84);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(129.16, 180.64, 217.56);
}

.table-hover .table-primary:hover {
  background-color: rgb(167.587133758, 203.3469426752, 228.992866242);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(167.587133758, 203.3469426752, 228.992866242);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(203.48, 207.12, 212.44);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(159.32, 166.08, 175.96);
}

.table-hover .table-secondary:hover {
  background-color: rgb(189.5157142857, 194.1423214286, 200.9042857143);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(189.5157142857, 194.1423214286, 200.9042857143);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(183.6, 229.52, 228.12);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(122.4, 207.68, 205.08);
}

.table-hover .table-success:hover {
  background-color: rgb(164.8066473988, 222.8133526012, 221.0448554913);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(164.8066473988, 222.8133526012, 221.0448554913);
}

.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(255, 183.6, 183.6);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(255, 122.4, 122.4);
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(251.36, 251.92, 252.76);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(248.24, 249.28, 250.84);
}

.table-hover .table-light:hover {
  background-color: rgb(235.5742857143, 238.5628571429, 243.0457142857);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(235.5742857143, 238.5628571429, 243.0457142857);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(191.72, 195.08, 199.56);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(137.48, 143.72, 152.04);
}

.table-hover .table-dark:hover {
  background-color: rgb(178.1280188679, 182.2097169811, 187.6519811321);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(178.1280188679, 182.2097169811, 187.6519811321);
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

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

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

.table-gray-medium,
.table-gray-medium > th,
.table-gray-medium > td {
  background-color: rgb(246.88, 248, 249.4);
}
.table-gray-medium th,
.table-gray-medium td,
.table-gray-medium thead th,
.table-gray-medium tbody + tbody {
  border-color: rgb(239.92, 242, 244.6);
}

.table-hover .table-gray-medium:hover {
  background-color: rgb(231.7881632653, 234.9897959184, 238.9918367347);
}
.table-hover .table-gray-medium:hover > td,
.table-hover .table-gray-medium:hover > th {
  background-color: rgb(231.7881632653, 234.9897959184, 238.9918367347);
}

.table-iron,
.table-iron > th,
.table-iron > td {
  background-color: rgb(239.88, 241, 242.12);
}
.table-iron th,
.table-iron td,
.table-iron thead th,
.table-iron tbody + tbody {
  border-color: rgb(226.92, 229, 231.08);
}

.table-hover .table-iron:hover {
  background-color: rgb(226.11, 228.25, 230.39);
}
.table-hover .table-iron:hover > td,
.table-hover .table-iron:hover > th {
  background-color: rgb(226.11, 228.25, 230.39);
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: rgb(183.6, 229.52, 228.12);
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: rgb(122.4, 207.68, 205.08);
}

.table-hover .table-green:hover {
  background-color: rgb(164.8066473988, 222.8133526012, 221.0448554913);
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: rgb(164.8066473988, 222.8133526012, 221.0448554913);
}

.table-dark-gray-opacity-10,
.table-dark-gray-opacity-10 > th,
.table-dark-gray-opacity-10 > td {
  background-color: rgba(250.4269340974, 250.6876790831, 250.9083094556, 0.748);
}
.table-dark-gray-opacity-10 th,
.table-dark-gray-opacity-10 td,
.table-dark-gray-opacity-10 thead th,
.table-dark-gray-opacity-10 tbody + tbody {
  border-color: rgba(242.7012448133, 243.4024896266, 243.9958506224, 0.532);
}

.table-hover .table-dark-gray-opacity-10:hover {
  background-color: rgba(236.9686007641, 237.9967068609, 238.8666427889, 0.748);
}
.table-hover .table-dark-gray-opacity-10:hover > td,
.table-hover .table-dark-gray-opacity-10:hover > th {
  background-color: rgba(236.9686007641, 237.9967068609, 238.8666427889, 0.748);
}

.table-dark-gray-opacity-80,
.table-dark-gray-opacity-80 > th,
.table-dark-gray-opacity-80 > td {
  background-color: rgba(208.0588235294, 210.7352941176, 213, 0.944);
}
.table-dark-gray-opacity-80 th,
.table-dark-gray-opacity-80 td,
.table-dark-gray-opacity-80 thead th,
.table-dark-gray-opacity-80 tbody + tbody {
  border-color: rgba(159.3870967742, 164.8387096774, 169.4516129032, 0.896);
}

.table-hover .table-dark-gray-opacity-80:hover {
  background-color: rgba(194.6004901961, 198.0443218954, 200.9583333333, 0.944);
}
.table-hover .table-dark-gray-opacity-80:hover > td,
.table-hover .table-dark-gray-opacity-80:hover > th {
  background-color: rgba(194.6004901961, 198.0443218954, 200.9583333333, 0.944);
}

.table-gray-dark,
.table-gray-dark > th,
.table-gray-dark > td {
  background-color: rgb(191.16, 194.8, 197.88);
}
.table-gray-dark th,
.table-gray-dark td,
.table-gray-dark thead th,
.table-gray-dark tbody + tbody {
  border-color: rgb(136.44, 143.2, 148.92);
}

.table-hover .table-gray-dark:hover {
  background-color: rgb(177.7016666667, 182.1090277778, 185.8383333333);
}
.table-hover .table-gray-dark:hover > td,
.table-hover .table-gray-dark:hover > th {
  background-color: rgb(177.7016666667, 182.1090277778, 185.8383333333);
}

.table-gray-light,
.table-gray-light > th,
.table-gray-light > td {
  background-color: rgb(252.2, 252.76, 252.76);
}
.table-gray-light th,
.table-gray-light td,
.table-gray-light thead th,
.table-gray-light tbody + tbody {
  border-color: rgb(249.8, 250.84, 250.84);
}

.table-hover .table-gray-light:hover {
  background-color: rgb(238.0333333333, 241.4266666667, 241.4266666667);
}
.table-hover .table-gray-light:hover > td,
.table-hover .table-gray-light:hover > th {
  background-color: rgb(238.0333333333, 241.4266666667, 241.4266666667);
}

.table-gray-blue,
.table-gray-blue > th,
.table-gray-blue > td {
  background-color: rgb(198.16, 204.04, 209.92);
}
.table-gray-blue th,
.table-gray-blue td,
.table-gray-blue thead th,
.table-gray-blue tbody + tbody {
  border-color: rgb(149.44, 160.36, 171.28);
}

.table-hover .table-gray-blue:hover {
  background-color: rgb(183.9388461538, 191.29, 198.6411538462);
}
.table-hover .table-gray-blue:hover > td,
.table-hover .table-gray-blue:hover > th {
  background-color: rgb(183.9388461538, 191.29, 198.6411538462);
}

.table-gray-semi-light,
.table-gray-semi-light > th,
.table-gray-semi-light > td {
  background-color: rgb(244.36, 244.36, 244.36);
}
.table-gray-semi-light th,
.table-gray-semi-light td,
.table-gray-semi-light thead th,
.table-gray-semi-light tbody + tbody {
  border-color: rgb(235.24, 235.24, 235.24);
}

.table-hover .table-gray-semi-light:hover {
  background-color: rgb(231.61, 231.61, 231.61);
}
.table-hover .table-gray-semi-light:hover > td,
.table-hover .table-gray-semi-light:hover > th {
  background-color: rgb(231.61, 231.61, 231.61);
}

.table-gray-semi-dark,
.table-gray-semi-dark > th,
.table-gray-semi-dark > td {
  background-color: rgb(211.6, 216.36, 220.84);
}
.table-gray-semi-dark th,
.table-gray-semi-dark td,
.table-gray-semi-dark thead th,
.table-gray-semi-dark tbody + tbody {
  border-color: rgb(174.4, 183.24, 191.56);
}

.table-hover .table-gray-semi-dark:hover {
  background-color: rgb(197.3310469314, 203.6560288809, 209.6089530686);
}
.table-hover .table-gray-semi-dark:hover > td,
.table-hover .table-gray-semi-dark:hover > th {
  background-color: rgb(197.3310469314, 203.6560288809, 209.6089530686);
}

.table-gray-ultra-light,
.table-gray-ultra-light > th,
.table-gray-ultra-light > td {
  background-color: rgb(252.76, 253.32, 253.32);
}
.table-gray-ultra-light th,
.table-gray-ultra-light td,
.table-gray-ultra-light thead th,
.table-gray-ultra-light tbody + tbody {
  border-color: rgb(250.84, 251.88, 251.88);
}

.table-hover .table-gray-ultra-light:hover {
  background-color: rgb(238.1885714286, 242.3914285714, 242.3914285714);
}
.table-hover .table-gray-ultra-light:hover > td,
.table-hover .table-gray-ultra-light:hover > th {
  background-color: rgb(238.1885714286, 242.3914285714, 242.3914285714);
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: rgb(187.24, 214.96, 234.84);
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: rgb(129.16, 180.64, 217.56);
}

.table-hover .table-blue:hover {
  background-color: rgb(167.587133758, 203.3469426752, 228.992866242);
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: rgb(167.587133758, 203.3469426752, 228.992866242);
}

.table-ppl-popup,
.table-ppl-popup > th,
.table-ppl-popup > td {
  background-color: rgb(220, 221.12, 222.8);
}
.table-ppl-popup th,
.table-ppl-popup td,
.table-ppl-popup thead th,
.table-ppl-popup tbody + tbody {
  border-color: rgb(190, 192.08, 195.2);
}

.table-hover .table-ppl-popup:hover {
  background-color: rgb(206.71875, 208.26375, 210.58125);
}
.table-hover .table-ppl-popup:hover > td,
.table-hover .table-ppl-popup:hover > th {
  background-color: rgb(206.71875, 208.26375, 210.58125);
}

.table-ultra-black,
.table-ultra-black > th,
.table-ultra-black > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-ultra-black th,
.table-ultra-black td,
.table-ultra-black thead th,
.table-ultra-black tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-ultra-black:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-ultra-black:hover > td,
.table-hover .table-ultra-black:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

.table-blue-dark,
.table-blue-dark > th,
.table-blue-dark > td {
  background-color: rgb(198.16, 203.76, 209.64);
}
.table-blue-dark th,
.table-blue-dark td,
.table-blue-dark thead th,
.table-blue-dark tbody + tbody {
  border-color: rgb(149.44, 159.84, 170.76);
}

.table-hover .table-blue-dark:hover {
  background-color: rgb(183.9778082192, 190.9750684932, 198.3221917808);
}
.table-hover .table-blue-dark:hover > td,
.table-hover .table-blue-dark:hover > th {
  background-color: rgb(183.9778082192, 190.9750684932, 198.3221917808);
}

.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: #1d2939;
  border-color: rgb(41.898255814, 59.2354651163, 82.351744186);
}
.table .thead-light th {
  color: #344054;
  background-color: #eaecf0;
  border-color: #344054;
}

.table-dark {
  color: #fff;
  background-color: #1d2939;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(41.898255814, 59.2354651163, 82.351744186);
}
.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;
}

.form-control, .search-form .search-field, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344054;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #98a2b3;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .search-form .search-field, .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=url],
  .comment-form textarea {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand, .search-form .search-field::-ms-expand, .comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .search-form .search-field:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #344054;
  background-color: #fff;
  border-color: rgb(80.8698979592, 175.0714285714, 242.6301020408);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
}
.form-control::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder, .comment-form input[type=text]::-webkit-input-placeholder, .comment-form input[type=email]::-webkit-input-placeholder, .comment-form input[type=url]::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder {
  color: #475467;
  opacity: 1;
}
.form-control::-moz-placeholder, .search-form .search-field::-moz-placeholder, .comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form input[type=url]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #475467;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder, .comment-form input[type=text]:-ms-input-placeholder, .comment-form input[type=email]:-ms-input-placeholder, .comment-form input[type=url]:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder {
  color: #475467;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .search-form .search-field::-ms-input-placeholder, .comment-form input[type=text]::-ms-input-placeholder, .comment-form input[type=email]::-ms-input-placeholder, .comment-form input[type=url]::-ms-input-placeholder, .comment-form textarea::-ms-input-placeholder {
  color: #475467;
  opacity: 1;
}
.form-control::placeholder, .search-form .search-field::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #475467;
  opacity: 1;
}
.form-control:disabled, .search-form .search-field:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled, .form-control[readonly], .search-form [readonly].search-field, .comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  background-color: #eaecf0;
  opacity: 1;
}

input[type=date].form-control, .search-form input[type=date].search-field, .comment-form input[type=date][type=text],
.comment-form input[type=date][type=email],
.comment-form input[type=date][type=url],
input[type=time].form-control,
.search-form input[type=time].search-field,
.comment-form input[type=time][type=text],
.comment-form input[type=time][type=email],
.comment-form input[type=time][type=url],
input[type=datetime-local].form-control,
.search-form input[type=datetime-local].search-field,
.comment-form input[type=datetime-local][type=text],
.comment-form input[type=datetime-local][type=email],
.comment-form input[type=datetime-local][type=url],
input[type=month].form-control,
.search-form input[type=month].search-field,
.comment-form input[type=month][type=text],
.comment-form input[type=month][type=email],
.comment-form input[type=month][type=url] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring, .search-form select.search-field:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #344054;
}
select.form-control:focus::-ms-value, .search-form select.search-field:focus::-ms-value {
  color: #344054;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #101828;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], .search-form select[size].search-field, select.form-control[multiple], .search-form select[multiple].search-field {
  height: auto;
}

textarea.form-control, .search-form textarea.search-field,
.comment-form textarea {
  height: auto;
}

.form-group, .search-form label, .comment-form p {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #475467;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #00a49f;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 164, 159, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .was-validated .comment-form input[type=text]:valid, .comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .form-control.is-valid, .search-form .is-valid.search-field, .comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid {
  border-color: #00a49f;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300a49f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .was-validated .comment-form input[type=text]:valid:focus, .comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .search-form .is-valid.search-field:focus, .comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus {
  border-color: #00a49f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.25);
}

.was-validated select.form-control:valid, .was-validated .search-form select.search-field:valid, .search-form .was-validated select.search-field:valid, select.form-control.is-valid, .search-form select.is-valid.search-field {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, .was-validated .search-form textarea.search-field:valid, .search-form .was-validated textarea.search-field:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, textarea.form-control.is-valid, .search-form textarea.is-valid.search-field,
.comment-form textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00a49f;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%231d2939' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300a49f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00a49f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00a49f;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00a49f;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00a49f;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(0, 215, 208.4451219512);
  background-color: rgb(0, 215, 208.4451219512);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00a49f;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00a49f;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00a49f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f00;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .was-validated .comment-form input[type=text]:invalid, .comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .form-control.is-invalid, .search-form .is-invalid.search-field, .comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid {
  border-color: #f00;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f00' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f00' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .was-validated .comment-form input[type=text]:invalid:focus, .comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .search-form .is-invalid.search-field:focus, .comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus {
  border-color: #f00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.was-validated select.form-control:invalid, .was-validated .search-form select.search-field:invalid, .search-form .was-validated select.search-field:invalid, select.form-control.is-invalid, .search-form select.is-invalid.search-field {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, .was-validated .search-form textarea.search-field:invalid, .search-form .was-validated textarea.search-field:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, textarea.form-control.is-invalid, .search-form textarea.is-invalid.search-field,
.comment-form textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f00;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%231d2939' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f00' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f00' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f00;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f00;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f00;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: #ff3333;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f00;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f00;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-inline, .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check, .search-form .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label, .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .search-form .form-group, .search-form label, .form-inline .comment-form p, .search-form .comment-form p, .comment-form .form-inline p, .comment-form .search-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .search-form .form-control, .search-form .search-field, .form-inline .comment-form input[type=text], .search-form .comment-form input[type=text], .comment-form .form-inline input[type=text], .comment-form .search-form input[type=text],
  .form-inline .comment-form input[type=email],
  .search-form .comment-form input[type=email],
  .comment-form .form-inline input[type=email],
  .comment-form .search-form input[type=email],
  .form-inline .comment-form input[type=url],
  .search-form .comment-form input[type=url],
  .comment-form .form-inline input[type=url],
  .comment-form .search-form input[type=url],
  .form-inline .comment-form textarea,
  .search-form .comment-form textarea,
  .comment-form .form-inline textarea,
  .comment-form .search-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }
  .form-inline .form-check, .search-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input, .search-form .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, .search-form .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label, .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .search-form .search-submit, .comment-form input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #101828;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .search-form .search-submit, .comment-form input[type=submit] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
  color: #101828;
  text-decoration: none;
}
.btn:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn.focus, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
}
.btn.disabled, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .btn:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .search-form .search-submit:not(:disabled):not(.disabled), .comment-form input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0d70b7;
  border-color: #0d70b7;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(10.4630102041, 90.1428571429, 147.2869897959);
  border-color: rgb(9.6173469388, 82.8571428571, 135.3826530612);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(10.4630102041, 90.1428571429, 147.2869897959);
  border-color: rgb(9.6173469388, 82.8571428571, 135.3826530612);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49.3, 133.45, 193.8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49.3, 133.45, 193.8, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0d70b7;
  border-color: #0d70b7;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(9.6173469388, 82.8571428571, 135.3826530612);
  border-color: rgb(8.7716836735, 75.5714285714, 123.4783163265);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49.3, 133.45, 193.8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49.3, 133.45, 193.8, 0.5);
}

.btn-secondary, .search-form .search-submit, .comment-form input[type=submit] {
  color: #fff;
  background-color: #475467;
  border-color: #475467;
}
.btn-secondary:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
  color: #fff;
  background-color: rgb(55.3922413793, 65.5344827586, 80.3577586207);
  border-color: rgb(50.1896551724, 59.3793103448, 72.8103448276);
}
.btn-secondary:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn-secondary.focus, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
  color: #fff;
  background-color: rgb(55.3922413793, 65.5344827586, 80.3577586207);
  border-color: rgb(50.1896551724, 59.3793103448, 72.8103448276);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(98.6, 109.65, 125.8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(98.6, 109.65, 125.8, 0.5);
}
.btn-secondary.disabled, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .btn-secondary:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
  color: #fff;
  background-color: #475467;
  border-color: #475467;
}
.btn-secondary:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled):active, .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled).active, .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .search-form .show > .dropdown-toggle.search-submit, .comment-form .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: rgb(50.1896551724, 59.3793103448, 72.8103448276);
  border-color: rgb(44.9870689655, 53.224137931, 65.2629310345);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .search-form .show > .dropdown-toggle.search-submit:focus, .comment-form .show > input.dropdown-toggle[type=submit]:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(98.6, 109.65, 125.8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(98.6, 109.65, 125.8, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00a49f;
  border-color: #00a49f;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(0, 125.75, 121.9161585366);
  border-color: rgb(0, 113, 109.5548780488);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(0, 125.75, 121.9161585366);
  border-color: rgb(0, 113, 109.5548780488);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 177.65, 173.4, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 177.65, 173.4, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00a49f;
  border-color: #00a49f;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 113, 109.5548780488);
  border-color: rgb(0, 100.25, 97.193597561);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 177.65, 173.4, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 177.65, 173.4, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #101828;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #101828;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #101828;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219.15, 167.65, 11.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(219.15, 167.65, 11.95, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #101828;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #101828;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219.15, 167.65, 11.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(219.15, 167.65, 11.95, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #cc0000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #cc0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: rgb(191.25, 0, 0);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
}

.btn-light {
  color: #101828;
  background-color: #f2f4f7;
  border-color: #f2f4f7;
}
.btn-light:hover {
  color: #101828;
  background-color: rgb(218.3214285714, 223.9642857143, 232.4285714286);
  border-color: rgb(210.4285714286, 217.2857142857, 227.5714285714);
}
.btn-light:focus, .btn-light.focus {
  color: #101828;
  background-color: rgb(218.3214285714, 223.9642857143, 232.4285714286);
  border-color: rgb(210.4285714286, 217.2857142857, 227.5714285714);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(208.1, 211, 215.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(208.1, 211, 215.95, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #101828;
  background-color: #f2f4f7;
  border-color: #f2f4f7;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #101828;
  background-color: rgb(210.4285714286, 217.2857142857, 227.5714285714);
  border-color: rgb(202.5357142857, 210.6071428571, 222.7142857143);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(208.1, 211, 215.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(208.1, 211, 215.95, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #1d2939;
  border-color: #1d2939;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(16.101744186, 22.7645348837, 31.648255814);
  border-color: rgb(11.8023255814, 16.6860465116, 23.1976744186);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(16.101744186, 22.7645348837, 31.648255814);
  border-color: rgb(11.8023255814, 16.6860465116, 23.1976744186);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62.9, 73.1, 86.7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62.9, 73.1, 86.7, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #1d2939;
  border-color: #1d2939;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(11.8023255814, 16.6860465116, 23.1976744186);
  border-color: rgb(7.5029069767, 10.6075581395, 14.7470930233);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(62.9, 73.1, 86.7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(62.9, 73.1, 86.7, 0.5);
}

.btn-white {
  color: #101828;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #101828;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  color: #101828;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219.15, 220.35, 222.75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(219.15, 220.35, 222.75, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #101828;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #101828;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219.15, 220.35, 222.75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(219.15, 220.35, 222.75, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-red:hover {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #cc0000;
}
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: rgb(216.75, 0, 0);
  border-color: #cc0000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: rgb(191.25, 0, 0);
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 38.25, 38.25, 0.5);
}

.btn-gray-medium {
  color: #101828;
  background-color: #e2e6eb;
  border-color: #e2e6eb;
}
.btn-gray-medium:hover {
  color: #101828;
  background-color: rgb(203.362244898, 210.4846938776, 219.387755102);
  border-color: rgb(195.8163265306, 203.9795918367, 214.1836734694);
}
.btn-gray-medium:focus, .btn-gray-medium.focus {
  color: #101828;
  background-color: rgb(203.362244898, 210.4846938776, 219.387755102);
  border-color: rgb(195.8163265306, 203.9795918367, 214.1836734694);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194.5, 199.1, 205.75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(194.5, 199.1, 205.75, 0.5);
}
.btn-gray-medium.disabled, .btn-gray-medium:disabled {
  color: #101828;
  background-color: #e2e6eb;
  border-color: #e2e6eb;
}
.btn-gray-medium:not(:disabled):not(.disabled):active, .btn-gray-medium:not(:disabled):not(.disabled).active, .show > .btn-gray-medium.dropdown-toggle {
  color: #101828;
  background-color: rgb(195.8163265306, 203.9795918367, 214.1836734694);
  border-color: rgb(188.2704081633, 197.4744897959, 208.9795918367);
}
.btn-gray-medium:not(:disabled):not(.disabled):active:focus, .btn-gray-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-medium.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194.5, 199.1, 205.75, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(194.5, 199.1, 205.75, 0.5);
}

.btn-iron {
  color: #101828;
  background-color: #c9cdd1;
  border-color: #c9cdd1;
}
.btn-iron:hover {
  color: #101828;
  background-color: rgb(180.345, 185.875, 191.405);
  border-color: rgb(173.46, 179.5, 185.54);
}
.btn-iron:focus, .btn-iron.focus {
  color: #101828;
  background-color: rgb(180.345, 185.875, 191.405);
  border-color: rgb(173.46, 179.5, 185.54);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173.25, 177.85, 183.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(173.25, 177.85, 183.65, 0.5);
}
.btn-iron.disabled, .btn-iron:disabled {
  color: #101828;
  background-color: #c9cdd1;
  border-color: #c9cdd1;
}
.btn-iron:not(:disabled):not(.disabled):active, .btn-iron:not(:disabled):not(.disabled).active, .show > .btn-iron.dropdown-toggle {
  color: #101828;
  background-color: rgb(173.46, 179.5, 185.54);
  border-color: rgb(166.575, 173.125, 179.675);
}
.btn-iron:not(:disabled):not(.disabled):active:focus, .btn-iron:not(:disabled):not(.disabled).active:focus, .show > .btn-iron.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173.25, 177.85, 183.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(173.25, 177.85, 183.65, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #00a49f;
  border-color: #00a49f;
}
.btn-green:hover {
  color: #fff;
  background-color: rgb(0, 125.75, 121.9161585366);
  border-color: rgb(0, 113, 109.5548780488);
}
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: rgb(0, 125.75, 121.9161585366);
  border-color: rgb(0, 113, 109.5548780488);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 177.65, 173.4, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 177.65, 173.4, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #00a49f;
  border-color: #00a49f;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 113, 109.5548780488);
  border-color: rgb(0, 100.25, 97.193597561);
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 177.65, 173.4, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 177.65, 173.4, 0.5);
}

.btn-dark-gray-opacity-10 {
  color: #fff;
  background-color: rgba(27, 40, 51, 0.1);
  border-color: rgba(27, 40, 51, 0.1);
}
.btn-dark-gray-opacity-10:hover {
  color: #fff;
  background-color: rgba(13.7596153846, 20.3846153846, 25.9903846154, 0.1);
  border-color: rgba(9.3461538462, 13.8461538462, 17.6538461538, 0.1);
}
.btn-dark-gray-opacity-10:focus, .btn-dark-gray-opacity-10.focus {
  color: #fff;
  background-color: rgba(13.7596153846, 20.3846153846, 25.9903846154, 0.1);
  border-color: rgba(9.3461538462, 13.8461538462, 17.6538461538, 0.1);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202.6216216216, 205.6081081081, 208.1351351351, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(202.6216216216, 205.6081081081, 208.1351351351, 0.5);
}
.btn-dark-gray-opacity-10.disabled, .btn-dark-gray-opacity-10:disabled {
  color: #fff;
  background-color: rgba(27, 40, 51, 0.1);
  border-color: rgba(27, 40, 51, 0.1);
}
.btn-dark-gray-opacity-10:not(:disabled):not(.disabled):active, .btn-dark-gray-opacity-10:not(:disabled):not(.disabled).active, .show > .btn-dark-gray-opacity-10.dropdown-toggle {
  color: #fff;
  background-color: rgba(9.3461538462, 13.8461538462, 17.6538461538, 0.1);
  border-color: rgba(4.9326923077, 7.3076923077, 9.3173076923, 0.1);
}
.btn-dark-gray-opacity-10:not(:disabled):not(.disabled):active:focus, .btn-dark-gray-opacity-10:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-gray-opacity-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202.6216216216, 205.6081081081, 208.1351351351, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(202.6216216216, 205.6081081081, 208.1351351351, 0.5);
}

.btn-dark-gray-opacity-80 {
  color: #fff;
  background-color: rgba(27, 40, 51, 0.8);
  border-color: rgba(27, 40, 51, 0.8);
}
.btn-dark-gray-opacity-80:hover {
  color: #fff;
  background-color: rgba(13.7596153846, 20.3846153846, 25.9903846154, 0.8);
  border-color: rgba(9.3461538462, 13.8461538462, 17.6538461538, 0.8);
}
.btn-dark-gray-opacity-80:focus, .btn-dark-gray-opacity-80.focus {
  color: #fff;
  background-color: rgba(13.7596153846, 20.3846153846, 25.9903846154, 0.8);
  border-color: rgba(9.3461538462, 13.8461538462, 17.6538461538, 0.8);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74.7209302326, 85, 93.6976744186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74.7209302326, 85, 93.6976744186, 0.5);
}
.btn-dark-gray-opacity-80.disabled, .btn-dark-gray-opacity-80:disabled {
  color: #fff;
  background-color: rgba(27, 40, 51, 0.8);
  border-color: rgba(27, 40, 51, 0.8);
}
.btn-dark-gray-opacity-80:not(:disabled):not(.disabled):active, .btn-dark-gray-opacity-80:not(:disabled):not(.disabled).active, .show > .btn-dark-gray-opacity-80.dropdown-toggle {
  color: #fff;
  background-color: rgba(9.3461538462, 13.8461538462, 17.6538461538, 0.8);
  border-color: rgba(4.9326923077, 7.3076923077, 9.3173076923, 0.8);
}
.btn-dark-gray-opacity-80:not(:disabled):not(.disabled):active:focus, .btn-dark-gray-opacity-80:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-gray-opacity-80.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74.7209302326, 85, 93.6976744186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(74.7209302326, 85, 93.6976744186, 0.5);
}

.btn-gray-dark {
  color: #fff;
  background-color: #1b2833;
  border-color: #1b2833;
}
.btn-gray-dark:hover {
  color: #fff;
  background-color: rgb(13.7596153846, 20.3846153846, 25.9903846154);
  border-color: rgb(9.3461538462, 13.8461538462, 17.6538461538);
}
.btn-gray-dark:focus, .btn-gray-dark.focus {
  color: #fff;
  background-color: rgb(13.7596153846, 20.3846153846, 25.9903846154);
  border-color: rgb(9.3461538462, 13.8461538462, 17.6538461538);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(61.2, 72.25, 81.6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(61.2, 72.25, 81.6, 0.5);
}
.btn-gray-dark.disabled, .btn-gray-dark:disabled {
  color: #fff;
  background-color: #1b2833;
  border-color: #1b2833;
}
.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(9.3461538462, 13.8461538462, 17.6538461538);
  border-color: rgb(4.9326923077, 7.3076923077, 9.3173076923);
}
.btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(61.2, 72.25, 81.6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(61.2, 72.25, 81.6, 0.5);
}

.btn-gray-light {
  color: #101828;
  background-color: #f5f7f7;
  border-color: #f5f7f7;
}
.btn-gray-light:hover {
  color: #101828;
  background-color: rgb(223.75, 230, 230);
  border-color: rgb(216.6666666667, 224.3333333333, 224.3333333333);
}
.btn-gray-light:focus, .btn-gray-light.focus {
  color: #101828;
  background-color: rgb(223.75, 230, 230);
  border-color: rgb(216.6666666667, 224.3333333333, 224.3333333333);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210.65, 213.55, 215.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210.65, 213.55, 215.95, 0.5);
}
.btn-gray-light.disabled, .btn-gray-light:disabled {
  color: #101828;
  background-color: #f5f7f7;
  border-color: #f5f7f7;
}
.btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active, .show > .btn-gray-light.dropdown-toggle {
  color: #101828;
  background-color: rgb(216.6666666667, 224.3333333333, 224.3333333333);
  border-color: rgb(209.5833333333, 218.6666666667, 218.6666666667);
}
.btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210.65, 213.55, 215.95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(210.65, 213.55, 215.95, 0.5);
}

.btn-gray-blue {
  color: #fff;
  background-color: #34495e;
  border-color: #34495e;
}
.btn-gray-blue:hover {
  color: #fff;
  background-color: rgb(38.3767123288, 53.875, 69.3732876712);
  border-color: rgb(33.8356164384, 47.5, 61.1643835616);
}
.btn-gray-blue:focus, .btn-gray-blue.focus {
  color: #fff;
  background-color: rgb(38.3767123288, 53.875, 69.3732876712);
  border-color: rgb(33.8356164384, 47.5, 61.1643835616);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 100.3, 118.15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 100.3, 118.15, 0.5);
}
.btn-gray-blue.disabled, .btn-gray-blue:disabled {
  color: #fff;
  background-color: #34495e;
  border-color: #34495e;
}
.btn-gray-blue:not(:disabled):not(.disabled):active, .btn-gray-blue:not(:disabled):not(.disabled).active, .show > .btn-gray-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(33.8356164384, 47.5, 61.1643835616);
  border-color: rgb(29.2945205479, 41.125, 52.9554794521);
}
.btn-gray-blue:not(:disabled):not(.disabled):active:focus, .btn-gray-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 100.3, 118.15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 100.3, 118.15, 0.5);
}

.btn-gray-semi-light {
  color: #101828;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-gray-semi-light:hover {
  color: #101828;
  background-color: rgb(197.875, 197.875, 197.875);
  border-color: rgb(191.5, 191.5, 191.5);
}
.btn-gray-semi-light:focus, .btn-gray-semi-light.focus {
  color: #101828;
  background-color: rgb(197.875, 197.875, 197.875);
  border-color: rgb(191.5, 191.5, 191.5);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(186.85, 188.05, 190.45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(186.85, 188.05, 190.45, 0.5);
}
.btn-gray-semi-light.disabled, .btn-gray-semi-light:disabled {
  color: #101828;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-gray-semi-light:not(:disabled):not(.disabled):active, .btn-gray-semi-light:not(:disabled):not(.disabled).active, .show > .btn-gray-semi-light.dropdown-toggle {
  color: #101828;
  background-color: rgb(191.5, 191.5, 191.5);
  border-color: rgb(185.125, 185.125, 185.125);
}
.btn-gray-semi-light:not(:disabled):not(.disabled):active:focus, .btn-gray-semi-light:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-semi-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(186.85, 188.05, 190.45, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(186.85, 188.05, 190.45, 0.5);
}

.btn-gray-semi-dark {
  color: #fff;
  background-color: #647585;
  border-color: #647585;
}
.btn-gray-semi-dark:hover {
  color: #fff;
  background-color: rgb(83.5836909871, 97.7929184549, 111.1663090129);
  border-color: rgb(78.1115879828, 91.3905579399, 103.8884120172);
}
.btn-gray-semi-dark:focus, .btn-gray-semi-dark.focus {
  color: #fff;
  background-color: rgb(83.5836909871, 97.7929184549, 111.1663090129);
  border-color: rgb(78.1115879828, 91.3905579399, 103.8884120172);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123.25, 137.7, 151.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(123.25, 137.7, 151.3, 0.5);
}
.btn-gray-semi-dark.disabled, .btn-gray-semi-dark:disabled {
  color: #fff;
  background-color: #647585;
  border-color: #647585;
}
.btn-gray-semi-dark:not(:disabled):not(.disabled):active, .btn-gray-semi-dark:not(:disabled):not(.disabled).active, .show > .btn-gray-semi-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(78.1115879828, 91.3905579399, 103.8884120172);
  border-color: rgb(72.6394849785, 84.9881974249, 96.6105150215);
}
.btn-gray-semi-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-semi-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-semi-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(123.25, 137.7, 151.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(123.25, 137.7, 151.3, 0.5);
}

.btn-gray-ultra-light {
  color: #101828;
  background-color: #f7f9f9;
  border-color: #f7f9f9;
}
.btn-gray-ultra-light:hover {
  color: #101828;
  background-color: rgb(225.1428571429, 232.6071428571, 232.6071428571);
  border-color: rgb(217.8571428571, 227.1428571429, 227.1428571429);
}
.btn-gray-ultra-light:focus, .btn-gray-ultra-light.focus {
  color: #101828;
  background-color: rgb(225.1428571429, 232.6071428571, 232.6071428571);
  border-color: rgb(217.8571428571, 227.1428571429, 227.1428571429);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212.35, 215.25, 217.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212.35, 215.25, 217.65, 0.5);
}
.btn-gray-ultra-light.disabled, .btn-gray-ultra-light:disabled {
  color: #101828;
  background-color: #f7f9f9;
  border-color: #f7f9f9;
}
.btn-gray-ultra-light:not(:disabled):not(.disabled):active, .btn-gray-ultra-light:not(:disabled):not(.disabled).active, .show > .btn-gray-ultra-light.dropdown-toggle {
  color: #101828;
  background-color: rgb(217.8571428571, 227.1428571429, 227.1428571429);
  border-color: rgb(210.5714285714, 221.6785714286, 221.6785714286);
}
.btn-gray-ultra-light:not(:disabled):not(.disabled):active:focus, .btn-gray-ultra-light:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-ultra-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212.35, 215.25, 217.65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212.35, 215.25, 217.65, 0.5);
}

.btn-blue {
  color: #fff;
  background-color: #0d70b7;
  border-color: #0d70b7;
}
.btn-blue:hover {
  color: #fff;
  background-color: rgb(10.4630102041, 90.1428571429, 147.2869897959);
  border-color: rgb(9.6173469388, 82.8571428571, 135.3826530612);
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: rgb(10.4630102041, 90.1428571429, 147.2869897959);
  border-color: rgb(9.6173469388, 82.8571428571, 135.3826530612);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49.3, 133.45, 193.8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49.3, 133.45, 193.8, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #0d70b7;
  border-color: #0d70b7;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(9.6173469388, 82.8571428571, 135.3826530612);
  border-color: rgb(8.7716836735, 75.5714285714, 123.4783163265);
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(49.3, 133.45, 193.8, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(49.3, 133.45, 193.8, 0.5);
}

.btn-ppl-popup {
  color: #fff;
  background-color: #82868c;
  border-color: #82868c;
}
.btn-ppl-popup:hover {
  color: #fff;
  background-color: rgb(111.046875, 114.909375, 120.703125);
  border-color: rgb(104.9375, 108.5875, 114.0625);
}
.btn-ppl-popup:focus, .btn-ppl-popup.focus {
  color: #fff;
  background-color: rgb(111.046875, 114.909375, 120.703125);
  border-color: rgb(104.9375, 108.5875, 114.0625);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(148.75, 152.15, 157.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(148.75, 152.15, 157.25, 0.5);
}
.btn-ppl-popup.disabled, .btn-ppl-popup:disabled {
  color: #fff;
  background-color: #82868c;
  border-color: #82868c;
}
.btn-ppl-popup:not(:disabled):not(.disabled):active, .btn-ppl-popup:not(:disabled):not(.disabled).active, .show > .btn-ppl-popup.dropdown-toggle {
  color: #fff;
  background-color: rgb(104.9375, 108.5875, 114.0625);
  border-color: rgb(98.828125, 102.265625, 107.421875);
}
.btn-ppl-popup:not(:disabled):not(.disabled):active:focus, .btn-ppl-popup:not(:disabled):not(.disabled).active:focus, .show > .btn-ppl-popup.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(148.75, 152.15, 157.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(148.75, 152.15, 157.25, 0.5);
}

.btn-ultra-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-ultra-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-ultra-black:focus, .btn-ultra-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-ultra-black.disabled, .btn-ultra-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-ultra-black:not(:disabled):not(.disabled):active, .btn-ultra-black:not(:disabled):not(.disabled).active, .show > .btn-ultra-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-ultra-black:not(:disabled):not(.disabled):active:focus, .btn-ultra-black:not(:disabled):not(.disabled).active:focus, .show > .btn-ultra-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-blue-dark {
  color: #fff;
  background-color: #34485d;
  border-color: #34485d;
}
.btn-blue-dark:hover {
  color: #fff;
  background-color: rgb(38.2827586207, 53.0068965517, 68.4672413793);
  border-color: rgb(33.7103448276, 46.675862069, 60.2896551724);
}
.btn-blue-dark:focus, .btn-blue-dark.focus {
  color: #fff;
  background-color: rgb(38.2827586207, 53.0068965517, 68.4672413793);
  border-color: rgb(33.7103448276, 46.675862069, 60.2896551724);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 99.45, 117.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 99.45, 117.3, 0.5);
}
.btn-blue-dark.disabled, .btn-blue-dark:disabled {
  color: #fff;
  background-color: #34485d;
  border-color: #34485d;
}
.btn-blue-dark:not(:disabled):not(.disabled):active, .btn-blue-dark:not(:disabled):not(.disabled).active, .show > .btn-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(33.7103448276, 46.675862069, 60.2896551724);
  border-color: rgb(29.1379310345, 40.3448275862, 52.1120689655);
}
.btn-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-blue-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82.45, 99.45, 117.3, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82.45, 99.45, 117.3, 0.5);
}

.btn-outline-primary {
  color: #0d70b7;
  border-color: #0d70b7;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d70b7;
  border-color: #0d70b7;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0d70b7;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d70b7;
  border-color: #0d70b7;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.5);
}

.btn-outline-secondary {
  color: #475467;
  border-color: #475467;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #475467;
  border-color: #475467;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71, 84, 103, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71, 84, 103, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #475467;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #475467;
  border-color: #475467;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71, 84, 103, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71, 84, 103, 0.5);
}

.btn-outline-success {
  color: #00a49f;
  border-color: #00a49f;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #00a49f;
  border-color: #00a49f;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00a49f;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00a49f;
  border-color: #00a49f;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #101828;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #101828;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #f00;
  border-color: #f00;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f00;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f2f4f7;
  border-color: #f2f4f7;
}
.btn-outline-light:hover {
  color: #101828;
  background-color: #f2f4f7;
  border-color: #f2f4f7;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 244, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 244, 247, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f2f4f7;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #101828;
  background-color: #f2f4f7;
  border-color: #f2f4f7;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 244, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 244, 247, 0.5);
}

.btn-outline-dark {
  color: #1d2939;
  border-color: #1d2939;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #1d2939;
  border-color: #1d2939;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 41, 57, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 41, 57, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #1d2939;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2939;
  border-color: #1d2939;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 41, 57, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 41, 57, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #101828;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #101828;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-red {
  color: #f00;
  border-color: #f00;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #f00;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-gray-medium {
  color: #e2e6eb;
  border-color: #e2e6eb;
}
.btn-outline-gray-medium:hover {
  color: #101828;
  background-color: #e2e6eb;
  border-color: #e2e6eb;
}
.btn-outline-gray-medium:focus, .btn-outline-gray-medium.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 230, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(226, 230, 235, 0.5);
}
.btn-outline-gray-medium.disabled, .btn-outline-gray-medium:disabled {
  color: #e2e6eb;
  background-color: transparent;
}
.btn-outline-gray-medium:not(:disabled):not(.disabled):active, .btn-outline-gray-medium:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-medium.dropdown-toggle {
  color: #101828;
  background-color: #e2e6eb;
  border-color: #e2e6eb;
}
.btn-outline-gray-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-medium.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 230, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(226, 230, 235, 0.5);
}

.btn-outline-iron {
  color: #c9cdd1;
  border-color: #c9cdd1;
}
.btn-outline-iron:hover {
  color: #101828;
  background-color: #c9cdd1;
  border-color: #c9cdd1;
}
.btn-outline-iron:focus, .btn-outline-iron.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 205, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(201, 205, 209, 0.5);
}
.btn-outline-iron.disabled, .btn-outline-iron:disabled {
  color: #c9cdd1;
  background-color: transparent;
}
.btn-outline-iron:not(:disabled):not(.disabled):active, .btn-outline-iron:not(:disabled):not(.disabled).active, .show > .btn-outline-iron.dropdown-toggle {
  color: #101828;
  background-color: #c9cdd1;
  border-color: #c9cdd1;
}
.btn-outline-iron:not(:disabled):not(.disabled):active:focus, .btn-outline-iron:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-iron.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 205, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(201, 205, 209, 0.5);
}

.btn-outline-green {
  color: #00a49f;
  border-color: #00a49f;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #00a49f;
  border-color: #00a49f;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #00a49f;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #00a49f;
  border-color: #00a49f;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.5);
}

.btn-outline-dark-gray-opacity-10 {
  color: rgba(27, 40, 51, 0.1);
  border-color: rgba(27, 40, 51, 0.1);
}
.btn-outline-dark-gray-opacity-10:hover {
  color: #fff;
  background-color: rgba(27, 40, 51, 0.1);
  border-color: rgba(27, 40, 51, 0.1);
}
.btn-outline-dark-gray-opacity-10:focus, .btn-outline-dark-gray-opacity-10.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
}
.btn-outline-dark-gray-opacity-10.disabled, .btn-outline-dark-gray-opacity-10:disabled {
  color: rgba(27, 40, 51, 0.1);
  background-color: transparent;
}
.btn-outline-dark-gray-opacity-10:not(:disabled):not(.disabled):active, .btn-outline-dark-gray-opacity-10:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-gray-opacity-10.dropdown-toggle {
  color: #fff;
  background-color: rgba(27, 40, 51, 0.1);
  border-color: rgba(27, 40, 51, 0.1);
}
.btn-outline-dark-gray-opacity-10:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray-opacity-10:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-gray-opacity-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
}

.btn-outline-dark-gray-opacity-80 {
  color: rgba(27, 40, 51, 0.8);
  border-color: rgba(27, 40, 51, 0.8);
}
.btn-outline-dark-gray-opacity-80:hover {
  color: #fff;
  background-color: rgba(27, 40, 51, 0.8);
  border-color: rgba(27, 40, 51, 0.8);
}
.btn-outline-dark-gray-opacity-80:focus, .btn-outline-dark-gray-opacity-80.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
}
.btn-outline-dark-gray-opacity-80.disabled, .btn-outline-dark-gray-opacity-80:disabled {
  color: rgba(27, 40, 51, 0.8);
  background-color: transparent;
}
.btn-outline-dark-gray-opacity-80:not(:disabled):not(.disabled):active, .btn-outline-dark-gray-opacity-80:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-gray-opacity-80.dropdown-toggle {
  color: #fff;
  background-color: rgba(27, 40, 51, 0.8);
  border-color: rgba(27, 40, 51, 0.8);
}
.btn-outline-dark-gray-opacity-80:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray-opacity-80:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-gray-opacity-80.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
}

.btn-outline-gray-dark {
  color: #1b2833;
  border-color: #1b2833;
}
.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #1b2833;
  border-color: #1b2833;
}
.btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
}
.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
  color: #1b2833;
  background-color: transparent;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #1b2833;
  border-color: #1b2833;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
}

.btn-outline-gray-light {
  color: #f5f7f7;
  border-color: #f5f7f7;
}
.btn-outline-gray-light:hover {
  color: #101828;
  background-color: #f5f7f7;
  border-color: #f5f7f7;
}
.btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 247, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 247, 247, 0.5);
}
.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
  color: #f5f7f7;
  background-color: transparent;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-light.dropdown-toggle {
  color: #101828;
  background-color: #f5f7f7;
  border-color: #f5f7f7;
}
.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 247, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 247, 247, 0.5);
}

.btn-outline-gray-blue {
  color: #34495e;
  border-color: #34495e;
}
.btn-outline-gray-blue:hover {
  color: #fff;
  background-color: #34495e;
  border-color: #34495e;
}
.btn-outline-gray-blue:focus, .btn-outline-gray-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
}
.btn-outline-gray-blue.disabled, .btn-outline-gray-blue:disabled {
  color: #34495e;
  background-color: transparent;
}
.btn-outline-gray-blue:not(:disabled):not(.disabled):active, .btn-outline-gray-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-blue.dropdown-toggle {
  color: #fff;
  background-color: #34495e;
  border-color: #34495e;
}
.btn-outline-gray-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
}

.btn-outline-gray-semi-light {
  color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-outline-gray-semi-light:hover {
  color: #101828;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-outline-gray-semi-light:focus, .btn-outline-gray-semi-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}
.btn-outline-gray-semi-light.disabled, .btn-outline-gray-semi-light:disabled {
  color: #d9d9d9;
  background-color: transparent;
}
.btn-outline-gray-semi-light:not(:disabled):not(.disabled):active, .btn-outline-gray-semi-light:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-semi-light.dropdown-toggle {
  color: #101828;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-outline-gray-semi-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-semi-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-semi-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}

.btn-outline-gray-semi-dark {
  color: #647585;
  border-color: #647585;
}
.btn-outline-gray-semi-dark:hover {
  color: #fff;
  background-color: #647585;
  border-color: #647585;
}
.btn-outline-gray-semi-dark:focus, .btn-outline-gray-semi-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 117, 133, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(100, 117, 133, 0.5);
}
.btn-outline-gray-semi-dark.disabled, .btn-outline-gray-semi-dark:disabled {
  color: #647585;
  background-color: transparent;
}
.btn-outline-gray-semi-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-semi-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-semi-dark.dropdown-toggle {
  color: #fff;
  background-color: #647585;
  border-color: #647585;
}
.btn-outline-gray-semi-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-semi-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-semi-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 117, 133, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(100, 117, 133, 0.5);
}

.btn-outline-gray-ultra-light {
  color: #f7f9f9;
  border-color: #f7f9f9;
}
.btn-outline-gray-ultra-light:hover {
  color: #101828;
  background-color: #f7f9f9;
  border-color: #f7f9f9;
}
.btn-outline-gray-ultra-light:focus, .btn-outline-gray-ultra-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 249, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 249, 249, 0.5);
}
.btn-outline-gray-ultra-light.disabled, .btn-outline-gray-ultra-light:disabled {
  color: #f7f9f9;
  background-color: transparent;
}
.btn-outline-gray-ultra-light:not(:disabled):not(.disabled):active, .btn-outline-gray-ultra-light:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-ultra-light.dropdown-toggle {
  color: #101828;
  background-color: #f7f9f9;
  border-color: #f7f9f9;
}
.btn-outline-gray-ultra-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-ultra-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-ultra-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 249, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 249, 249, 0.5);
}

.btn-outline-blue {
  color: #0d70b7;
  border-color: #0d70b7;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #0d70b7;
  border-color: #0d70b7;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #0d70b7;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #0d70b7;
  border-color: #0d70b7;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.5);
}

.btn-outline-ppl-popup {
  color: #82868c;
  border-color: #82868c;
}
.btn-outline-ppl-popup:hover {
  color: #fff;
  background-color: #82868c;
  border-color: #82868c;
}
.btn-outline-ppl-popup:focus, .btn-outline-ppl-popup.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 134, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 134, 140, 0.5);
}
.btn-outline-ppl-popup.disabled, .btn-outline-ppl-popup:disabled {
  color: #82868c;
  background-color: transparent;
}
.btn-outline-ppl-popup:not(:disabled):not(.disabled):active, .btn-outline-ppl-popup:not(:disabled):not(.disabled).active, .show > .btn-outline-ppl-popup.dropdown-toggle {
  color: #fff;
  background-color: #82868c;
  border-color: #82868c;
}
.btn-outline-ppl-popup:not(:disabled):not(.disabled):active:focus, .btn-outline-ppl-popup:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ppl-popup.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 134, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 134, 140, 0.5);
}

.btn-outline-ultra-black {
  color: #000;
  border-color: #000;
}
.btn-outline-ultra-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-ultra-black:focus, .btn-outline-ultra-black.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-ultra-black.disabled, .btn-outline-ultra-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-ultra-black:not(:disabled):not(.disabled):active, .btn-outline-ultra-black:not(:disabled):not(.disabled).active, .show > .btn-outline-ultra-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-ultra-black:not(:disabled):not(.disabled):active:focus, .btn-outline-ultra-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ultra-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-blue-dark {
  color: #34485d;
  border-color: #34485d;
}
.btn-outline-blue-dark:hover {
  color: #fff;
  background-color: #34485d;
  border-color: #34485d;
}
.btn-outline-blue-dark:focus, .btn-outline-blue-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 72, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 72, 93, 0.5);
}
.btn-outline-blue-dark.disabled, .btn-outline-blue-dark:disabled {
  color: #34485d;
  background-color: transparent;
}
.btn-outline-blue-dark:not(:disabled):not(.disabled):active, .btn-outline-blue-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: #34485d;
  border-color: #34485d;
}
.btn-outline-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 72, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 72, 93, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0d70b7;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(7.9260204082, 68.2857142857, 111.5739795918);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #475467;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .search-form .btn-group-lg > .search-submit, .comment-form .btn-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .search-form .btn-group-sm > .search-submit, .comment-form .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    -o-transition: none;
    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: #101828;
  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 #eaecf0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #101828;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(8.7142857143, 13.0714285714, 21.7857142857);
  text-decoration: none;
  background-color: #eaecf0;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d70b7;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #667085;
  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: #475467;
  white-space: nowrap;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .search-form .btn-group > .search-submit, .comment-form .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.search-form .btn-group-vertical > .search-submit,
.comment-form .btn-group-vertical > input[type=submit] {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover, .search-form .btn-group > .search-submit:hover, .comment-form .btn-group > input[type=submit]:hover,
.btn-group-vertical > .btn:hover,
.search-form .btn-group-vertical > .search-submit:hover,
.comment-form .btn-group-vertical > input[type=submit]:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .search-form .btn-group > .search-submit:focus, .comment-form .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .search-form .btn-group > .search-submit:active, .comment-form .btn-group > input[type=submit]:active, .btn-group > .btn.active, .search-form .btn-group > .active.search-submit, .comment-form .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.search-form .btn-group-vertical > .search-submit:focus,
.comment-form .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.search-form .btn-group-vertical > .search-submit:active,
.comment-form .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.search-form .btn-group-vertical > .active.search-submit,
.comment-form .btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child), .comment-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child), .comment-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  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, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn, .search-form .btn-group-vertical > .search-submit, .comment-form .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .search-form .input-group > .search-field, .comment-form .input-group > input[type=text],
.comment-form .input-group > input[type=email],
.comment-form .input-group > input[type=url],
.comment-form .input-group > textarea,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .search-form .input-group > .search-field + .form-control, .search-form .input-group > .form-control + .search-field, .search-form .input-group > .search-field + .search-field, .comment-form .input-group > input[type=text] + .form-control, .comment-form .search-form .input-group > input[type=text] + .search-field, .search-form .comment-form .input-group > input[type=text] + .search-field,
.comment-form .input-group > input[type=email] + .form-control,
.comment-form .search-form .input-group > input[type=email] + .search-field,
.search-form .comment-form .input-group > input[type=email] + .search-field,
.comment-form .input-group > input[type=url] + .form-control,
.comment-form .search-form .input-group > input[type=url] + .search-field,
.search-form .comment-form .input-group > input[type=url] + .search-field,
.comment-form .input-group > textarea + .form-control,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field, .comment-form .input-group > .form-control + input[type=text], .comment-form .search-form .input-group > .search-field + input[type=text], .search-form .comment-form .input-group > .search-field + input[type=text], .comment-form .input-group > input[type=text] + input[type=text],
.comment-form .input-group > input[type=email] + input[type=text],
.comment-form .input-group > input[type=url] + input[type=text],
.comment-form .input-group > textarea + input[type=text],
.comment-form .input-group > .form-control + input[type=email],
.comment-form .search-form .input-group > .search-field + input[type=email],
.search-form .comment-form .input-group > .search-field + input[type=email],
.comment-form .input-group > input[type=text] + input[type=email],
.comment-form .input-group > input[type=email] + input[type=email],
.comment-form .input-group > input[type=url] + input[type=email],
.comment-form .input-group > textarea + input[type=email],
.comment-form .input-group > .form-control + input[type=url],
.comment-form .search-form .input-group > .search-field + input[type=url],
.search-form .comment-form .input-group > .search-field + input[type=url],
.comment-form .input-group > input[type=text] + input[type=url],
.comment-form .input-group > input[type=email] + input[type=url],
.comment-form .input-group > input[type=url] + input[type=url],
.comment-form .input-group > textarea + input[type=url],
.comment-form .input-group > .form-control + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .input-group > input[type=text] + textarea,
.comment-form .input-group > input[type=email] + textarea,
.comment-form .input-group > input[type=url] + textarea,
.comment-form .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.comment-form .input-group > input[type=text] + .custom-select,
.comment-form .input-group > input[type=email] + .custom-select,
.comment-form .input-group > input[type=url] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.input-group > .form-control + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.comment-form .input-group > input[type=text] + .custom-file,
.comment-form .input-group > input[type=email] + .custom-file,
.comment-form .input-group > input[type=url] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.search-form .input-group > .form-control-plaintext + .search-field,
.comment-form .input-group > .form-control-plaintext + input[type=text],
.comment-form .input-group > .form-control-plaintext + input[type=email],
.comment-form .input-group > .form-control-plaintext + input[type=url],
.comment-form .input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.search-form .input-group > .custom-select + .search-field,
.comment-form .input-group > .custom-select + input[type=text],
.comment-form .input-group > .custom-select + input[type=email],
.comment-form .input-group > .custom-select + input[type=url],
.comment-form .input-group > .custom-select + textarea,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.search-form .input-group > .custom-file + .search-field,
.comment-form .input-group > .custom-file + input[type=text],
.comment-form .input-group > .custom-file + input[type=email],
.comment-form .input-group > .custom-file + input[type=url],
.comment-form .input-group > .custom-file + textarea,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .search-form .input-group > .search-field:focus, .comment-form .input-group > input[type=text]:focus,
.comment-form .input-group > input[type=email]:focus,
.comment-form .input-group > input[type=url]:focus,
.comment-form .input-group > textarea:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .search-form .input-group > .search-field:not(:first-child), .comment-form .input-group > input[type=text]:not(:first-child),
.comment-form .input-group > input[type=email]:not(:first-child),
.comment-form .input-group > input[type=url]:not(:first-child),
.comment-form .input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .search-form .input-group:not(.has-validation) > .search-field:not(:last-child), .comment-form .input-group:not(.has-validation) > input[type=text]:not(:last-child),
.comment-form .input-group:not(.has-validation) > input[type=email]:not(:last-child),
.comment-form .input-group:not(.has-validation) > input[type=url]:not(:last-child),
.comment-form .input-group:not(.has-validation) > textarea:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .search-form .input-group.has-validation > .search-field:nth-last-child(n+3), .comment-form .input-group.has-validation > input[type=text]:nth-last-child(n+3),
.comment-form .input-group.has-validation > input[type=email]:nth-last-child(n+3),
.comment-form .input-group.has-validation > input[type=url]:nth-last-child(n+3),
.comment-form .input-group.has-validation > textarea:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .search-form .search-submit, .search-form .input-group-prepend .search-submit, .input-group-prepend .comment-form input[type=submit], .comment-form .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit,
.input-group-append .comment-form input[type=submit],
.comment-form .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .search-form .search-submit:focus, .search-form .input-group-prepend .search-submit:focus, .input-group-prepend .comment-form input[type=submit]:focus, .comment-form .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus,
.input-group-append .comment-form input[type=submit]:focus,
.comment-form .input-group-append input[type=submit]:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .search-form .search-submit + .btn, .search-form .input-group-prepend .search-submit + .btn, .input-group-prepend .search-form .btn + .search-submit, .search-form .input-group-prepend .btn + .search-submit, .input-group-prepend .search-form .search-submit + .search-submit, .search-form .input-group-prepend .search-submit + .search-submit, .input-group-prepend .comment-form input[type=submit] + .btn, .input-group-prepend .comment-form .search-form input[type=submit] + .search-submit, .search-form .input-group-prepend .comment-form input[type=submit] + .search-submit, .comment-form .input-group-prepend input[type=submit] + .btn, .comment-form .input-group-prepend .search-form input[type=submit] + .search-submit, .search-form .comment-form .input-group-prepend input[type=submit] + .search-submit, .input-group-prepend .comment-form .btn + input[type=submit], .input-group-prepend .comment-form .search-form .search-submit + input[type=submit], .search-form .input-group-prepend .comment-form .search-submit + input[type=submit], .comment-form .input-group-prepend .btn + input[type=submit], .comment-form .input-group-prepend .search-form .search-submit + input[type=submit], .search-form .comment-form .input-group-prepend .search-submit + input[type=submit], .input-group-prepend .comment-form input[type=submit] + input[type=submit], .comment-form .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-prepend .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-prepend .input-group-text + input[type=submit],
.input-group-append .btn + .btn,
.input-group-append .search-form .search-submit + .btn,
.search-form .input-group-append .search-submit + .btn,
.input-group-append .search-form .btn + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .comment-form input[type=submit] + .btn,
.input-group-append .comment-form .search-form input[type=submit] + .search-submit,
.search-form .input-group-append .comment-form input[type=submit] + .search-submit,
.comment-form .input-group-append input[type=submit] + .btn,
.comment-form .input-group-append .search-form input[type=submit] + .search-submit,
.search-form .comment-form .input-group-append input[type=submit] + .search-submit,
.input-group-append .comment-form .btn + input[type=submit],
.input-group-append .comment-form .search-form .search-submit + input[type=submit],
.search-form .input-group-append .comment-form .search-submit + input[type=submit],
.comment-form .input-group-append .btn + input[type=submit],
.comment-form .input-group-append .search-form .search-submit + input[type=submit],
.search-form .comment-form .input-group-append .search-submit + input[type=submit],
.input-group-append .comment-form input[type=submit] + input[type=submit],
.comment-form .input-group-append input[type=submit] + input[type=submit],
.input-group-append .btn + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-append input[type=submit] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit,
.input-group-append .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #eaecf0;
  border: 1px solid #98a2b3;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .search-form .input-group-lg > .search-field:not(textarea), .comment-form .input-group-lg > input[type=text]:not(textarea),
.comment-form .input-group-lg > input[type=email]:not(textarea),
.comment-form .input-group-lg > input[type=url]:not(textarea),
.comment-form .input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .search-form .input-group-lg > .search-field, .comment-form .input-group-lg > input[type=text],
.comment-form .input-group-lg > input[type=email],
.comment-form .input-group-lg > input[type=url],
.comment-form .input-group-lg > textarea,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.comment-form .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-append > .btn,
.search-form .input-group-lg > .input-group-append > .search-submit,
.comment-form .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .search-form .input-group-sm > .search-field:not(textarea), .comment-form .input-group-sm > input[type=text]:not(textarea),
.comment-form .input-group-sm > input[type=email]:not(textarea),
.comment-form .input-group-sm > input[type=url]:not(textarea),
.comment-form .input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .search-form .input-group-sm > .search-field, .comment-form .input-group-sm > input[type=text],
.comment-form .input-group-sm > input[type=email],
.comment-form .input-group-sm > input[type=url],
.comment-form .input-group-sm > textarea,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.comment-form .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-append > .btn,
.search-form .input-group-sm > .input-group-append > .search-submit,
.comment-form .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .search-form .input-group > .input-group-prepend > .search-submit, .comment-form .input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.search-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .search-submit,
.comment-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit],
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.search-form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .search-submit,
.comment-form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit],
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .search-form .input-group > .input-group-append > .search-submit, .comment-form .input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0d70b7;
  background-color: #0d70b7;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(80.8698979592, 175.0714285714, 242.6301020408);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(128.487244898, 196.9285714286, 246.012755102);
  border-color: rgb(128.487244898, 196.9285714286, 246.012755102);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #475467;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaecf0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #667085;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0d70b7;
  background-color: #0d70b7;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(13, 112, 183, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(13, 112, 183, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(13, 112, 183, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #667085;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(13, 112, 183, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #344054;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%231d2939' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #98a2b3;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(80.8698979592, 175.0714285714, 242.6301020408);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
}
.custom-select:focus::-ms-value {
  color: #344054;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #475467;
  background-color: #eaecf0;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #344054;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(80.8698979592, 175.0714285714, 242.6301020408);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #eaecf0;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #344054;
  background-color: #fff;
  border: 1px solid #98a2b3;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #344054;
  content: "Browse";
  background-color: #eaecf0;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d70b7;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(128.487244898, 196.9285714286, 246.012755102);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #344054;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d70b7;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(128.487244898, 196.9285714286, 246.012755102);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #344054;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0d70b7;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(128.487244898, 196.9285714286, 246.012755102);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #344054;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #344054;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #667085;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #667085;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #667085;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.nav-link, #contact-wrapper input[type=submit] {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, #contact-wrapper input[type=submit]:hover, .nav-link:focus, #contact-wrapper input[type=submit]:focus {
  text-decoration: none;
}
.nav-link.disabled, #contact-wrapper input.disabled[type=submit] {
  color: #475467;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #344054;
}
.nav-tabs .nav-link, .nav-tabs #contact-wrapper input[type=submit], #contact-wrapper .nav-tabs input[type=submit] {
  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 #contact-wrapper input[type=submit]:hover, #contact-wrapper .nav-tabs input[type=submit]:hover, .nav-tabs .nav-link:focus, .nav-tabs #contact-wrapper input[type=submit]:focus, #contact-wrapper .nav-tabs input[type=submit]:focus {
  isolation: isolate;
  border-color: #eaecf0 #eaecf0 #344054;
}
.nav-tabs .nav-link.disabled, .nav-tabs #contact-wrapper input.disabled[type=submit], #contact-wrapper .nav-tabs input.disabled[type=submit] {
  color: #475467;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs #contact-wrapper input.active[type=submit], #contact-wrapper .nav-tabs input.active[type=submit],
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show #contact-wrapper input[type=submit],
#contact-wrapper .nav-tabs .nav-item.show input[type=submit] {
  color: #344054;
  background-color: #fff;
  border-color: #344054 #344054 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link, .nav-pills #contact-wrapper input[type=submit], #contact-wrapper .nav-pills input[type=submit] {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills #contact-wrapper input.active[type=submit], #contact-wrapper .nav-pills input.active[type=submit],
.nav-pills .show > .nav-link,
.nav-pills #contact-wrapper .show > input[type=submit],
#contact-wrapper .nav-pills .show > input[type=submit] {
  color: #fff;
  background-color: #0d70b7;
}

.nav-fill > .nav-link, #contact-wrapper .nav-fill > input[type=submit],
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link, #contact-wrapper .nav-justified > input[type=submit],
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link, .navbar-nav #contact-wrapper input[type=submit], #contact-wrapper .navbar-nav input[type=submit] {
  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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav #contact-wrapper input[type=submit], #contact-wrapper .navbar-expand-sm .navbar-nav input[type=submit] {
    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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav #contact-wrapper input[type=submit], #contact-wrapper .navbar-expand-md .navbar-nav input[type=submit] {
    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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav #contact-wrapper input[type=submit], #contact-wrapper .navbar-expand-lg .navbar-nav input[type=submit] {
    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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav #contact-wrapper input[type=submit], #contact-wrapper .navbar-expand-xl .navbar-nav input[type=submit] {
    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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav #contact-wrapper input[type=submit], #contact-wrapper .navbar-expand .navbar-nav input[type=submit] {
  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 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      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, .navbar-light .navbar-nav #contact-wrapper input[type=submit], #contact-wrapper .navbar-light .navbar-nav input[type=submit] {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav #contact-wrapper input[type=submit]:hover, #contact-wrapper .navbar-light .navbar-nav input[type=submit]:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav #contact-wrapper input[type=submit]:focus, #contact-wrapper .navbar-light .navbar-nav input[type=submit]:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav #contact-wrapper input.disabled[type=submit], #contact-wrapper .navbar-light .navbar-nav input.disabled[type=submit] {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav #contact-wrapper .show > input[type=submit], #contact-wrapper .navbar-light .navbar-nav .show > input[type=submit],
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav #contact-wrapper .active > input[type=submit],
#contact-wrapper .navbar-light .navbar-nav .active > input[type=submit],
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav #contact-wrapper input.show[type=submit],
#contact-wrapper .navbar-light .navbar-nav input.show[type=submit],
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav #contact-wrapper input.active[type=submit],
#contact-wrapper .navbar-light .navbar-nav input.active[type=submit] {
  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: none;
}
.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, .navbar-dark .navbar-nav #contact-wrapper input[type=submit], #contact-wrapper .navbar-dark .navbar-nav input[type=submit] {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav #contact-wrapper input[type=submit]:hover, #contact-wrapper .navbar-dark .navbar-nav input[type=submit]:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav #contact-wrapper input[type=submit]:focus, #contact-wrapper .navbar-dark .navbar-nav input[type=submit]:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav #contact-wrapper input.disabled[type=submit], #contact-wrapper .navbar-dark .navbar-nav input.disabled[type=submit] {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav #contact-wrapper .show > input[type=submit], #contact-wrapper .navbar-dark .navbar-nav .show > input[type=submit],
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav #contact-wrapper .active > input[type=submit],
#contact-wrapper .navbar-dark .navbar-nav .active > input[type=submit],
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav #contact-wrapper input.show[type=submit],
#contact-wrapper .navbar-dark .navbar-nav input.show[type=submit],
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav #contact-wrapper input.active[type=submit],
#contact-wrapper .navbar-dark .navbar-nav input.active[type=submit] {
  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: none;
}
.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;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 0;
}

.card-title {
  margin-bottom: 0;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 0;
}

.card-header {
  padding: 0 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: 0;
  margin-left: 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: unset;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0;
  color: #475467;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #475467;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0d70b7;
  background-color: #fff;
  border: 1px solid #344054;
}
.page-link:hover {
  z-index: 2;
  color: rgb(7.9260204082, 68.2857142857, 111.5739795918);
  text-decoration: none;
  background-color: #eaecf0;
  border-color: #344054;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d70b7;
  border-color: #0d70b7;
}
.page-item.disabled .page-link {
  color: #475467;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #344054;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .search-form .search-submit .badge, .comment-form input[type=submit] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0d70b7;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(9.6173469388, 82.8571428571, 135.3826530612);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #475467;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(50.1896551724, 59.3793103448, 72.8103448276);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(71, 84, 103, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(71, 84, 103, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #00a49f;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(0, 113, 109.5548780488);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #101828;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #101828;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f00;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-light {
  color: #101828;
  background-color: #f2f4f7;
}
a.badge-light:hover, a.badge-light:focus {
  color: #101828;
  background-color: rgb(210.4285714286, 217.2857142857, 227.5714285714);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 244, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(242, 244, 247, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #1d2939;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(11.8023255814, 16.6860465116, 23.1976744186);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 41, 57, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(29, 41, 57, 0.5);
}

.badge-white {
  color: #101828;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #101828;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-red {
  color: #fff;
  background-color: #f00;
}
a.badge-red:hover, a.badge-red:focus {
  color: #fff;
  background-color: #cc0000;
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-gray-medium {
  color: #101828;
  background-color: #e2e6eb;
}
a.badge-gray-medium:hover, a.badge-gray-medium:focus {
  color: #101828;
  background-color: rgb(195.8163265306, 203.9795918367, 214.1836734694);
}
a.badge-gray-medium:focus, a.badge-gray-medium.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 230, 235, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(226, 230, 235, 0.5);
}

.badge-iron {
  color: #101828;
  background-color: #c9cdd1;
}
a.badge-iron:hover, a.badge-iron:focus {
  color: #101828;
  background-color: rgb(173.46, 179.5, 185.54);
}
a.badge-iron:focus, a.badge-iron.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 205, 209, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(201, 205, 209, 0.5);
}

.badge-green {
  color: #fff;
  background-color: #00a49f;
}
a.badge-green:hover, a.badge-green:focus {
  color: #fff;
  background-color: rgb(0, 113, 109.5548780488);
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 164, 159, 0.5);
}

.badge-dark-gray-opacity-10 {
  color: #fff;
  background-color: rgba(27, 40, 51, 0.1);
}
a.badge-dark-gray-opacity-10:hover, a.badge-dark-gray-opacity-10:focus {
  color: #fff;
  background-color: rgba(9.3461538462, 13.8461538462, 17.6538461538, 0.1);
}
a.badge-dark-gray-opacity-10:focus, a.badge-dark-gray-opacity-10.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
}

.badge-dark-gray-opacity-80 {
  color: #fff;
  background-color: rgba(27, 40, 51, 0.8);
}
a.badge-dark-gray-opacity-80:hover, a.badge-dark-gray-opacity-80:focus {
  color: #fff;
  background-color: rgba(9.3461538462, 13.8461538462, 17.6538461538, 0.8);
}
a.badge-dark-gray-opacity-80:focus, a.badge-dark-gray-opacity-80.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
}

.badge-gray-dark {
  color: #fff;
  background-color: #1b2833;
}
a.badge-gray-dark:hover, a.badge-gray-dark:focus {
  color: #fff;
  background-color: rgb(9.3461538462, 13.8461538462, 17.6538461538);
}
a.badge-gray-dark:focus, a.badge-gray-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(27, 40, 51, 0.5);
}

.badge-gray-light {
  color: #101828;
  background-color: #f5f7f7;
}
a.badge-gray-light:hover, a.badge-gray-light:focus {
  color: #101828;
  background-color: rgb(216.6666666667, 224.3333333333, 224.3333333333);
}
a.badge-gray-light:focus, a.badge-gray-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 247, 247, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 247, 247, 0.5);
}

.badge-gray-blue {
  color: #fff;
  background-color: #34495e;
}
a.badge-gray-blue:hover, a.badge-gray-blue:focus {
  color: #fff;
  background-color: rgb(33.8356164384, 47.5, 61.1643835616);
}
a.badge-gray-blue:focus, a.badge-gray-blue.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 73, 94, 0.5);
}

.badge-gray-semi-light {
  color: #101828;
  background-color: #d9d9d9;
}
a.badge-gray-semi-light:hover, a.badge-gray-semi-light:focus {
  color: #101828;
  background-color: rgb(191.5, 191.5, 191.5);
}
a.badge-gray-semi-light:focus, a.badge-gray-semi-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
}

.badge-gray-semi-dark {
  color: #fff;
  background-color: #647585;
}
a.badge-gray-semi-dark:hover, a.badge-gray-semi-dark:focus {
  color: #fff;
  background-color: rgb(78.1115879828, 91.3905579399, 103.8884120172);
}
a.badge-gray-semi-dark:focus, a.badge-gray-semi-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 117, 133, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(100, 117, 133, 0.5);
}

.badge-gray-ultra-light {
  color: #101828;
  background-color: #f7f9f9;
}
a.badge-gray-ultra-light:hover, a.badge-gray-ultra-light:focus {
  color: #101828;
  background-color: rgb(217.8571428571, 227.1428571429, 227.1428571429);
}
a.badge-gray-ultra-light:focus, a.badge-gray-ultra-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(247, 249, 249, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(247, 249, 249, 0.5);
}

.badge-blue {
  color: #fff;
  background-color: #0d70b7;
}
a.badge-blue:hover, a.badge-blue:focus {
  color: #fff;
  background-color: rgb(9.6173469388, 82.8571428571, 135.3826530612);
}
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(13, 112, 183, 0.5);
}

.badge-ppl-popup {
  color: #fff;
  background-color: #82868c;
}
a.badge-ppl-popup:hover, a.badge-ppl-popup:focus {
  color: #fff;
  background-color: rgb(104.9375, 108.5875, 114.0625);
}
a.badge-ppl-popup:focus, a.badge-ppl-popup.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 134, 140, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 134, 140, 0.5);
}

.badge-ultra-black {
  color: #fff;
  background-color: #000;
}
a.badge-ultra-black:hover, a.badge-ultra-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-ultra-black:focus, a.badge-ultra-black.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-blue-dark {
  color: #fff;
  background-color: #34485d;
}
a.badge-blue-dark:hover, a.badge-blue-dark:focus {
  color: #fff;
  background-color: rgb(33.7103448276, 46.675862069, 60.2896551724);
}
a.badge-blue-dark:focus, a.badge-blue-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 72, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 72, 93, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eaecf0;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(6.76, 58.24, 95.16);
  background-color: rgb(206.6, 226.4, 240.6);
  border-color: rgb(187.24, 214.96, 234.84);
}
.alert-primary hr {
  border-top-color: rgb(167.587133758, 203.3469426752, 228.992866242);
}
.alert-primary .alert-link {
  color: rgb(3.3773469388, 29.0971428571, 47.5426530612);
}

.alert-secondary {
  color: rgb(36.92, 43.68, 53.56);
  background-color: rgb(218.2, 220.8, 224.6);
  border-color: rgb(203.48, 207.12, 212.44);
}
.alert-secondary hr {
  border-top-color: rgb(189.5157142857, 194.1423214286, 200.9042857143);
}
.alert-secondary .alert-link {
  color: rgb(16.1096551724, 19.0593103448, 23.3703448276);
}

.alert-success {
  color: rgb(0, 85.28, 82.68);
  background-color: rgb(204, 236.8, 235.8);
  border-color: rgb(183.6, 229.52, 228.12);
}
.alert-success hr {
  border-top-color: rgb(164.8066473988, 222.8133526012, 221.0448554913);
}
.alert-success .alert-link {
  color: rgb(0, 34.28, 33.2348780488);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(132.6, 0, 0);
  background-color: #ffcccc;
  border-color: rgb(255, 183.6, 183.6);
}
.alert-danger hr {
  border-top-color: rgb(255, 158.1, 158.1);
}
.alert-danger .alert-link {
  color: rgb(81.6, 0, 0);
}

.alert-light {
  color: rgb(125.84, 126.88, 128.44);
  background-color: rgb(252.4, 252.8, 253.4);
  border-color: rgb(251.36, 251.92, 252.76);
}
.alert-light hr {
  border-top-color: rgb(235.5742857143, 238.5628571429, 243.0457142857);
}
.alert-light .alert-link {
  color: rgb(100.6007361963, 101.4321472393, 102.6792638037);
}

.alert-dark {
  color: rgb(15.08, 21.32, 29.64);
  background-color: rgb(209.8, 212.2, 215.4);
  border-color: rgb(191.72, 195.08, 199.56);
}
.alert-dark hr {
  border-top-color: rgb(178.1280188679, 182.2097169811, 187.6519811321);
}
.alert-dark .alert-link {
  color: black;
}

.alert-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-white .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}

.alert-red {
  color: rgb(132.6, 0, 0);
  background-color: #ffcccc;
  border-color: rgb(255, 183.6, 183.6);
}
.alert-red hr {
  border-top-color: rgb(255, 158.1, 158.1);
}
.alert-red .alert-link {
  color: rgb(81.6, 0, 0);
}

.alert-gray-medium {
  color: rgb(117.52, 119.6, 122.2);
  background-color: rgb(249.2, 250, 251);
  border-color: rgb(246.88, 248, 249.4);
}
.alert-gray-medium hr {
  border-top-color: rgb(231.7881632653, 234.9897959184, 238.9918367347);
}
.alert-gray-medium .alert-link {
  color: rgb(92.5178308026, 94.1553145336, 96.2021691974);
}

.alert-iron {
  color: rgb(104.52, 106.6, 108.68);
  background-color: rgb(244.2, 245, 245.8);
  border-color: rgb(239.88, 241, 242.12);
}
.alert-iron hr {
  border-top-color: rgb(226.11, 228.25, 230.39);
}
.alert-iron .alert-link {
  color: rgb(79.5175609756, 81.1, 82.6824390244);
}

.alert-green {
  color: rgb(0, 85.28, 82.68);
  background-color: rgb(204, 236.8, 235.8);
  border-color: rgb(183.6, 229.52, 228.12);
}
.alert-green hr {
  border-top-color: rgb(164.8066473988, 222.8133526012, 221.0448554913);
}
.alert-green .alert-link {
  color: rgb(0, 34.28, 33.2348780488);
}

.alert-dark-gray-opacity-10 {
  color: rgba(1.4564315353, 2.1576763485, 2.7510373444, 0.532);
  background-color: rgba(252.038961039, 252.2077922078, 252.3506493506, 0.82);
  border-color: rgba(250.4269340974, 250.6876790831, 250.9083094556, 0.748);
}
.alert-dark-gray-opacity-10 hr {
  border-top-color: rgba(236.9686007641, 237.9967068609, 238.8666427889, 0.748);
}
.alert-dark-gray-opacity-10 .alert-link {
  color: rgba(0, 0, 0, 0.532);
}

.alert-dark-gray-opacity-80 {
  color: rgba(11.3225806452, 16.7741935484, 21.3870967742, 0.896);
  background-color: rgba(222.4285714286, 224.2857142857, 225.8571428571, 0.96);
  border-color: rgba(208.0588235294, 210.7352941176, 213, 0.944);
}
.alert-dark-gray-opacity-80 hr {
  border-top-color: rgba(194.6004901961, 198.0443218954, 200.9583333333, 0.944);
}
.alert-dark-gray-opacity-80 .alert-link {
  color: rgba(0, 0, 0, 0.896);
}

.alert-gray-dark {
  color: rgb(14.04, 20.8, 26.52);
  background-color: rgb(209.4, 212, 214.2);
  border-color: rgb(191.16, 194.8, 197.88);
}
.alert-gray-dark hr {
  border-top-color: rgb(177.7016666667, 182.1090277778, 185.8383333333);
}
.alert-gray-dark .alert-link {
  color: black;
}

.alert-gray-light {
  color: rgb(127.4, 128.44, 128.44);
  background-color: rgb(253, 253.4, 253.4);
  border-color: rgb(252.2, 252.76, 252.76);
}
.alert-gray-light hr {
  border-top-color: rgb(238.0333333333, 241.4266666667, 241.4266666667);
}
.alert-gray-light .alert-link {
  color: rgb(102.0009065156, 102.8390934844, 102.8390934844);
}

.alert-gray-blue {
  color: rgb(27.04, 37.96, 48.88);
  background-color: rgb(214.4, 218.6, 222.8);
  border-color: rgb(198.16, 204.04, 209.92);
}
.alert-gray-blue hr {
  border-top-color: rgb(183.9388461538, 191.29, 198.6411538462);
}
.alert-gray-blue .alert-link {
  color: rgb(8.8756164384, 12.46, 16.0443835616);
}

.alert-gray-semi-light {
  color: rgb(112.84, 112.84, 112.84);
  background-color: rgb(247.4, 247.4, 247.4);
  border-color: rgb(244.36, 244.36, 244.36);
}
.alert-gray-semi-light hr {
  border-top-color: rgb(231.61, 231.61, 231.61);
}
.alert-gray-semi-light .alert-link {
  color: rgb(87.34, 87.34, 87.34);
}

.alert-gray-semi-dark {
  color: rgb(52, 60.84, 69.16);
  background-color: rgb(224, 227.4, 230.6);
  border-color: rgb(211.6, 216.36, 220.84);
}
.alert-gray-semi-dark hr {
  border-top-color: rgb(197.3310469314, 203.6560288809, 209.6089530686);
}
.alert-gray-semi-dark .alert-link {
  color: rgb(30.1115879828, 35.2305579399, 40.0484120172);
}

.alert-gray-ultra-light {
  color: rgb(128.44, 129.48, 129.48);
  background-color: rgb(253.4, 253.8, 253.8);
  border-color: rgb(252.76, 253.32, 253.32);
}
.alert-gray-ultra-light hr {
  border-top-color: rgb(238.1885714286, 242.3914285714, 242.3914285714);
}
.alert-gray-ultra-light .alert-link {
  color: rgb(103.0331577277, 103.8868422723, 103.8868422723);
}

.alert-blue {
  color: rgb(6.76, 58.24, 95.16);
  background-color: rgb(206.6, 226.4, 240.6);
  border-color: rgb(187.24, 214.96, 234.84);
}
.alert-blue hr {
  border-top-color: rgb(167.587133758, 203.3469426752, 228.992866242);
}
.alert-blue .alert-link {
  color: rgb(3.3773469388, 29.0971428571, 47.5426530612);
}

.alert-ppl-popup {
  color: rgb(67.6, 69.68, 72.8);
  background-color: rgb(230, 230.8, 232);
  border-color: rgb(220, 221.12, 222.8);
}
.alert-ppl-popup hr {
  border-top-color: rgb(206.71875, 208.26375, 210.58125);
}
.alert-ppl-popup .alert-link {
  color: rgb(43.0444444444, 44.3688888889, 46.3555555556);
}

.alert-ultra-black {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-ultra-black hr {
  border-top-color: rgb(170.85, 170.85, 170.85);
}
.alert-ultra-black .alert-link {
  color: black;
}

.alert-blue-dark {
  color: rgb(27.04, 37.44, 48.36);
  background-color: rgb(214.4, 218.4, 222.6);
  border-color: rgb(198.16, 203.76, 209.64);
}
.alert-blue-dark hr {
  border-top-color: rgb(183.9778082192, 190.9750684932, 198.3221917808);
}
.alert-blue-dark .alert-link {
  color: rgb(8.7503448276, 12.115862069, 15.6496551724);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #eaecf0;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d70b7;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
       -o-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #344054;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #344054;
  text-decoration: none;
  background-color: #f2f4f7;
}
.list-group-item-action:active {
  color: #101828;
  background-color: #eaecf0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #475467;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d70b7;
  border-color: #0d70b7;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(6.76, 58.24, 95.16);
  background-color: rgb(187.24, 214.96, 234.84);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(6.76, 58.24, 95.16);
  background-color: rgb(167.587133758, 203.3469426752, 228.992866242);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(6.76, 58.24, 95.16);
  border-color: rgb(6.76, 58.24, 95.16);
}

.list-group-item-secondary {
  color: rgb(36.92, 43.68, 53.56);
  background-color: rgb(203.48, 207.12, 212.44);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(36.92, 43.68, 53.56);
  background-color: rgb(189.5157142857, 194.1423214286, 200.9042857143);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(36.92, 43.68, 53.56);
  border-color: rgb(36.92, 43.68, 53.56);
}

.list-group-item-success {
  color: rgb(0, 85.28, 82.68);
  background-color: rgb(183.6, 229.52, 228.12);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(0, 85.28, 82.68);
  background-color: rgb(164.8066473988, 222.8133526012, 221.0448554913);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 85.28, 82.68);
  border-color: rgb(0, 85.28, 82.68);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(132.6, 0, 0);
  background-color: rgb(255, 183.6, 183.6);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132.6, 0, 0);
  background-color: rgb(255, 158.1, 158.1);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 0, 0);
  border-color: rgb(132.6, 0, 0);
}

.list-group-item-light {
  color: rgb(125.84, 126.88, 128.44);
  background-color: rgb(251.36, 251.92, 252.76);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(125.84, 126.88, 128.44);
  background-color: rgb(235.5742857143, 238.5628571429, 243.0457142857);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(125.84, 126.88, 128.44);
  border-color: rgb(125.84, 126.88, 128.44);
}

.list-group-item-dark {
  color: rgb(15.08, 21.32, 29.64);
  background-color: rgb(191.72, 195.08, 199.56);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(15.08, 21.32, 29.64);
  background-color: rgb(178.1280188679, 182.2097169811, 187.6519811321);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(15.08, 21.32, 29.64);
  border-color: rgb(15.08, 21.32, 29.64);
}

.list-group-item-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-red {
  color: rgb(132.6, 0, 0);
  background-color: rgb(255, 183.6, 183.6);
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: rgb(132.6, 0, 0);
  background-color: rgb(255, 158.1, 158.1);
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 0, 0);
  border-color: rgb(132.6, 0, 0);
}

.list-group-item-gray-medium {
  color: rgb(117.52, 119.6, 122.2);
  background-color: rgb(246.88, 248, 249.4);
}
.list-group-item-gray-medium.list-group-item-action:hover, .list-group-item-gray-medium.list-group-item-action:focus {
  color: rgb(117.52, 119.6, 122.2);
  background-color: rgb(231.7881632653, 234.9897959184, 238.9918367347);
}
.list-group-item-gray-medium.list-group-item-action.active {
  color: #fff;
  background-color: rgb(117.52, 119.6, 122.2);
  border-color: rgb(117.52, 119.6, 122.2);
}

.list-group-item-iron {
  color: rgb(104.52, 106.6, 108.68);
  background-color: rgb(239.88, 241, 242.12);
}
.list-group-item-iron.list-group-item-action:hover, .list-group-item-iron.list-group-item-action:focus {
  color: rgb(104.52, 106.6, 108.68);
  background-color: rgb(226.11, 228.25, 230.39);
}
.list-group-item-iron.list-group-item-action.active {
  color: #fff;
  background-color: rgb(104.52, 106.6, 108.68);
  border-color: rgb(104.52, 106.6, 108.68);
}

.list-group-item-green {
  color: rgb(0, 85.28, 82.68);
  background-color: rgb(183.6, 229.52, 228.12);
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: rgb(0, 85.28, 82.68);
  background-color: rgb(164.8066473988, 222.8133526012, 221.0448554913);
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 85.28, 82.68);
  border-color: rgb(0, 85.28, 82.68);
}

.list-group-item-dark-gray-opacity-10 {
  color: rgba(1.4564315353, 2.1576763485, 2.7510373444, 0.532);
  background-color: rgba(250.4269340974, 250.6876790831, 250.9083094556, 0.748);
}
.list-group-item-dark-gray-opacity-10.list-group-item-action:hover, .list-group-item-dark-gray-opacity-10.list-group-item-action:focus {
  color: rgba(1.4564315353, 2.1576763485, 2.7510373444, 0.532);
  background-color: rgba(236.9686007641, 237.9967068609, 238.8666427889, 0.748);
}
.list-group-item-dark-gray-opacity-10.list-group-item-action.active {
  color: #fff;
  background-color: rgba(1.4564315353, 2.1576763485, 2.7510373444, 0.532);
  border-color: rgba(1.4564315353, 2.1576763485, 2.7510373444, 0.532);
}

.list-group-item-dark-gray-opacity-80 {
  color: rgba(11.3225806452, 16.7741935484, 21.3870967742, 0.896);
  background-color: rgba(208.0588235294, 210.7352941176, 213, 0.944);
}
.list-group-item-dark-gray-opacity-80.list-group-item-action:hover, .list-group-item-dark-gray-opacity-80.list-group-item-action:focus {
  color: rgba(11.3225806452, 16.7741935484, 21.3870967742, 0.896);
  background-color: rgba(194.6004901961, 198.0443218954, 200.9583333333, 0.944);
}
.list-group-item-dark-gray-opacity-80.list-group-item-action.active {
  color: #fff;
  background-color: rgba(11.3225806452, 16.7741935484, 21.3870967742, 0.896);
  border-color: rgba(11.3225806452, 16.7741935484, 21.3870967742, 0.896);
}

.list-group-item-gray-dark {
  color: rgb(14.04, 20.8, 26.52);
  background-color: rgb(191.16, 194.8, 197.88);
}
.list-group-item-gray-dark.list-group-item-action:hover, .list-group-item-gray-dark.list-group-item-action:focus {
  color: rgb(14.04, 20.8, 26.52);
  background-color: rgb(177.7016666667, 182.1090277778, 185.8383333333);
}
.list-group-item-gray-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(14.04, 20.8, 26.52);
  border-color: rgb(14.04, 20.8, 26.52);
}

.list-group-item-gray-light {
  color: rgb(127.4, 128.44, 128.44);
  background-color: rgb(252.2, 252.76, 252.76);
}
.list-group-item-gray-light.list-group-item-action:hover, .list-group-item-gray-light.list-group-item-action:focus {
  color: rgb(127.4, 128.44, 128.44);
  background-color: rgb(238.0333333333, 241.4266666667, 241.4266666667);
}
.list-group-item-gray-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(127.4, 128.44, 128.44);
  border-color: rgb(127.4, 128.44, 128.44);
}

.list-group-item-gray-blue {
  color: rgb(27.04, 37.96, 48.88);
  background-color: rgb(198.16, 204.04, 209.92);
}
.list-group-item-gray-blue.list-group-item-action:hover, .list-group-item-gray-blue.list-group-item-action:focus {
  color: rgb(27.04, 37.96, 48.88);
  background-color: rgb(183.9388461538, 191.29, 198.6411538462);
}
.list-group-item-gray-blue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 37.96, 48.88);
  border-color: rgb(27.04, 37.96, 48.88);
}

.list-group-item-gray-semi-light {
  color: rgb(112.84, 112.84, 112.84);
  background-color: rgb(244.36, 244.36, 244.36);
}
.list-group-item-gray-semi-light.list-group-item-action:hover, .list-group-item-gray-semi-light.list-group-item-action:focus {
  color: rgb(112.84, 112.84, 112.84);
  background-color: rgb(231.61, 231.61, 231.61);
}
.list-group-item-gray-semi-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(112.84, 112.84, 112.84);
  border-color: rgb(112.84, 112.84, 112.84);
}

.list-group-item-gray-semi-dark {
  color: rgb(52, 60.84, 69.16);
  background-color: rgb(211.6, 216.36, 220.84);
}
.list-group-item-gray-semi-dark.list-group-item-action:hover, .list-group-item-gray-semi-dark.list-group-item-action:focus {
  color: rgb(52, 60.84, 69.16);
  background-color: rgb(197.3310469314, 203.6560288809, 209.6089530686);
}
.list-group-item-gray-semi-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(52, 60.84, 69.16);
  border-color: rgb(52, 60.84, 69.16);
}

.list-group-item-gray-ultra-light {
  color: rgb(128.44, 129.48, 129.48);
  background-color: rgb(252.76, 253.32, 253.32);
}
.list-group-item-gray-ultra-light.list-group-item-action:hover, .list-group-item-gray-ultra-light.list-group-item-action:focus {
  color: rgb(128.44, 129.48, 129.48);
  background-color: rgb(238.1885714286, 242.3914285714, 242.3914285714);
}
.list-group-item-gray-ultra-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.44, 129.48, 129.48);
  border-color: rgb(128.44, 129.48, 129.48);
}

.list-group-item-blue {
  color: rgb(6.76, 58.24, 95.16);
  background-color: rgb(187.24, 214.96, 234.84);
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: rgb(6.76, 58.24, 95.16);
  background-color: rgb(167.587133758, 203.3469426752, 228.992866242);
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(6.76, 58.24, 95.16);
  border-color: rgb(6.76, 58.24, 95.16);
}

.list-group-item-ppl-popup {
  color: rgb(67.6, 69.68, 72.8);
  background-color: rgb(220, 221.12, 222.8);
}
.list-group-item-ppl-popup.list-group-item-action:hover, .list-group-item-ppl-popup.list-group-item-action:focus {
  color: rgb(67.6, 69.68, 72.8);
  background-color: rgb(206.71875, 208.26375, 210.58125);
}
.list-group-item-ppl-popup.list-group-item-action.active {
  color: #fff;
  background-color: rgb(67.6, 69.68, 72.8);
  border-color: rgb(67.6, 69.68, 72.8);
}

.list-group-item-ultra-black {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-ultra-black.list-group-item-action:hover, .list-group-item-ultra-black.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-ultra-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-blue-dark {
  color: rgb(27.04, 37.44, 48.36);
  background-color: rgb(198.16, 203.76, 209.64);
}
.list-group-item-blue-dark.list-group-item-action:hover, .list-group-item-blue-dark.list-group-item-action:focus {
  color: rgb(27.04, 37.44, 48.36);
  background-color: rgb(183.9778082192, 190.9750684932, 198.3221917808);
}
.list-group-item-blue-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 37.44, 48.36);
  border-color: rgb(27.04, 37.44, 48.36);
}

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

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #475467;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
       -o-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #344054;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #344054;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.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: #101828;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            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%;
  -webkit-animation: 0.75s linear infinite spinner-border;
       -o-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }
  50% {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
         -o-animation-duration: 1.5s;
            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, .page-insights .page-numbers.current,
.category.archive .page-numbers.current, #collapse-top-vendors #top_list li::before {
  background-color: #0d70b7 !important;
}

a.bg-primary:hover, .page-insights a.page-numbers.current:hover,
.category.archive a.page-numbers.current:hover, a.bg-primary:focus, .page-insights a.page-numbers.current:focus,
.category.archive a.page-numbers.current:focus,
button.bg-primary:hover,
.page-insights button.page-numbers.current:hover,
.category.archive button.page-numbers.current:hover,
button.bg-primary:focus,
.page-insights button.page-numbers.current:focus,
.category.archive button.page-numbers.current:focus {
  background-color: rgb(9.6173469388, 82.8571428571, 135.3826530612) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(50.1896551724, 59.3793103448, 72.8103448276) !important;
}

.bg-success {
  background-color: #00a49f !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(0, 113, 109.5548780488) !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: #f00 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc0000 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(210.4285714286, 217.2857142857, 227.5714285714) !important;
}

.bg-dark {
  background-color: #1d2939 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(11.8023255814, 16.6860465116, 23.1976744186) !important;
}

.bg-white, .ppl-popup .ppl-popup-item,
.ppl-popup .ppc-popup-item, .autocomplete-suggestions, #collapse-top-vendors #top_list li:nth-of-type(odd), .compare-container .compare-logo {
  background-color: #fff !important;
}

a.bg-white:hover, .ppl-popup a.ppl-popup-item:hover,
.ppl-popup a.ppc-popup-item:hover, a.autocomplete-suggestions:hover, .compare-container a.compare-logo:hover, a.bg-white:focus, .ppl-popup a.ppl-popup-item:focus,
.ppl-popup a.ppc-popup-item:focus, a.autocomplete-suggestions:focus, .compare-container a.compare-logo:focus,
button.bg-white:hover,
.ppl-popup button.ppl-popup-item:hover,
.ppl-popup button.ppc-popup-item:hover,
button.autocomplete-suggestions:hover,
.compare-container button.compare-logo:hover,
button.bg-white:focus,
.ppl-popup button.ppl-popup-item:focus,
.ppl-popup button.ppc-popup-item:focus,
button.autocomplete-suggestions:focus,
.compare-container button.compare-logo:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-red {
  background-color: #f00 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #cc0000 !important;
}

.bg-gray-medium {
  background-color: #e2e6eb !important;
}

a.bg-gray-medium:hover, a.bg-gray-medium:focus,
button.bg-gray-medium:hover,
button.bg-gray-medium:focus {
  background-color: rgb(195.8163265306, 203.9795918367, 214.1836734694) !important;
}

.bg-iron {
  background-color: #c9cdd1 !important;
}

a.bg-iron:hover, a.bg-iron:focus,
button.bg-iron:hover,
button.bg-iron:focus {
  background-color: rgb(173.46, 179.5, 185.54) !important;
}

.bg-green {
  background-color: #00a49f !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: rgb(0, 113, 109.5548780488) !important;
}

.bg-dark-gray-opacity-10 {
  background-color: rgba(27, 40, 51, 0.1) !important;
}

a.bg-dark-gray-opacity-10:hover, a.bg-dark-gray-opacity-10:focus,
button.bg-dark-gray-opacity-10:hover,
button.bg-dark-gray-opacity-10:focus {
  background-color: rgba(9.3461538462, 13.8461538462, 17.6538461538, 0.1) !important;
}

.bg-dark-gray-opacity-80 {
  background-color: rgba(27, 40, 51, 0.8) !important;
}

a.bg-dark-gray-opacity-80:hover, a.bg-dark-gray-opacity-80:focus,
button.bg-dark-gray-opacity-80:hover,
button.bg-dark-gray-opacity-80:focus {
  background-color: rgba(9.3461538462, 13.8461538462, 17.6538461538, 0.8) !important;
}

.bg-gray-dark {
  background-color: #1b2833 !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: rgb(9.3461538462, 13.8461538462, 17.6538461538) !important;
}

.bg-gray-light, #collapse-top-vendors #top_list li:nth-of-type(even), .compare-container .tr:nth-of-type(even) {
  background-color: #f5f7f7 !important;
}

a.bg-gray-light:hover, .compare-container a.tr:hover:nth-of-type(even), a.bg-gray-light:focus, .compare-container a.tr:focus:nth-of-type(even),
button.bg-gray-light:hover,
.compare-container button.tr:hover:nth-of-type(even),
button.bg-gray-light:focus,
.compare-container button.tr:focus:nth-of-type(even) {
  background-color: rgb(216.6666666667, 224.3333333333, 224.3333333333) !important;
}

.bg-gray-blue {
  background-color: #34495e !important;
}

a.bg-gray-blue:hover, a.bg-gray-blue:focus,
button.bg-gray-blue:hover,
button.bg-gray-blue:focus {
  background-color: rgb(33.8356164384, 47.5, 61.1643835616) !important;
}

.bg-gray-semi-light {
  background-color: #d9d9d9 !important;
}

a.bg-gray-semi-light:hover, a.bg-gray-semi-light:focus,
button.bg-gray-semi-light:hover,
button.bg-gray-semi-light:focus {
  background-color: rgb(191.5, 191.5, 191.5) !important;
}

.bg-gray-semi-dark {
  background-color: #647585 !important;
}

a.bg-gray-semi-dark:hover, a.bg-gray-semi-dark:focus,
button.bg-gray-semi-dark:hover,
button.bg-gray-semi-dark:focus {
  background-color: rgb(78.1115879828, 91.3905579399, 103.8884120172) !important;
}

.bg-gray-ultra-light, .page-insights .page-numbers,
.category.archive .page-numbers {
  background-color: #f7f9f9 !important;
}

a.bg-gray-ultra-light:hover, .page-insights a.page-numbers:hover,
.category.archive a.page-numbers:hover, a.bg-gray-ultra-light:focus, .page-insights a.page-numbers:focus,
.category.archive a.page-numbers:focus,
button.bg-gray-ultra-light:hover,
.page-insights button.page-numbers:hover,
.category.archive button.page-numbers:hover,
button.bg-gray-ultra-light:focus,
.page-insights button.page-numbers:focus,
.category.archive button.page-numbers:focus {
  background-color: rgb(217.8571428571, 227.1428571429, 227.1428571429) !important;
}

.bg-blue {
  background-color: #0d70b7 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: rgb(9.6173469388, 82.8571428571, 135.3826530612) !important;
}

.bg-ppl-popup {
  background-color: #82868c !important;
}

a.bg-ppl-popup:hover, a.bg-ppl-popup:focus,
button.bg-ppl-popup:hover,
button.bg-ppl-popup:focus {
  background-color: rgb(104.9375, 108.5875, 114.0625) !important;
}

.bg-ultra-black {
  background-color: #000 !important;
}

a.bg-ultra-black:hover, a.bg-ultra-black:focus,
button.bg-ultra-black:hover,
button.bg-ultra-black:focus {
  background-color: black !important;
}

.bg-blue-dark {
  background-color: #34485d !important;
}

a.bg-blue-dark:hover, a.bg-blue-dark:focus,
button.bg-blue-dark:hover,
button.bg-blue-dark:focus {
  background-color: rgb(33.7103448276, 46.675862069, 60.2896551724) !important;
}

.bg-white, .ppl-popup .ppl-popup-item,
.ppl-popup .ppc-popup-item, .autocomplete-suggestions, #collapse-top-vendors #top_list li:nth-of-type(odd), .compare-container .compare-logo {
  background-color: #fff !important;
}

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

.border, #contact-wrapper input[type=text]:focus-visible,
#contact-wrapper input[type=email]:focus-visible,
#contact-wrapper textarea:focus-visible {
  border: 1px solid #344054 !important;
}

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

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

.border-bottom, #contact-wrapper input[type=text],
#contact-wrapper input[type=email],
#contact-wrapper textarea {
  border-bottom: 1px solid #344054 !important;
}

.border-left {
  border-left: 1px solid #344054 !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: #0d70b7 !important;
}

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

.border-success {
  border-color: #00a49f !important;
}

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

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

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

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

.border-dark {
  border-color: #1d2939 !important;
}

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

.border-red {
  border-color: #f00 !important;
}

.border-gray-medium {
  border-color: #e2e6eb !important;
}

.border-iron {
  border-color: #c9cdd1 !important;
}

.border-green {
  border-color: #00a49f !important;
}

.border-dark-gray-opacity-10 {
  border-color: rgba(27, 40, 51, 0.1) !important;
}

.border-dark-gray-opacity-80 {
  border-color: rgba(27, 40, 51, 0.8) !important;
}

.border-gray-dark {
  border-color: #1b2833 !important;
}

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

.border-gray-blue, #contact-wrapper input[type=text]:focus-visible,
#contact-wrapper input[type=email]:focus-visible,
#contact-wrapper textarea:focus-visible, #contact-wrapper input[type=text],
#contact-wrapper input[type=email],
#contact-wrapper textarea {
  border-color: #34495e !important;
}

.border-gray-semi-light {
  border-color: #d9d9d9 !important;
}

.border-gray-semi-dark {
  border-color: #647585 !important;
}

.border-gray-ultra-light {
  border-color: #f7f9f9 !important;
}

.border-blue {
  border-color: #0d70b7 !important;
}

.border-ppl-popup {
  border-color: #82868c !important;
}

.border-ultra-black {
  border-color: #000 !important;
}

.border-blue-dark {
  border-color: #34485d !important;
}

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

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

.rounded, .autocomplete-suggestions {
  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, #contact-wrapper input[type=text]:focus-visible,
#contact-wrapper input[type=email]:focus-visible,
#contact-wrapper textarea:focus-visible {
  border-radius: 0.3rem !important;
}

.rounded-circle, .page-insights .page-numbers,
.category.archive .page-numbers {
  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, .site-header .header-nav, .hero-newsletter-signup .hero-newsletter-form form .hs-form-field > label, #search-form-container .search-form form .field-group #s::-webkit-search-cancel-button {
  display: none !important;
}

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

.d-inline-block, #contact-wrapper .hs-error-msgs .hs-error-msg::before {
  display: inline-block !important;
}

.d-block, .pagination {
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex, .page-insights .page-numbers,
.category.archive .page-numbers {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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, .site-header .header-nav {
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center, .page-insights .page-numbers,
.category.archive .page-numbers {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center, .page-insights .page-numbers,
.category.archive .page-numbers {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left, #collapse-top-vendors #top_list li::before {
  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;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

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

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

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

.overflow-hidden, .autocomplete-suggestions {
  overflow: hidden !important;
}

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

.position-relative, .ppl-popup .ppl-popup-item,
.ppl-popup .ppc-popup-item {
  position: relative !important;
}

.position-absolute, #ppc-thanks .spinner, .pagination {
  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, .insights-newsletter-form form .input label, .vendors-compare .vendor-compare .vendor-search-form form .field-group label, #search-form-container .search-form form .field-group label, .screen-reader-text {
  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, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

.w-100, #contact-wrapper input[type=text],
#contact-wrapper input[type=email],
#contact-wrapper textarea, .home-insight-custom .search-box-results .autocomplete-suggestions, .pagination, .compare-container .table {
  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, .page-insights .page-numbers:last-of-type,
.category.archive .page-numbers:last-of-type, #contact-wrapper .hs_error_rollup ul li label, #contact-wrapper .hs_error_rollup ul li, #contact-wrapper .hs_error_rollup ul, #contact-wrapper .hs-error-msgs .hs-error-msg, .compare-container .td ul {
  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, #contact-wrapper .hs_recaptcha, #contact-wrapper input[type=submit],
.my-3 {
  margin-top: 1rem !important;
}

.mr-3, .page-insights .page-numbers,
.category.archive .page-numbers,
.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, .compare-container .td ul {
  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, .compare-container .td, .compare-container .th, .compare-bottom-popup .compare-bottom-item {
  padding: 0.5rem !important;
}

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

.pr-2, #contact-wrapper .hs-error-msgs .hs-error-msg::before, .insight-listing .insight-pagination span,
.insight-listing .insight-pagination a,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, #contact-wrapper .hs_error_rollup ul,
.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,
.autocomplete-suggestions {
  padding-top: 1rem !important;
}

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

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

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

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

.pt-4, #contact-wrapper .hs_error_rollup ul,
.py-4,
#contact-wrapper .submitted-message {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4,
#contact-wrapper .submitted-message {
  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, #collapse-top-vendors #top_list li::before {
  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, .insight-listing .insight-pagination span,
.insight-listing .insight-pagination a, #collapse-top-vendors #top_list li::before {
  font-weight: 700 !important;
}

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

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

.text-white, .page-insights .page-numbers.current,
.category.archive .page-numbers.current, .site-footer .footer-bottom .newsletter-signup .newsletter-form .submitted-message, #collapse-top-vendors #top_list li::before {
  color: #fff !important;
}

.text-primary {
  color: #0d70b7 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(7.9260204082, 68.2857142857, 111.5739795918) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(39.7844827586, 47.0689655172, 57.7155172414) !important;
}

.text-success {
  color: #00a49f !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(0, 87.5, 84.8323170732) !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: #f00 !important;
}

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

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

a.text-light:hover, a.text-light:focus {
  color: rgb(194.6428571429, 203.9285714286, 217.8571428571) !important;
}

.text-dark {
  color: #1d2939 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(3.2034883721, 4.5290697674, 6.2965116279) !important;
}

.text-white, .page-insights .page-numbers.current,
.category.archive .page-numbers.current, .site-footer .footer-bottom .newsletter-signup .newsletter-form .submitted-message, #collapse-top-vendors #top_list li::before {
  color: #fff !important;
}

a.text-white:hover, .page-insights a.page-numbers.current:hover,
.category.archive a.page-numbers.current:hover, .site-footer .footer-bottom .newsletter-signup .newsletter-form a.submitted-message:hover, a.text-white:focus, .page-insights a.page-numbers.current:focus,
.category.archive a.page-numbers.current:focus, .site-footer .footer-bottom .newsletter-signup .newsletter-form a.submitted-message:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-red, #contact-wrapper .hs_error_rollup ul li label, #contact-wrapper .hs-error-msgs .hs-error-msg::before, #contact-wrapper .hs-error-msgs .hs-error-msg {
  color: #f00 !important;
}

a.text-red:hover, #contact-wrapper .hs-error-msgs a.hs-error-msg:hover::before, #contact-wrapper .hs-error-msgs a.hs-error-msg:hover, a.text-red:focus, #contact-wrapper .hs-error-msgs a.hs-error-msg:focus::before, #contact-wrapper .hs-error-msgs a.hs-error-msg:focus {
  color: rgb(178.5, 0, 0) !important;
}

.text-gray-medium {
  color: #e2e6eb !important;
}

a.text-gray-medium:hover, a.text-gray-medium:focus {
  color: rgb(180.7244897959, 190.9693877551, 203.7755102041) !important;
}

.text-iron {
  color: #c9cdd1 !important;
}

a.text-iron:hover, a.text-iron:focus {
  color: rgb(159.69, 166.75, 173.81) !important;
}

.text-green, #contact-wrapper .submitted-message, .compare-container .compare-star-rating i {
  color: #00a49f !important;
}

a.text-green:hover, #contact-wrapper a.submitted-message:hover, a.text-green:focus, #contact-wrapper a.submitted-message:focus {
  color: rgb(0, 87.5, 84.8323170732) !important;
}

.text-dark-gray-opacity-10, .compare-container .compare-star-rating i.inactive {
  color: rgba(27, 40, 51, 0.1) !important;
}

a.text-dark-gray-opacity-10:hover, a.text-dark-gray-opacity-10:focus {
  color: rgba(0.5192307692, 0.7692307692, 0.9807692308, 0.1) !important;
}

.text-dark-gray-opacity-80 {
  color: rgba(27, 40, 51, 0.8) !important;
}

a.text-dark-gray-opacity-80:hover, a.text-dark-gray-opacity-80:focus {
  color: rgba(0.5192307692, 0.7692307692, 0.9807692308, 0.8) !important;
}

.text-gray-dark, .insight-listing .search-wrap .search-box .btn.btn-common .fa, .insight-listing .search-wrap .search-box .comment-form input.btn-common[type=submit] .fa, .comment-form .insight-listing .search-wrap .search-box input.btn-common[type=submit] .fa, .insight-listing .search-wrap .search-box .search-form .btn-common.search-submit .fa, .search-form .insight-listing .search-wrap .search-box .btn-common.search-submit .fa, .compare-container .td, .compare-container .th {
  color: #1b2833 !important;
}

a.text-gray-dark:hover, .insight-listing .search-wrap .search-box .btn.btn-common a.fa:hover, .insight-listing .search-wrap .search-box .comment-form input.btn-common[type=submit] a.fa:hover, .comment-form .insight-listing .search-wrap .search-box input.btn-common[type=submit] a.fa:hover, .insight-listing .search-wrap .search-box .search-form .btn-common.search-submit a.fa:hover, .search-form .insight-listing .search-wrap .search-box .btn-common.search-submit a.fa:hover, .compare-container a.td:hover, .compare-container a.th:hover, a.text-gray-dark:focus, .insight-listing .search-wrap .search-box .btn.btn-common a.fa:focus, .insight-listing .search-wrap .search-box .comment-form input.btn-common[type=submit] a.fa:focus, .comment-form .insight-listing .search-wrap .search-box input.btn-common[type=submit] a.fa:focus, .insight-listing .search-wrap .search-box .search-form .btn-common.search-submit a.fa:focus, .search-form .insight-listing .search-wrap .search-box .btn-common.search-submit a.fa:focus, .compare-container a.td:focus, .compare-container a.th:focus {
  color: rgb(0.5192307692, 0.7692307692, 0.9807692308) !important;
}

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

a.text-gray-light:hover, a.text-gray-light:focus {
  color: rgb(202.5, 213, 213) !important;
}

.text-gray-blue, #contact-wrapper input[type=text],
#contact-wrapper input[type=email],
#contact-wrapper textarea {
  color: #34495e !important;
}

a.text-gray-blue:hover, a.text-gray-blue:focus {
  color: rgb(24.7534246575, 34.75, 44.7465753425) !important;
}

.text-gray-semi-light, .compare-bottom-popup .vendor-items-compare-buttons .button-green:hover i, .compare-bottom-popup .vendor-items-compare-buttons .insights-newsletter-form form .actions input[type=submit]:hover i, .insights-newsletter-form form .actions .compare-bottom-popup .vendor-items-compare-buttons input[type=submit]:hover i, .compare-bottom-popup .vendor-items-compare-buttons .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit]:hover i, .hero-newsletter-signup .hero-newsletter-form form .actions .compare-bottom-popup .vendor-items-compare-buttons input[type=submit]:hover i {
  color: #d9d9d9 !important;
}

a.text-gray-semi-light:hover, a.text-gray-semi-light:focus {
  color: rgb(178.75, 178.75, 178.75) !important;
}

.text-gray-semi-dark {
  color: #647585 !important;
}

a.text-gray-semi-dark:hover, a.text-gray-semi-dark:focus {
  color: rgb(67.1673819742, 78.5858369099, 89.3326180258) !important;
}

.text-gray-ultra-light {
  color: #f7f9f9 !important;
}

a.text-gray-ultra-light:hover, a.text-gray-ultra-light:focus {
  color: rgb(203.2857142857, 216.2142857143, 216.2142857143) !important;
}

#contact-wrapper :-ms-input-placeholder {
  color: #0d70b7 !important;
}

#contact-wrapper ::-ms-input-placeholder {
  color: #0d70b7 !important;
}

.text-blue, #contact-wrapper ::placeholder,
#contact-wrapper :-ms-input-placeholder,
#contact-wrapper ::-ms-input-placeholder {
  color: #0d70b7 !important;
}

#contact-wrapper a:hover:-ms-input-placeholder, #contact-wrapper a:focus:-ms-input-placeholder {
  color: rgb(7.9260204082, 68.2857142857, 111.5739795918) !important;
}

#contact-wrapper a:hover::-ms-input-placeholder, #contact-wrapper a:focus::-ms-input-placeholder {
  color: rgb(7.9260204082, 68.2857142857, 111.5739795918) !important;
}

a.text-blue:hover, #contact-wrapper a:hover::placeholder,
#contact-wrapper a:hover:-ms-input-placeholder,
#contact-wrapper a:hover::-ms-input-placeholder, a.text-blue:focus, #contact-wrapper a:focus::placeholder,
#contact-wrapper a:focus:-ms-input-placeholder,
#contact-wrapper a:focus::-ms-input-placeholder {
  color: rgb(7.9260204082, 68.2857142857, 111.5739795918) !important;
}

.text-ppl-popup {
  color: #82868c !important;
}

a.text-ppl-popup:hover, a.text-ppl-popup:focus {
  color: rgb(92.71875, 95.94375, 100.78125) !important;
}

.text-ultra-black {
  color: #000 !important;
}

a.text-ultra-black:hover, a.text-ultra-black:focus {
  color: black !important;
}

.text-blue-dark, .page-insights .page-numbers,
.category.archive .page-numbers {
  color: #34485d !important;
}

a.text-blue-dark:hover, .page-insights a.page-numbers:hover,
.category.archive a.page-numbers:hover, a.text-blue-dark:focus, .page-insights a.page-numbers:focus,
.category.archive a.page-numbers:focus {
  color: rgb(24.5655172414, 34.0137931034, 43.9344827586) !important;
}

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

.text-muted {
  color: #475467 !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;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #667085;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #344054 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #344054;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #344054;
  }
}
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import mixins */
/** Import extends */
.button, #contact-wrapper input[type=submit] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background-color: #0d70b7;
  border: solid 2px #0d70b7;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 15px 0 0;
  padding: 8px 20px;
}
.button::before, #contact-wrapper input[type=submit]::before, .button::after, #contact-wrapper input[type=submit]::after {
  display: none !important;
}
@media (min-width: 992px) {
  .button:hover, #contact-wrapper input[type=submit]:hover {
    background-color: transparent;
    border: solid 2px #0d70b7;
    cursor: pointer;
    color: #0d70b7;
    text-decoration: none;
  }
}
.button:hover::before, #contact-wrapper input[type=submit]:hover::before, .button:hover::after, #contact-wrapper input[type=submit]:hover::after {
  display: none !important;
}

.button-green, .insights-newsletter-form form .actions input[type=submit], .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit] {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background-color: #00a49f;
  border: solid 2px #00a49f;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 15px 0 0;
  padding: 8px 20px;
}
.button-green::before, .insights-newsletter-form form .actions input[type=submit]::before, .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit]::before, .button-green::after, .insights-newsletter-form form .actions input[type=submit]::after, .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit]::after {
  display: none !important;
}
@media (min-width: 992px) {
  .button-green:hover, .insights-newsletter-form form .actions input[type=submit]:hover, .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit]:hover {
    background-color: transparent;
    border: solid 2px #00a49f;
    cursor: pointer;
    color: #00a49f;
    text-decoration: none;
  }
}
.button-green:hover::before, .insights-newsletter-form form .actions input[type=submit]:hover::before, .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit]:hover::before, .button-green:hover::after, .insights-newsletter-form form .actions input[type=submit]:hover::after, .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit]:hover::after {
  display: none !important;
}

.button-blue-dark {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background-color: #34485d;
  border: solid 2px #34485d;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 15px 0 0;
  padding: 8px 20px;
}
.button-blue-dark::before, .button-blue-dark::after {
  display: none !important;
}
@media (min-width: 992px) {
  .button-blue-dark:hover {
    background-color: transparent;
    border: solid 2px #34485d;
    cursor: pointer;
    color: #34485d;
    text-decoration: none;
  }
}
.button-blue-dark:hover::before, .button-blue-dark:hover::after {
  display: none !important;
}

.button-blue-dark-inverse {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background-color: transparent;
  border: solid 2px #34485d;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #34485d;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 15px 0 0;
  padding: 8px 20px;
}
.button-blue-dark-inverse::before, .button-blue-dark-inverse::after {
  display: none !important;
}
@media (min-width: 992px) {
  .button-blue-dark-inverse:hover {
    background-color: #34485d;
    border: solid 2px #34485d;
    cursor: pointer;
    color: white;
    text-decoration: none;
  }
}
.button-blue-dark-inverse:hover::before, .button-blue-dark-inverse:hover::after {
  display: none !important;
}

.cta-link-reverse::after, .cta-link::after {
  content: "›";
  display: inline-block;
  position: relative;
  color: #00a49f;
  vertical-align: middle;
  margin-left: 4px;
}

/** Import fonts */
@font-face {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/** Import theme styles */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #34495e;
  line-height: 1.5;
  background: #e2e6eb;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}

body {
  background: #e2e6eb;
  position: relative;
}
body.no-scroll {
  height: 100%;
  overflow: hidden;
}

h1,
.h1,
.editor-post-title__input {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #1b2833;
  line-height: 1.1;
  text-transform: none;
  margin: 0 0 15px;
  padding: 0;
}
@media (min-width: 768px) {
  h1,
  .h1,
  .editor-post-title__input {
    font-size: 48px;
    letter-spacing: -0.5px;
    line-height: 1;
  }
}

h2,
.h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #1b2833;
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 0;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 36px;
    letter-spacing: -0.5px;
  }
}

h3,
.h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1b2833;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

h4,
.h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1b2833;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 10px 0 0;
}

.intro-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #34495e;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .intro-text {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1b2833;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 10px 0 0;
}

h6,
.h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1b2833;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
}

p {
  margin: 0 0 15px;
}
p:last-child {
  margin: 0;
}

a {
  color: #0d70b7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  a:hover {
    color: #00a49f;
    text-decoration: none;
  }
}
a img {
  border: none;
}

i {
  font-weight: 900;
}

img {
  vertical-align: top;
}

hr {
  background: #c9cdd1;
  border: none;
  width: 100%;
  height: 1px;
  overflow: hidden;
  margin: 30px 0;
  padding: 0;
}

p:not(.intro-text) {
  margin: 0 0 15px;
}
p:not(.intro-text):last-of-type {
  margin-bottom: 0;
}

blockquote {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  border-left: solid 2px #0d70b7;
  border-radius: 0;
  position: relative;
  text-align: left;
  margin: 25px 0;
  padding: 35px;
}

.reverse {
  color: white !important;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

.cta-link {
  background: none;
  border: none;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .cta-link:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (min-width: 992px) {
  .cta-link:hover::after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.cta-link-reverse {
  background: none;
  border: none;
  font-weight: 700;
  color: white;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-link-reverse::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .cta-link-reverse:hover {
    color: white;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (min-width: 992px) {
  .cta-link-reverse:hover::after {
    margin-left: 9px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

i[class^=fa-],
i[class*=" fa-"] {
  font-family: "Font Awesome 5 Free", sans-serif;
}

i.fab {
  font-family: "Font Awesome 5 Brands", sans-serif;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1500px;
}

.hidden {
  display: none;
}

.disable-scroll {
  position: fixed !important;
  overflow-y: scroll;
  z-index: 1;
  width: 100%;
}

.font-size-32 {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .font-size-32 {
    font-size: 2.133rem;
  }
}

.font-size-18 {
  font-size: 1.2rem;
}

.font-size-14 {
  font-size: 0.933rem;
}

.font-size-13 {
  font-size: 0.867rem;
}

.font-size-12, #contact-wrapper .hs_error_rollup ul li label, #contact-wrapper .hs-error-msgs .hs-error-msg {
  font-size: 0.8rem;
}

.font-size-11 {
  font-size: 0.733rem;
}

.font-size-9 {
  font-size: 0.6rem;
}

.bg-white-opacity {
  background: rgba(255, 255, 255, 0.3);
}

.user-three-column {
  background: white;
  margin: 0 0 50px;
}
@media (min-width: 992px) {
  .user-three-column {
    margin: 0 0 65px;
    padding: 50px 10px;
  }
}
.user-three-column .column {
  border-top: solid 1px #e2e6eb;
  margin: 0 20px;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .user-three-column .column {
    border-top: none;
    border-left: solid 1px #e2e6eb;
    margin: 0;
    padding: 0 30px;
  }
}
.user-three-column .column:first-child {
  border: none;
}
.user-three-column .column p {
  font-size: 14px;
  color: #647585;
  line-height: 1.6;
  margin: 0 0 15px;
}
.user-three-column .column .cta-link {
  font-size: 20px;
  color: #1b2833;
}
.user-three-column .column .cta-link em {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .user-three-column .column .cta-link:hover {
    color: #00a49f;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .user-three-column .column .cta-link:hover em {
    color: #1b2833;
  }
}

.user-two-column {
  background: white;
  margin: 0 auto 50px auto;
}
@media (min-width: 992px) {
  .user-two-column {
    margin: 0 auto 65px auto;
    padding: 50px 10px;
  }
}
.user-two-column .column {
  border-top: solid 1px #e2e6eb;
  margin: 0 20px;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .user-two-column .column {
    border-top: none;
    border-left: solid 1px #e2e6eb;
    margin: 0;
    padding: 0 30px;
  }
}
.user-two-column .column:first-child {
  border: none;
}
.user-two-column .column p {
  font-size: 14px;
  color: #647585;
  line-height: 1.6;
  margin: 0 0 15px;
}
.user-two-column .column .cta-link {
  font-size: 20px;
  color: #1b2833;
}
.user-two-column .column .cta-link em {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .user-two-column .column .cta-link:hover {
    color: #00a49f;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .user-two-column .column .cta-link:hover em {
    color: #1b2833;
  }
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
}

.comment-list ol {
  list-style: none;
}

/** Search form */
.search-form label {
  font-weight: normal;
}

.no-list.hs-error-msgs.inputs-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.no-list.hs-error-msgs.inputs-list label {
  color: #f25f5f;
  padding: 0.5rem 0;
  margin: 0;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
#search-form-container {
  background-color: #1b2833;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
}
#search-form-container.search-open {
  max-height: 1200px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: visible;
}
#search-form-container .search-form {
  padding: 20px 25px 30px;
}
@media (min-width: 992px) {
  #search-form-container .search-form {
    padding: 40px 15px;
  }
}
#search-form-container .search-form form {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#search-form-container .search-form form .field-group {
  width: 100%;
  position: relative;
}
#search-form-container .search-form form .field-group #s {
  background-color: white;
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 60px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a9b2bc;
  letter-spacing: 0;
  padding: 0 25px !important;
}
@media (min-width: 992px) {
  #search-form-container .search-form form .field-group #s {
    font-size: 15px;
  }
}
#search-form-container .search-form form .field-group #s::-webkit-input-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
#search-form-container .search-form form .field-group #s::-moz-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
#search-form-container .search-form form .field-group #s:-moz-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
#search-form-container .search-form form .field-group #s:-ms-input-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
#search-form-container .search-form form .field-group #s:-moz-placeholder-shown {
  color: #a9b2bc;
  opacity: 1;
}
#search-form-container .search-form form .field-group #s:placeholder-shown {
  color: #a9b2bc;
  opacity: 1;
}
#search-form-container .search-form form .field-group #s:active, #search-form-container .search-form form .field-group #s:focus {
  background-color: white !important;
  border: solid 1px #0d70b7;
  outline: none;
}
#search-form-container .search-form .submit-group {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#search-form-container .search-form .submit-group .submit, #search-form-container .search-form .submit-group .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions input[type=submit], .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions #search-form-container .search-form .submit-group input[type=submit], #search-form-container .search-form .submit-group .insights-newsletter-form form .actions input[type=submit], .insights-newsletter-form form .actions #search-form-container .search-form .submit-group input[type=submit], #search-form-container .search-form .submit-group .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit], .hero-newsletter-signup .hero-newsletter-form form .actions #search-form-container .search-form .submit-group input[type=submit] {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
#search-form-container .search-form .submit-group .submit i, #search-form-container .search-form .submit-group .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions input[type=submit] i, .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions #search-form-container .search-form .submit-group input[type=submit] i, #search-form-container .search-form .submit-group .insights-newsletter-form form .actions input[type=submit] i, .insights-newsletter-form form .actions #search-form-container .search-form .submit-group input[type=submit] i, #search-form-container .search-form .submit-group .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit] i, .hero-newsletter-signup .hero-newsletter-form form .actions #search-form-container .search-form .submit-group input[type=submit] i {
  font-size: 18px;
  font-weight: 700;
  color: #1b2833;
  margin: 0 25px 0 0;
}
#search-form-container .search-form .submit-group .submit:hover, #search-form-container .search-form .submit-group .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions input[type=submit]:hover, .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions #search-form-container .search-form .submit-group input[type=submit]:hover, #search-form-container .search-form .submit-group .insights-newsletter-form form .actions input[type=submit]:hover, .insights-newsletter-form form .actions #search-form-container .search-form .submit-group input[type=submit]:hover, #search-form-container .search-form .submit-group .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit]:hover, .hero-newsletter-signup .hero-newsletter-form form .actions #search-form-container .search-form .submit-group input[type=submit]:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  #search-form-container .search-form .submit-group .submit:hover i, #search-form-container .search-form .submit-group .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions input[type=submit]:hover i, .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions #search-form-container .search-form .submit-group input[type=submit]:hover i, #search-form-container .search-form .submit-group .insights-newsletter-form form .actions input[type=submit]:hover i, .insights-newsletter-form form .actions #search-form-container .search-form .submit-group input[type=submit]:hover i, #search-form-container .search-form .submit-group .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit]:hover i, .hero-newsletter-signup .hero-newsletter-form form .actions #search-form-container .search-form .submit-group input[type=submit]:hover i {
    color: #0d70b7;
  }
}
#search-form-container .search-form .help-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  color: white;
  text-align: center;
  margin: 10px 0 0;
}

.search-look-ahead {
  background-color: white;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 40px -20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 40px -20px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}
.search-look-ahead ul {
  margin: 0;
  padding: 0;
}
.search-look-ahead ul li {
  border-bottom: solid 1px #e2e6eb;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-look-ahead ul li.hidden {
  display: none !important;
}
.search-look-ahead ul li a {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #1b2833;
  letter-spacing: 0;
  line-height: 16px;
  text-decoration: none;
  margin: 0;
  padding: 12px 25px 11px;
}
.search-look-ahead ul li a .post-name-wrapper {
  margin-left: 0;
  padding-right: 30px;
}
.search-look-ahead ul li a .post-name-wrapper .post-name {
  display: block;
  font-size: 15px;
  color: #1b2833;
}
.search-look-ahead ul li a .post-name-wrapper .post-type {
  display: block;
  font-size: 9px;
  color: #647585;
  margin: 5px 0 0;
}
.search-look-ahead ul li a .post-thumbnail img {
  max-width: 120px;
  max-height: 30px;
  mix-blend-mode: multiply;
}
.search-look-ahead ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.search-look-ahead ul li a:hover .post-name {
  color: #0d70b7;
}
.search-look-ahead .view-all {
  text-align: center;
  padding: 25px;
}
.search-look-ahead .view-all a {
  font-size: 13px;
  font-style: italic;
}

.breadcrumbs {
  margin-bottom: 10px;
}
.breadcrumbs .breadcrumb {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 12px;
  color: #34495e;
  line-height: 1.4;
}
.breadcrumbs .breadcrumb a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 12px;
  color: #0d70b7;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .breadcrumbs .breadcrumb a:hover {
    color: #00a49f;
    text-decoration: none;
  }
}
.breadcrumbs .breadcrumb.current-menu-item a {
  color: #00a49f;
  text-decoration: none;
}
.breadcrumbs .delimiter {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #34495e;
  padding: 0 3px;
}

.hero {
  background-color: white;
  width: 100%;
  position: relative;
}
.hero::before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero.vendor-profile .hero-content-wrapper {
  padding: 20px 10px 10px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .hero.vendor-profile .hero-content-wrapper {
    padding: 20px 35px 10px;
  }
}
@media (min-width: 992px) {
  .hero.vendor-profile .hero-content-wrapper {
    padding: 20px 35px 10px;
  }
}
.hero .hero-content-wrapper {
  position: relative;
  z-index: 1;
  padding: 15px 10px 25px;
}
@media (min-width: 768px) {
  .hero .hero-content-wrapper {
    padding: 15px 35px 25px;
  }
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper {
    padding: 40px 35px 50px;
  }
}
.hero .hero-content-wrapper .hero-content {
  text-align: center;
}
.hero .hero-content-wrapper .hero-content.has-right-col {
  text-align: left;
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col {
    margin-top: 0;
  }
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col blockquote {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col blockquote .bubble {
  background: white;
  border: solid 2px #e2e6eb;
  border-radius: 10px;
  width: 100%;
  position: relative;
  text-align: left;
  margin: 0 0 15px;
  padding: 25px;
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col blockquote .bubble p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  color: #34495e;
  line-height: 1.5;
  margin: 0;
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col blockquote .bubble .arrow {
  width: 40px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  bottom: -25px;
  left: 20px;
  -webkit-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col blockquote .bubble .arrow::before {
  border-left: 23px solid transparent;
  border-top: 23px solid #e2e6eb;
  bottom: 2px;
  content: "";
  position: absolute;
  left: 5px;
  -webkit-transform: skew(10deg, 10deg);
       -o-transform: skew(10deg, 10deg);
          transform: skew(10deg, 10deg);
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col blockquote .bubble .arrow::after {
  border-left: 21px solid transparent;
  border-top: 21px solid white;
  bottom: 8px;
  content: "";
  position: absolute;
  left: 4px;
  -webkit-transform: skew(10deg, 10deg);
       -o-transform: skew(10deg, 10deg);
          transform: skew(10deg, 10deg);
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col blockquote .author {
  display: block;
  margin-left: 70px;
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col blockquote .author .author-img {
  float: left;
  max-width: 50px;
  max-height: 50px;
  margin: 0 8px 0 0;
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col blockquote .author .author-img img {
  border-radius: 50%;
  width: 100%;
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col blockquote .author .author-name {
  padding-top: 7px;
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col blockquote .author .author-name p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #1b2833;
  margin: 0;
}
.hero .hero-content-wrapper .hero-content.has-right-col .hero-right-col blockquote .author .author-name p strong {
  font-size: 12px;
  font-weight: 700;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col {
  text-align: left;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-left-col {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-left-col {
    margin-bottom: 0;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-left-col .logo-wrapper {
  border: solid 1px #e2e6eb;
  text-align: center;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
  margin: 0;
  padding: 0 35px;
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-left-col .logo-wrapper {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-left-col .logo-wrapper {
    padding: 0 45px;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-left-col .logo-wrapper img {
  background-color: white;
  width: auto;
  max-width: 145px !important;
}
@media (min-width: 768px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-left-col .logo-wrapper img {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-left-col .logo-wrapper img {
    width: 100%;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews {
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews {
    margin: 0;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews .star-rating {
  display: inline-block;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews .star-rating i {
  font-size: 13px;
  color: #00a49f;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews .star-rating i.inactive {
  color: rgba(27, 40, 51, 0.1);
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews .star-rating .rating-count {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #1b2833;
  margin: 0 0 0 10px;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews .reviews-breakdown {
  display: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #1b2833;
  margin: 10px 0 0;
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews .reviews-breakdown {
    display: inline-block;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews .reviews-breakdown.locked::before {
  content: "\f023";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1b2833;
  padding-right: 5px;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews .reviews-breakdown .info {
  cursor: pointer;
  color: #0d70b7;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews .reviews-breakdown .info i::before {
  font-weight: 400;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews .external {
  display: block;
  font-size: 12px;
  margin-top: 17px;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-middle-col .reviews .external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding-left: 2px;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col {
  margin-top: 30px;
  height: 150px;
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col {
    background-color: #f7f9f9;
    margin-top: 0;
    padding: 15px 15px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col {
    padding: 15px 20px;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .hero-right-col-wrapper {
  background-color: #f7f9f9;
  height: 100%;
}
@media (min-width: 1200px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score {
    padding: 0;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score .match-score-wrapper {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score .match-score-wrapper {
    display: block;
  }
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score .match-score-wrapper {
    border: solid 1px #e2e6eb;
    display: inline-block;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score .match-score-wrapper .info {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 11px;
  color: #0d70b7;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score .match-score-wrapper .info i::before {
  font-weight: 400;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score .match-score-wrapper .match-score-title {
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score .match-score-wrapper .match-score-title {
    margin: 0 0 17px;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score .match-score-wrapper .match-score-title.locked::before {
  content: "\f023";
  display: block;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1b2833;
  padding-right: 4px;
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score .match-score-wrapper .match-score-title.locked::before {
    display: inline;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score .match-score-wrapper p {
  font-size: 11px;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score .create-account {
  display: none;
  font-size: 11px;
  font-style: italic;
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .match-score .create-account {
    display: block;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button {
  background-color: #0d70b7;
  border: solid 1px #0d70b7;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 10px 0;
  padding: 10px 13px;
}
@media (min-width: 768px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button {
    font-size: 13px;
    margin: 0 0 10px 0;
    padding: 10px 20px;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button::before {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button:hover {
    background-color: transparent;
    border: solid 1px #0d70b7;
    cursor: pointer;
    color: #0d70b7;
    text-decoration: none;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button.pricing-info-button::before {
  content: "\f0e0";
  font-weight: 700;
  color: white;
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button.pricing-info-button:hover {
    color: #0d70b7;
  }
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button.pricing-info-button:hover::before {
    color: #0d70b7;
  }
}
@media (max-width: 991.98px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button.pricing-info-button span {
    display: none;
  }
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button.favorite-button {
  background-color: white;
  border: solid 1px #0d70b7;
  color: #0d70b7;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button.favorite-button::before {
  content: "\f004";
  color: #0d70b7;
}
.hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button.favorite-button.checked {
  display: none;
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button.favorite-button:hover {
    background-color: #0d70b7;
    border: solid 1px #0d70b7;
    color: white;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .hero .hero-content-wrapper .hero-content.has-left-right-col .hero-right-col .vendor-detail-buttons button.favorite-button:hover::before {
    color: white;
  }
}

.hero-newsletter-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 24px;
  gap: 16px;
  width: 368px;
  height: 292px;
  background: #f7f9f9;
  -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 12px;
}
@media (max-width: 1199.98px) {
  .hero-newsletter-signup {
    padding: 0 25px;
  }
}
.hero-newsletter-signup .hero-newsletter-text {
  width: 320px;
  height: 60px;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  color: #1b2833;
}
.hero-newsletter-signup .hero-newsletter-form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.hero-newsletter-signup .hero-newsletter-form form .hs-form-field {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 0 15px;
  position: relative;
}
.hero-newsletter-signup .hero-newsletter-form form .hs-error-msgs {
  min-height: 35px;
}
.hero-newsletter-signup .hero-newsletter-form form .input {
  width: 320px;
}
.hero-newsletter-signup .hero-newsletter-form form .input select,
.hero-newsletter-signup .hero-newsletter-form form .input input[name=email] {
  background-color: white;
  border: 1px solid rgba(189, 195, 199, 0.5);
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  width: 320px;
  height: 40px;
  position: relative;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a9b2bc;
  letter-spacing: 0;
  padding: 0 8px !important;
}
@media (min-width: 992px) {
  .hero-newsletter-signup .hero-newsletter-form form .input select,
  .hero-newsletter-signup .hero-newsletter-form form .input input[name=email] {
    font-size: 15px;
  }
}
.hero-newsletter-signup .hero-newsletter-form form .input select::-webkit-input-placeholder,
.hero-newsletter-signup .hero-newsletter-form form .input input[name=email]::-webkit-input-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.hero-newsletter-signup .hero-newsletter-form form .input select::-moz-placeholder,
.hero-newsletter-signup .hero-newsletter-form form .input input[name=email]::-moz-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.hero-newsletter-signup .hero-newsletter-form form .input select:-moz-placeholder,
.hero-newsletter-signup .hero-newsletter-form form .input input[name=email]:-moz-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.hero-newsletter-signup .hero-newsletter-form form .input select:-ms-input-placeholder,
.hero-newsletter-signup .hero-newsletter-form form .input input[name=email]:-ms-input-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.hero-newsletter-signup .hero-newsletter-form form .input select:-moz-placeholder-shown, .hero-newsletter-signup .hero-newsletter-form form .input input[name=email]:-moz-placeholder-shown {
  color: #a9b2bc;
  opacity: 1;
}
.hero-newsletter-signup .hero-newsletter-form form .input select:-ms-input-placeholder, .hero-newsletter-signup .hero-newsletter-form form .input input[name=email]:-ms-input-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.hero-newsletter-signup .hero-newsletter-form form .input select:placeholder-shown,
.hero-newsletter-signup .hero-newsletter-form form .input input[name=email]:placeholder-shown {
  color: #a9b2bc;
  opacity: 1;
}
.hero-newsletter-signup .hero-newsletter-form form .input select:active, .hero-newsletter-signup .hero-newsletter-form form .input select:focus,
.hero-newsletter-signup .hero-newsletter-form form .input input[name=email]:active,
.hero-newsletter-signup .hero-newsletter-form form .input input[name=email]:focus {
  background-color: white !important;
  border: solid 1px #0d70b7;
  outline: none;
}
.hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d70b7;
  border-color: #0d70b7;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  width: 320px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit]:focus {
  outline: none;
}
.hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit]:hover {
  color: #0d70b7;
  border-color: #0d70b7;
}
.hero-newsletter-signup .hero-newsletter-form form .hs-submit {
  display: inline-block;
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 10px;
}
.hero-newsletter-signup .hero-newsletter-form .submitted-message {
  margin-top: 20px;
  color: #1b2833 !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-view-layout .vendor-item:nth-child(2n+2) {
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  .card-view-layout .vendor-item:nth-child(3n+2) {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.card-view-layout .vendor-item .vendor-item-wrapper {
  background-color: white;
  -webkit-box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.08);
  margin: 0 0 20px;
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top {
  display: block;
  padding: 10px 25px 30px;
}
@media (min-width: 768px) {
  .card-view-layout .vendor-item .vender-item-left .item-flex-top {
    padding: 30px 0 30px 25px;
  }
}
@media (min-width: 992px) {
  .card-view-layout .vendor-item .vender-item-left .item-flex-top {
    padding: 30px 0 30px 30px;
  }
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper {
  border-bottom: solid 1px #e2e6eb;
  padding: 15px 30px;
  height: 100px;
}
@media (min-width: 768px) {
  .card-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper {
    border: solid 1px #e2e6eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 200px;
    margin: 0;
    padding: 10px 35px;
  }
}
@media (min-width: 992px) {
  .card-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper {
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) {
  .card-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper {
    padding: 10px 35px;
  }
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper img {
  background-color: white;
  width: auto;
  max-width: 100%;
  max-height: 80px;
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper.top-vendor {
  position: relative;
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper.top-vendor::before {
  background: #1b2833;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  content: "Top Vendor";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 9px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px 15px 4px;
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper .top-vendor-ribbon-container {
  width: 66%;
  left: 17%;
  bottom: 0;
  -webkit-transform: translateY(50%);
       -o-transform: translateY(50%);
          transform: translateY(50%);
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper .top-vendor-ribbon-container .top-vendor-ribbon-wrapper .top-vendor-ribbon {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper .top-vendor-ribbon-container .top-vendor-ribbon-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -10px;
  bottom: 0;
  border-bottom: 10px solid #1b2833;
  border-left: 10px solid transparent;
  border-top: 10px solid #1b2833;
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper .top-vendor-ribbon-container .top-vendor-ribbon-wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -10px;
  bottom: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1b2833;
  border-top: 10px solid #1b2833;
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .ppc-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .card-view-layout .vendor-item .vender-item-left .item-flex-top .ppc-mobile {
    display: none;
  }
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .reviews {
  margin: 30px 0 0;
}
@media (min-width: 992px) {
  .card-view-layout .vendor-item .vender-item-left .item-flex-top .reviews {
    margin: 20px 0 0;
  }
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .reviews .star-rating i {
  font-size: 13px;
  color: #00a49f;
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .reviews .star-rating i.inactive {
  color: rgba(27, 40, 51, 0.1);
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .reviews .star-rating .rating-count {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #1b2833;
  margin: 0 0 0 10px;
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .reviews .reviews-breakdown {
  display: none;
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-name {
  display: none;
}
.card-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-excerpt {
  display: none;
}
.card-view-layout .vendor-item .vender-item-left .vendor-item-controls {
  display: none;
}
@media (min-width: 768px) {
  .card-view-layout .vendor-item .vender-item-right .vender-item-right-wrapper {
    background-color: white;
    padding: 30px 30px 30px 0;
  }
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .card-view-layout .vendor-item .vender-item-right .item-flex-top {
    padding: 0;
  }
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left {
  display: none;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right {
  text-align: center;
  padding: 10px 25px 0;
}
@media (min-width: 768px) {
  .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right {
    padding: 0 15px 0 5px;
  }
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-details-row {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-details-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score {
    padding: 0;
  }
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper {
  background-color: #f7f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper {
    margin: 0 0 12px;
    padding: 15px;
  }
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .info {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 11px;
  color: #0d70b7;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .info i::before {
  font-weight: 400;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .match-score-title {
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .match-score-title {
    margin: 0;
  }
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .match-score-title.locked::before {
  content: "\f023";
  display: block;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1b2833;
  padding-right: 4px;
}
@media (min-width: 992px) {
  .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .match-score-title.locked::before {
    font-size: 15px;
    padding-bottom: 10px;
  }
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .create-account {
  display: none;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right p {
  font-size: 11px;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons {
  padding-right: 0;
}
@media (min-width: 768px) {
  .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons {
    padding: 0;
  }
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .button, .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons #contact-wrapper input[type=submit], #contact-wrapper .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons input[type=submit] {
  width: 100%;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 3px 15px;
}
@media (min-width: 992px) {
  .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .button, .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons #contact-wrapper input[type=submit], #contact-wrapper .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons input[type=submit] {
    margin: 0 0 5px;
    padding: 3px 20px;
  }
}
@media (min-width: 992px) {
  .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .button.view-profile, .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons #contact-wrapper input.view-profile[type=submit], #contact-wrapper .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons input.view-profile[type=submit] {
    display: none;
  }
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .external {
  font-size: 12px;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding-left: 2px;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-item-controls {
  display: none;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-item-controls button {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1b2833;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-item-controls button.compare-button {
  margin-right: 30px;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-item-controls button.compare-button::before {
  background-color: white;
  -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  content: "\f00c";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e7ecf2;
  line-height: 30px;
  text-align: center;
  margin-right: 8px;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-item-controls button.compare-button.checked::before {
  background-color: #00a49f;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
  color: white;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-item-controls button.favorite-button::before {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-color: #e2e6eb;
  content: "\f004";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: transparent;
  line-height: 30px;
  text-align: center;
  text-shadow: 2px 1px 5px #e2e6eb, 0 0 0 rgba(0, 0, 0, 0.2), 2px 1px 5px #e2e6eb;
  margin-right: 4px;
}
.card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-item-controls button.favorite-button.checked {
  display: none;
}
.card-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper {
  background-color: #f5f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 15px 25px;
}
.card-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper button {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1b2833;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.card-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper button.compare-button {
  margin-right: 30px;
}
.card-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper button.compare-button::before {
  background-color: white;
  -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  content: "\f00c";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e7ecf2;
  line-height: 30px;
  text-align: center;
  margin-right: 8px;
}
.card-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper button.compare-button.checked::before {
  background-color: #00a49f;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
  color: white;
}
.card-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper button.favorite-button::before {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-color: #e2e6eb;
  content: "\f004";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: transparent;
  line-height: 30px;
  text-align: center;
  text-shadow: 2px 1px 5px #e2e6eb, 0 0 0 rgba(0, 0, 0, 0.2), 2px 1px 5px #e2e6eb;
  margin-right: 4px;
}
.card-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper button.favorite-button.checked {
  display: none;
}

.compare-bottom-popup {
  background: rgba(52, 73, 94, 0.8);
}
.compare-bottom-popup > div {
  padding: 0.8rem 0;
}
.compare-bottom-popup .compare-bottom-item {
  margin-right: 1rem;
  width: 7.5rem;
  height: 4rem;
  caret-color: transparent;
  background: transparent;
  border: 2px dashed rgba(255, 255, 255, 0.2);
}
.compare-bottom-popup .compare-bottom-item .compare-item-close {
  top: 0;
  left: 0;
  margin-left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
  caret-color: transparent;
}
.compare-bottom-popup .compare-bottom-item .compare-item-close i {
  font-size: 1.5rem;
}
.compare-bottom-popup .compare-bottom-item .compare-item-close i span {
  z-index: -1;
  width: 1rem;
  height: 1rem;
  left: 0.25rem;
  top: 0.25rem;
}
.compare-bottom-popup .compare-bottom-item img {
  width: auto;
  max-width: 100%;
  max-height: 4rem;
}
.compare-bottom-popup .vendor-items-compare-buttons i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.compare-bottom-popup .vendor-items-compare-buttons .button-green, .compare-bottom-popup .vendor-items-compare-buttons .insights-newsletter-form form .actions input[type=submit], .insights-newsletter-form form .actions .compare-bottom-popup .vendor-items-compare-buttons input[type=submit], .compare-bottom-popup .vendor-items-compare-buttons .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit], .hero-newsletter-signup .hero-newsletter-form form .actions .compare-bottom-popup .vendor-items-compare-buttons input[type=submit] {
  font-size: 1rem !important;
}
.compare-bottom-popup .vendor-items-compare-buttons .request-info:hover i {
  color: rgba(0, 164, 159, 0.6) !important;
}

.compare-container .compare-logo {
  width: 6.25rem;
  height: 6.25rem;
}
.compare-container .compare-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.compare-container .compare-star-rating i {
  font-size: 0.813rem;
}
.compare-container .table {
  border-collapse: collapse;
  display: table;
}
.compare-container .tbody {
  display: table-row-group;
}
.compare-container .tr {
  display: table-row;
}
.compare-container .tr:first-of-type .th {
  border-top: 0;
}
.compare-container .tr:first-of-type .td {
  border-top: 0;
}
.compare-container .th {
  display: table-cell;
  font-weight: 700;
  font-size: 0.813rem;
  border-top: 1px solid #dfe0e0;
}
.compare-container .td {
  display: table-cell;
  font-size: 0.813rem;
  border-left: 1px solid #dfe0e0;
  border-top: 1px solid #dfe0e0;
}
.compare-container .td ul {
  list-style-type: none;
}

.compare-top-bar p:first-of-type {
  font-size: 1.5rem;
}

.compare-popup .container {
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
}
.compare-popup .container::-webkit-scrollbar {
  width: 0.25rem;
}
.compare-popup .container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #34495e;
          box-shadow: inset 0 0 2px #34495e;
  border-radius: 0.25rem;
}
.compare-popup .container::-webkit-scrollbar-thumb {
  background: #34495e;
  border-radius: 0.25rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .list-view-layout .vendor-item:nth-child(2n+2) {
    padding-left: 5px;
  }
}
.list-view-layout .vendor-item .vendor-item-wrapper {
  background-color: white;
  -webkit-box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.08);
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top {
  padding: 10px 25px 30px;
}
@media (min-width: 768px) {
  .list-view-layout .vendor-item .vender-item-left .item-flex-top {
    padding: 30px 0 30px 25px;
  }
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-left .item-flex-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    width: 100%;
    padding: 30px;
  }
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper {
  border-bottom: solid 1px #e2e6eb;
  padding: 15px 30px;
  height: 100px;
}
@media (min-width: 768px) {
  .list-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper {
    border: solid 1px #e2e6eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 200px;
    margin: 0;
    padding: 15px 35px;
  }
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper {
    padding: 15px 15px;
  }
}
@media (min-width: 1200px) {
  .list-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper {
    padding: 10px 35px;
  }
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper img {
  background-color: white;
  width: auto;
  max-width: 100%;
  max-height: 70px;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper.top-vendor {
  position: relative;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper.top-vendor::before {
  background: #1b2833;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  content: "Top Vendor";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 9px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px 15px 4px;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper .top-vendor-ribbon-container {
  width: 66%;
  left: 17%;
  bottom: 0;
  -webkit-transform: translateY(50%);
       -o-transform: translateY(50%);
          transform: translateY(50%);
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper .top-vendor-ribbon-container .top-vendor-ribbon-wrapper .top-vendor-ribbon {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper .top-vendor-ribbon-container .top-vendor-ribbon-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -10px;
  bottom: 0;
  border-bottom: 10px solid #1b2833;
  border-left: 10px solid transparent;
  border-top: 10px solid #1b2833;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper .top-vendor-ribbon-container .top-vendor-ribbon-wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -10px;
  bottom: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1b2833;
  border-top: 10px solid #1b2833;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .ppc-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 20px 0 0;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-left .item-flex-top .ppc-mobile {
    display: none;
  }
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .reviews {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .list-view-layout .vendor-item .vender-item-left .item-flex-top .reviews {
    margin: 0;
  }
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .reviews .star-rating i {
  font-size: 13px;
  color: #00a49f;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .reviews .star-rating i.inactive {
  color: rgba(27, 40, 51, 0.1);
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .reviews .star-rating .rating-count {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #1b2833;
  margin: 0 0 0 10px;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .reviews .reviews-breakdown {
  display: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #1b2833;
  margin: 10px 0 0;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-left .item-flex-top .reviews .reviews-breakdown {
    display: block;
  }
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .reviews .reviews-breakdown.locked::before {
  content: "\f023";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1b2833;
  padding-right: 5px;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .reviews .reviews-breakdown .info {
  cursor: pointer;
  color: #0d70b7;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .reviews .reviews-breakdown .info i::before {
  font-weight: 400;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-name {
  display: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #34495e;
  line-height: 1.3;
  margin: 25px 0 0;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-name {
    display: block;
  }
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-name a.underline {
  color: inherit;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-name a.underline:hover {
  text-decoration: underline;
  color: inherit;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-name a.website {
  position: relative;
  display: inline-block;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-name a.website .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #faf7d9;
  color: #9fa4a2;
  font-weight: 400;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  right: -140%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-name a.website:hover {
  text-decoration: underline;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-name a.website:hover .tooltip-text {
  visibility: visible;
  opacity: 0.9;
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-excerpt {
  display: none;
  margin: 10px 0 0;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-excerpt {
    display: block;
  }
}
.list-view-layout .vendor-item .vender-item-left .item-flex-top .vendor-item-excerpt a {
  font-weight: 700;
}
.list-view-layout .vendor-item .vender-item-left .vendor-item-controls {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-left .vendor-item-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.list-view-layout .vendor-item .vender-item-left .vendor-item-controls button {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1b2833;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.list-view-layout .vendor-item .vender-item-left .vendor-item-controls button.compare-button {
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .list-view-layout .vendor-item .vender-item-left .vendor-item-controls button.compare-button {
    margin-right: 30px;
  }
}
.list-view-layout .vendor-item .vender-item-left .vendor-item-controls button.compare-button::before {
  background-color: #f7f9f9;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
  content: "\f00c";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e7ecf2;
  line-height: 30px;
  text-align: center;
  margin-right: 8px;
}
.list-view-layout .vendor-item .vender-item-left .vendor-item-controls button.compare-button.checked::before {
  background-color: #00a49f;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
  color: white;
}
.list-view-layout .vendor-item .vender-item-left .vendor-item-controls button.favorite-button::before {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-color: #f7f9f9;
  content: "\f004";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: transparent;
  line-height: 30px;
  text-align: center;
  text-shadow: 2px 1px 5px #f7f9f9, 0 0 0 rgba(0, 0, 0, 0.2), 2px 1px 5px #f7f9f9;
  margin-right: 4px;
}
.list-view-layout .vendor-item .vender-item-left .vendor-item-controls button.favorite-button.checked {
  display: none;
}
@media (min-width: 768px) {
  .list-view-layout .vendor-item .vender-item-right .vender-item-right-wrapper {
    background-color: white;
    padding: 30px 30px 30px 0;
  }
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-right .vender-item-right-wrapper {
    background-color: #f7f9f9;
    padding: 30px;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top {
    padding: 0;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left {
  display: none;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left {
    display: block;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left .details-table {
  border-collapse: collapse;
  display: table;
  width: 100%;
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left .details-table .thead,
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left .details-table .tbody {
  display: table-row-group;
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left .details-table .tr {
  border-top: solid 1px #dfe0e0;
  display: table-row;
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left .details-table .tr:first-child {
  border-top: none;
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left .details-table .th,
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left .details-table .td {
  display: table-cell;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #1b2833;
  padding: 6px;
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left .details-table .th {
  border-right: solid 1px #dfe0e0;
  font-size: 11px;
  font-weight: 700;
  padding-right: 20px;
  width: 50%;
}
@media (min-width: 1200px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left .details-table .th {
    padding-right: 40px;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left .details-table .th.locked {
  word-wrap: break-word;
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left .details-table .th.locked::before {
  content: "\f023";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1b2833;
  padding-right: 5px;
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-left .details-table .td {
  padding-left: 20px;
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right {
  text-align: center;
  padding: 10px 25px 0;
}
@media (min-width: 768px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right {
    padding: 0 15px;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-details-row {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-details-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score {
    padding: 0;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper {
  background-color: #f7f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper {
    display: block;
    margin: 0 0 20px;
  }
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper {
    background-color: white;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .info {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 11px;
  color: #0d70b7;
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .info i::before {
  font-weight: 400;
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .match-score-title {
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .match-score-title {
    margin: 0 0 17px;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .match-score-title.locked::before {
  content: "\f023";
  display: block;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1b2833;
  padding-right: 4px;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .match-score-title.locked::before {
    display: inline;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .create-account {
  display: none;
  font-size: 11px;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .create-account {
    display: block;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right p {
  font-size: 11px;
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons {
  padding-right: 0;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons {
    padding: 0;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .button, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons #contact-wrapper input[type=submit], #contact-wrapper .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons input[type=submit] {
  width: 100%;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 3px 15px;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .button, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons #contact-wrapper input[type=submit], #contact-wrapper .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons input[type=submit] {
    padding: 3px 20px;
  }
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .button.view-profile, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons #contact-wrapper input.view-profile[type=submit], #contact-wrapper .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons input.view-profile[type=submit] {
    display: none;
  }
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .external {
  font-size: 12px;
}
.list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding-left: 2px;
}
@media (min-width: 992px) {
  .list-view-layout .vendor-item .vendor-item-controls {
    display: none;
  }
}
.list-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper {
  background-color: #f5f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 15px 25px;
}
.list-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper button {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1b2833;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.list-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper button.compare-button {
  margin-right: 30px;
}
.list-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper button.compare-button::before {
  background-color: white;
  -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  content: "\f00c";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e7ecf2;
  line-height: 30px;
  text-align: center;
  margin-right: 8px;
}
.list-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper button.compare-button.checked::before {
  background-color: #00a49f;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
  color: white;
}
.list-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper button.favorite-button::before {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-color: #e2e6eb;
  content: "\f004";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: transparent;
  line-height: 30px;
  text-align: center;
  text-shadow: 2px 1px 5px #e2e6eb, 0 0 0 rgba(0, 0, 0, 0.2), 2px 1px 5px #e2e6eb;
  margin-right: 4px;
}
.list-view-layout .vendor-item .vendor-item-controls .item-controls-wrapper button.favorite-button.checked {
  display: none;
}

#collapse-top-vendors #top_list {
  counter-reset: item;
}
#collapse-top-vendors #top_list li {
  list-style-type: none;
  height: 4.667rem;
  counter-increment: item;
}
#collapse-top-vendors #top_list li::before {
  content: counter(item);
  margin-right: 15px;
  display: block;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  padding-top: 1px;
}
#collapse-top-vendors #top_list li div:first-of-type {
  width: 45%;
}
#collapse-top-vendors #top_list li div:last-child {
  width: 55%;
}
#collapse-top-vendors img {
  max-height: 100%;
}
#collapse-top-vendors .vendor-cover {
  top: 0;
  left: 0;
}
#collapse-top-vendors .top-vendor-banner-container img {
  max-height: 8.438rem;
}
#collapse-top-vendors .top-vendor-banner-container .badge-product {
  top: 0;
  margin-top: 57%;
  left: 0;
  font-size: 0.5rem;
  padding: 0 1.188rem;
  line-height: 0.5rem;
}
#collapse-top-vendors .top-vendor-banner-container .badge-quarter-year {
  margin-top: 91px;
  top: 0;
  left: 0;
  font-size: 0.467rem;
  padding: 0 25px;
}

.sh-articles-slider-container {
  background: -webkit-linear-gradient(315deg, #7873f5 0%, #ec77ab 100%);
  background: -o-linear-gradient(315deg, #7873f5 0%, #ec77ab 100%);
  background: linear-gradient(135deg, #7873f5 0%, #ec77ab 100%);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px 15px 0 15px;
  padding: 16px 20px;
  width: auto;
}
@media (min-width: 768px) {
  .sh-articles-slider-container {
    padding: 16px 24px;
    margin: 32px 15px 0 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 1200px) {
  .sh-articles-slider-container {
    padding: 16px 24px;
    margin: 32px 0;
    max-width: 100%;
  }
}

.sh-articles-slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sh-articles-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .sh-articles-slider-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 8px;
  }
}

.sh-articles-slider-title {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 991.98px) {
  .sh-articles-slider-title {
    color: #f2f4f7;
    font-weight: 500;
    line-height: 20px;
  }
}

.sh-articles-slider-button {
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sh-articles-slider-button-mobile {
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.sh-articles-slider-wrapper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .sh-articles-slider-wrapper {
    margin-top: 12px;
  }
}

.sh-articles-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
@media (min-width: 768px) {
  .sh-articles-slider {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.sh-article-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sh-article-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  min-width: 140px;
}
.sh-article-card-link:focus, .sh-article-card-link:active, .sh-article-card-link:visited, .sh-article-card-link:hover {
  text-decoration: none;
  outline: none;
}

.sh-article-card-content {
  background: -webkit-linear-gradient(320deg, rgba(249, 250, 251, 0.8509803922) 85%, #f5faff 120%);
  background: -o-linear-gradient(320deg, rgba(249, 250, 251, 0.8509803922) 85%, #f5faff 120%);
  background: linear-gradient(130deg, rgba(249, 250, 251, 0.8509803922) 85%, #f5faff 120%);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
  min-width: 241px;
  min-height: 50px;
  border: 1.5px solid rgba(249, 250, 251, 0.5019607843);
}
@media (min-width: 768px) {
  .sh-article-card-content {
    min-width: 146px;
    min-height: 68px;
    width: 146px;
    border: none;
  }
}

.sh-article-card-text {
  color: #370e32;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.sh-article-card-arrow {
  color: #d7cfd6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
}

.sh-get-guide-form-container {
  padding: 2.5rem 0.5rem 1rem 0.5rem;
}

.sh-get-guide-form {
  margin-top: 0;
}

.sh-articles-slider-footer {
  display: block;
  margin-top: 12px;
}

.sh-articles-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 5px;
}
.sh-articles-slider-nav-btn {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgb(255, 255, 255);
  color: #000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(6.4px);
}

.interior-content {
  padding-top: 0;
}

.vendor-landing {
  background: #e2e6eb;
}
.vendor-landing .vendor-menu {
  background-color: #f8fafa;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.vendor-landing .vendor-menu .nav-tabs {
  border: none;
  display: none;
}
@media (min-width: 992px) {
  .vendor-landing .vendor-menu .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vendor-landing .vendor-menu .nav-tabs li {
  border: none;
  border-right: solid 2px white;
  list-style: none;
  margin: 0;
  padding: 0;
}
.vendor-landing .vendor-menu .nav-tabs li:first-child {
  border-left: solid 2px white;
}
.vendor-landing .vendor-menu .nav-tabs li a {
  background-color: #f8fafa;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1b2833;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 25px 40px;
}
.vendor-landing .vendor-menu .nav-tabs li a::before {
  content: "";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #00a49f;
  padding-right: 10px;
}
.vendor-landing .vendor-menu .nav-tabs li a:hover {
  background-color: #e2e6eb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.vendor-landing .vendor-menu .nav-tabs li a.active {
  background-color: #e2e6eb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.vendor-landing .vendor-menu .nav-tabs li a#tab-vendor-list::before {
  content: "\f03a";
}
.vendor-landing .vendor-menu .nav-tabs li a#tab-top-vendors::before {
  content: "\f091";
}
.vendor-landing .vendor-menu .nav-tabs li a#tab-the-basics::before {
  content: "\f05a";
}
.vendor-landing .vendor-menu .nav-tabs li a#tab-buyers-guide::before {
  content: "\f518";
}
.vendor-landing .tab-content .card {
  display: block;
  padding-left: 0;
  padding-right: 0;
  background: #e2e6eb;
  border: 0;
}
@media (min-width: 992px) {
  .vendor-landing .tab-content .card {
    display: none;
    padding: 50px 15px;
  }
}
@media (max-width: 1199.98px) {
  .vendor-landing .tab-content .card.fade {
    opacity: 1;
  }
}
.vendor-landing .tab-content .card.active {
  display: block;
}
.vendor-landing .tab-content .card .card-header {
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .vendor-landing .tab-content .card .card-header {
    display: none;
  }
}
.vendor-landing .tab-content .card .card-header a {
  background-color: #f8fafa;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1b2833;
  letter-spacing: 1px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  padding: 25px;
}
.vendor-landing .tab-content .card .card-header a::before {
  content: "";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #00a49f;
  padding-right: 10px;
}
.vendor-landing .tab-content .card .card-header a::after {
  content: "\f055";
  float: right;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1b2833;
  line-height: 0.8;
}
.vendor-landing .tab-content .card .card-header a[aria-expanded=true] {
  background-color: #f8fafa;
  border: none;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.vendor-landing .tab-content .card .card-header a[aria-expanded=true]::after {
  content: "\f057";
}
.vendor-landing .tab-content .card .card-header a.nav-link::after {
  content: "\f101";
}
.vendor-landing .tab-content .card .card-header#heading-vendor-list a::before {
  content: "\f03a";
}
.vendor-landing .tab-content .card .card-header#heading-top-vendors a::before {
  content: "\f091";
}
.vendor-landing .tab-content .card .card-header#heading-the-basics a::before {
  content: "\f05a";
}
.vendor-landing .tab-content .card .card-header#heading-buyers-guide a::before {
  content: "\f518";
}
@media (min-width: 992px) {
  .vendor-landing .tab-content .card .card-body.collapse {
    display: block;
  }
}
.vendor-landing .tab-content .card .card-body .card-content {
  padding: 25px;
}
@media (min-width: 992px) {
  .vendor-landing .tab-content .card .card-body .card-content {
    padding: 0 15px;
  }
}
.vendor-landing .tab-content #collapse-vendor-list .card-content {
  padding: 25px 0;
}
@media (min-width: 992px) {
  .vendor-landing .tab-content #collapse-vendor-list .card-content {
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .vendor-landing .tab-content #collapse-vendor-list .card-content > .card-content-row {
    margin: 0;
  }
}
@media (max-width: 1199.98px) {
  .vendor-landing .tab-content .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}
.vendor-landing .vendors-filter {
  padding: 0 25px;
}
@media (max-width: 991.98px) {
  .vendor-landing .vendors-filter.sticky {
    background: #e2e6eb;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    position: sticky;
    top: 0;
    z-index: 5;
    padding: 0;
  }
}
.vendor-landing .vendors-filter #vendor-filters > .card {
  border: solid 1px #c9cdd1;
  padding: 20px;
}
@media (min-width: 992px) {
  .vendor-landing .vendors-filter #vendor-filters > .card {
    border: none;
    display: block;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .vendor-landing .vendors-filter #vendor-filters > .card .collapse {
    display: block;
  }
}
.vendor-landing .vendors-filter #vendor-filters > .card .card-header a {
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1b2833;
  letter-spacing: 1px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
}
.vendor-landing .vendors-filter #vendor-filters > .card .card-header a::before {
  content: "\f0b0";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #00a49f;
  padding-right: 10px;
}
.vendor-landing .vendors-filter #vendor-filters > .card .card-header a::after {
  content: "\f103";
  float: right;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1b2833;
}
.vendor-landing .vendors-filter #vendor-filters > .card .card-header a[aria-expanded=true]::after {
  content: "\f102";
}
.vendor-landing .vendors-filter #vendor-filters > .card .card-body {
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .vendor-landing .vendors-filter #vendor-filters > .card .card-body {
    padding: 48px 0 0;
  }
}
.vendor-landing .vendors-list {
  margin: 25px 0 0;
}
.vendor-landing .vendors-list.full-bottom-padding {
  padding-bottom: 7.5rem;
}
.vendor-landing .vendors-list.partial-bottom-padding {
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .vendor-landing .vendors-list {
    margin: 0;
  }
}

#vendor-filters .vendor-sorting {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #vendor-filters .vendor-sorting {
    display: none;
  }
}
#vendor-filters .vendor-sorting .vendor-sort-title {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #34495e;
  margin: 5px 12px 5px 0;
}
#vendor-filters .vendor-sorting button {
  background-color: transparent;
  border: none;
  border-radius: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #34495e;
  margin: 0 0 5px;
  padding: 5px 10px;
}
#vendor-filters .vendor-sorting button.active {
  background-color: #d7dbe0;
  color: #0d70b7;
}
#vendor-filters p {
  color: #647585;
  margin: 0;
}
#vendor-filters .vendor-facet {
  border-top: solid 1px #c9cdd1;
  font-size: 13px;
  color: #34495e;
  margin: 20px 0 0;
  padding-top: 20px;
}
#vendor-filters .vendor-facet .facet-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #34495e;
  margin: 0 0 12px;
}
#vendor-filters .vendor-facet .facet-title .info {
  cursor: pointer;
  font-size: 11px;
  color: #0d70b7;
  margin: 0;
  padding: 0 0 0 5px;
}
#vendor-filters .vendor-facet .facet-title .info i::before {
  font-weight: 400;
}
#vendor-filters .vendor-facet.locked .facet-title::before {
  content: "\f023";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1b2833;
  padding-right: 10px;
}
#vendor-filters .vendor-facet ul {
  margin: 0;
  padding: 0;
}
#vendor-filters .vendor-facet ul.hidden {
  display: none;
}
#vendor-filters .vendor-facet ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#vendor-filters .vendor-facet .facet-checkbox {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 0 5px;
}
#vendor-filters .vendor-facet .facet-checkbox::before {
  background-color: white;
  -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1b2833;
  text-align: center;
  vertical-align: top;
  margin-right: 6px;
}
#vendor-filters .vendor-facet .facet-checkbox.checked::before {
  background-color: #00a49f;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
  content: "\f00c";
  color: white;
  vertical-align: top;
}
#vendor-filters .vendor-facet .facet-checkbox i {
  font-size: 13px;
  color: #1b2833;
}
#vendor-filters .vendor-facet .facet-checkbox i.inactive {
  color: rgba(27, 40, 51, 0.1);
}
#vendor-filters .vendor-facet .facet-checkbox img {
  max-width: 17px;
  max-height: 17px;
  vertical-align: middle;
  margin-right: 2px;
}

.vendors-list .vendor-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .vendors-list .vendor-layout {
    padding: 0 25px;
  }
}
.vendors-list .vendor-layout .vendor-list-button,
.vendors-list .vendor-layout .vendor-cards-button {
  background-color: transparent;
  border: none;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 10px 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .vendors-list .vendor-layout .vendor-list-button,
  .vendors-list .vendor-layout .vendor-cards-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vendors-list .vendor-layout .vendor-list-button .list-icon,
.vendors-list .vendor-layout .vendor-cards-button .list-icon {
  display: block;
  width: 28px;
}
.vendors-list .vendor-layout .vendor-list-button .list-icon .icon-bar,
.vendors-list .vendor-layout .vendor-cards-button .list-icon .icon-bar {
  background-color: #a9b2bc;
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 3px;
}
.vendors-list .vendor-layout .vendor-list-button .cards-icon,
.vendors-list .vendor-layout .vendor-cards-button .cards-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 28px;
}
.vendors-list .vendor-layout .vendor-list-button .cards-icon .icon-bar,
.vendors-list .vendor-layout .vendor-cards-button .cards-icon .icon-bar {
  background-color: #a9b2bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7px;
  height: 8px;
  margin: 0 2px 2px 0;
  padding: 0;
}
.vendors-list .vendor-layout .vendor-list-button.active .icon-bar,
.vendors-list .vendor-layout .vendor-cards-button.active .icon-bar {
  background-color: #34495e;
}
.vendors-list .vendor-layout .vendor-count {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #34495e;
}
.vendors-list .vendor-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .vendors-list .vendor-sorting {
    display: none;
  }
}
.vendors-list .vendor-sorting .vendor-sort-title {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #34495e;
  margin: 5px 12px 5px 0;
}
@media (min-width: 768px) {
  .vendors-list .vendor-sorting .vendor-sort-title {
    display: inline;
    margin: 0 12px 0 0;
  }
}
.vendors-list .vendor-sorting button {
  background-color: transparent;
  border: none;
  border-radius: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #34495e;
  margin: 0;
  padding: 5px 10px;
}
.vendors-list .vendor-sorting button.active {
  background-color: #d7dbe0;
  color: #0d70b7;
}

.vendor-transition {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .vendor-transition {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.vendor-transition h3 {
  font-size: 22px;
}
.vendor-transition a {
  font-weight: 700;
}

.vendor-footer .vendor-footer-wrapper {
  background: #1b2833;
  padding: 30px;
}
@media (min-width: 768px) {
  .vendor-footer .vendor-footer-wrapper > .row, .vendor-footer body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .vendor-footer-wrapper > .mega-menu-row, body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .vendor-footer .vendor-footer-wrapper > .mega-menu-row, .vendor-footer .site-header .vendor-footer-wrapper > .navbar, .site-header .vendor-footer .vendor-footer-wrapper > .navbar, .vendor-footer .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-footer-wrapper > .vendor-details-row, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-footer .vendor-footer-wrapper > .vendor-details-row, .vendor-footer .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-footer-wrapper > .vendor-details-row, .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-footer .vendor-footer-wrapper > .vendor-details-row, .vendor-footer .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-footer-wrapper > .vendor-details-row, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-footer .vendor-footer-wrapper > .vendor-details-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.vendor-footer .vendor-footer-wrapper .vendor-footer-image img {
  width: 100%;
}
.vendor-footer .vendor-footer-wrapper .vendor-footer-text h3 {
  font-size: 22px;
  color: white;
  padding-top: 0;
}
.vendor-footer .vendor-footer-wrapper .vendor-footer-text p {
  color: white;
}

.pagination-wrapper {
  position: unset !important;
}

.pagination {
  text-align: center;
  bottom: 0;
  left: 0;
}
.pagination .view-more {
  margin-top: 40px;
}
.pagination .result-count {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #1b2833;
  margin-top: 15px;
}

@media (max-width: 991.98px) {
  .view-layout {
    padding: 0 10px;
  }
}

.vendor-list-spinner {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(27, 40, 51, 0.5);
}
.vendor-list-spinner .spinner-border {
  width: 5rem;
  height: 5rem;
  border: 0.4em solid currentColor;
  border-right-color: transparent;
}

.vendor-faq {
  background: #f9f7f7 !important;
  padding-top: 15px;
  padding-bottom: 85px;
  line-height: 28px;
}

.site-footer {
  margin: 0 !important;
}

.faq-question {
  font-weight: 600;
  font-size: 18px;
  color: #1b2833;
  padding: 10px;
}

.faq-answer {
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #34495e;
}

.faq-title {
  text-align: center;
  color: #1b2833;
  margin-bottom: 64px;
}

.p-25 {
  padding: 25px;
}

.faq-circle-toggle {
  float: right;
  width: 25px;
  cursor: pointer;
}

.faq-circle-toggle:focus + div#faq-answer {
  display: block !important;
}

.hide-plus-vector-faq {
  display: none;
}

.current-product-title {
  font-size: 32px;
  font-weight: 700;
  color: #0d70b7;
}

.visit-website-button {
  background-color: #0d70b7;
  border: solid 1px #0d70b7;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  position: relative;
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 10px 0;
  padding: 10px 13px;
  width: 141px;
  height: 38px;
  margin-top: 20px;
  line-height: 1;
}

.looking-for-info-title {
  font-family: "museo", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1b2833;
  position: relative;
  padding: 8px;
}
@media (max-width: 991.98px) {
  .looking-for-info-title {
    padding-top: 15px;
  }
}

.looking-for-info-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #34495e;
  position: relative;
}
@media (max-width: 991.98px) {
  .looking-for-info-text {
    padding: 6px;
  }
}

.request-pricing-button {
  position: absolute;
  width: 141px;
  height: 38px;
  left: 0;
  top: 0;
  color: #0d70b7;
  background: #fff;
  border: 1px solid #0d70b7;
  border-radius: 20px;
}

.rpb-wrapper {
  text-align: center;
  top: 10px;
  position: relative;
  left: 31%;
}

.hero-right-col-wrapper {
  text-align: center;
}

.p-15 {
  padding: 15px;
}

.p-tb15-lr0 {
  padding: 15px 0;
}

.pl-5 {
  padding-left: 5px;
}

.pl-15 {
  padding-left: 15px;
}

.popover {
  opacity: 1;
  max-width: 290px;
  border: 0;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 40px;
  height: 32px;
  overflow: hidden;
  bottom: -22px;
  top: auto;
  margin: 0;
}
.popover .arrow::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid white;
  bottom: 8px;
  content: "";
  position: absolute;
  left: 2px;
}
.popover .arrow::before {
  border-color: transparent !important;
}
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^=bottom] .arrow {
  bottom: auto;
  top: -18px;
}
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 30px solid white;
  bottom: auto;
  top: -17px;
  content: "";
  position: absolute;
  left: 2px;
}
.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before {
  border-color: transparent !important;
}
.popover .popover-body {
  background-color: white;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #34495e;
  line-height: 1.5;
  padding: 20px;
}

.compare-bottom-popup {
  background: rgba(52, 73, 94, 0.8);
}
.compare-bottom-popup > div {
  padding: 0.8rem 0;
}
.compare-bottom-popup .compare-bottom-item {
  margin-right: 1rem;
  width: 7.5rem;
  height: 4rem;
  caret-color: transparent;
  background: transparent;
  border: 2px dashed rgba(255, 255, 255, 0.2);
}
.compare-bottom-popup .compare-bottom-item .compare-item-close {
  top: 0;
  left: 0;
  margin-left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
       -o-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
  caret-color: transparent;
}
.compare-bottom-popup .compare-bottom-item .compare-item-close i {
  font-size: 1.5rem;
}
.compare-bottom-popup .compare-bottom-item .compare-item-close i span {
  z-index: -1;
  width: 1rem;
  height: 1rem;
  left: 0.25rem;
  top: 0.25rem;
}
.compare-bottom-popup .compare-bottom-item img {
  width: auto;
  max-width: 100%;
  max-height: 4rem;
}
.compare-bottom-popup .vendor-items-compare-buttons i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.compare-bottom-popup .vendor-items-compare-buttons .button-green, .compare-bottom-popup .vendor-items-compare-buttons .insights-newsletter-form form .actions input[type=submit], .insights-newsletter-form form .actions .compare-bottom-popup .vendor-items-compare-buttons input[type=submit], .compare-bottom-popup .vendor-items-compare-buttons .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit], .hero-newsletter-signup .hero-newsletter-form form .actions .compare-bottom-popup .vendor-items-compare-buttons input[type=submit] {
  font-size: 1rem !important;
}
.compare-bottom-popup .vendor-items-compare-buttons .request-info:hover i {
  color: rgba(0, 164, 159, 0.6) !important;
}

.request-info-popup .popup-wrapper {
  max-height: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .request-info-popup .popup-wrapper {
    width: 90% !important;
  }
  .request-info-popup .popup-wrapper .hs-richtext p {
    line-height: 1.25rem;
  }
  .request-info-popup .popup-wrapper .field {
    margin-bottom: 0.75rem;
  }
}
.request-info-popup .popup-wrapper .loader,
.request-info-popup .popup-wrapper .loader::after {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.request-info-popup .popup-wrapper .loader {
  left: 50%;
  top: 50%;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.5rem solid rgba(52, 73, 94, 0.2);
  border-right: 0.5rem solid rgba(52, 73, 94, 0.2);
  border-bottom: 0.5rem solid rgba(52, 73, 94, 0.2);
  border-left: 0.5rem solid #34495e;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  -o-animation: load8 1.1s infinite linear;
     animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
.request-info-popup .popup-wrapper .popup-item-close {
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
       -o-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  caret-color: transparent;
  cursor: pointer;
}
.request-info-popup .popup-wrapper .popup-container {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.vendors-compare .vendor-compare .vendor-search-form {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendor-search-form {
    margin-top: 50px;
  }
}
.vendors-compare .vendor-compare .vendor-search-form form {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 0 auto;
}
.vendors-compare .vendor-compare .vendor-search-form form .field-group {
  width: 100%;
  position: relative;
}
.vendors-compare .vendor-compare .vendor-search-form form .field-group #vendor-search {
  background-color: white;
  border: none;
  border-radius: 30px;
  -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 60px;
  position: relative;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a9b2bc;
  letter-spacing: 0;
  padding: 0 25px !important;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendor-search-form form .field-group #vendor-search {
    font-size: 15px;
  }
}
.vendors-compare .vendor-compare .vendor-search-form form .field-group #vendor-search::-webkit-input-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.vendors-compare .vendor-compare .vendor-search-form form .field-group #vendor-search::-moz-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.vendors-compare .vendor-compare .vendor-search-form form .field-group #vendor-search:-moz-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.vendors-compare .vendor-compare .vendor-search-form form .field-group #vendor-search:-ms-input-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.vendors-compare .vendor-compare .vendor-search-form form .field-group #vendor-search:-moz-placeholder-shown {
  color: #a9b2bc;
  opacity: 1;
}
.vendors-compare .vendor-compare .vendor-search-form form .field-group #vendor-search:placeholder-shown {
  color: #a9b2bc;
  opacity: 1;
}
.vendors-compare .vendor-compare .vendor-search-form form .field-group #vendor-search:active, .vendors-compare .vendor-compare .vendor-search-form form .field-group #vendor-search:focus {
  background-color: white !important;
  border: solid 1px #0d70b7;
}
.vendors-compare .vendor-compare .vendor-search-form .submit-group {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vendors-compare .vendor-compare .vendor-search-form .submit-group .submit, .vendors-compare .vendor-compare .vendor-search-form .submit-group .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions input[type=submit], .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions .vendors-compare .vendor-compare .vendor-search-form .submit-group input[type=submit], .vendors-compare .vendor-compare .vendor-search-form .submit-group .insights-newsletter-form form .actions input[type=submit], .insights-newsletter-form form .actions .vendors-compare .vendor-compare .vendor-search-form .submit-group input[type=submit], .vendors-compare .vendor-compare .vendor-search-form .submit-group .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit], .hero-newsletter-signup .hero-newsletter-form form .actions .vendors-compare .vendor-compare .vendor-search-form .submit-group input[type=submit] {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.vendors-compare .vendor-compare .vendor-search-form .submit-group .submit i, .vendors-compare .vendor-compare .vendor-search-form .submit-group .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions input[type=submit] i, .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions .vendors-compare .vendor-compare .vendor-search-form .submit-group input[type=submit] i, .vendors-compare .vendor-compare .vendor-search-form .submit-group .insights-newsletter-form form .actions input[type=submit] i, .insights-newsletter-form form .actions .vendors-compare .vendor-compare .vendor-search-form .submit-group input[type=submit] i, .vendors-compare .vendor-compare .vendor-search-form .submit-group .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit] i, .hero-newsletter-signup .hero-newsletter-form form .actions .vendors-compare .vendor-compare .vendor-search-form .submit-group input[type=submit] i {
  font-size: 18px;
  font-weight: 700;
  color: #1b2833;
  margin: 0 25px 0 0;
}
.vendors-compare .vendor-compare .vendor-search-form .submit-group .submit:hover, .vendors-compare .vendor-compare .vendor-search-form .submit-group .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions input[type=submit]:hover, .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions .vendors-compare .vendor-compare .vendor-search-form .submit-group input[type=submit]:hover, .vendors-compare .vendor-compare .vendor-search-form .submit-group .insights-newsletter-form form .actions input[type=submit]:hover, .insights-newsletter-form form .actions .vendors-compare .vendor-compare .vendor-search-form .submit-group input[type=submit]:hover, .vendors-compare .vendor-compare .vendor-search-form .submit-group .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit]:hover, .hero-newsletter-signup .hero-newsletter-form form .actions .vendors-compare .vendor-compare .vendor-search-form .submit-group input[type=submit]:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendor-search-form .submit-group .submit:hover i, .vendors-compare .vendor-compare .vendor-search-form .submit-group .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions input[type=submit]:hover i, .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions .vendors-compare .vendor-compare .vendor-search-form .submit-group input[type=submit]:hover i, .vendors-compare .vendor-compare .vendor-search-form .submit-group .insights-newsletter-form form .actions input[type=submit]:hover i, .insights-newsletter-form form .actions .vendors-compare .vendor-compare .vendor-search-form .submit-group input[type=submit]:hover i, .vendors-compare .vendor-compare .vendor-search-form .submit-group .hero-newsletter-signup .hero-newsletter-form form .actions input[type=submit]:hover i, .hero-newsletter-signup .hero-newsletter-form form .actions .vendors-compare .vendor-compare .vendor-search-form .submit-group input[type=submit]:hover i {
    color: #0d70b7;
  }
}
.vendors-compare .vendor-compare .tables-wrapper {
  position: relative;
  margin: 30px 0;
  padding: 0;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .tables-wrapper {
    margin: 0;
    padding: 30px 15px;
  }
}
.vendors-compare .vendor-compare .tables-wrapper::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .tables-wrapper::after {
    background: transparent;
    display: none;
  }
}
.vendors-compare .vendor-compare .vendors-table {
  width: 100%;
  overflow: hidden;
}
.vendors-compare .vendor-compare .vendors-table .vendors-table-wrapper {
  max-width: 1500px;
  overflow-x: scroll;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table .vendors-table-wrapper {
    max-width: 100%;
    overflow-x: visible;
  }
}
.vendors-compare .vendor-compare .vendors-table .details-table {
  border-collapse: collapse;
  display: table;
  width: 100%;
}
.vendors-compare .vendor-compare .vendors-table .details-table .thead,
.vendors-compare .vendor-compare .vendors-table .details-table .tbody {
  display: table-row-group;
}
.vendors-compare .vendor-compare .vendors-table .details-table .tr {
  border-top: solid 1px #dfe0e0;
  display: table-row;
}
.vendors-compare .vendor-compare .vendors-table .details-table .tr:first-child {
  border-top: none;
}
.vendors-compare .vendor-compare .vendors-table .details-table .th,
.vendors-compare .vendor-compare .vendors-table .details-table .td {
  display: table-cell;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #1b2833;
  padding: 6px 30px;
}
.vendors-compare .vendor-compare .vendors-table .details-table .th.locked::before,
.vendors-compare .vendor-compare .vendors-table .details-table .td.locked::before {
  content: "\f023";
  display: inline-block;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1b2833;
  padding-right: 4px;
}
.vendors-compare .vendor-compare .vendors-table .details-table .th {
  background-color: white;
  font-size: 11px;
  font-weight: 700;
  min-width: 12%;
}
.vendors-compare .vendor-compare .vendors-table .details-table .td {
  background-color: #f7f9f9;
  border-right: solid 1px #dfe0e0;
  width: 250px;
  padding-bottom: 20px;
}
.vendors-compare .vendor-compare .vendors-table .details-table .td:last-of-type {
  border-right: none;
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.logo {
  vertical-align: top;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table .details-table .td.logo {
    padding-top: 0;
  }
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.logo .logo-wrapper {
  background-color: white;
  border: solid 1px #e2e6eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 200px;
  max-height: 75px;
  min-height: 75px;
  position: relative;
  padding: 25px 15px;
}
@media (min-width: 1200px) {
  .vendors-compare .vendor-compare .vendors-table .details-table .td.logo .logo-wrapper {
    max-height: 100px;
    min-height: 100px;
    padding: 30px 35px;
  }
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.logo .logo-wrapper img {
  max-width: 100%;
  width: auto;
  max-height: 40px;
  margin: 0 auto;
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.logo .logo-wrapper .remove {
  position: absolute;
  right: -10px;
  top: -14px;
  font-size: 20px;
  color: #00a49f;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table .details-table .td.logo .logo-wrapper .remove {
    font-size: 16px;
    top: -10px;
  }
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.logo .logo-wrapper .remove i::before {
  background-color: white;
  border-radius: 50%;
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.add-vendor {
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table .details-table .td.add-vendor {
    vertical-align: top;
    padding-top: 0;
  }
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.add-vendor a {
  background: white;
  outline: solid 1px #e2e6eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 200px;
  max-height: 75px;
  min-height: 75px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
}
@media (min-width: 1200px) {
  .vendors-compare .vendor-compare .vendors-table .details-table .td.add-vendor a {
    max-height: 100px;
    min-height: 100px;
    font-size: 15px;
    padding: 35px;
  }
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.add-vendor a i::before {
  margin-right: 5px;
}
.vendors-compare .vendor-compare .vendors-table .details-table .td .star-rating i {
  font-size: 12px;
  color: #00a49f;
}
.vendors-compare .vendor-compare .vendors-table .details-table .td .star-rating i.inactive {
  color: rgba(27, 40, 51, 0.1);
}
.vendors-compare .vendor-compare .vendors-table .details-table .td .star-rating .rating-count {
  font-size: 12px;
  margin-left: 10px;
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons {
    padding-bottom: 0;
  }
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons .button, .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons #contact-wrapper input[type=submit], #contact-wrapper .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons input[type=submit] {
  border: solid 1px #0d70b7;
  display: block;
  width: 100%;
  max-width: 200px;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 3px 15px;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons .button, .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons #contact-wrapper input[type=submit], #contact-wrapper .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons input[type=submit] {
    padding: 3px 20px;
  }
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons .button.view-profile, .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons #contact-wrapper input.view-profile[type=submit], #contact-wrapper .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons input.view-profile[type=submit] {
    display: none;
  }
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons .button.favorite-button, .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons #contact-wrapper input.favorite-button[type=submit], #contact-wrapper .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons input.favorite-button[type=submit] {
  background-color: white;
  border: solid 1px #0d70b7;
  color: #0d70b7;
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons .button.favorite-button::before, .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons #contact-wrapper input.favorite-button[type=submit]::before, #contact-wrapper .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons input.favorite-button[type=submit]::before {
  content: "\f004";
  color: #0d70b7;
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons .button.favorite-button.checked, .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons #contact-wrapper input.favorite-button.checked[type=submit], #contact-wrapper .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons input.favorite-button.checked[type=submit] {
  display: none;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons .button.favorite-button:hover, .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons #contact-wrapper input.favorite-button[type=submit]:hover, #contact-wrapper .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons input.favorite-button[type=submit]:hover {
    background-color: #0d70b7;
    border: solid 1px #0d70b7;
    color: white;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons .button.favorite-button:hover::before, .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons #contact-wrapper input.favorite-button[type=submit]:hover::before, #contact-wrapper .vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons input.favorite-button[type=submit]:hover::before {
    color: white;
  }
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons .external {
  display: block;
  max-width: 200px;
  font-size: 12px;
  text-align: center;
}
.vendors-compare .vendor-compare .vendors-table .details-table .td.vendor-buttons .external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding-left: 2px;
}
.vendors-compare .vendor-compare .vendors-table .vendors-table-header {
  border-collapse: collapse;
  display: none;
  width: 100%;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table .vendors-table-header {
    display: table;
    margin-top: 0;
  }
}
.vendors-compare .vendor-compare .vendors-table .vendors-table-header .tr {
  display: table-row;
}
.vendors-compare .vendor-compare .vendors-table .vendors-table-header .th,
.vendors-compare .vendor-compare .vendors-table .vendors-table-header .td {
  display: table-cell;
  padding: 5px 30px 6px;
}
.vendors-compare .vendor-compare .vendors-table .vendors-table-header .th {
  background-color: white;
}
.vendors-compare .vendor-compare .vendors-table .vendors-table-header .td {
  background-color: #f7f9f9;
  border: none;
}
.vendors-compare .vendor-compare .vendors-table-footer {
  display: block;
  width: 100%;
  position: sticky;
  bottom: 0;
  z-index: 55;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table-footer {
    display: table;
    position: relative;
    top: auto;
  }
}
.vendors-compare .vendor-compare .vendors-table-footer .tr {
  display: block;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table-footer .tr {
    display: table-row;
  }
}
.vendors-compare .vendor-compare .vendors-table-footer .th,
.vendors-compare .vendor-compare .vendors-table-footer .td {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #1b2833;
  padding: 0 6px;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table-footer .th,
  .vendors-compare .vendor-compare .vendors-table-footer .td {
    display: table-cell;
    padding: 30px 6px;
  }
}
.vendors-compare .vendor-compare .vendors-table-footer .th {
  background-color: white;
  display: none;
  font-size: 11px;
  font-weight: 700;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table-footer .th {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .vendors-compare .vendor-compare .vendors-table-footer .th {
    padding-right: 40px;
  }
}
.vendors-compare .vendor-compare .vendors-table-footer .td {
  background-color: transparent;
  border-right: solid 1px transparent;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table-footer .td {
    background-color: #f7f9f9;
    border-right: solid 1px #dfe0e0;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .vendors-compare .vendor-compare .vendors-table-footer .td {
    width: 100% !important;
  }
}
.vendors-compare .vendor-compare .vendors-table-footer .td:last-of-type {
  border-right: none;
}
.vendors-compare .vendor-compare .vendors-table-footer .td.request-all .button, .vendors-compare .vendor-compare .vendors-table-footer .td.request-all #contact-wrapper input[type=submit], #contact-wrapper .vendors-compare .vendor-compare .vendors-table-footer .td.request-all input[type=submit] {
  border-radius: 0;
  width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .vendors-compare .vendor-compare .vendors-table-footer .td.request-all .button, .vendors-compare .vendor-compare .vendors-table-footer .td.request-all #contact-wrapper input[type=submit], #contact-wrapper .vendors-compare .vendor-compare .vendors-table-footer .td.request-all input[type=submit] {
    border-radius: 30px;
  }
}

.autocomplete-suggestions {
  border: 1px solid #34495e;
  width: auto !important;
  overflow-y: visible !important;
}
.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  background: rgba(52, 73, 94, 0.3);
}

.vendor-single .interior-content {
  padding-top: 0;
}
.vendor-single .vendor-detail {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail {
    padding-bottom: 100px;
  }
}
.vendor-single .vendor-detail .subsection_menu {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .vendor-single .vendor-detail .subsection_menu .row, .vendor-single .vendor-detail .subsection_menu body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row, body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .vendor-single .vendor-detail .subsection_menu .mega-menu-row, .vendor-single .vendor-detail .subsection_menu .site-header .navbar, .site-header .vendor-single .vendor-detail .subsection_menu .navbar, .vendor-single .vendor-detail .subsection_menu section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-details-row, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .subsection_menu .vendor-details-row, .vendor-single .vendor-detail .subsection_menu .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-details-row, .card-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-single .vendor-detail .subsection_menu .vendor-details-row, .vendor-single .vendor-detail .subsection_menu .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-details-row, .list-view-layout .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-single .vendor-detail .subsection_menu .vendor-details-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.vendor-single .vendor-detail .subsection_menu__button {
  background-color: #f8fafa;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail .subsection_menu__button {
    display: none;
  }
}
.vendor-single .vendor-detail .subsection_menu__button .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vendor-single .vendor-detail .subsection_menu__button .arrow a {
  background: none;
  border: none;
  display: block;
  font-size: 18px;
  color: #1b2833;
  padding: 18px;
}
.vendor-single .vendor-detail .subsection_menu__button .arrow a.arrow-left {
  border-right: solid 1px #e2e6eb;
}
.vendor-single .vendor-detail .subsection_menu__button .arrow a.arrow-right {
  border-left: solid 1px #e2e6eb;
}
.vendor-single .vendor-detail .subsection_menu__button .arrow a i::before {
  font-weight: 400;
}
.vendor-single .vendor-detail .subsection_menu__button .subsection-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #1b2833;
  padding: 0 20px;
}
.vendor-single .vendor-detail .subsection_menu__button .subsection-title-wrapper::after {
  content: "\f103";
  position: absolute;
  right: 75px;
  top: auto;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #0d70b7;
}
.vendor-single .vendor-detail .subsection_menu__button .subsection-title-wrapper .subsection-title {
  font-size: 15px;
  font-weight: 400;
  color: #0d70b7;
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  .vendor-single .vendor-detail .subsection_menu__tree {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 76px);
            flex: 0 0 calc(100% - 76px);
    max-width: calc(100% - 76px);
  }
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail .subsection_menu__tree.collapse {
    display: block;
  }
}
.vendor-single .vendor-detail .subsection_menu__tree ul {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 20px;
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail .subsection_menu__tree ul {
    background-color: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
.vendor-single .vendor-detail .subsection_menu__tree ul li {
  display: block;
  list-style: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 11px;
  font-weight: bold;
  color: #1b2833;
  margin: 0;
  padding: 20px 30px 0 30px;
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail .subsection_menu__tree ul li {
    display: inline-block;
    padding: 12px 20px 12px 0;
  }
}
.vendor-single .vendor-detail .subsection_menu__tree ul li.jump-title {
  display: none;
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail .subsection_menu__tree ul li.jump-title {
    display: inline-block;
  }
}
.vendor-single .vendor-detail .subsection_menu__tree ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #0d70b7;
  text-decoration: none;
}
.vendor-single .vendor-detail .subsection_menu__tree ul li a:hover, .vendor-single .vendor-detail .subsection_menu__tree ul li a.active {
  color: #1b2833;
  text-decoration: none;
}
.vendor-single .vendor-detail .subsection-wrapper {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail .subsection-wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .vendor-single .vendor-detail .subsection-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .vendor-single .vendor-detail .subsection-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.vendor-single .vendor-detail section {
  border-bottom: solid 1px #c9cdd1;
  padding: 25px 0;
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail section {
    padding: 50px 0;
  }
}
.vendor-single .vendor-detail section:last-of-type {
  border-bottom: none;
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail section .vendor-details-left {
    padding-right: 50px;
  }
}
.vendor-single .vendor-detail section h4 {
  margin: 0 0 20px;
  padding: 0;
}
.vendor-single .vendor-detail section .file {
  word-wrap: break-word;
}
.vendor-single .vendor-detail section .file::before {
  content: "\f15b";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 11px;
  color: #1b2833;
  padding-right: 5px;
}
.vendor-single .vendor-detail section .locked {
  word-wrap: break-word;
}
.vendor-single .vendor-detail section .locked::before {
  content: "\f023";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 11px;
  color: #1b2833;
  padding-right: 5px;
}
.vendor-single .vendor-detail section .media-image-large {
  background-color: white;
  padding: 20px 50px;
  height: 37.5rem;
}
.vendor-single .vendor-detail section .media-image-large img {
  height: 100%;
  width: auto;
}
.vendor-single .vendor-detail section .media-image-large iframe {
  height: 35rem;
  width: 100%;
}
.vendor-single .vendor-detail section .media-image-large-title span {
  padding: 0 50px 20px 50px;
}
.vendor-single .vendor-detail section .media-thumbnails {
  margin-top: 12px;
}
.vendor-single .vendor-detail section .media-thumbnails a {
  border: solid 4px white;
  display: inline-block;
  margin: 0 8px 0 0;
}
.vendor-single .vendor-detail section .media-thumbnails a.video {
  position: relative;
}
.vendor-single .vendor-detail section .media-thumbnails a.video::before {
  background-color: rgba(27, 40, 51, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.vendor-single .vendor-detail section .media-thumbnails a.video::after {
  content: "\f04b";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: white;
}
.vendor-single .vendor-detail section .media-thumbnails a.active {
  outline: solid 1px #1b2833;
}
.vendor-single .vendor-detail section .media-thumbnails img {
  position: relative;
  max-height: 3.25rem;
  width: auto;
}
.vendor-single .vendor-detail section .details-table {
  border-collapse: collapse;
  display: table;
  width: 100%;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail section .details-table {
    margin-top: 0;
  }
}
.vendor-single .vendor-detail section .details-table .thead,
.vendor-single .vendor-detail section .details-table .tbody {
  display: table-row-group;
}
.vendor-single .vendor-detail section .details-table .tr {
  border-top: solid 1px #dfe0e0;
  display: table-row;
}
.vendor-single .vendor-detail section .details-table .tr:first-child {
  border-top: none;
}
.vendor-single .vendor-detail section .details-table .th,
.vendor-single .vendor-detail section .details-table .td {
  display: table-cell;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #1b2833;
  padding: 6px;
}
.vendor-single .vendor-detail section .details-table .th {
  border-right: solid 1px #dfe0e0;
  font-size: 11px;
  font-weight: 700;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .vendor-single .vendor-detail section .details-table .th {
    padding-right: 40px;
  }
}
.vendor-single .vendor-detail section .details-table .td {
  padding-left: 20px;
}
.vendor-single .vendor-detail section .reviews-row {
  margin-top: 10px;
}
.vendor-single .vendor-detail section .star-rating i {
  font-size: 18px;
  color: #00a49f;
}
.vendor-single .vendor-detail section .star-rating i.inactive {
  color: rgba(27, 40, 51, 0.1);
}
.vendor-single .vendor-detail section .star-rating .rating-count {
  font-size: 12px;
  margin-left: 15px;
}
.vendor-single .vendor-detail section .review-wrapper {
  margin: 20px 0 0;
}
.vendor-single .vendor-detail section .review-wrapper .review-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1b2833;
}
.vendor-single .vendor-detail section .review-wrapper .review-stars i {
  font-size: 13px;
  color: #00a49f;
}
.vendor-single .vendor-detail section .review-wrapper .review-stars i.inactive {
  color: rgba(27, 40, 51, 0.1);
}
.vendor-single .vendor-detail section .single-review {
  border-left: none;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .single-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.vendor-single .vendor-detail section .single-review .single-review-left {
  max-width: 100px;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .single-review .single-review-left {
    text-align: left;
    margin-bottom: 0;
  }
}
.vendor-single .vendor-detail section .single-review .single-review-left .thumbnail {
  background-color: #0d70b7;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  position: relative;
  font-size: 35px;
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
  padding: 11px 0 0;
}
.vendor-single .vendor-detail section .single-review .single-review-left .thumbnail .social {
  background-color: white;
  border-radius: 50%;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -12px;
  right: 0;
  font-size: 15px;
  color: #0d70b7;
  text-align: center;
  padding: 4px 0 0;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .single-review .single-review-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 130px);
            flex: 0 0 calc(100% - 130px);
    width: 80%;
    padding-left: 15px;
    padding-right: 0;
  }
}
.vendor-single .vendor-detail section .single-review .single-review-right .star-rating {
  margin-bottom: 10px;
}
.vendor-single .vendor-detail section .single-review .single-review-right .star-rating i {
  font-size: 12px;
  color: #00a49f;
}
.vendor-single .vendor-detail section .single-review .single-review-right .star-rating i.inactive {
  color: rgba(27, 40, 51, 0.1);
}
.vendor-single .vendor-detail section .single-review .single-review-right .star-rating .rating-count {
  font-size: 12px;
  margin-left: 10px;
}
.vendor-single .vendor-detail section .single-review .single-review-right p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
}
.vendor-single .vendor-detail section.clients-section .logo-row {
  margin: 0;
}
.vendor-single .vendor-detail section.clients-section .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
}
.vendor-single .vendor-detail section.clients-section .logo .logo-wrapper {
  background-color: white;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section.clients-section .logo .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.vendor-single .vendor-detail section.clients-section .logo .logo-wrapper a {
  width: 100%;
  height: 100%;
  padding: 30px 35px;
}
.vendor-single .vendor-detail section.clients-section .logo .logo-wrapper a img {
  width: 100%;
  max-width: 200px;
  max-height: 100px;
}
.vendor-single .vendor-detail section.comparisons-section .comparisons a {
  background-color: #f7f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1b2833;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 10px;
  padding: 20px 30px;
}
.vendor-single .vendor-detail section.comparisons-section .comparisons a:hover {
  color: #00a49f;
}
.vendor-single .vendor-detail section.comparisons-section .comparisons a .comparison-logo-container {
  max-width: 140px;
}
.vendor-single .vendor-detail section.comparisons-section .comparisons a .logo {
  background-color: white;
  border: solid 1px #e2e6eb;
  display: block;
  margin: 0 8px;
  padding: 20px 20px;
  height: 70px;
  width: 120px;
}
.vendor-single .vendor-detail section.comparisons-section .comparisons a .logo img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.vendor-single .vendor-detail section.comparisons-section .comparisons a span {
  width: 100%;
  padding: 10px 0;
  margin-top: 35px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section.comparisons-section .comparisons a span {
    width: auto;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail section.comparisons-section .comparisons a span {
    width: 100%;
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .vendor-single .vendor-detail section.comparisons-section .comparisons a span {
    width: auto;
    padding: 0;
  }
}
.vendor-single .vendor-detail section .vendor-item .vendor-item-wrapper {
  background-color: white;
  -webkit-box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.08);
  margin: 0 0 10px;
}
.vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top {
  display: block;
  padding: 10px 25px 30px;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top {
    padding: 30px 0 30px 25px;
  }
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top {
    padding: 30px 0 30px 30px;
  }
}
.vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper {
  border-bottom: solid 1px #e2e6eb;
  padding: 35px 30px;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper {
    border: solid 1px #e2e6eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 200px;
    max-height: 100px;
    margin: 0;
    padding: 30px 35px;
  }
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper {
    padding: 25px 15px;
  }
}
@media (min-width: 1200px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper {
    padding: 30px 35px;
  }
}
.vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .logo .logo-wrapper img {
  background-color: white;
  width: auto;
  max-width: 100%;
  max-height: 40px;
}
.vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .reviews {
  margin: 30px 0 0;
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .reviews {
    margin: 20px 0 0;
  }
}
.vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .reviews .star-rating i {
  font-size: 13px;
  color: #00a49f;
}
.vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .reviews .star-rating i.inactive {
  color: rgba(27, 40, 51, 0.1);
}
.vendor-single .vendor-detail section .vendor-item .vender-item-left .item-flex-top .reviews .star-rating .rating-count {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #1b2833;
  margin: 0 0 0 10px;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-right .vender-item-right-wrapper {
    background-color: white;
    padding: 30px 30px 30px 0;
  }
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top {
    padding: 0;
  }
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  padding: 10px 25px 0;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right {
    padding: 0 15px 0 5px;
  }
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-details-row {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-details-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score {
    padding: 0;
  }
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper {
  background-color: #f7f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 20px;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper {
    margin: 0 0 12px;
    padding: 15px;
  }
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .info {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 11px;
  color: #0d70b7;
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .info i::before {
  font-weight: 400;
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .match-score-title {
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .match-score-title {
    margin: 0;
  }
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .match-score-title.locked::before {
  content: "\f023";
  display: block;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #1b2833;
  padding-right: 4px;
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .match-score .match-score-wrapper .match-score-title.locked::before {
    font-size: 15px;
    padding-bottom: 10px;
  }
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right p {
  font-size: 11px;
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons {
  padding-right: 0;
}
@media (min-width: 768px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons {
    padding: 0;
  }
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .button, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons #contact-wrapper input[type=submit], #contact-wrapper .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons input[type=submit] {
  width: 100%;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 3px 15px;
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .button, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons #contact-wrapper input[type=submit], #contact-wrapper .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons input[type=submit] {
    margin: 0 0 5px;
    padding: 3px 20px;
  }
}
@media (min-width: 992px) {
  .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .button.view-profile, .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons #contact-wrapper input.view-profile[type=submit], #contact-wrapper .vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons input.view-profile[type=submit] {
    display: none;
  }
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .external {
  font-size: 12px;
}
.vendor-single .vendor-detail section .vendor-item .vender-item-right .item-flex-top .vendor-details-right .vendor-detail-buttons .external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding-left: 2px;
}
.vendor-single .vendor-detail section .vendor-item .vendor-item-controls .item-controls-wrapper {
  background-color: #f5f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 15px 25px;
}
.vendor-single .vendor-detail section .vendor-item .vendor-item-controls .item-controls-wrapper button {
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1b2833;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.vendor-single .vendor-detail section .vendor-item .vendor-item-controls .item-controls-wrapper button.favorite-button::before {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-color: #e2e6eb;
  content: "\f004";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: transparent;
  line-height: 30px;
  text-align: center;
  text-shadow: 2px 1px 5px #e2e6eb, 0 0 0 rgba(0, 0, 0, 0.2), 2px 1px 5px #e2e6eb;
  margin-right: 4px;
}
.vendor-single .vendor-detail section .vendor-item .vendor-item-controls .item-controls-wrapper button.favorite-button.checked {
  display: none;
}
.vendor-single .vendor-detail section .pagination .view-more {
  margin-top: 30px;
}
.vendor-single .media-container {
  position: relative;
}
.vendor-single .media-container span {
  position: absolute;
  left: 0;
  top: 100%;
  word-break: break-word;
}

.vendor-jump-to-section {
  background-color: #f8fafa;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05), 0 30px 40px -20px rgba(0, 0, 0, 0.75);
          box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05), 0 30px 40px -20px rgba(0, 0, 0, 0.75);
}
@media (min-width: 992px) {
  .vendor-jump-to-section {
    background-color: #f8fafa;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
  }
}

#sticky-header button.request-pricing-button,
#sticky-header button.visit-website-button {
  display: none;
}
#sticky-header.sticky-selection {
  position: fixed;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  z-index: 222;
  background: white;
  min-height: 66px;
  -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
          box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 0;
}
#sticky-header.sticky-selection .page-content-wrapper {
  width: 100%;
}
#sticky-header.sticky-selection .page-content-wrapper .vendor-single {
  padding: 8px 0;
}
#sticky-header.sticky-selection .page-content-wrapper .vendor-single li.btn-floater {
  float: right;
  padding: 6px 0;
}
#sticky-header.sticky-selection .page-content-wrapper .vendor-single button.visit-website-button,
#sticky-header.sticky-selection .page-content-wrapper .vendor-single button.request-pricing-button {
  display: block;
  padding: 10px;
  margin: auto;
  position: static;
  line-height: 1;
}
#sticky-header.sticky-selection .page-content-wrapper .vendor-single button.request-pricing-button {
  margin-left: 12px;
}

#ppc-thanks .ppc-thanks-container {
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#ppc-thanks .ppc-thanks-container .popup-item-close {
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
       -o-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  cursor: pointer;
}
#ppc-thanks .spinner {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

:root {
  --font-size-l: 2rem;
  --font-size-m: 1rem;
  --font-size-s: 0.5rem;
  --font-size-xs: 0.25rem;
  --padding-s: 0.75rem;
  --size-xs: 0.25rem;
  --size-s: 0.5rem;
  --size-m: 1rem;
  --size-l: 1.25rem;
  --size-xl: 2rem;
  --size-xxl: 2.5rem;
  --factor-xs: calc(var(--size-xs) / 4);
  --primary-color: #ebeef1;
  --secondary-color: #e2e6eb;
  --tertiary-color: #1b2833;
  --quaternary-color: #0d70b7;
  /* --quinary-color:  */
  --btn-primary-color: #3c89cd;
  --btn-secondary-color: #00a49f;
}

.home-insight-custom {
  /* 12px */
  /* 14px */
  /* 18px */
  /* 20px */
  /* 32px */
  /* 48px */
  /* .grid-three-columns {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  } */
  /* Typogr */
  /* Insights Details Page */
  /*
    common breakpoints for widths of devices
    320px — 480px: Mobile devices
    481px — 768px: iPads, Tablets
    769px — 1024px: Small screens, laptops
    1025px — 1200px: Desktops, large screens
    1201px and more —  Extra large screens, TV
    */
  /* Media Quieris */
  /* Mobile View */
}
.home-insight-custom input[type=text] {
  border-radius: 50px;
  border: none;
  outline: none;
  padding-top: 21px;
  padding-bottom: 19px;
  padding-left: 25px;
  padding-right: 288px;
}
.home-insight-custom img {
  max-width: unset;
}
.home-insight-custom .btn, .home-insight-custom .comment-form input[type=submit], .comment-form .home-insight-custom input[type=submit], .home-insight-custom .search-form .search-submit, .search-form .home-insight-custom .search-submit {
  color: #fff;
  border-radius: 17px;
  line-height: 14px;
  outline: none;
  border: none;
  cursor: pointer;
}
.home-insight-custom .btn-primary {
  background-color: var(--btn-primary-color);
}
.home-insight-custom .btn-secondary, .home-insight-custom .comment-form input[type=submit], .comment-form .home-insight-custom input[type=submit], .home-insight-custom .search-form .search-submit, .search-form .home-insight-custom .search-submit {
  background-color: var(--btn-secondary-color);
}
.home-insight-custom .nav-menu-list > .nav-menu-list-item {
  padding-right: 41px;
}
.home-insight-custom .section-search {
  background: -webkit-linear-gradient(45deg, #3982c4, #05b6a2);
  background: -o-linear-gradient(45deg, #3982c4, #05b6a2);
  background: linear-gradient(45deg, #3982c4, #05b6a2);
  height: 839px;
  padding-top: 81px;
}
.home-insight-custom .section-search-picture {
  max-width: 90vw;
  max-height: 510px;
  height: auto;
}
.home-insight-custom .section-vendors-picture {
  width: 40vw;
  height: auto;
  position: absolute;
  top: -2.5rem;
  left: 1.875rem;
  z-index: 3;
}
.home-insight-custom .section-vendors-bg-picture {
  width: 40vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-insight-custom .section-vendors-picture,
.home-insight-custom .section-search-picture {
  position: relative;
  border-radius: 10px 10px 0 0;
  border-top: 12px solid #a9b2bc;
  -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
}
.home-insight-custom .section-vendors-picture::before,
.home-insight-custom .section-search-picture::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #939ba3;
  -webkit-box-shadow: 20px 0 0 #939ba3, 40px 0 0 #939ba3;
          box-shadow: 20px 0 0 #939ba3, 40px 0 0 #939ba3;
}
.home-insight-custom .wrapped-image {
  position: relative;
}
.home-insight-custom .section-ideal-solution-picture {
  width: 40vw;
  height: auto;
}
.home-insight-custom .section-search > .title {
  color: #fff;
  line-height: 50px;
}
.home-insight-custom .section-search > .subtitle {
  color: #fff;
  line-height: 28px;
  font-size: 18px;
  padding-bottom: 42px;
}
.home-insight-custom .font-weight-normal {
  font-weight: normal;
}
.home-insight-custom .section-search > .keywords {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 64px;
}
.home-insight-custom .section-explore {
  background-color: var(--primary-color);
  padding-top: 216px;
  padding-bottom: 125px;
}
.home-insight-custom .font-size-12, .home-insight-custom #contact-wrapper .hs_error_rollup ul li label, #contact-wrapper .hs_error_rollup ul li .home-insight-custom label, .home-insight-custom #contact-wrapper .hs-error-msgs .hs-error-msg, #contact-wrapper .hs-error-msgs .home-insight-custom .hs-error-msg {
  font-size: calc(var(--size-m) - var(--size-xs));
}
.home-insight-custom .font-size-14 {
  font-size: 14px;
}
.home-insight-custom .font-size-xs {
  font-size: calc(var(--size-m) - var(--size-xs));
}
.home-insight-custom .font-size-s {
  font-size: calc(var(--size-m) - var(--factor-xs));
}
.home-insight-custom .font-size-m {
  font-size: calc(var(--size-m) + var(--factor-xs));
}
.home-insight-custom .font-size-l {
  font-size: var(--size-l);
}
.home-insight-custom .font-size-xl {
  font-size: var(--size-xl);
}
.home-insight-custom .font-size-xxl {
  font-size: calc(var(--size-xxl) + var(--size-s));
}
.home-insight-custom .font-size-15 {
  font-size: 15px;
}
.home-insight-custom .font-size-20 {
  font-size: 20px;
}
.home-insight-custom .font-size-18 {
  font-size: 18px;
}
.home-insight-custom .line-height-17 {
  line-height: 17px;
}
.home-insight-custom .line-height-22 {
  line-height: 22px;
}
.home-insight-custom .line-height-24 {
  line-height: 24px;
}
.home-insight-custom .line-height-28 {
  line-height: 28px;
}
.home-insight-custom .line-height-30 {
  line-height: 30px;
}
.home-insight-custom .line-height-40 {
  line-height: 40px;
}
.home-insight-custom .padding-x-y-20 {
  padding: 0 20px;
}
.home-insight-custom .p-y-1-3 {
  padding-top: 1.75rem;
}
.home-insight-custom .p-y-1-4 {
  padding-top: 50px;
}
.home-insight-custom .p-y-1-5 {
  padding-top: 100px;
}
.home-insight-custom .p-y-2-5 {
  padding-bottom: 100px;
}
.home-insight-custom .p-y-3 {
  padding-bottom: 1.75rem;
}
.home-insight-custom .p-y-4 {
  padding-bottom: 2.875rem;
}
.home-insight-custom .p-y-7 {
  padding-top: 127px;
  padding-bottom: 127px;
}
.home-insight-custom .p-y-3-6 {
  padding-bottom: 7.8125rem;
}
.home-insight-custom .p-x-2-1 {
  padding-right: calc(var(--size-m) + var(--factor-xs));
}
.home-insight-custom .p-x-2-2 {
  padding-right: var(--size-l);
}
.home-insight-custom .p-x-2-5 {
  padding-right: 6.25rem;
}
.home-insight-custom section {
  padding: 0 10%;
}
.home-insight-custom section > .content {
  max-width: 538px;
  width: 100%;
}
.home-insight-custom .section-explore > .content {
  max-width: 353px;
  width: 100%;
}
.home-insight-custom .custom-card {
  background-color: #fff;
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2);
}
.home-insight-custom .section-explore > .custom-card > .custom-card-image {
  padding-top: 30px;
  max-width: 48px;
}
.home-insight-custom .custom-card-title {
  padding-top: 20px;
  padding-bottom: 30px;
  color: var(--quaternary-color);
}
.home-insight-custom .section-ideal-solution {
  padding-top: 125px;
  padding-bottom: 127px;
}
.home-insight-custom .section-ideal-solution > .content {
  padding: 50px 0;
}
.home-insight-custom .section-ideal-solution,
.home-insight-custom .section-companies {
  background-color: var(--secondary-color);
}
.home-insight-custom .company-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home-insight-custom .company-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-insight-custom .company-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-height: 100px;
}
@media screen and (max-width: 768px) {
  .home-insight-custom .company-item {
    -ms-flex-preferred-size: 30% !important;
        flex-basis: 30% !important;
    padding: 5px;
  }
}
.home-insight-custom .company-item img {
  max-width: 100% !important;
}
.home-insight-custom .section-reviews {
  background-color: var(--tertiary-color);
  color: #fff;
  padding-top: 125px;
  padding-bottom: 121px;
}
.home-insight-custom .section-reviews > .info {
  height: 176px;
}
.home-insight-custom .section-reviews > .reviews {
  padding-top: 125px;
}
.home-insight-custom .section-reviews > .info > img {
  padding-bottom: 20px;
}
.home-insight-custom .section-reviews > .info > span {
  padding-bottom: 27px;
}
.home-insight-custom .review > hr {
  height: 2px;
  width: 40px;
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(#3982c4), to(#05b6a2));
  background: -webkit-linear-gradient(left, #3982c4, #05b6a2);
  background: -o-linear-gradient(left, #3982c4, #05b6a2);
  background: linear-gradient(to right, #3982c4, #05b6a2);
}
.home-insight-custom .review {
  width: 440px;
}
.home-insight-custom .section-vendors {
  padding-top: 137px;
  background-color: var(--primary-color);
}
.home-insight-custom .section-vendors > .content {
  max-height: 832px;
  height: 60vh;
  width: 30vw;
}
.home-insight-custom .section-vendor-network {
  background-color: var(--secondary-color);
  padding: 125px 210px;
}
.home-insight-custom .font-secondary {
  font-family: "merriweather", sans-serif;
}
.home-insight-custom .section-vendor-network > .info > h1 {
  font-size: 32px;
  line-height: 40px;
}
.home-insight-custom .section-vendor-network > .custom-card > .custom-card-image {
  padding-top: 20px;
}
.home-insight-custom .section-vendor-network > .custom-card > .custom-card-title {
  padding-top: 70px;
}
.home-insight-custom .custom-card > .custom-card-image > .custom-card-avatar {
  position: absolute;
}
.home-insight-custom .custom-card > .custom-card-image > .custom-card-icon {
  position: relative;
  top: 60px;
  right: 30px;
  width: 64px;
  height: 64px;
}
.home-insight-custom .section-featured-insights {
  background-color: var(--primary-color);
}
.home-insight-custom .insights > .custom-card {
  background-color: #fff;
  width: 39vw;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, .2); */
}
.home-insight-custom .insights > .custom-card > .custom-card-image {
  position: relative;
}
.home-insight-custom .insights > .custom-card > .custom-card-image > img {
  height: 217px;
  width: 100%;
}
.home-insight-custom .insights > .custom-card > .custom-card-image > .custom-card-title {
  position: absolute;
  top: 10px;
  left: 30px;
  color: #fff;
}
.home-insight-custom .insights > .custom-card > .custom-card-image > .custom-card-title::after {
  content: "›";
  color: #fff;
  margin-left: 4px;
}
.home-insight-custom .insights > .custom-card > .custom-card-image > .custom-card-hr {
  position: absolute;
  left: 32px;
  bottom: 50px;
  width: 90%;
  height: 1px;
  border: 0;
  background-color: #2680eb;
  opacity: 0.2;
}
.home-insight-custom .insights > .custom-card > .custom-card-image > .custom-card-info {
  position: absolute;
  left: 30px;
  bottom: 11px;
  color: #fff;
}
.home-insight-custom .insights > .custom-card > .custom-card-description {
  padding: 30px;
}
.home-insight-custom .section-vendor-selection {
  background-color: var(--tertiary-color);
  color: #fff;
  height: 588px;
  padding-top: 125px;
  padding-bottom: 185px;
  position: relative;
}
.home-insight-custom .section-for {
  min-height: 230px;
  height: auto;
  width: 80vw;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 520px;
  z-index: 9999;
}
.home-insight-custom .section-for > hr {
  background: var(--secondary-color);
  width: 1px;
  height: 130px;
  border: 0;
}
.home-insight-custom .for {
  width: 433px;
}
.home-insight-custom .for > p {
  color: #647585;
  font-size: 14px;
  line-height: 22px;
  padding-top: 11px;
  padding-bottom: 18px;
}
.home-insight-custom .for > p.for-title {
  color: #000;
}
.home-insight-custom .uppercase-text {
  text-transform: uppercase;
}
.home-insight-custom .capitalize-text {
  text-transform: capitalize;
}
.home-insight-custom .for-title > a > span::after,
.home-insight-custom .custom-card > .custom-card-title::after {
  content: "›";
  color: var(--btn-secondary-color);
  margin-left: 4px;
}
.home-insight-custom .search-wrap {
  max-width: 500px;
  width: 60ch;
}
.home-insight-custom .search-wrap .search-box {
  position: relative;
  height: 60px;
}
.home-insight-custom .search-wrap .search-box .input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 18px;
}
.home-insight-custom .search-wrap .search-box .btn, .home-insight-custom .search-wrap .search-box .comment-form input[type=submit], .comment-form .home-insight-custom .search-wrap .search-box input[type=submit], .home-insight-custom .search-wrap .search-box .search-form .search-submit, .search-form .home-insight-custom .search-wrap .search-box .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  /* background: var(--btn-secondary-color); */
  z-index: 1;
  cursor: pointer;
}
.home-insight-custom .search-wrap .search-box .btn.btn-common .fas, .home-insight-custom .search-wrap .search-box .comment-form input.btn-common[type=submit] .fas, .comment-form .home-insight-custom .search-wrap .search-box input.btn-common[type=submit] .fas, .home-insight-custom .search-wrap .search-box .search-form .btn-common.search-submit .fas, .search-form .home-insight-custom .search-wrap .search-box .btn-common.search-submit .fas,
.home-insight-custom .search-wrap .search-box .btn.btn-common .fa,
.home-insight-custom .search-wrap .search-box .comment-form input.btn-common[type=submit] .fa,
.comment-form .home-insight-custom .search-wrap .search-box input.btn-common[type=submit] .fa,
.home-insight-custom .search-wrap .search-box .search-form .btn-common.search-submit .fa,
.search-form .home-insight-custom .search-wrap .search-box .btn-common.search-submit .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: gray;
}
.home-insight-custom .search-wrap.search-wrap-1 .search-box .input {
  padding-right: 60px;
  border-radius: 50px;
}
.home-insight-custom .search-wrap.search-wrap-1 .search-box .btn, .home-insight-custom .search-wrap.search-wrap-1 .search-box .comment-form input[type=submit], .comment-form .home-insight-custom .search-wrap.search-wrap-1 .search-box input[type=submit], .home-insight-custom .search-wrap.search-wrap-1 .search-box .search-form .search-submit, .search-form .home-insight-custom .search-wrap.search-wrap-1 .search-box .search-submit {
  right: 0;
  border-radius: 50%;
}
.home-insight-custom .search-wrap.search-wrap-1 .search-box .btn:hover, .home-insight-custom .search-wrap.search-wrap-1 .search-box .comment-form input[type=submit]:hover, .comment-form .home-insight-custom .search-wrap.search-wrap-1 .search-box input[type=submit]:hover, .home-insight-custom .search-wrap.search-wrap-1 .search-box .search-form .search-submit:hover, .search-form .home-insight-custom .search-wrap.search-wrap-1 .search-box .search-submit:hover {
  /* background: var(--quaternary-color); */
  cursor: pointer;
  text-decoration: none;
}
.home-insight-custom .search-wrap.search-wrap-2 .search-box .input {
  border-radius: 50px;
  padding-right: 145px;
}
.home-insight-custom .search-wrap.search-wrap-2 .search-box .btn, .home-insight-custom .search-wrap.search-wrap-2 .search-box .comment-form input[type=submit], .comment-form .home-insight-custom .search-wrap.search-wrap-2 .search-box input[type=submit], .home-insight-custom .search-wrap.search-wrap-2 .search-box .search-form .search-submit, .search-form .home-insight-custom .search-wrap.search-wrap-2 .search-box .search-submit {
  width: 125px;
  height: 45px;
  top: 8px;
  right: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
}
.home-insight-custom .search-wrap.search-wrap-2 .search-box .btn:hover, .home-insight-custom .search-wrap.search-wrap-2 .search-box .comment-form input[type=submit]:hover, .comment-form .home-insight-custom .search-wrap.search-wrap-2 .search-box input[type=submit]:hover, .home-insight-custom .search-wrap.search-wrap-2 .search-box .search-form .search-submit:hover, .search-form .home-insight-custom .search-wrap.search-wrap-2 .search-box .search-submit:hover {
  background-color: transparent;
  border: solid 2px var(--btn-secondary-color);
  cursor: pointer;
  color: var(--btn-secondary-color);
  text-decoration: none;
}
.home-insight-custom .text-align-center {
  text-align: center;
}
.home-insight-custom .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-insight-custom .flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-insight-custom .flex-column-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-insight-custom .order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.home-insight-custom .order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.home-insight-custom .justify-content-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.home-insight-custom .justify-content-space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.home-insight-custom .justify-content-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-insight-custom .justify-content-center, .home-insight-custom .page-insights .page-numbers, .page-insights .home-insight-custom .page-numbers,
.home-insight-custom .category.archive .page-numbers,
.category.archive .home-insight-custom .page-numbers {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-insight-custom .justify-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home-insight-custom .align-items {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-insight-custom .align-items-center, .home-insight-custom .page-insights .page-numbers, .page-insights .home-insight-custom .page-numbers,
.home-insight-custom .category.archive .page-numbers,
.category.archive .home-insight-custom .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-insight-custom .grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  /* align-items: center; */
}
.home-insight-custom .grid-two-columns {
  grid-template-columns: repeat(2, 1fr);
}
.home-insight-custom .grid-three-columns {
  grid-template-columns: repeat(3, 1fr);
}
.home-insight-custom .grid-four-columns {
  grid-template-columns: repeat(4, 1fr);
}
.home-insight-custom .grid-eight-columns {
  grid-template-columns: repeat(8, 1fr);
}
.home-insight-custom .grid-row-span-2 {
  grid-row: 1/span 2;
}
.home-insight-custom .gap-30 {
  gap: 30px;
}
.home-insight-custom .font-size-ms {
  font-size: calc(var(--font-size-l) / 2 + var(--font-size-xs) / 4);
}
.home-insight-custom .font-m {
  line-height: 1.375rem;
}
.home-insight-custom .font-bold {
  font-weight: bold;
}
.home-insight-custom .font-style-italic {
  font-style: italic;
}
.home-insight-custom .width-40_ch {
  width: 40ch;
}
.home-insight-custom .p-y-2 {
  padding: 1.25rem 0;
}
.home-insight-custom .p-x-y-2 {
  padding: 0.5rem 1.125rem;
}
.home-insight-custom .p-x-y-3 {
  padding: 0.8125rem 1.28125rem 0.5625rem 1.28125rem;
}
.home-insight-custom .m-x-2-3 {
  margin-right: 6.2rem;
}
.home-insight-custom .m-x-1-1 {
  margin-right: 10px;
  margin-left: 20px;
}
.home-insight-custom .list-inside {
  list-style-position: inside;
}
.home-insight-custom .section-insight-details {
  background-color: var(--secondary-color);
}
.home-insight-custom .custom-card-details > .custom-card-image > img {
  width: 100vw;
  max-width: 100%;
}
.home-insight-custom .custom-card-details > .custom-card-description {
  background-color: #fff;
  width: 70vw;
  padding: 6rem;
}
.home-insight-custom .p-x-y-0 {
  padding-left: 0;
  padding-right: 0;
}
.home-insight-custom .m-x-1-auto {
  margin-left: auto;
}
.home-insight-custom + .site-footer {
  margin-top: 0 !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .home-insight-custom section {
    padding: 0 5%;
  }
  .home-insight-custom .section-search {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    height: auto;
  }
  .home-insight-custom .section-search > .title {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    padding-bottom: 22px;
  }
  .home-insight-custom .section-search > .subtitle {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
  }
  .home-insight-custom .section-search > .keywords {
    text-align: center;
  }
  .home-insight-custom .search-wrap {
    width: 90vw;
    max-width: 330px;
    border-radius: 30px;
  }
  .home-insight-custom .search-wrap .search-box .input {
    font-size: 15px;
  }
  .home-insight-custom .section-search,
  .home-insight-custom .section-ideal-solution,
  .home-insight-custom .section-explore,
  .home-insight-custom .section-companies,
  .home-insight-custom .section-reviews {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .home-insight-custom .section-ideal-solution,
  .home-insight-custom .section-explore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-insight-custom .section-ideal-solution-picture {
    width: auto;
  }
  .home-insight-custom .grid-eight-columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-insight-custom .reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-insight-custom .section-reviews > .reviews {
    padding-top: 3rem;
  }
  .home-insight-custom .review {
    width: unset;
  }
  .home-insight-custom .reviews > .review:not(:last-child) {
    padding-bottom: 3rem;
  }
  .home-insight-custom .section-reviews > .info {
    height: unset;
  }
  .home-insight-custom .section-vendors {
    padding-top: 3rem;
    padding-bottom: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-insight-custom .section-vendors > .content {
    max-height: unset;
    height: unset;
    width: 85vw;
  }
  .home-insight-custom .section-vendors-bg-picture {
    width: 85vw;
    height: auto;
  }
  .home-insight-custom .section-vendors-picture {
    top: -1.2rem;
    left: 0.6rem;
    width: 85vw;
    height: auto;
  }
  .home-insight-custom .section-vendors-picture,
  .home-insight-custom .section-search-picture {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  .home-insight-custom .wrapped-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 3rem;
  }
  .home-insight-custom .m-x-1-auto {
    margin-left: unset;
  }
  .home-insight-custom .grid-three-columns {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-insight-custom .section-vendor-network {
    padding: 6rem 5%;
  }
  .home-insight-custom .insights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-insight-custom .insights > .custom-card {
    width: 90vw;
  }
  .home-insight-custom .insights > .custom-card:first-child {
    margin-bottom: 20px;
  }
  .home-insight-custom .section-vendor-selection {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-insight-custom .section-vendor-selection > span {
    text-align: center;
  }
}
@media only screen and (min-device-width: 1025px) and (max-device-height: 1200px) {
  .home-insight-custom section {
    padding: 0 5%;
  }
}
@media only screen and (min-device-width: 1201px) {
  .home-insight-custom {
    /* .section-vendors > .content {
      max-height: 832px;
      height: 40vh;
    } */
  }
  .home-insight-custom section {
    padding: 0 10%;
  }
}

.featured-insights {
  background: rgba(255, 255, 255, 0.3);
}
.featured-insights .featured-insights-content-wrapper {
  position: relative;
  z-index: 1;
  padding: 40px 10px 40px;
}
@media (min-width: 768px) {
  .featured-insights .featured-insights-content-wrapper {
    padding: 40px 35px 40px;
  }
}
@media (min-width: 992px) {
  .featured-insights .featured-insights-content-wrapper {
    padding: 50px 35px 100px;
  }
}

.insight-item-wrapper {
  -webkit-box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.08);
  background: #fff;
  max-height: 25.438rem;
}
@media (min-width: 768px) {
  .insight-item-wrapper {
    max-height: 21.438rem;
  }
}
.insight-item-wrapper .excerpt {
  padding: 1.875rem;
}
.insight-item-wrapper .excerpt p {
  line-height: 1.375rem;
}
.insight-item-wrapper .image-title-wrapper {
  min-height: 13.563rem;
  padding: 1.875rem 1.875rem 0.938rem 1.875rem;
}
.insight-item-wrapper .image-title-wrapper .insight-title {
  z-index: 10;
}
.insight-item-wrapper .image-title-wrapper .insight-title a {
  line-height: 2.5rem;
}
.insight-item-wrapper .image-title-wrapper .insight-category {
  line-height: 1rem;
  z-index: 10;
}
.insight-item-wrapper .image-title-wrapper .image-title-overlay {
  background: #0d70bb;
  left: 0;
  top: 0;
  opacity: 0.7;
}
.insight-item-wrapper .image-title-wrapper img {
  left: 0;
  top: 0;
}

.insight-listing {
  position: relative;
  z-index: 1;
  padding: 25px 10px 25px;
}
@media (min-width: 768px) {
  .insight-listing {
    padding: 25px 35px 25px;
  }
}
@media (min-width: 992px) {
  .insight-listing {
    padding: 50px 35px 50px;
  }
}
.insight-listing .select-wrapper::after {
  content: "";
  color: #1b2833;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjYXJldC1kb3duIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2FyZXQtZG93biBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTMxLjMgMTkyaDI1Ny4zYzE3LjggMCAyNi43IDIxLjUgMTQuMSAzNC4xTDE3NC4xIDM1NC44Yy03LjggNy44LTIwLjUgNy44LTI4LjMgMEwxNy4yIDIyNi4xQzQuNiAyMTMuNSAxMy41IDE5MiAzMS4zIDE5MnoiPjwvcGF0aD48L3N2Zz4=) no-repeat;
  width: 1rem;
  height: 1rem;
  opacity: 0.7;
}
.insight-listing .select-wrapper select {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.insight-listing .select-wrapper select:focus, .insight-listing .select-wrapper select:active, .insight-listing .select-wrapper select:visited, .insight-listing .select-wrapper select:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.insight-listing .home-insight-custom .search-wrap .search-box {
  height: 54.4px;
}
.insight-listing .home-insight-custom .search-wrap .search-box input {
  font-size: 1rem;
  -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.insight-listing .home-insight-custom .search-wrap {
  width: 382px;
}
.insight-listing .search-wrap .search-box .btn.btn-common .fa, .insight-listing .search-wrap .search-box .comment-form input.btn-common[type=submit] .fa, .comment-form .insight-listing .search-wrap .search-box input.btn-common[type=submit] .fa, .insight-listing .search-wrap .search-box .search-form .btn-common.search-submit .fa, .search-form .insight-listing .search-wrap .search-box .btn-common.search-submit .fa {
  font-weight: 400 !important;
}
.insight-listing .insight-pagination a {
  color: #0d70b7 !important;
}
.insight-listing .insight-pagination span {
  color: #647585 !important;
}

.insights-newsletter {
  border-radius: 16px;
}
.insights-newsletter-form form {
  padding-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.insights-newsletter-form form .hs-form-field {
  min-width: 250px;
  min-height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 10px;
  position: relative;
}
.insights-newsletter-form form .hs-email {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.insights-newsletter-form form label {
  display: none;
}
.insights-newsletter-form form label.hs-error-msg {
  top: 35px;
  display: block;
}
.insights-newsletter-form form .hs-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 10px;
  padding-bottom: 40px;
}
.insights-newsletter-form form .hs_error_rollup {
  display: none !important;
}
.insights-newsletter-form form .input {
  width: 100%;
}
.insights-newsletter-form form .input select {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.insights-newsletter-form form .input select,
.insights-newsletter-form form .input input[name=email] {
  background-color: white;
  border: none;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  min-width: 169px;
  height: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a9b2bc;
  letter-spacing: 0;
  padding: 0 1rem !important;
}
@media (min-width: 992px) {
  .insights-newsletter-form form .input select,
  .insights-newsletter-form form .input input[name=email] {
    font-size: 15px;
  }
}
.insights-newsletter-form form .input select::-webkit-input-placeholder,
.insights-newsletter-form form .input input[name=email]::-webkit-input-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.insights-newsletter-form form .input select::-moz-placeholder,
.insights-newsletter-form form .input input[name=email]::-moz-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.insights-newsletter-form form .input select:-moz-placeholder,
.insights-newsletter-form form .input input[name=email]:-moz-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.insights-newsletter-form form .input select:-ms-input-placeholder,
.insights-newsletter-form form .input input[name=email]:-ms-input-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.insights-newsletter-form form .input select:-moz-placeholder-shown, .insights-newsletter-form form .input input[name=email]:-moz-placeholder-shown {
  color: #a9b2bc;
  opacity: 1;
}
.insights-newsletter-form form .input select:-ms-input-placeholder, .insights-newsletter-form form .input input[name=email]:-ms-input-placeholder {
  color: #a9b2bc;
  opacity: 1;
}
.insights-newsletter-form form .input select:placeholder-shown,
.insights-newsletter-form form .input input[name=email]:placeholder-shown {
  color: #a9b2bc;
  opacity: 1;
}
.insights-newsletter-form form .input select:active, .insights-newsletter-form form .input select:focus,
.insights-newsletter-form form .input input[name=email]:active,
.insights-newsletter-form form .input input[name=email]:focus {
  background-color: white !important;
  border: solid 1px #0d70b7;
  outline: none;
}
.insights-newsletter-form form .actions {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.insights-newsletter-form form .actions input[type=submit] {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  background-color: #00a49f;
  border: solid 2px #00a49f;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: white;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 15px 0 0;
  padding: 8px 20px;
  height: 40px;
  width: 100%;
}
.insights-newsletter-form form .actions input[type=submit]:focus {
  outline: none;
}

.insights-footer .insights-footer-content-wrapper {
  position: relative;
  z-index: 1;
  padding: 25px 10px 40px;
}
@media (min-width: 768px) {
  .insights-footer .insights-footer-content-wrapper {
    padding: 25px 35px 40px;
  }
}
@media (min-width: 992px) {
  .insights-footer .insights-footer-content-wrapper {
    padding: 50px 35px 100px;
  }
}
.insights-footer + .site-footer {
  margin-top: 0 !important;
}

#insight-category-select option {
  text-align: left !important;
}

.pt-90 {
  padding-top: 90px;
}

.container-wrapper .page-content-wrapper {
  position: relative;
  z-index: 1;
  padding: 40px 10px 40px;
}
@media (min-width: 768px) {
  .container-wrapper .page-content-wrapper {
    padding: 40px 35px 40px;
  }
}
@media (min-width: 992px) {
  .container-wrapper .page-content-wrapper {
    padding: 50px 35px 100px;
  }
}

#map {
  width: 100%;
  height: 600px;
}

#contact-wrapper input[type=text],
#contact-wrapper input[type=email],
#contact-wrapper textarea {
  border: 0;
  line-height: 2rem;
  background: transparent;
  text-indent: 1rem;
}
#contact-wrapper input[type=text]:focus-visible,
#contact-wrapper input[type=email]:focus-visible,
#contact-wrapper textarea:focus-visible {
  outline: none;
}
#contact-wrapper textarea {
  height: 5rem;
  resize: none;
  margin: 0;
}
#contact-wrapper .hs-error-msgs {
  list-style-type: none;
  padding: 0;
}
#contact-wrapper .hs-error-msgs .hs-error-msg {
  line-height: 1rem;
}
#contact-wrapper .hs-error-msgs .hs-error-msg::before {
  content: "•";
}
.single-category-wrapper {
  border-top: 1px solid rgba(27, 40, 51, 0.15);
}

.hero-insight-single {
  background: -webkit-linear-gradient(315deg, #119094 0%, #346dab 100%);
  background: -o-linear-gradient(315deg, #119094 0%, #346dab 100%);
  background: linear-gradient(135deg, #119094 0%, #346dab 100%);
}
.hero-insight-single::before {
  background: unset !important;
}

.single-content-wrapper {
  padding: 50px 35px 100px;
}
@media (max-width: 991.98px) {
  .single-content-wrapper {
    padding: 40px 35px 40px;
  }
}
.single-content-wrapper p:first-of-type > img {
  width: 100%;
}

.hero-single-category {
  display: inline-block;
  border: 2px solid #a1c6f9;
  padding: 5px 10px;
  color: #1570ef;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.hero-single-title {
  color: #1b2833;
  margin-top: 16px;
}

.hero-single-description {
  color: #1b2833;
}

.hero-single-divider {
  display: inline-block;
  border-top: 2px solid #1570ef;
  width: 200px;
}

.hero-single-banner {
  width: 100%;
}

.hero-banner-container {
  max-height: 550px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.linkedin-login-popup .scroll-container,
.columns-popup .scroll-container {
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.linkedin-login-popup .popup-item-close,
.columns-popup .popup-item-close {
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
       -o-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.columns-popup .popup-item-close {
  right: 16.5%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .columns-popup .popup-item-close {
    right: 20.5%;
  }
}
@media (min-width: 1801px) and (max-width: 2200px) {
  .columns-popup .popup-item-close {
    right: 22%;
  }
}
.columns-popup .popup-wrapper {
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .columns-popup {
    height: 100%;
  }
  .columns-popup .user-three-column {
    height: 100%;
    overflow-y: scroll;
  }
  .columns-popup .container-fluid, .columns-popup .container-sm, .columns-popup .container-md, .columns-popup .container-lg, .columns-popup .container-xl,
  .columns-popup .position-relative,
  .columns-popup .ppl-popup .ppl-popup-item,
  .ppl-popup .columns-popup .ppl-popup-item,
  .columns-popup .ppl-popup .ppc-popup-item,
  .ppl-popup .columns-popup .ppc-popup-item,
  .columns-popup .popup-container {
    height: 100%;
  }
}

.linkedin-login-popup .popup-wrapper {
  width: 95% !important;
  height: 100% !important;
}
.linkedin-login-popup .scroll-container {
  width: 51%;
  height: auto;
  max-height: 100%;
}
.linkedin-login-popup .popup-container {
  overflow-y: auto;
  height: 100%;
  /* Track */
  /* Handle */
}
.linkedin-login-popup .popup-container::-webkit-scrollbar {
  width: 4px;
}
.linkedin-login-popup .popup-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
.linkedin-login-popup .popup-container::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #0d70b7;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}
.linkedin-login-popup .popup-container::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(13, 112, 183, 0.4);
}
@media (max-width: 991.98px) {
  .linkedin-login-popup .scroll-container {
    width: 91%;
    height: 100%;
  }
}

#collapse-top-vendors #top_list {
  counter-reset: item;
}
#collapse-top-vendors #top_list li {
  list-style-type: none;
  height: 4.667rem;
  counter-increment: item;
}
#collapse-top-vendors #top_list li::before {
  content: counter(item);
  margin-right: 15px;
  display: block;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  padding-top: 1px;
}
#collapse-top-vendors #top_list li div:first-of-type {
  width: 45%;
}
#collapse-top-vendors #top_list li div:last-child {
  width: 55%;
}
#collapse-top-vendors img {
  max-height: 100%;
}
#collapse-top-vendors .vendor-cover {
  top: 0;
  left: 0;
}
#collapse-top-vendors .top-vendor-banner-container img {
  max-height: 8.438rem;
}
#collapse-top-vendors .top-vendor-banner-container .badge-product {
  top: 0;
  margin-top: 57%;
  left: 0;
  font-size: 0.5rem;
  padding: 0 1.188rem;
  line-height: 0.5rem;
}
#collapse-top-vendors .top-vendor-banner-container .badge-quarter-year {
  margin-top: 91px;
  top: 0;
  left: 0;
  font-size: 0.467rem;
  padding: 0 25px;
}

.ppl-popup .popup-wrapper {
  max-height: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35%;
}
.ppl-popup .popup-item-close,
.ppl-popup .ppl-item-close,
.ppl-popup .ppc-item-close {
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
       -o-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  caret-color: transparent;
  cursor: pointer;
}
.ppl-popup .ppl-popup-item,
.ppl-popup .ppc-popup-item {
  margin-right: 1rem;
  width: 7.5rem;
  height: 4rem;
}
.ppl-popup .ppl-popup-item:last-of-type,
.ppl-popup .ppc-popup-item:last-of-type {
  margin-right: 0;
}
.ppl-popup .ppl-popup-item img,
.ppl-popup .ppc-popup-item img {
  width: auto;
  max-width: 100%;
  max-height: 4rem;
}

.site-header {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
  width: 100%;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(52, 72, 93, 0.1);
}
.site-header .navbar {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 16px 10px;
}
@media (max-width: 991.98px) {
  .site-header .navbar {
    background: #f5f5f5;
  }
  .site-header .navbar #top-right-menu-mobile {
    border-top: 2px solid #f9fafb;
  }
  .site-header .navbar #top-right-menu-mobile li a {
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 16px;
    gap: 8px;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    text-decoration: none !important;
    white-space: nowrap;
  }
  .site-header .navbar #top-right-menu-mobile li a.demo {
    color: #fff;
    background: #1570ef;
    position: relative;
  }
}
@media (max-width: 991.98px) and (max-width: 1199.98px) {
  .site-header .navbar #top-right-menu-mobile li a:hover {
    background: #f2f4f7;
    color: #475467;
  }
  .site-header .navbar #top-right-menu-mobile li a:hover.demo {
    color: #fff;
    background: #175cd3;
  }
}
@media (max-width: 991.98px) {
  .site-header .navbar #top-right-menu-mobile li.active a.demo {
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #d1e9ff;
            box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #d1e9ff;
  }
  .site-header .navbar #top-right-menu-mobile li .demo-requests {
    position: absolute;
    display: none;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 16px;
    max-width: unset !important;
    width: calc(100% - 32px) !important;
    background: #fff;
    border: 1px solid #eaecf0;
    -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
            box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 8px;
    margin: 0 !important;
  }
  .site-header .navbar #top-right-menu-mobile li .demo-requests-link {
    padding: 0;
    margin: 0;
  }
  .site-header .navbar #top-right-menu-mobile li .demo-requests-link a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
    margin-right: auto;
    margin-left: 0;
    width: 100%;
    border: none;
    background: none;
    padding: 0 !important;
  }
  .site-header .navbar #top-right-menu-mobile li.active .demo-requests {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .site-header .navbar {
    padding: 5px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.site-header .navbar .navbar-brand {
  width: auto;
  margin: 0;
}
.site-header .navbar .navbar-brand img {
  width: 100%;
  max-width: 170px;
}
@media (min-width: 1200px) {
  .site-header .navbar .navbar-brand img {
    max-width: 190px;
  }
}
.site-header .navbar .navbar-brand .shortlister-logo-dark {
  display: block;
}
.site-header .navbar .navbar-brand .shortlister-logo-light {
  display: none;
}
.site-header .navbar .navbar-toggle-container {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 992px) {
  .site-header .navbar .navbar-toggle-container {
    display: none !important;
  }
}
.site-header .navbar .navbar-toggle-container .button-search {
  background: none;
  border: none;
  font-size: 20px;
  color: #1b2833;
  vertical-align: middle;
  margin: 0 35px 0 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.site-header .navbar .navbar-toggle-container .button-search i {
  font-weight: 700;
}
.site-header .navbar .navbar-toggle-container .button-search img {
  width: 40px;
}
.site-header .navbar .navbar-toggle-container .button-search.open {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.site-header .navbar .navbar-toggle-container .button-search.open::before {
  display: none;
}
.site-header .navbar .navbar-toggle-container .button-search.open i,
.site-header .navbar .navbar-toggle-container .button-search.open img {
  display: none;
}
.site-header .navbar .navbar-toggle-container .button-search.open .icon-bar {
  background: #1b2833;
  border-radius: 0;
  display: block;
  width: 32px;
  height: 2px;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 6px;
}
.site-header .navbar .navbar-toggle-container .button-search.open .icon-bar:nth-of-type(1) {
  width: 30px;
  top: 10px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header .navbar .navbar-toggle-container .button-search.open .icon-bar:nth-of-type(2) {
  background: transparent !important;
}
.site-header .navbar .navbar-toggle-container .button-search.open .icon-bar:nth-of-type(3) {
  width: 30px;
  top: -6px;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-header .navbar .navbar-toggle-container .button-search:not(.open) .menu-icon {
  display: none;
}
@media (min-width: 992px) {
  .site-header .navbar .navbar-toggle-container .button-search:hover {
    color: #0d70b7;
  }
}
.site-header .navbar .navbar-toggle-container .navbar-toggler {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  top: 0;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .site-header .navbar .navbar-toggle-container .navbar-toggler {
    display: none;
  }
}
.site-header .navbar .navbar-toggle-container .navbar-toggler .menu-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.site-header .navbar .navbar-toggle-container .navbar-toggler .menu-icon::before {
  display: none;
}
.site-header .navbar .navbar-toggle-container .navbar-toggler .menu-icon .icon-bar {
  background: #1b2833;
  border-radius: 0;
  display: block;
  width: 32px;
  height: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 6px;
}
.site-header .navbar .navbar-toggle-container .navbar-toggler .menu-icon .icon-bar:nth-of-type(2) {
  top: 2px;
}
.site-header .navbar .navbar-toggle-container .navbar-toggler .menu-icon .icon-bar:nth-of-type(3) {
  top: 4px;
}
.site-header .navbar .navbar-toggle-container .navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(1) {
  width: 30px;
  top: 10px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header .navbar .navbar-toggle-container .navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(2) {
  background: transparent !important;
}
.site-header .navbar .navbar-toggle-container .navbar-toggler:not(.collapsed) .icon-bar:nth-of-type(3) {
  width: 30px;
  top: -6px;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 991.98px) {
  .site-header.nav-open .navbar {
    padding: 16px 10px;
    background: #f5f5f5;
  }
  .site-header.nav-open .navbar .navbar-toggle-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .site-header.nav-open .navbar #primary-nav {
    border-top: 1px solid #f2f4f7;
    background: #fff;
    margin: 16px -10px -16px;
    -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
            box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  }
}
@media (max-width: 991.98px) {
  .site-header.nav-open .navbar #primary-nav .menu {
    margin: 0;
    padding: 24px 0;
    gap: 8px;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item:nth-child(3) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item:nth-child(3) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item:nth-child(3) a i {
    font-style: normal !important;
    margin-left: auto;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item:nth-child(3) a i.fa-chevron-up {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item:nth-child(3) a i.fa-chevron-down {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item.active {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item.active a#solutions-request {
    color: #175cd3;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item.active a#solutions-request i {
    color: #175cd3;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item.active a#solutions-request i.fa-chevron-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item.active a#solutions-request i.fa-chevron-down {
    display: none;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item.active .mega-menu.solutions {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item.active .mega-menu.solutions .solutions-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 16px;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item.active .mega-menu.solutions .solutions-content .solution-column {
    width: 100%;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item.active .mega-menu.solutions .solutions-content .solution-column-title {
    text-align: left;
  }
  .site-header.nav-open .navbar #primary-nav .menu .menu-item.active .mega-menu.solutions .solutions-content .solution-column-submenu {
    gap: 8px;
  }
  .site-header.nav-open .navbar #primary-nav .menu li {
    margin: 0 16px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .site-header.nav-open .navbar #primary-nav .menu li a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #101828;
    width: 100%;
    text-align: left;
    padding: 12px 0;
  }
}
@media (max-width: 991.98px) {
  .site-header.nav-open .navbar #primary-nav .menu li a i.fa-chevron-up,
  .site-header.nav-open .navbar #primary-nav .menu li a i.fa-chevron-down {
    display: none;
  }
  .site-header.search-open {
    background-color: #1b2833;
  }
  .site-header.search-open .navbar {
    padding: 16px 10px;
    background: #1b2833;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .site-header.search-open .navbar {
    padding: 25px 10px 0;
  }
}
@media (max-width: 991.98px) {
  .site-header.search-open .navbar .navbar-brand .shortlister-logo-dark {
    display: none;
  }
  .site-header.search-open .navbar .navbar-brand .shortlister-logo-light {
    display: block;
  }
  .site-header.search-open .navbar .navbar-toggle-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991.98px) and (max-width: 1199.98px) {
  .site-header.search-open .navbar .navbar-toggle-container .button-search {
    color: white;
  }
}
@media (max-width: 991.98px) and (max-width: 1199.98px) {
  .site-header.search-open .navbar .navbar-toggle-container .button-search .menu-icon .icon-bar {
    background: white;
  }
}
@media (max-width: 991.98px) and (max-width: 1199.98px) {
  .site-header.search-open .navbar .navbar-toggle-container .navbar-toggler .menu-icon .icon-bar {
    background: white;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .site-header.search-open .navbar #primary-nav .menu > li {
    border-color: #0e141a;
  }
}
@media (min-width: 992px) {
  .site-header #primary-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}
.site-header .header-nav {
  font-size: 0;
  text-align: right;
  margin: 0;
}
.site-header .header-nav ul {
  display: block;
  margin: 0;
  padding: 0;
}
.site-header .header-nav ul li {
  display: inline-block;
  list-style: none;
  margin: 8px 0;
  padding: 2px 0;
}
.site-header .header-nav ul li a {
  display: inline-block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #1b2833;
  text-align: right;
  margin: 0 8px;
  padding: 0;
}
@media (min-width: 1200px) {
  .site-header .header-nav ul li a {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .site-header .header-nav ul li a:hover {
    color: #0d70b7;
    text-decoration: none;
  }
}
.site-header .header-nav ul li.current-menu-item a, .site-header .header-nav ul li.current-menu-ancestor a {
  color: #0d70b7;
  text-decoration: none;
}

.site-footer {
  background-color: #0d70b7;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer {
    margin: 55px 0 0;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-top {
    margin: -120px 35px 0;
  }
}
@media (max-width: 991.98px) {
  .site-footer .footer-top .container-fluid, .site-footer .footer-top .container-sm, .site-footer .footer-top .container-md, .site-footer .footer-top .container-lg, .site-footer .footer-top .container-xl {
    padding: 0;
  }
}
.site-footer .footer-bottom {
  background: #101828;
  padding: 0 32px;
}
@media (max-width: 991.98px) {
  .site-footer .footer-bottom {
    padding: 0 16px;
  }
}
.site-footer .footer-bottom .newsletter-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  margin: auto;
  gap: 10px;
  width: 1280px;
}
@media (max-width: 1199.98px) {
  .site-footer .footer-bottom .newsletter-signup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991.98px) {
  .site-footer .footer-bottom .newsletter-signup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
}
.site-footer .footer-bottom .newsletter-signup .newsletter-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
@media (max-width: 991.98px) {
  .site-footer .footer-bottom .newsletter-signup .newsletter-text {
    max-width: 480px;
  }
}
.site-footer .footer-bottom .newsletter-signup .newsletter-text h5,
.site-footer .footer-bottom .newsletter-signup .newsletter-text h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  padding: 0;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .site-footer .footer-bottom .newsletter-signup .newsletter-text h5,
  .site-footer .footer-bottom .newsletter-signup .newsletter-text h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
  }
}
.site-footer .footer-bottom .newsletter-signup .newsletter-text p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #eaecf0;
  text-align: left;
}
@media (max-width: 991.98px) {
  .site-footer .footer-bottom .newsletter-signup .newsletter-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .site-footer .footer-bottom .newsletter-signup .newsletter-form {
    width: 100%;
  }
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .site-footer .footer-bottom .newsletter-signup .newsletter-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 480px;
  }
  .site-footer .footer-bottom .newsletter-signup .newsletter-form form .hs-submit {
    width: 100%;
  }
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .hs-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0;
  position: relative;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .hs-form-field > label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 991.98px) {
  .site-footer .footer-bottom .newsletter-signup .newsletter-form form .hs-form-field {
    width: 100%;
  }
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .hs-error-msgs {
  min-height: 35px;
  position: absolute;
  top: 44px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 991.98px) {
  .site-footer .footer-bottom .newsletter-signup .newsletter-form form .hs-error-msgs {
    position: static;
  }
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input {
  width: 100%;
  max-width: 480px;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select {
  width: 159px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* hide default arrow */
  padding-right: 20px; /* add space for the custom arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23667085' d='M19.71,8.29a1,1,0,0,0-1.42,0L12,14.59,6.71,9.29a1,1,0,0,0-1.42,1.42l6,6a1,1,0,0,0,1.42,0l6-6A1,1,0,0,0,19.71,8.29Z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important; /* prevent repeating the image */
  background-position: right 14px center !important; /* position the image to the right center */
  background-size: 16px 16px; /* set size of custom arrow */
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select::after {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select:hover {
  background-color: #f0f0f0; /* add hover color */
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select:focus {
  outline: none; /* remove default focus outline */
  -webkit-box-shadow: 0 0 0 1px #000;
          box-shadow: 0 0 0 1px #000; /* add focus border */
}
@media (min-width: 768px) {
  .site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select option {
    width: 159px;
  }
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input input[name=email] {
  width: 280px;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select,
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input input[name=email] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 14px;
  gap: 8px;
  height: 44px;
  background: #fff;
  border: 1px solid #344054;
  -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
@media (max-width: 991.98px) {
  .site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select,
  .site-footer .footer-bottom .newsletter-signup .newsletter-form form .input input[name=email] {
    width: 100% !important;
  }
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select::-webkit-input-placeholder,
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input input[name=email]::-webkit-input-placeholder {
  color: #667085;
  opacity: 1;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select::-moz-placeholder,
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input input[name=email]::-moz-placeholder {
  color: #667085;
  opacity: 1;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select:-moz-placeholder,
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input input[name=email]:-moz-placeholder {
  color: #667085;
  opacity: 1;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select:-ms-input-placeholder,
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input input[name=email]:-ms-input-placeholder {
  color: #667085;
  opacity: 1;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select:-moz-placeholder-shown, .site-footer .footer-bottom .newsletter-signup .newsletter-form form .input input[name=email]:-moz-placeholder-shown {
  color: #667085;
  opacity: 1;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select:-ms-input-placeholder, .site-footer .footer-bottom .newsletter-signup .newsletter-form form .input input[name=email]:-ms-input-placeholder {
  color: #667085;
  opacity: 1;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select:placeholder-shown,
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input input[name=email]:placeholder-shown {
  color: #667085;
  opacity: 1;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select:active, .site-footer .footer-bottom .newsletter-signup .newsletter-form form .input select:focus,
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input input[name=email]:active,
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .input input[name=email]:focus {
  background-color: white !important;
  border: solid 1px #101828;
  outline: none;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px;
  gap: 8px;
  width: 114px;
  color: #fff;
  background: #1570ef;
  border: 1px solid #1570ef;
  -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions input[type=submit]:hover {
  background: #175cd3;
}
.site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions input[type=submit]:focus {
  outline: none;
}
@media (max-width: 991.98px) {
  .site-footer .footer-bottom .newsletter-signup .newsletter-form form .actions input[type=submit] {
    width: 100% !important;
  }
}
.site-footer .footer-menu {
  background: #1d2939;
  padding: 0 32px;
}
@media (max-width: 991.98px) {
  .site-footer .footer-menu {
    padding: 0 16px;
  }
}
.site-footer .footer-menu .footer-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 64px 0;
  margin: auto;
  gap: 64px;
  width: 1280px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .site-footer .footer-menu .footer-menu-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px 0;
    gap: 48px;
  }
}
.site-footer .footer-menu .footer-menu-content .logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 320px;
}
@media (max-width: 991.98px) {
  .site-footer .footer-menu .footer-menu-content .logo-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
}
.site-footer .footer-menu .footer-menu-content .logo-area img {
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .footer-menu .footer-menu-content .logo-area p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #eaecf0;
  padding-top: 28px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .site-footer .footer-menu .footer-menu-content .logo-area p {
    padding-top: 24px;
    text-align: center;
  }
}
.site-footer .footer-menu .footer-menu-content .footer-menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .site-footer .footer-menu .footer-menu-content .footer-menu-nav {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    gap: 32px;
    margin: auto;
  }
}
.site-footer .footer-menu .footer-menu-content .footer-menu-nav ul.footer-menu-column {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991.98px) {
  .site-footer .footer-menu .footer-menu-content .footer-menu-nav ul.footer-menu-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }
}
.site-footer .footer-menu .footer-menu-content .footer-menu-nav ul.footer-menu-column li.footer-menu-title {
  list-style: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #98a2b3;
  margin-bottom: 16px;
}
.site-footer .footer-menu .footer-menu-content .footer-menu-nav ul.footer-menu-column li.footer-menu-link {
  list-style: none;
  margin-bottom: 12px;
}
.site-footer .footer-menu .footer-menu-content .footer-menu-nav ul.footer-menu-column li.footer-menu-link a {
  text-decoration: none !important;
  color: #f2f4f7;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.site-footer .footer-menu .footer-menu-content .footer-menu-nav ul.footer-menu-column li.footer-menu-link a:hover {
  color: #667085;
}
.site-footer .footer-menu .copyright-menu {
  border-top: 1px solid #475467;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 32px 0 48px;
  width: 1280px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .site-footer .footer-menu .copyright-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}
.site-footer .footer-menu .copyright-menu .copyright {
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #98a2b3;
}
.site-footer .footer-menu .copyright-menu .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.site-footer .footer-menu .copyright-menu .social-media a {
  font-size: 24px;
  color: #98a2b3;
}
.site-footer .footer-menu .copyright-menu .social-media a:hover {
  color: #667085;
}
.site-footer .footer-menu .copyright-menu .social-media a:hover img {
  -webkit-filter: opacity(0.7) brightness(0.9);
          filter: opacity(0.7) brightness(0.9);
}
.site-footer .back-to-top {
  display: none;
}

body#tinymce {
  margin: 12px !important;
}

#primary-nav {
  margin: auto;
  padding: 0;
  /* Mobile Menu Styles */
}
@media (min-width: 992px) {
  #primary-nav {
    margin: 0;
  }
}
#primary-nav ul,
#primary-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary-nav [data-toggle=dropdown] {
  display: none;
}
@media (max-width: 991.98px) {
  #primary-nav.collapse.in {
    display: block !important;
  }
  #primary-nav .open > .dropdown-menu {
    display: block;
  }
  #primary-nav .menu {
    margin: 20px 0 0;
  }
  #primary-nav .menu > .nav-link, #primary-nav #contact-wrapper .menu > input[type=submit], #contact-wrapper #primary-nav .menu > input[type=submit] {
    padding-right: 20px;
  }
  #primary-nav .menu > li {
    border-bottom: solid 1px transparent;
    text-align: center;
    margin: 0 15px;
  }
  #primary-nav .menu > li:first-child {
    border-top: solid 1px transparent;
    width: calc(100% - 32px);
  }
  #primary-nav .menu > li > a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: white;
    padding: 25px 0;
  }
  #primary-nav .menu > li.nav-button {
    margin: 0 15px;
    padding: 25px 0;
  }
  #primary-nav .menu > li.nav-button a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background-color: #00a49f;
    border: solid 2px #00a49f;
    border-radius: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: white;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    padding: 8px 20px;
  }
  #primary-nav .menu > li.open > .dropdown-menu {
    background: transparent;
    border: none;
    display: none;
  }
  #primary-nav .menu > li.open > .dropdown-menu > li {
    text-align: center;
    margin: 0 0 20px;
  }
  #primary-nav .menu > li.open > .dropdown-menu > li a {
    font-size: 15px;
    font-weight: 400;
    color: white;
    padding: 0;
  }
  #primary-nav .menu > li.open > .dropdown-menu > li.open > .dropdown-menu {
    display: none;
  }
  #primary-nav .menu#top-right-menu-mobile {
    border-top: 2px solid #f9fafb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #primary-nav .menu#top-right-menu-mobile > li:nth-child(2) {
    padding: 0;
    -ms-flex-item-align: normal;
        align-self: normal;
  }
  #primary-nav .menu#top-right-menu-mobile a.navbar-button {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 16px;
    gap: 8px;
    border-radius: 8px;
    color: #667085;
    text-decoration: none !important;
    white-space: nowrap;
  }
  #primary-nav .menu#top-right-menu-mobile a.navbar-button.demo {
    color: #fff;
    background: #1570ef;
    position: relative;
  }
}
@media (max-width: 991.98px) and (max-width: 1199.98px) {
  #primary-nav .menu#top-right-menu-mobile a.navbar-button:hover {
    background: #f2f4f7;
    color: #475467;
  }
  #primary-nav .menu#top-right-menu-mobile a.navbar-button:hover.demo {
    color: #fff;
    background: #175cd3;
  }
}
@media (max-width: 991.98px) {
  #primary-nav .menu#top-right-menu-mobile.active a.demo {
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #d1e9ff;
            box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #d1e9ff;
  }
  #primary-nav .menu#top-right-menu-mobile.active .demo-requests {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #primary-nav .menu#top-right-menu-mobile .demo-requests {
    position: absolute;
    display: none;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 16px;
    max-width: 240px;
    width: 50%;
    background: #fff;
    border: 1px solid #eaecf0;
    -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
            box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 8px;
    margin: 4px 0 0 8px;
  }
  #primary-nav .menu#top-right-menu-mobile .demo-requests-link {
    padding: 0;
    margin: 0;
  }
  #primary-nav .menu#top-right-menu-mobile .demo-requests-link a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
    margin-right: auto;
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #primary-nav ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  #primary-nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #primary-nav ul li {
    margin: 0 20px;
  }
}
@media (min-width: 992px) {
  #primary-nav ul li a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    border-radius: 0;
    position: relative;
    color: #344054;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #primary-nav ul li a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #primary-nav ul li a i {
    font-style: normal !important;
    margin-left: 13px;
  }
  #primary-nav ul li a i.fa-chevron-up {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  #primary-nav ul li a i.fa-chevron-down {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #primary-nav ul li a:hover {
    text-decoration: none;
    color: #175cd3;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #primary-nav ul li a:hover i.fa-chevron-up {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
  }
  #primary-nav ul li a:hover i.fa-chevron-down {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
  }
}
@media (min-width: 992px) {
  #primary-nav ul li.dropdown {
    position: relative;
  }
  #primary-nav ul li.dropdown > a {
    position: relative;
  }
  #primary-nav ul li.current-menu-item a, #primary-nav ul li.current-menu-ancestor a {
    color: #34495e;
    text-decoration: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #primary-nav ul li.current-menu-item a::after, #primary-nav ul li.current-menu-ancestor a::after {
    background-color: #0d70b7;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #primary-nav ul li .button-search {
    background: none;
    border: none;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #667085;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #primary-nav ul li .button-search {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #primary-nav ul li .button-search:hover {
    color: #0d70b7;
  }
}
@media (min-width: 992px) {
  #primary-nav ul li .button-search.open img {
    display: none;
  }
  #primary-nav ul li .button-search.open .icon-bar {
    background: #667085;
    border-radius: 0;
    display: block;
    width: 24px;
    height: 1px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 6px;
  }
  #primary-nav ul li .button-search.open .icon-bar:nth-of-type(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #primary-nav ul li .button-search.open .icon-bar:nth-of-type(2) {
    background: transparent !important;
  }
  #primary-nav ul li .button-search.open .icon-bar:nth-of-type(3) {
    top: -4px;
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #primary-nav ul li.nav-button a.button {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background-color: #0d70b7;
    border: solid 2px #0d70b7;
    border-radius: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 11px;
    color: white;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    padding: 5px 10px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #primary-nav ul li.nav-button a.button {
    font-size: 13px;
    padding: 8px 20px;
  }
}
@media (min-width: 992px) {
  #primary-nav ul li.nav-button a.button::after {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #primary-nav ul li.nav-button a.button:hover {
    background-color: transparent;
    color: #0d70b7;
  }
}
@media (min-width: 992px) {
  #primary-nav ul li.nav-button:hover {
    background-color: transparent;
    color: #0d70b7;
  }
  #primary-nav #top-right-menu-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  #top-right-menu ul#sub-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #top-right-menu ul#sub-menu li .button-search {
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12.5px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  #top-right-menu ul#sub-menu li .button-search img {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #top-right-menu ul#sub-menu li .button-search:hover {
    background: #f2f4f7;
  }
}
@media (min-width: 992px) {
  #top-right-menu ul#sub-menu li .button-search.open img {
    display: none;
  }
  #top-right-menu ul#sub-menu li .button-search.open .icon-bar {
    background: #667085;
    border-radius: 0;
    display: block;
    width: 24px;
    height: 1px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 6px;
  }
  #top-right-menu ul#sub-menu li .button-search.open .icon-bar:nth-of-type(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #top-right-menu ul#sub-menu li .button-search.open .icon-bar:nth-of-type(2) {
    background: transparent !important;
  }
  #top-right-menu ul#sub-menu li .button-search.open .icon-bar:nth-of-type(3) {
    top: -4px;
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #top-right-menu ul#sub-menu li a.navbar-button {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 16px;
    gap: 8px;
    border-radius: 8px;
    color: #667085;
    text-decoration: none !important;
    white-space: nowrap;
  }
  #top-right-menu ul#sub-menu li a.navbar-button.demo {
    color: #fff;
    background: #1570ef;
    position: relative;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #top-right-menu ul#sub-menu li a.navbar-button:hover {
    background: #f2f4f7;
    color: #475467;
  }
  #top-right-menu ul#sub-menu li a.navbar-button:hover.demo {
    color: #fff;
    background: #175cd3;
  }
}
@media (min-width: 992px) {
  #top-right-menu ul#sub-menu li.active a.demo {
    -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #d1e9ff;
            box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 0 0 4px #d1e9ff;
  }
  #top-right-menu ul#sub-menu li.active .demo-requests {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #top-right-menu ul#sub-menu li .demo-requests {
    position: absolute;
    display: none;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 16px;
    max-width: 240px;
    width: 60%;
    background: #fff;
    border: 1px solid #eaecf0;
    -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
            box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 8px;
    margin: 4px 0 0 8px;
  }
  #top-right-menu ul#sub-menu li .demo-requests-link {
    padding: 0;
    margin: 0;
  }
  #top-right-menu ul#sub-menu li .demo-requests-link a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
    margin-right: auto;
    margin-left: 0;
    width: 100%;
  }
}

body.mega-menu {
  position: relative;
}
@media (min-width: 992px) {
  body.mega-menu.mega-open::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  body.mega-menu .site-header {
    background-color: white;
  }
}
@media (min-width: 992px) {
  body.mega-menu #primary-nav {
    position: static;
  }
}
@media (min-width: 992px) {
  body.mega-menu #primary-nav li.mega-dropdown {
    position: static;
  }
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu {
  display: none;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu.solutions {
  max-width: 1000px;
  min-height: 400px;
  right: 5%;
  left: auto;
}
@media (max-width: 1199.98px) {
  body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu.solutions {
    background: #fff;
    border: 1px solid #eaecf0;
    -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
            box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 8px;
    display: block;
    width: calc(100% - 30px);
    max-width: 1470px;
    height: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0 ease-out;
    -o-transition: all 0 ease-out;
    transition: all 0 ease-out;
    visibility: hidden;
    z-index: 5;
    margin: 12px 15px 0;
    padding: 0;
  }
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu.solutions .mega-menu-container {
  margin: 0;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu.solutions .mega-menu-container .solutions-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 32px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu.solutions .mega-menu-container .solutions-content .solution-column {
  width: 296px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu.solutions .mega-menu-container .solutions-content .solution-column ul.solution-column-submenu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu.solutions .mega-menu-container .solutions-content .solution-column-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1570ef;
  padding-bottom: 24px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu.solutions .mega-menu-container .solutions-content .solution-column-item {
  margin: 0;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu.solutions .mega-menu-container .solutions-content .solution-column-item:hover {
  background: #f9fafb;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu.solutions .mega-menu-container .solutions-content .solution-column-item .solution-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  font-style: normal;
  text-decoration: none !important;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu.solutions .mega-menu-container .solutions-content .solution-column-item .solution-link .title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  text-align: left;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu.solutions .mega-menu-container .solutions-content .solution-column-item .solution-link .description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  text-align: left;
}
@media (min-width: 992px) {
  body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu {
    background: #fff;
    border: 1px solid #eaecf0;
    -webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
            box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 8px;
    display: block;
    width: calc(100% - 30px);
    max-width: 1470px;
    height: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0 ease-out;
    -o-transition: all 0 ease-out;
    transition: all 0 ease-out;
    visibility: hidden;
    z-index: 5;
    margin: 12px 15px 0;
    padding: 0;
  }
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container {
  display: block;
}
@media all and (-ms-high-contrast: none) {
  body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container {
    width: 100%;
  }
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row {
  width: unset;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 -10px;
  padding: 0;
}
@media (min-width: 1200px) {
  body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row {
    margin: 0 -20px;
  }
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-column {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  margin: 0;
  padding: 32px 12px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-column:first-of-type {
  padding-left: 32px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-column:last-of-type {
  margin: 0;
  padding-right: 32px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-column .section-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1570ef;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 24px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-column a {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 20px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-column a::before, body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-column a::after {
  display: none;
}
@media (min-width: 992px) {
  body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-column a:hover {
    color: #1570ef;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-submenu {
  display: block;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-submenu .mega-menu-item {
  display: block;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-submenu .mega-menu-item a {
  display: inline-block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-submenu .mega-menu-item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 1px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  color: #175cd3;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-submenu .mega-menu-item a::after {
  display: none;
}
@media (min-width: 992px) {
  body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-submenu .mega-menu-item a:hover {
    color: #175cd3;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-submenu .mega-menu-item.current-menu-item a {
  font-style: italic;
  font-weight: 700;
  color: #175cd3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-submenu .mega-menu-item.current-menu-item a::before {
  content: "\f061";
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-submenu .mega-menu-item.view-all a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #175cd3 !important;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row .mega-menu-submenu .mega-menu-item.view-all a:hover {
  color: #1849a9 !important;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-title-row {
  background-color: #f9fafb;
  padding: 0;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-title-row .mega-menu-column {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #101828;
  margin: 0;
  padding: 16px 32px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-title-row .mega-menu-column a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #344054;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-title-row .mega-menu-column a::before, body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-title-row .mega-menu-column a::after {
  display: none;
}
@media (min-width: 992px) {
  body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-title-row .mega-menu-column a:hover {
    color: #175cd3;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-title-row .mega-menu-column.view-all {
  text-align: right;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-title-row .mega-menu-column.view-all a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #175cd3;
}
@media (min-width: 992px) {
  body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-title-row .mega-menu-column.view-all a:hover {
    color: #1849a9;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 32px 0 40px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-footer-row .no-luck {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-footer-row .no-luck-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  gap: 8px;
  white-space: nowrap;
  height: 40px;
  color: #175cd3;
  background: #eff8ff;
  border: 1px solid #eff8ff;
  -webkit-box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}
body.mega-menu #primary-nav li.mega-dropdown ul.mega-menu .mega-menu-container .mega-menu-row.mega-menu-footer-row .no-luck-search:hover {
  background: #d1e9ff;
}
@media (min-width: 992px) {
  body.mega-menu #primary-nav li.mega-dropdown.mega-toggle-on a.nav-link {
    color: #175cd3;
  }
  body.mega-menu #primary-nav li.mega-dropdown.mega-toggle-on a.nav-link i.fa-chevron-up {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
  }
  body.mega-menu #primary-nav li.mega-dropdown.mega-toggle-on a.nav-link i.fa-chevron-down {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
  }
  body.mega-menu #primary-nav li.mega-dropdown.mega-toggle-on ul.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}
body.mega-menu .sh-dark-search,
body.mega-menu .sh-dark-search-hover {
  display: none;
}
body.mega-menu .sh-header-dark.site-header {
  background-color: #1d2939 !important;
}
body.mega-menu .sh-header-dark.site-header .navbar {
  background: transparent;
}
body.mega-menu .sh-header-dark.site-header .navbar .navbar-toggle-container .navbar-toggler .menu-icon .icon-bar {
  background: #eff8ff !important;
}
body.mega-menu .sh-header-dark.site-header .navbar-brand img.shortlister-logo-dark {
  display: none;
}
body.mega-menu .sh-header-dark.site-header .navbar-brand img.shortlister-logo-light {
  display: block;
}
body.mega-menu .sh-header-dark.site-header .navbar-nav .nav-link, body.mega-menu .sh-header-dark.site-header .navbar-nav #contact-wrapper input[type=submit], #contact-wrapper body.mega-menu .sh-header-dark.site-header .navbar-nav input[type=submit],
body.mega-menu .sh-header-dark.site-header .navbar-button {
  color: #f2f4f7 !important;
}
body.mega-menu .sh-header-dark.site-header .navbar-button:hover {
  color: #475467 !important;
  background: #f2f4f7 !important;
}
body.mega-menu .sh-header-dark.site-header #top-right-menu ul#sub-menu li a#request-demo-btn-mobile,
body.mega-menu .sh-header-dark.site-header #top-right-menu ul#sub-menu li a#request-demo {
  border: 1px solid #eff8ff !important;
  background: #eff8ff !important;
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
          box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: #175cd3 !important;
}
body.mega-menu .sh-header-dark.site-header #top-right-menu ul#sub-menu li a#request-demo-btn-mobile:hover,
body.mega-menu .sh-header-dark.site-header #top-right-menu ul#sub-menu li a#request-demo:hover {
  background: #d1e9ff !important;
  color: #175cd3 !important;
}
body.mega-menu .sh-header-dark.site-header .navbar-search.button-search.button-search-desktop:hover .sh-dark-search-hover {
  display: block;
}
body.mega-menu .sh-header-dark.site-header .navbar-search.button-search.button-search-desktop:hover .sh-dark-search {
  display: none;
}
body.mega-menu .sh-header-dark.site-header .sh-dark-search {
  display: block;
}
body.mega-menu .sh-header-dark.site-header .sh-light-search {
  display: none;
}

.page-insights,
.category.archive {
  background: #fff;
}
.page-insights .section-wrapper .content-wrapper,
.category.archive .section-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 40px 35px;
}
.page-insights .link-lead,
.category.archive .link-lead {
  font-size: 38px;
  line-height: 44px;
  font-family: "Inter", sans-serif;
}
.page-insights .link-regular,
.category.archive .link-regular {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
}
.page-insights .link-category,
.category.archive .link-category {
  font-size: 12px;
  font-weight: 600;
}
.page-insights .link-tile,
.category.archive .link-tile {
  font-size: 10px;
  line-height: 12px;
}
.page-insights .author-date,
.category.archive .author-date {
  font-weight: 500;
  font-size: 15px;
}
.page-insights .subtitle,
.category.archive .subtitle {
  line-height: 30px;
}
.page-insights .font-heading,
.category.archive .font-heading {
  font-family: "Inter", sans-serif;
}
.page-insights .font-26,
.category.archive .font-26 {
  font-size: 26px !important;
}
.page-insights .font-28,
.category.archive .font-28 {
  font-size: 28px !important;
}
.page-insights .font-32,
.category.archive .font-32 {
  font-size: 32px !important;
}
.page-insights .font-34,
.category.archive .font-34 {
  font-size: 34px !important;
}
.page-insights .p-ultra,
.category.archive .p-ultra {
  padding: 90px;
}
.page-insights .radius-half, .page-insights .category-item:hover,
.category.archive .radius-half,
.category.archive .category-item:hover {
  border-radius: 8px;
}
.page-insights .featured-separator,
.category.archive .featured-separator {
  width: 100%;
  height: 1px;
  background: rgba(52, 72, 93, 0.1);
}
.page-insights .category-item:hover,
.category.archive .category-item:hover {
  background: #f7f9f9;
}
.page-insights .meet-a-vendor-image,
.category.archive .meet-a-vendor-image {
  max-width: 100%;
  max-height: 100%;
  right: 0;
  bottom: 0;
}
.page-insights .category-box,
.category.archive .category-box {
  max-width: 350px;
  width: 100%;
}
.page-insights .search-box,
.category.archive .search-box {
  max-width: 350px;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page-insights .search-box #search-insights,
.category.archive .search-box #search-insights {
  text-indent: 1rem;
  max-width: calc(100% - 37px);
  width: 100%;
}
.page-insights .search-box #search-insights:focus, .page-insights .search-box #search-insights:hover, .page-insights .search-box #search-insights:active, .page-insights .search-box #search-insights:focus-visible,
.category.archive .search-box #search-insights:focus,
.category.archive .search-box #search-insights:hover,
.category.archive .search-box #search-insights:active,
.category.archive .search-box #search-insights:focus-visible {
  border: 0;
  outline: none;
}
.page-insights .search-box #search-insights-btn,
.category.archive .search-box #search-insights-btn {
  max-width: 37px;
  width: auto;
}
.page-insights .page-numbers,
.category.archive .page-numbers {
  width: 46px;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
}
.page-insights .select-wrapper,
.category.archive .select-wrapper {
  max-width: 350px;
  width: 100%;
}
.page-insights .select-wrapper select,
.category.archive .select-wrapper select {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMzNDQ4NWQiIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBkPSJNMTkyIDM4NGMtOC4xODggMC0xNi4zOC0zLjEyNS0yMi42Mi05LjM3NWwtMTYwLTE2MGMtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBMMTkyIDMwNi44bDEzNy40LTEzNy40YzEyLjUtMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBzMTIuNSAzMi43NSAwIDQ1LjI1bC0xNjAgMTYwQzIwOC40IDM4MC45IDIwMC4yIDM4NCAxOTIgMzg0eiIvPjwvc3ZnPgo=) no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10px;
  background-position: 94%;
  border: 0;
  cursor: pointer;
  height: 48px;
  width: 100%;
}
.page-insights .select-wrapper select:active, .page-insights .select-wrapper select:focus, .page-insights .select-wrapper select:focus-visible, .page-insights .select-wrapper select:hover,
.category.archive .select-wrapper select:active,
.category.archive .select-wrapper select:focus,
.category.archive .select-wrapper select:focus-visible,
.category.archive .select-wrapper select:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 !important;
  outline-color: transparent;
  background-color: #e1e9e9 !important;
}
.page-insights .select-wrapper select option:hover,
.category.archive .select-wrapper select option:hover {
  -webkit-box-shadow: 0 0 10px 100px #f7f9f9 inset;
          box-shadow: 0 0 10px 100px #f7f9f9 inset;
}
.page-insights .separator,
.category.archive .separator {
  height: 1px;
  background: rgba(52, 72, 93, 0.18);
  display: block;
}

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