html body {
  border-top: 0 !important;
}

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

html {
  scroll-behavior: smooth;
}

img.edit-site-site-icon__image {
  filter: invert(1);
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
  transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
  text-decoration: none !important;
  font-weight: normal;
}

b,
strong,
th {
  font-weight: var(--wp--custom--font-weight--medium);
}

mark {
  background: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary) 100%);
  background-position: 0 85%;
  background-repeat: repeat-x;
  background-size: 100% 15%;
}

.home .uagb-block-01cb522a.uagb-lottie__center {
  margin: -40px auto !important;
}

input,
select,
textarea {
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 0;
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--light);
  line-height: var(--wp--custom--line-height--body);
  padding: 10px 10px;
  width: 100%;
}

input:focus,
textarea:focus {
  background-color: var(--wp--preset--color--neutral);
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}

::placeholder {
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--small);
  opacity: 0.5;
}

*:not(.wp-block-code) > code {
  background-color: var(--wp--preset--color--neutral);
  font-size: var(--wp--preset--font-size--small);
  padding: 5px 8px;
}

.wp-block-group.is-style-shadow-light {
  box-shadow: var(--wp--preset--shadow--light);
}

.wp-block-group.is-style-shadow-solid {
  box-shadow: var(--wp--preset--shadow--shadow);
}

.wp-block-image.is-style-shadow-light img {
  box-shadow: var(--wp--preset--shadow--light);
}

.wp-block-image.is-style-shadow-solid img {
  box-shadow: var(--wp--preset--shadow--solid);
}

.is-style-no-disc {
  list-style-type: none;
  padding-left: 0;
}

.is-style-outline.is-style-outline.wp-block-button .wp-block-button__link {
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-color: var(--wp--preset--color--contrast);
  border-width: 2px;
  border-style: solid;
  padding-top: 9px;
  padding-right: 28px;
  padding-bottom: 9px;
  padding-left: 28px;
}

.is-style-outline.is-style-outline.wp-block-button .wp-block-button__link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10rem;
  z-index: -2;
}

.is-style-outline.is-style-outline.wp-block-button .wp-block-button__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--wp--preset--color--marley);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
  color: #fff;
}

.is-style-outline.is-style-outline.wp-block-button .wp-block-button__link:hover {
  color: #fff !important;
  border-color: var(--wp--preset--color--marley) !important;
}

.is-style-outline.is-style-outline.wp-block-button .wp-block-button__link:hover:before {
  width: 100%;
}

header.wp-block-template-part .wp-elements-37f96abccc9b598c159c205154170c55 {
  padding-bottom: 20px !important;
  padding-top: 30px !important;
}

header.wp-block-template-part .wp-container-core-group-layout-4 {
  padding-top: 6px !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding-bottom: 30px;
  padding-top: 30px;
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  border: 1px solid currentColor;
  padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
  color: var(--wp--preset--color--base);
}

.wp-block-image.top-nav-icon img {
  vertical-align: middle;
}

.wp-block-button.wp-element-button.nav-contact-button {
  background-color: transparent;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--contrast);
  border: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
  padding: 2px 10px;
}

ul.checkmark li {
  font-size: 16px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0.25em 0 0 2.5em;
  position: relative;
  line-height: 1.2;
}

ul.checkmark li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0.58em;
  top: 35%;
  margin-top: -0.46em;
  background-image: url('/wp-content/themes/idscan/assets/images/checkmark-bullet-orange.svg');
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}

ul.checkmark.blue li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0.58em;
  top: 35%;
  margin-top: -0.46em;
  background-image: url('/wp-content/themes/idscan/assets/images/checkmark-bullet-blue.svg');
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}

ul.checkmark.red li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0.58em;
  top: 35%;
  margin-top: -0.46em;
  background-image: url('/wp-content/themes/idscan/assets/images/checkmark-bullet-red.svg');
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}

ul.checkmark.green li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0.58em;
  top: 35%;
  margin-top: -0.46em;
  background-image: url('/wp-content/themes/idscan/assets/images/checkmark-bullet-green.svg');
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}

ul.checkmark.navy li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0.58em;
  top: 35%;
  margin-top: -0.46em;
  background-image: url('/wp-content/themes/idscan/assets/images/checkmark-bullet-navy.svg');
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}

.wp-block-quote.is-style-shadow-light {
  box-shadow: var(--wp--preset--shadow--light);
}

.wp-block-quote.is-style-shadow-solid {
  box-shadow: var(--wp--preset--shadow--solid);
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 782px) {
 /* Columns */
  .is-style-columns-reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 899px) {
    /* Navigation Link */  
  .wp-block-navigation-item.is-style-outline a {
    border: 1px solid currentColor;
    padding: 8px 15px;
  }
}
/** End **/

.diagonal-box:before {
  background-image: linear-gradient(90deg, rgba(236,236,236,0) 0%, #dee3ee 10%, #e4dbec, #dee3ee 90%, rgba(236,236,236,0) 100%);
  transform: skewY(-21deg);
  content: "";
  overflow: visible;
  position: absolute;
  width: 100%;
  height: 350px;
  top: auto;
  left: 0;
  z-index: -1;
  opacity: .55;
  transform-origin: 75% 0;
}

.diagonal-box-2:before {
  background-image: linear-gradient(90deg, rgba(236,236,236,0) 0%, #dee3ee 10%, #e4dbec, #dee3ee 90%, rgba(236,236,236,0) 100%);
  transform: skewY(21deg);
  content: "";
  overflow: visible;
  position: absolute;
  width: 100%;
  height: 350px;
  top: auto;
  left: 0;
  z-index: -1;
  opacity: .55;
  transform-origin: 40% 0;
}

.diagonal-box-body:before {
  background-image: linear-gradient(90deg, rgba(236,236,236,0) 0%, #dee3ee 10%, #e4dbec, #dee3ee 90%, rgba(236,236,236,0) 100%);
  transform: skewY(-21deg);
  content: "";
  overflow: visible;
  position: absolute;
  width: 100%;
  height: 350px;
  top: auto;
  left: 0;
  z-index: -1;
  opacity: .55;
  transform-origin: 75% 0;
}

.diagonal-box-body-2:before {
  background-image: linear-gradient(90deg, rgba(236,236,236,0) 0%, #dee3ee 10%, #e4dbec, #dee3ee 90%, rgba(236,236,236,0) 100%);
  transform: skewY(21deg);
  content: "";
  overflow: visible;
  position: absolute;
  width: 100%;
  height: 350px;
  top: auto;
  left: 0;
  z-index: -1;
  opacity: .55;
  transform-origin: 25% 0;
}

.welcome-left-to-right:before {
  background-image: linear-gradient(90deg, rgba(236,236,236,0) 0%, #dee3ee 10%, #e4dbec, #dee3ee 90%, rgba(236,236,236,0) 100%);
  transform: skewY(21deg);
  content: "";
  overflow: visible;
  position: absolute;
  width: 100%;
  height: 350px;
  top: auto;
  left: 0;
  z-index: -1;
  opacity: .55;
  transform-origin: 25% 0;
}

.wp-block-group.site-content .entry-content.wp-block-post-content-is-layout-constrained .site-content.diagonal-box-2.wp-block-group.eplus-wrapper {
  margin-right: calc(var(--wp--style--root--padding-right)* -1) !important;
  margin-left: calc(var(--wp--style--root--padding-left)* -1) !important;
  max-width: 100% !important;
  position: inherit !important;
}

.single .wp-block-post-template .wp-block-post:not(:last-of-type), .press_releases, .case_studies, .post {
  margin-bottom: 0 !important;
}

.wp-block-column.sticky-post-column {
  position: sticky;
  top: 200px;
}

.wp-block-post-featured-image a {
  display: inline-flex;
}

.wp-block-column.sticky-post-column li.wp-block-post .wp-block-group {
  justify-content: flex-start;
}

.single .wp-block-column {
  word-break: keep-all;
}

.wp-block-uagb-table-of-contents {
  border-radius: 25px;
  border-color: #333;
  border-style: none;
  padding: 25px;
  background: rgba(11,79,153,0.15);
  width: 100%;
}

.wp-block-uagb-table-of-contents li {
  list-style: none;
  margin-bottom: 12px;
}

.wp-block-uagb-table-of-contents ol, .wp-block-uagb-table-of-contents ul {
  padding-left: 0;
}

.uag-toc__heading-anchor {
  padding-top: 140px;
}

.industry-product-hero.blue img {
  background: #0A4E98;
  padding: 10px;
  margin-top: -150px;
  position: relative;
  left: -25px;
  top: -35px;
}

.industry-product-hero green img {
  background: #56A94B;
  padding: 10px;
  margin-top: -150px;
  position: relative;
  left: -25px;
  top: -35px;
}

.industry-product-hero red img {
  background: #D93D04;
  padding: 10px;
  margin-top: -150px;
  position: relative;
  left: -25px;
  top: -35px;
}

.industry-product-hero orange img {
  background: #FA8005;
  padding: 10px;
  margin-top: -150px;
  position: relative;
  left: -25px;
  top: -35px;
}

.industry-hero-image {
  margin-bottom: 0 !important;
  margin-top: 35px !important;
}

.wp-block-uagb-counter__title {
  display: none;
}

.wp-block-uagb-counter__number {
  font-size: 48px;
  font-family: 'Ubuntu';
  text-align: center;
}

.wp-block-group.image-content-overlay .wp-block-columns {
  margin-top: -21em !important;
}

.wp-block-image .has-trans-blue-border-color {
  min-width: 260px !important;
}

.wp-block-image.industry-product-hero-blue img {
  width: 175px !important;
  height: 175px !important;
  margin-top: -7em;
  overflow: visible;
  margin-left: -1em;
  margin-right: 1em;
}

.product-feature-wrapper .wp-block-image.industry-product-hero-blue.product-feature-template img {
  width: 325px !important;
  height: auto !important;
  margin-top: 0;
}

.wp-block-columns .wp-block-column.industry-hero-image-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.industry-hero-image-wrapper .wp-block-image.industry-hero-image {
  margin-inline-end: 0;
}

.is-style-default.block-icon-grid-images img {
  min-width: 110px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-id-62676 .is-style-default.block-icon-grid-images img {
  min-width: 75px;
  margin-left: 10px;
  margin-right: 10px;
}

.wp-block-group.industry-services .wp-block-columns.block-icon-grid-columns {
  gap: 0 var(--wp--preset--spacing--medium);
}

h1.industry-hero-h1 {
  margin-top: -25px !important;
}

.wp-block-media-text.image-with-overlapping-text.has-media-on-the-right .wp-block-media-text__content {
  margin-right: -100px;
  z-index: 5;
}

.wp-block-media-text>.wp-block-media-text__content {
  padding: 0;
}

.wp-block-uagb-container .wp-block-video video {
  margin-bottom: -40px !important;
}

.wp-block-uagb-container.uagb-block-745ba4dc {
  row-gap: 20px !important;
}

.wp-block-media-text.image-with-overlapping-text .wp-block-media-text__media img {
  border-radius: 25px;
}

.wp-block-column {
  min-height: 20px;
}

.wp-block-post-content .wp-block-media-text .wp-block-media-text__content .wp-block-group {
  margin-left: -100px !important;
}

.wp-block-post-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content .wp-block-group {
  margin-left: 0 !important;
}

li.gspbgrid_item:first-child .gspb-dynamic-post-image img.wp-post-image {
  height: 400px;
}

li.gspbgrid_item.type-partners:first-child .gspb-dynamic-post-image img.wp-post-image {
  height: 150px;
}

.latest-posts-block-post-wrap.aligncenter .latest-posts-block-latest-post-wrap.latest-posts-block-is-express.latest-posts-block-express-layout-1 {
  grid-template-columns: repeat(3, 1fr);
}

.latest-posts-block-latest-post-wrap.latest-posts-block-is-express.latest-posts-block-express-layout-1 .latest-posts-block-post-single:first-child {
  grid-column-end: span 3 !important;
}

.latest-posts-block-post-wrap .latest-posts-block-latest-post-wrap.latest-posts-block-is-express.latest-posts-block-express-layout-1 .latest-posts-block-post-single .latest-posts-block-post-img img {
  width: 100%;
  object-fit: cover;
  height: 275px;
  border-radius: 25px;
  border: 10px solid #0b4f9926;
  object-position: left center;
}

.latest-posts-block-post-img img {
  width: 100%;
  object-fit: cover;
  height: 250px !important;
  border-radius: 25px;
}

.wp-block-latest-posts-block-latest-posts-block-latest-posts .latest-posts-block-latest-post-wrap.latest-posts-block-is-express.latest-posts-block-express-layout-2 .latest-posts-block-post-single .latest-posts-block-post-img img {
  height: 450px !important;
  object-position: 0 5%;
}

.latest-posts-block-latest-post-wrap.latest-posts-block-is-grid.latest-posts-block-grid-layout-1 .latest-posts-block-post-single .latest-posts-block-post-img img {
  height: 275px !important;
}

.latest-posts-block-post-single:first-child .latest-posts-block-post-img img {
  height: 500px !important;
}

.blog .latest-posts-block-post-single:first-child .latest-posts-block-post-img img.size-full {
  height: auto !important;
}

.latest-posts-block-post-single:first-child .latest-posts-block-post-img img.size-large {
  height: 100% !important;
}

.latest-posts-block-post-single:first-child .latest-posts-block-post-img img.size-full {
  height: 100% !important;
  object-position: 25% 35% !important;
}

.latest-posts-block-latest-post-wrap.latest-posts-block-is-express.latest-posts-block-express-layout-1 .latest-posts-block-post-single:first-child .latest-posts-block-post-img img {
  height: 100%;
  border: 0;
}

.latest-posts-block-latest-post-wrap.latest-posts-block-is-express.latest-posts-block-express-layout-1 .latest-posts-block-post-single:first-child .latest-posts-block-post-img>a:before {
  border-radius: 25px !important;
  border: 0;
}

.latest-posts-block-post-grid-author a span {
  display: none !important;
}

.latest-posts-block-latest-post-wrap.latest-posts-block-is-grid.latest-posts-block-grid-layout-4 .latest-posts-block-post-single .latest-posts-block-post-img img {
  width: 100%;
  height: 250px !important;
}

.comment_count {
  display: none !important;
}

.latest-posts-block-post-grid-date .far.fa-clock {
  display: none !important;
}

.latest-posts-block-post-category a {
  border-radius: 25px !important;
}

.wp-block-group .latest-posts-block-post-single .latest-posts-block-post-content .latest-posts-block-post-grid-header .latest-posts-block-post-category a {
  color: #fff!important;
  background-color: #56A94B !important;
  font-weight: normal !important;
}

.single-post .wp-block-group .taxonomy-category a, .single-press_releases .wp-block-group .taxonomy-category a, .single-case_studies .wp-block-group .taxonomy-category a {
  color: #fff;
  background: #56a94b;
  border-radius: 25px;
  padding: 6px 10px;
  font-size: 12px;
  margin: 0 0 8px;
  line-height: 1;
}

.single-case_studies .main-post-image.wp-block-post-featured-image img, .single-post .main-post-image.wp-block-post-featured-image img, .single-press_releases .main-post-image.wp-block-post-featured-image img {
  height: auto !important;
  width: 100% !important;
}

.latest-posts-block-latest-post-wrap.latest-posts-block-is-express.latest-posts-block-express-layout-1 .latest-posts-block-post-single:first-child .latest-posts-block-post-img {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 10px solid #0b4f9926 !important;
  border-radius: 36px !important;
}

.latest-posts-block-latest-post-wrap.latest-posts-block-is-express.latest-posts-block-express-layout-1 .latest-posts-block-post-single:first-child .latest-posts-block-post-content {
  margin-left: 10px;
}

.wp-block-columns.box-columns-above {
  width: 100%;
}

.wp-block-columns.box-columns-above .wp-block-column {
  margin-top: -250px;
}

.image-boxed-height .image-in-box img {
  margin-bottom: -110px;
}

.image-boxed-height .image-in-box {
  overflow: hidden;
}

.image-boxed-wrapper {
  border-radius: 25px;
}

.image-boxed-wrapper .image-in-box {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-top: 0;
}

.wp-block-details summary {
  font-weight: 700;
}

.latest-posts-block-post-single {
  box-shadow: none !important;
}

.wp-block-columns .wp-block-column {
  z-index: 8;
}

.latest-posts-block-post-grid-excerpt-content p {
  margin-top: 8px !important;
}

.latest-posts-block-latest-post-wrap .latest-posts-block-post-single .latest-posts-block-post-content .latest-posts-block-post-category ul {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  line-height: 2;
}

.latest-posts-block-latest-post-wrap .latest-posts-block-post-single .latest-posts-block-post-content .latest-posts-block-post-category ul li {
  display: inline-block !important;
}

.wp-block-group .latest-posts-block-post-single .latest-posts-block-post-content .latest-posts-block-post-grid-header .latest-posts-block-post-category ul a {
  padding: 5px 10px;
  margin-right: 5px !important;
  font-size: 12px;
}

.latest-posts-block-latest-post-wrap .latest-posts-block-post-single .latest-posts-block-post-content .latest-posts-block-post-grid-byline .latest-posts-block-post-grid-author {
  margin-right: 0;
}

.alm-listing .alm-reveal {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}

.ajax-load-more-wrap .alm-listing {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.ajax-load-more-wrap .alm-listing .latest-posts-block-is-grid.column-2 {
  grid-template-columns: 1fr;
}

.alm-listing .alm-reveal .latest-posts-block-latest-post-wrap.latest-posts-block-is-grid.column-2 {
  grid-template-columns: 1fr;
}

.latest-posts-block-post-grid-header .latest-posts-block-post-grid-title a, .latest-posts-block-post-grid-header .latest-posts-block-post-grid-title a:hover {
  color: #081728;
}

.archive-category-select select {
  background-color: #DEE3EE;
  border: none;
  border-radius: 50px;
  width: 64%;
  font-size: 15px;
  padding-right: 20px;
  border-right: 10px solid #dee3ee;
}

.post-type-archive .ajax-load-more-wrap .alm-listing, .blog .ajax-load-more-wrap .alm-listing {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.post-type-archive li.gspbgrid_item:first-child .gspb-dynamic-post-image img.wp-post-image {
  height: 225px;
}

.post-type-archive .alm-listing.alm-ajax .latest-posts-block-latest-post-wrap .latest-posts-block-post-single .latest-posts-block-post-content, .blog .alm-listing.alm-ajax .latest-posts-block-latest-post-wrap .latest-posts-block-post-single .latest-posts-block-post-content {
  padding: 5px 15px 5px 0;
}

.post-type-archive .latest-posts-block-post-img, .blog .latest-posts-block-post-img {
  margin: 0;
}

.post-type-archive .wp-block-group .latest-posts-block-post-single .latest-posts-block-post-content .latest-posts-block-post-grid-header .latest-posts-block-post-category ul a, .blog .wp-block-group .latest-posts-block-post-single .latest-posts-block-post-content .latest-posts-block-post-grid-header .latest-posts-block-post-category ul a {
  padding: 6px 10px;
  margin-right: 0 !important;
  font-size: 12px;
}

.post-type-archive .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted, .blog .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted {
  padding: 6px 10px !important;
  margin-bottom: 10px !important;
}

.post-type-archive .latest-posts-block-post-grid-header .latest-posts-block-post-grid-title a, .latest-posts-block-post-grid-header .latest-posts-block-post-grid-title a:hover, .blog .latest-posts-block-post-grid-header .latest-posts-block-post-grid-title a, .latest-posts-block-post-grid-header .latest-posts-block-post-grid-title a:hover {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 6px;
}

.post-type-archive .latest-posts-block-post-grid-date, .blog .latest-posts-block-post-grid-date {
  font-size: 12px;
  color: #9b9b9b;
  padding-bottom: 10px;
}

.post-type-archive .alm-listing.alm-ajax h4.latest-posts-block-post-grid-title, .blog .alm-listing.alm-ajax h4.latest-posts-block-post-grid-title {
  margin-top: 14px;
  margin-bottom: 0;
}

.post-type-archive .uagb-block-b2a306c2 .uagb-post__text.uagb-post__excerpt, .blog .uagb-block-b2a306c2 .uagb-post__text.uagb-post__excerpt {
  font-size: 14px;
  padding-bottom: 25px;
}

.post-type-archive .alm-listing.alm-ajax .latest-posts-block-post-grid-excerpt-content p, .blog .alm-listing.alm-ajax .latest-posts-block-post-grid-excerpt-content p {
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 0;
}

.post-type-archive .uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a[class^="uagb-image-ratio-"]>img, .blog .uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a[class^="uagb-image-ratio-"]>img {
  height: 450px;
  object-fit: cover;
}

.archive.category .page-archive-cat-title a {
  font-weight: 600;
}

.hbspt-form .hs_submit .hs-button {
  border-radius: 25px !important;
  background: var(--wp--preset--gradient--warning-gradient) !important;
  color: #fff;
  border: 2px solid #dee3ee;
}

.hbspt-form .hs_submit .hs-button:hover {
  background: var(--wp--preset--gradient--enterprise-gradient) !important;
}

.hs-form-53abcffc-89b1-4761-8e2c-be0ee7780936_b8575091-6d0c-4e5a-a1cb-f3a059acaf61 fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
}

.field {
  margin-bottom: 18px;
}

.fieldset {
  max-width: 100%;
}

.hs-form-field input, .hs-input {
  padding: 5px 15px;
  width: 100%;
  min-height: 27px;
  border-radius: 15px !important;
}

.hs-form-checkbox-display {
  align-items: center;
  display: flex;
}

.hs-fieldtype-checkbox ul.inputs-list {
  padding-left: 5px;
  line-height: 2;
}

.hs-form-checkbox .hs-form-checkbox-display input.hs-input {
  margin-right: 10px;
}

fieldset.form-columns-1, fieldset.form-columns-2 {
  max-width: 100% !important;
}

.hbspt-form input, .hbspt-form select, .hbspt-form textarea {
  border: 2px solid #dee3ee;
}

.hbspt-form input.hs-input.invalid.error {
  border-color: #D93D04;
}

.hbspt-form .hs-error-msgs label {
  color: #D93D04;
  font-size: 14px;
}

ul.no-list {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 0;
}

.hs-form-checkbox {
  list-style-type: none;
}

#searchform #searchsubmit {
  font-size: 17px !important;
  font-family: 'entypo-fontello' !important;
  line-height: 1em;
}

.woocommerce-tabs #tab-description ul.check-check-check li i {
  padding: 0 10px 0 0;
  color: #fa8005;
}

.woocommerce-tabs #tab-description ul.check-check-check {
  list-style-type: none;
}

.component_title_text .step_index, .component_title_text .step_title, .summary_title .step_index, .summary_title .step_title, .component .composited_product_title_wrapper .composited_product_title, .component .component_title_wrapper .component_title_text {
  font-size: 14px;
  font-weight: 400;
  color: #0a4e98 !important;
  line-height: 1.4;
}

.component .component_summary .content {
  padding-top: 0;
  padding-bottom: 0;
}

.composite_navigation.paged.bottom .composite_navigation_inner {
  font-size: 12px;
  padding: 2em 0 0 0;
}

.last .composite_navigation.paged.bottom .composite_navigation_inner {
  display: none;
}

.component_option_radio_buttons .component_option_radio_button_container .radio_button_input {
  padding: 0;
}

.component_option_radio_buttons .component_option_radio_buttons_container input.radio_button {
  width: 40px;
}

.component_message .validation_message {
  color: red;
  font-size: 14px;
  margin-top: 10px !important;
  margin-left: 30px !important;
}

.composite_message .validation_message {
  color: red;
  font-size: 14px;
  margin-top: 10px !important;
}

.component_option_radio_button_container .radio_button_description .title, .component_option_radio_button_container .radio_button_price {
  display: inline-block !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  padding: 0 10px 0 0 !important;
}

.summary_elements .summary_element .summary_element_wrapper {
  text-align: center;
}

.composite_summary li.summary_element span.summary_element_content {
  line-height: 1.5em;
}

.summary_elements .summary_element .summary_element_price {
  margin-top: 8px;
}

.single-product-summary .product_meta {
  margin-bottom: 25px;
}

.summary_elements .summary_element .summary_element_button.summary_element_data .summary_element_select {
  background-color: #fff;
  color: #000;
  padding: 0;
  text-decoration: underline;
  float: none;
}

.composite_form:not(.paged) .component .component_inner {
  padding-bottom: 1em !important;
}

.component label.component_option_radio_button_select {
  font-size: .82em !important;
}

.composite_form:not(.paged) .composite_wrap {
  padding-top: 0 !important;
}

.product .component .component_summary .clear_component_options {
  color: #000;
  font-size: 14px;
}

.component .composited_product_images, .woocommerce-page div.product div.composited_product_images, .woocommerce div.product div.composited_product_images {
  width: 16% !important;
}

.wc-block-mini-cart__button:hover:not([disabled]) {
  opacity: 1;
}

.component:not(.selection_thumbnail_hidden) .composited_product_details_wrapper>.details {
  padding: 0 !important;
}

.single-product div.product .woocommerce-product-gallery img {
  border: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  min-height: 300px;
  height: 350px !important;
  width: 350px !important;
  margin: 0 auto 20px;
}

#top .product div.images img {
  display: block;
  width: 400px;
  height: 400px;
  min-height: 300px;
  object-fit: contain;
}

#top .product div.images .composited_product_image img {
  height: unset;
  min-height: unset;
}

#top .product div.images .flex-control-thumbs li img {
  display: block;
  width: 80px;
  height: 80px;
  min-height: 80px;
  object-fit: cover;
  padding: 0;
  border: 1px solid #000;
  opacity: 1;
  margin-bottom: 20px;
}

#top .product div.images .flex-viewport .woocommerce-product-gallery__image {
  width: auto !important;
}

.template-shop div.product div.images {
  width: 100%;
}

.single-product-summary .woocommerce-product-details__short-description p {
  margin: 16px 0 16px;
}

.component_summary .composited_product_title_wrapper .component_data p {
  font-size: 15px;
}

.component_selections label.select_label {
  font-size: 15px !important;
}

.price bdi span.woocommerce-Price-currencySymbol {
  font-size: 24px !important;
  font-weight: 400 !important;
}

.radio_button_price.price bdi {
  font-size: 18px !important;
}

.radio_button_price.price bdi span.woocommerce-Price-currencySymbol {
  font-size: 18px !important;
}

.single-product-summary .product_title {
  font-size: 28px;
  line-height: 1.25;
  color: #081728;
  font-weight: 400;
  padding-bottom: 18px;
}

.single-format-standard span.woocommerce-Price-amount.amount {
  text-align: center !important;
}

#top .price span {
  display: inline !important;
}

span.woocommerce-Price-amount.amount {
  padding: 0 10px 0 0 !important;
}

.woocommerce-loop-product__link .inner_product_header .woocommerce-Price-amount bdi {
  font-size: 20px;
  padding-top: 20px !important;
}

.woocommerce-loop-product__link .inner_product_header .price bdi span.woocommerce-Price-currencySymbol {
  font-size: 20px !important;
}

.woocommerce-tabs .entry-content ul {
  margin-bottom: 0;
}

.inner_product_price_third .price bdi span.woocommerce-Price-currencySymbol, .inner_product_price_third .price bdi {
  font-size: 20px !important;
}

body.archive.tax-product_tag#top .product.product_cat-complete-solutions .inner_product_price_third > a {
  margin-top: 20px;
  margin-bottom: 20px;
}

#top .woocommerce-tabs .woocommerce-Tabs-panel h2:first-child {
  display: none !important;
}

#top .woocommerce-tabs .woocommerce-Tabs-panel h3 {
  margin-top: 20px;
}

body#top.archive .container {
  padding: 0 50px;
}

body#top.archive .title_container .container {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

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

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border: 2px solid #dee3ee !important;
  border-radius: 12px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16%;
  margin-right: 5%;
  float: left;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

#top.single-product .related.products h2.woocommerce-loop-product__title {
  padding-bottom: 10px;
}

#top.single-product .inner_product_header {
  padding: 20px !important;
}

.single-product-main-image .ids_product_badge_list {
  width: 18%;
  margin: 0;
  padding-top: 0;
  position: absolute;
  top: 2.5%;
  left: 2.5%;
}

.ids_product_listing_badge {
  top: 5px;
  left: 5px;
  max-width: 65px;
}

.single-product .Wrap-searchbar {
  display: none;
}

.woocommerce-tabs ul.tabs li.active {
  background-color: #ebebeb !important;
  padding: 0;
}

.woocommerce-tabs ul.tabs {
  background-color: #dee3ee !important;
  border-radius: 25px !important;
}

#top div div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 2px solid !important;
  background: none !important;
  color: #000 !important;
  margin-top: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  font-weight: 300;
  font-size: 18px;
  padding: 20px 40px 45px !important;
}

#top div div.product .woocommerce-tabs ul.tabs li a {
  margin: 0 !important;
  border: 0 !important;
  line-height: 1.5!important;
  border-radius: 0;
  font-weight: 300;
  font-size: 18px;
  padding: 20px 40px 45px !important;
  color: #000 !important;
}

#top div div.product .woocommerce-tabs ul.tabs {
  margin: 25px 0 !important;
}

#top div div.product .woocommerce-tabs ul.tabs li {
  margin-right: 0;
}

#top p.price span.woocommerce-Price-amount.amount, #top p.price span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-size: 28px !important;
  font-weight: 400;
}

.component_summary .summary_content .price .woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol, .component_summary .summary_content .price .woocommerce-Price-amount.amount bdi {
  font-size: 24px !important;
}

.composite_wrap .composite_button {
  margin-top: 10px !important;
}

.single .component_inner .component_section_title label.select_label {
  font-weight: 500 !important;
  display: none;
}

.woocommerce-product-details__short-description strong {
  color: #fa8005 !important;
  font-weight: 600 !important;
}

span.price del {
  padding-top: 0;
}

.single-product .single-product-main-image .avia-wc-30-product-gallery-lightbox {
  display: none;
}

.single-product #wrap_all {
  overflow: visible;
}

.responsive body.single-product {
  overflow-x: visible;
}

#top .main_color .onsale {
  display: none;
}

#top #main .single-product-main-image aside.sidebar {
  display: none;
}

#top p.price del span.woocommerce-Price-amount.amount {
  color: #000 !important;
}

#top #wrap_all .main_color p.price del {
  color: #fa8005;
  font-size: 28px;
}

#top #wrap_all .main_color.product_on_sale span.price del {
  color: #fa8005;
}

.component_option_radio_button_container .radio_button_description h5 {
  font-weight: 400;
  font-family: var(--wp--preset--font-family--primary);
}

.product .single-product-summary div.br_brand_product_container:nth-child(n + 2) {
  display: none !important;
}

.main_color .single-product-summary .product-variant-wrapper {
  padding-bottom: 0.5em;
  border-bottom: 2px solid;
  border-color: #0a4e98 !important;
  margin-bottom: 25px;
}

.product-variant-wrapper .product-variants-menu {
  margin: 25px 0 0 0;
  font-weight: 400;
  font-size: 18px;
  padding: 0 50px;
  color: #081728;
}

.wpclv-attributes .wpclv-attribute-label {
  display: none;
}

.wpclv-attributes .wpclv-attribute {
  margin-bottom: 1em;
  margin-top: 1em;
}

.wpclv-attributes .wpclv-terms .wpclv-term {
  border-width: 0;
  background-color: unset;
  margin: 0;
  padding: 4px 12px;
}

.wpclv-attributes .wpclv-terms .wpclv-term span, .wpclv-attributes .wpclv-terms .wpclv-term a {
  background-color: unset;
  padding: 0 10px;
}

.wpclv-attributes .wpclv-terms .wpclv-term a {
  padding-right: 10px;
}

.wpclv-attributes .wpclv-terms .wpclv-term span {
  padding-left: 10px;
}

.wpclv-attributes .wpclv-terms {
  border-bottom: 2px solid #0a4e98 !important;
  margin: 0;
  background-color: #dee3ee;
  border-radius: 25px;
}

.wpclv-attributes .wpclv-terms span {
  color: #081728;
  background-color: unset;
  font-size: 18px;
}

.wpclv-attributes .wpclv-terms a {
  color: #0a4e98;
  opacity: .5;
  font-size: 18px;
}

.wpclv-attributes .wpclv-terms a:hover {
  color: #0a4e98;
  opacity: 1;
}

#top .composite_price p.price span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol, #top .composite_price p.price span.woocommerce-Price-amount.amount {
  font-size: 24px !important;
}

.single-product-summary .ox-product-options-wrapper .options-list .field > input[type=radio] {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.wp-block-add-to-cart-form .input-text {
  padding: 0.6em 0.6em;
  background-color: #fff;
  border: 2px solid #dee3ee;
  border-radius: 12px;
}

.woocommerce .quantity .qty {
  width: 5.5em !important;
  text-align: center;
  border: 2px solid #dee3ee;
  border-radius: 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: 0;
  border-bottom-left-radius: 0;
  left: 0;
  border-bottom-right-radius: 0;
  border-width: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background-color: transparent;
  color: #0a4e98;
  border-radius: 0;
  font-weight: 400;
  opacity: .6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #081728;
  opacity: 1;
  z-index: 0;
  border-bottom-color: transparent;
  background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 0;
}

.wp-block-woocommerce-product-details ul.wc-tabs {
  border-bottom: 2px solid #0a4e98;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #0a4e98;
  font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #0a4e98;
  opacity: 1 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  color: #0a4e98;
  opacity: 1 !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #56A94B !important;
  font-size: 24px;
}

.composite_form .composite_price p.price, .single-product .composite_form .composite_price p.price {
  margin: 0 0 10px 0px;
}

.composite_form .composite_component h2.step_title_wrapper {
  font-family: var(--wp--preset--font-family--primary);
  margin-bottom: .2em;
}

.component_title_text .step_index, .component_title_text .step_title, .summary_title .step_index, .summary_title .step_title, .component .composited_product_title_wrapper .composited_product_title {
  color: #56A94B;
  line-height: 1.5;
}

.woocommerce ul.component_option_radio_buttons_container li.component_option_radio_button_container .radio_button_description .price {
  font-size: 14px !important;
}

.woocommerce-page label.selected_option_label {
  font-size: 15px !important;
}

.component .composited_product_title_wrapper {
  padding-top: 0.7em;
}

.composited_product_details_wrapper .component_data ul {
  font-size: 14px;
}

.composited_product_title_wrapper p:last-child, .composited_product_title_wrapper h4 {
  margin: 0 0 14px;
}

p.component_section_title, h4.composited_product_title {
  margin: 0;
}

.woocommerce div.product form.cart {
  margin-bottom: 0.5em;
}

.woocommerce div.product form.cart button.single_add_to_cart_button, .woocommerce div.product form.cart button[name=add-to-cart] {
  background-color: #081728;
  font-size: 14px;
  margin-top: 10px;
}

.woocommerce div.product form.cart button.single_add_to_cart_button:hover, .woocommerce div.product form.cart button:hover {
  background-color: #56A94B;
}

input[type="search"]::placeholder {
  font-size: 14px;
}

input[type="search"] {
  font-size: 14px;
  padding: 10px 20px !important;
  margin-bottom: 1em;
}

input[type="search"]:focus {
  background-color: #dee3ee;
}

.woocommerce .woocommerce-breadcrumb {
  display: block;
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 12px;
  color: #767676;
}

.woocommerce.tax-product_cat .woocommerce-breadcrumb {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 2em;
}

h2.yikes-custom-woo-tab-title {
  font-size: 20px;
  color: #081728;
  margin-bottom: 1.75em;
}

.woocommerce div.product .woocommerce-tabs .panel h3.widget-title {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 18px;
  color: #56a94b !important;
  margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel ul {
  font-size: 14px;
  line-height: 1.75;
}

.woocommerce div.product .woocommerce-tabs .panel p b {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 18px;
  color: #56a94b !important;
  margin-bottom: 10px !important;
  font-weight: 400 !important;
}

.woocommerce div.product .woocommerce-tabs .panel p strong {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 18px;
  color: #56a94b !important;
  margin-bottom: 10px !important;
  font-weight: 400 !important;
}

.woocommerce div.product .woocommerce-tabs .panel p strong a {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 18px;
  color: #56a94b !important;
  margin-bottom: 10px !important;
  font-weight: 400 !important;
}

.woocommerce div.product .woocommerce-tabs .panel p {
  font-size: 14px;
  line-height: 1.5;
}

.woocommerce-Tabs-panel ul li {
  margin-bottom: 1em !important;
  list-style-type: none !important;
  padding: 0.25em 0 0 2.5em !important;
  position: relative !important;
}

.woocommerce-Tabs-panel ul {
  padding-left: .25em;
  margin-bottom: 2em !important;
}

.woocommerce-Tabs-panel ul li:before {
  content: " " !important;
  display: block !important;
  position: absolute !important;
  left: 0.75em !important;
  top: 35% !important;
  margin-top: -0.25em !important;
  background-image: url('/wp-content/themes/idscan/assets/images/checkmark-bullet-navy.svg') !important;
  background-repeat: no-repeat !important;
  width: 16px !important;
  height: 16px !important;
}

th.woocommerce-product-attributes-item__label {
  text-align: left !important;
  text-transform: none;
  font-size: 13px;
  color: #56A94B;
}

.woocommerce table.shop_attributes td {
  font-size: 14px !important;
  color: #444 !important;
  border: 0;
  padding-left: 12px;
}

.woocommerce table.shop_attributes th {
  border: 0;
  padding: 8px 0 8px 12px;
}

.woocommerce table.shop_attributes {
  border: none;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: #0B4F9910;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-weight: 400;
}

.wc-block-components-product-badge.wc-block-components-product-backorder-badge, .wc-block-components-product-badge {
  margin: 10px 0 15px;
  border: 0;
  border-radius: 25px;
  font-weight: 400;
  padding: 1px 0.66em 0px;
  background-color: #fa8005;
  color: white;
}

.wc-block-components-totals-item__value {
  font-weight: 400;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-weight: 700;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #0a4e98;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  color: #fa8005;
}

p.searchwp-live-search-no-results {
  font-size: 15px;
  padding: 3em 1em 0;
}

.woocommerce-cart h2.alignwide.wp-block-post-title, .woocommerce-checkout h2.alignwide.wp-block-post-title {
  max-width: 1400px !important;
}

.wc-block-components-order-summary-item__quantity {
  background-color: #f9f4ee;
  border-color: #4b3918;
  box-shadow: 0 0 0 2px #f9f4ee;
  color: #4b3918;
}

.wp-block-woocommerce-customer-account a span:hover {
  color: #56A94B !important;
}

.wp-block-woocommerce-customer-account a:hover {
  text-decoration: none !important;
}

.component_content .details.component_data p {
  font-size: 14px;
}

.wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
  font-size: 15px;
}

.woocommerce div.product p.stock {
  font-size: .85em;
  color: #D93D04;
  font-style: italic;
}

.woocommerce div.product {
  margin-top: 0;
}

a.wp-block-woocommerce-mini-cart-checkout-button-block {
  color: #fff !important;
  background-color: #56A94B !important;
}

.wc-block-featured-category {
  min-height: 375px !important;
}

.wc-block-featured-category__description .mega-menu-description {
  color: #fff !important;
  font-weight: 400;
}

.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
  opacity: .65;
}

.wc-block-product .wc-block-components-product-button .wp-element-button.wp-block-button__link.add_to_cart_button, .wc-block-components-product-button .wp-block-button__link, .wc-block-featured-category__link .wp-block-button .wp-block-button__link {
  background-color: #56a94b;
}

.wc-block-product .wc-block-components-product-button .wp-element-button.wp-block-button__link.add_to_cart_button:hover, .wc-block-featured-category__link .wp-block-button a.wp-block-button__link:hover, .wc-block-components-product-button a.wp-block-button__link:hover {
  background-color: #081728;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #fa8005;
  height: .75em;
  min-height: 12px;
  min-width: 12px;
  position: absolute;
  width: .75em;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  border: 1px solid #999;
  padding: 10px;
  height: .75em;
  width: .75em;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  border-radius: 50%;
  color: #000;
  padding: 1px 4px;
}

.wc-block-checkout input.wc-block-components-checkbox__input {
  padding: 10px;
}

.wp-block-uagb-slider-child .wp-block-woocommerce-single-product .wp-block-woocommerce-product-price {
  margin-block-start: 0;
}

.wc-block-featured-category .wc-block-featured-category__title {
  padding-bottom: 8px;
}

.wc-block-featured-category__description p {
  font-size: 15px;
}

form.woocommerce-ordering select {
  border-radius: 25px;
  width: 220px;
  font-size: 13px !important;
  border: 0;
  background-color: #dee3ee;
  border-right: 12px solid #dee3ee;
}

.after-cart-button a {
  color: #0a4e98;
  padding-top: 10px;
}

.after-cart-button a:hover {
  color: #fa8005;
}

.after-cart-button img {
  padding-top: 10px;
}

.product:not(.wp-block-add-to-cart-form)> .wpclv-attributes {
  display: none;
}

.archive .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover {
  background-color: var(--wp--preset--color--marley) !important;
}

.archive .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
  background-color: #081728 !important;
}

.woocommerce span.onsale {
  padding: 0.25em 1.75em;
  font-weight: 400;
  position: absolute;
  line-height: 1.5;
  top: 1em;
  left: -0.5em !important;
  margin: 0;
  border-radius: 25px;
  background-color: #fa8005;
  font-size: .8em;
  z-index: 9 !important;
  rotate: -7deg;
  min-height: unset;
  min-width: unset;
}

.woocommerce-account main .woocommerce {
  margin-top: 60px;
  margin-bottom: 60px;
}

.woocommerce-MyAccount-content .wc-block-components-notice-banner .woocommerce-Button {
  margin: 5px 20px !important;
  float: right;
}

.woocommerce-account .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
  background-color: var(--wp--preset--color--secondary);
  border-radius: 25px;
  color: var(--wp--preset--color--base) !important;
  font-size: var(--wp--preset--font-size--x-small);
  padding: 10px 30px !important;
  margin: 5px 20px !important;
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-content .addresses .title a.edit {
  float: left;
}

.wp-block-woocommerce-customer-account a {
  white-space: nowrap;
}

.woocommerce .wp-block-group.alignwide.has-global-padding.is-layout-constrained {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-woocommerce-product-price span.woocommerce-Price-amount.amount {
  color: var(--wp--preset--color--marley);
}

.wc-block-featured-category__description, .wc-block-featured-category__link, .wc-block-featured-category__price, .wc-block-featured-category__title, .wc-block-featured-category__variation {
  padding: 10px 0 15px 0;
}

.post-type-archive-product .wp-block-group .product-slider-group {
  max-height: 350px !important;
}

.post-type-archive-product .wp-block-group .product-slider-group .wp-block-columns {
  max-height: 350px;
}

.post-type-archive-product .wp-block-group .product-slider-group .wp-block-columns .wp-block-column .wp-block-uagb-slider, .post-type-archive-product .wp-block-group .product-slider-group .wp-block-columns .wp-block-column .wp-block-uagb-slider .uagb-slides, .post-type-archive-product .wp-block-group .product-slider-group .wp-block-columns .wp-block-column .wp-block-uagb-slider .uagb-slides .swiper-wrapper, .post-type-archive-product .wp-block-group .product-slider-group .wp-block-columns .wp-block-column .wp-block-uagb-slider .uagb-slides, .post-type-archive-product .wp-block-group .product-slider-group .wp-block-columns .wp-block-column .wp-block-uagb-slider .uagb-slides .swiper-wrapper .wp-block-uagb-slider-child {
  max-height: 350px;
}

.alm-listing.alm-ajax .latest-posts-block-latest-post-wrap .latest-posts-block-post-single .latest-posts-block-post-content {
  padding: 20px 15px 15px;
}

.alm-listing.alm-ajax h4.latest-posts-block-post-grid-title {
  margin-top: 14px;
  margin-bottom: 10px;
}

.alm-listing.alm-ajax .latest-posts-block-post-grid-excerpt-content p {
  margin-top: 10px !important;
}

.wp-block-woocommerce-product-image-gallery {
  overflow: hidden;
}

.component .component_title_wrapper .component_title_text, .composite_form .composite_component h2.step_title_wrapper {
  font-size: 15px;
  margin-bottom: 0;
  color: #0a4e98;
}

.composited_product_title_wrapper h4:last-child {
  margin: 0 0 0.6rem;
}

.composited_product_title_wrapper h3.composited_product_includes {
  margin: 0 0 12px;
  font-size: 15px;
  color: #0a4e98;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.woocommerce div.product .product_title {
  font-size: 16px;
}

.single-product h4 {
  font-size: 16px;
}

.component .composited_product_title_wrapper .composited_product_title {
  color: #56A94B !important;
  line-height: 1.4;
}

.single-product :where(.wp-block-post-excerpt) {
  margin-bottom: 25px !important;
}

.single-product .composited_product_details_wrapper .details.component_data p {
  margin-top: 4px;
}

.single-product.woocommerce div.product div.images .composited_product_image img {
  width: 80px !important;
}

.single-product .component .component_inner {
  border-bottom: 2px solid #dee3ee;
}

.single-product .component .component_inner:after {
  margin-bottom: 20px;
}

.single-product .component.single {
  margin-bottom: 18px;
}

.single-product .wp-block-add-to-cart-form #related-software.included-software .included-software-container .composited_product_software_wrapper {
  padding: 25px;
  border-radius: 25px;
  background: #dee3ee !important;
  border: 2px solid #0a4e98;
  display: flex;
}

.single-product .wp-block-add-to-cart-form #related-software.included-software .included-software-container .composited_product_software_wrapper:hover {
  outline: 6px solid rgb(250, 128, 5, 0.7) !important;
  outline-offset: -8px !important;
  background: white;
}

.single-product.woocommerce div.product p.price {
  font-size: 20px;
}

.single-product.woocommerce div.product p.price ins {
  font-weight: 300;
}

.single-product.woocommerce .included-software {
  margin-bottom: 20px;
}

.single-product.woocommerce :where(figure) {
  margin: 0;
}

.single-product.woocommerce .component:not(.selection_thumbnail_hidden) .composited_product_details_wrapper>.details {
  float: none;
  width: 84%;
}

.single-product.woocommerce .component_data .stock.in-stock {
  font-size: 13px;
}

.single-product.woocommerce .composited_product_software_container .composited_product_images {
  width: 100px !important;
  align-items: center;
  display: flex;
}

.wp-block-woocommerce-product-image-gallery .onsale {
  display: none;
}

.composited_product_title_wrapper h3.composited_product_includes, .component .component_title_wrapper .component_title_text, .composite_form .composite_component h2.step_title_wrapper {
  color: black !important;
}

.wp-block-search .wp-block-search__label, .wp-block-search .wp-block-search__input, .wp-block-search .wp-block-search__button {
  padding: 0 16px;
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
  height: 36px;
}

.wp-block-search .wp-block-search__button:hover {
  background-color: #081728 !important;
}

.postid-51855 .after-cart-button {
  display: none !important;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul.checkmark.green li:before {
  background-image: url('/wp-content/themes/idscan/assets/images/checkmark-bullet-green.svg') !important;
}

.faq-product-cat .schema-faq-question {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 18px;
  color: #56a94b !important;
  font-weight: 700;
}

.faq-product-cat .schema-faq-answer {
  font-size: 15px;
  line-height: 1.75;
  border-top: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
}

.faq-product-cat .schema-faq-section {
  padding: 10px 0;
}

p.last-updated {
  font-size: 14px;
  font-style: italic;
}

:where(.wp-site-blocks) > :last-child:last-child {
  z-index: 8;
  position: relative;
}

.wp-site-blocks .site-footer.wp-block-template-part {
  z-index: 8 !important;
  position: relative;
}

.footer-bottom-nav a:hover, .id-phone a:hover {
  color: #fa8005 !important;
}

.boxes-with-image-top .wp-block-column .wp-block-image img {
  width: 70%;
}

.wp-block-uagb-container.banner-ad-wrapper, .wp-block-uagb-container.uagb-block-d7778e16 {
  overflow: hidden !important;
}

.banner-ad-column.banner-ad-column-first img {
  overflow: visible !important;
}

.home .wp-site-blocks .wp-block-spacer.banner-ad-top-spacer {
  height: 0 !important;
  margin-top: -15px !important;
}

.uagb-slider-container .swiper-pagination.swiper-pagination-bullets {
  z-index: 1;
}

.alignfull .full-width-slider .uagb-slider-container .uagb-slides.swiper-horizontal {
  margin-top: -40px;
  margin-bottom: -40px;
}

.single-product .wp-block-add-to-cart-form #related-software.included-software .included-software-container .composited_product_software_wrapper.composited_product_software_wrapper_pl {
  background: #e3eddf;
  border: 2px solid #56a94b;
  align-items: center;
}

.author .wp-block-post-featured-image img {
  border-width: 8px !important;
  height: 205px !important;
  width: 375px !important;
}

#form-target form .hs-form.hs-form_theme-round .hs-form__actions button.hs-form__actions__submit {
  border-radius: 25px !important;
}

.hs-form .hs-form__actions__submit, .hs-form__actions__next {
  border-radius: 25px !important;
}

.wp-block-group.hs-form-contains-checkboxes {
  background-color: #0b4f9914;
  border-color: #dee3ee !important;
}

input[type="checkbox"], input[type="radio"] {
  width: auto !important;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
  border-radius: 18px !important;
  border-width: 2px;
}

.wp-block-video video {
  vertical-align: middle;
  margin-top: -80px;
}

.full-width-slider .swiper-wrapper .swiper-content h2.hp-main-slider-header {
  font-size: clamp(2.5rem, 2.8vw, 3.5rem);
}

.full-width-slider .swiper-wrapper .swiper-content {
  height: auto !important;
}

.full-width-slider .swiper-wrapper .swiper-content .equal-height-slider .equal-height-slider-slides {
  height: 100% !important;
}

:root :where(.eplus-wrapper.wp-block-image) {
  margin-top: 10px;
  margin-bottom: 10px;
}

.animated-logo-farm .animated-logo-farm-h2 h2.uagb-heading-text {
  font-size: clamp(1.5rem, 1.7vw, 2.1rem);
}

.animated-logo-farm-wrapper .wp-block-columns.wp-block-columns-is-layout-flex {
  flex-wrap: wrap-reverse !important;
}

.animated-logo-farm-wrapper .animated-logo-farm.wp-block-uagb-container.uagb-is-root-container .uagb-block-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  row-gap: 10px;
  column-gap: 10px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.industry-services h4.icon-industry-sub-head a {
  font-family: var(--wp--preset--font-family--ubuntu) !important;
}

.page .hero-block-pattern-wrapper .hero-block-pattern h1.wp-block-heading.hero-heading-h1 {
  font-size: clamp(3rem, 3.5vw, 3.5rem);
  line-height: clamp(3.5rem, 4vw, 4rem);
  color: var(--wp--preset--color--contrast, #081728);
  background-image: linear-gradient(90deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--contrast) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}

.page .hero-block-pattern-wrapper .hero-block-pattern h2 {
  margin: 20px 0;
}

.page .hero-block-pattern-wrapper .hero-block-pattern .wp-container-core-column-is-layout-2 {
  padding-top: 40px;
  padding-bottom: 15px;
}

.page .hero-block-pattern-wrapper .hero-block-pattern.wp-container-core-columns-is-layout-2 {
  gap: 0 40px;
}

.page .hero-block-pattern-wrapper {
  padding-top: 0 !important;
}

.page .hero-block-pattern-wrapper .hero-block-pattern .wp-container-core-column-is-layout-3.hero-block-pattern-col-2 {
  margin-top: -20px;
}

.wp-block-uagb-container.blog-cta-wrapper.uagb-block-0d25c838.alignfull.uagb-is-root-container {
  box-shadow: 0 0 #00000070;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 75px;
  padding-right: 75px;
  overflow: visible;
  border-color: inherit;
  background: linear-gradient(0deg, rgb(8, 23, 40) 6%, rgb(10, 78, 152) 61%, rgb(222, 227, 238) 100%);
  background-clip: padding-box;
  row-gap: 0;
  column-gap: 0;
}

.wp-block-uagb-container.uagb-block-0d25c838 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill {
  fill: #fff;
}

.wp-block-uagb-container.uagb-block-0d25c838 .uagb-container__shape-top svg {
  height: 160px;
  width: calc(100% + 1.3px);
}

.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0d25c838>.uagb-container-inner-blocks-wrap {
  --inner-content-custom-width: min(100%, 1000px);
  max-width: var(--inner-content-custom-width);
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap-reverse;
  row-gap: 0;
  column-gap: 0;
}

.wp-block-uagb-container.uagb-is-root-container .uagb-block-bc602074 {
  max-width: 50%;
  width: 100%;
  box-shadow: 0 0 #00000070;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: visible;
  border-color: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  row-gap: 20px;
  column-gap: 20px;
}

.wp-block-uagb-container.uagb-is-root-container .uagb-block-ab8c63a7 {
  max-width: 50%;
  width: 100%;
  box-shadow: 0 0 #00000070;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
  border-color: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  row-gap: 0;
  column-gap: 0;
}

.taxonomy-category.has-link-color.wp-block-post-terms.has-x-small-font-size {
  margin-bottom: 0;
  flex-wrap: wrap;
  display: flex;
  padding: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.max-mega-menu .mega-menu-item .mega-menu-column.vs-menu-image {
  background-image: url('/wp-content/themes/idscan/images/main-nav/veriscan-nav-background.png?lm=6897A484');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  border: 3px solid #fff;
  align-content: center;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.max-mega-menu .mega-menu-item .mega-menu-column.av-menu-image {
  background-image: url('/wp-content/themes/idscan/images/main-nav/age-verification-nav-bg-solution.jpg?lm=6897A484');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  border: 3px solid #fff;
  align-content: center;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.max-mega-menu .mega-menu-item .mega-menu-column.am-menu-image {
  background-image: url('/wp-content/themes/idscan/images/main-nav/access-management-nav-bg-solution.jpg?lm=6897A484');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  border: 3px solid #fff;
  align-content: center;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.max-mega-menu .mega-menu-item .mega-menu-column.fp-menu-image {
  background-image: url('/wp-content/themes/idscan/images/main-nav/fraud-prevent-nav-bg-solution.jpg?lm=6897A484');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  border: 3px solid #fff;
  align-content: center;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.max-mega-menu .mega-menu-item .mega-menu-column.laws-menu-image {
  background-image: url('/wp-content/themes/idscan/images/main-nav/id-laws-nav-bg-solutions.jpg?lm=6897A484');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  border: 3px solid #fff;
  align-content: center;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.max-mega-menu .mega-menu-item .mega-menu-column.vs-menu-image:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.max-mega-menu .mega-menu-item .mega-menu-column.av-menu-image:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.max-mega-menu .mega-menu-item .mega-menu-column.am-menu-image:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.max-mega-menu .mega-menu-item .mega-menu-column.fp-menu-image:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.max-mega-menu .mega-menu-item .mega-menu-column.laws-menu-image:hover {
  border: 3px solid #0a4e98;
}

.nav-description-white a.mega-menu-link .mega-description-group .mega-menu-description {
  color: #fff;
}

.title-large a.mega-menu-link .mega-description-group .mega-menu-title {
  font-size: 18px;
  margin-bottom: 12px;
}

#mega-menu-46463-0-1, #mega-menu-46463-0-2, #mega-menu-46463-0-3 {
  margin: 0 6px !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group .mega-menu-title {
  color: white;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.max-mega-menu .mega-menu-item .nav-title-underline .mega-menu-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
  display: flex;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.solutions-mega-menu-last > ul.mega-sub-menu > li.mega-menu-item {
  padding: 10px 30px !important;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block-2 button.mega-toggle-label {
  display: none !important;
}

.id-verification-scroller .uagb-container-inner-blocks-wrap .id-verification-slider {
  mask-image: linear-gradient(to left, transparent 0%, black 250px, black calc(100% - 250px), transparent 100%);
}

.id-verification-slider .swiper-slide-active .slider-overlaybg, .id-verification-slider .swiper-slide-active .slider-image-wrapper {
  background: url('https://idscan.net/wp-content/themes/idscan/images/id-slider-hero/check-icon.png?lm=6897A483');
  opacity: 1;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  inset: 5% 8% auto auto;
  transform: translate(50%, 12%);
  z-index: 10;
  box-shadow: -4px 5px 6px #00000050 !important;
  border-radius: 50%;
}

.id-verification-slider .swiper-slide-active .verify-license .slider-overlaybg, .id-verification-slider .swiper-slide-active .verify-license .slider-image-wrapper {
  background: url('https://idscan.net/wp-content/themes/idscan/images/id-slider-hero/check-icon.png?lm=6897A483');
  opacity: 1;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  inset: 35% 0% auto auto;
  transform: translate(50%, -50%);
  z-index: 10;
  box-shadow: -4px 5px 6px #00000050 !important;
  border-radius: 50%;
}

.id-verification-slider .swiper-slide-active .verify-passport .slider-overlaybg, .id-verification-slider .swiper-slide-active .verify-passport .slider-image-wrapper {
  background: url('https://idscan.net/wp-content/themes/idscan/images/id-slider-hero/check-icon.png?lm=6897A483');
  opacity: 1;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  inset: 2% 3% auto auto;
  transform: translate(50%, 180%);
  z-index: 10;
  box-shadow: -4px 5px 6px #00000050 !important;
  border-radius: 50%;
}

.id-verification-slider .swiper-slide-active .verify-license.verify-license-denied .slider-overlaybg {
  background: url('https://idscan.net/wp-content/themes/idscan/images/id-slider-hero/x-icon.png?lm=6897A484');
  opacity: 1;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  inset: 35% 0% auto auto;
  transform: translate(50%, -50%);
  z-index: 10;
  box-shadow: -4px 5px 6px #00000050 !important;
  border-radius: 50%;
}

.id-verification-slider .swiper-slide-active .swiper-slide-inner.verify-mobile {
  border-radius: 22px;
}

.wp-block-buttons>.wp-block-button a.has-warning-gradient-bottom-gradient-background:hover {
  background: linear-gradient(180deg, var(--wp--preset--color--fakeid) 0%, var(--wp--preset--color--secondary) 100%) !important;
}

.id-verification-slider .swiper.swiper-horizontal {
  padding-top: 20px;
}

.id-verification-slider .swiper-slide-active .swiper-slide-inner.verify-license.verify-license-denied .wp-block-uagb-image img {
  border-style: solid;
  border-width: 5px;
  border-color: #eaacac;
  border-radius: 12px;
}

.id-verification-slider .swiper-slide-active .swiper-slide-inner.verify-license .wp-block-uagb-image img {
  border-style: solid;
  border-width: 5px;
  border-color: #c2e7bd;
  border-radius: 12px;
}

.id-verification-slider .swiper-slide-active .swiper-slide-inner.verify-passport .wp-block-uagb-image img {
  border-style: solid;
  border-width: 5px;
  border-color: #c2e7bd;
  border-radius: 12px;
}

.id-verification-slider .swiper-slide-active .swiper-slide-inner.verify-mobile .wp-block-uagb-image img {
  border-style: solid;
  border-width: 5px;
  border-color: #c2e7bd;
  border-radius: 28px;
}

.id-verification-slider .swiper-slide .swiper-slide-inner.verify-mobile .wp-block-uagb-image img {
  border-radius: 28px;
}

.id-verification-slider .swiper-slide .swiper-slide-inner .wp-block-uagb-image img {
  border-radius: 12px;
}

.site-content .id-verification-scroller .uagb-is-root-container {
  margin-top: -85px;
  margin-bottom: -75px;
}

.swiper-slide.swiper-slide-active, .swiper-slide.swiper-slide-active.swiper-slide-duplicate-active {
  width: 140%;
}

.id-verification-slider .swiper-slide .swiper-slide-inner .wp-block-uagb-image figure img {
  box-shadow: -4px 6px 16px #00000033 !important;
}

.partner-logos-black .partner-logos-black-wrap .wp-block-image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-block-handpicked-products.four-column-feature .wc-block-grid__product {
  padding: 15px;
}

.site-content .id-verification-scroller .id-verification-scroller-wrap .id-verification-scroller-column .id-verification-large-text-clamp.has-ubuntu-font-family {
  font-size: clamp(24.5px, 1.2rem + ((1vw - 3.5px) * 3.9), 48px) !important;
}

.idlaws-nav {
  background: none !important;
  border-radius: 0 !important;
}

.idlaws-template .idlaws-tax-cat {
  border-radius: 15px !important;
}

.idlaws-template-default .idlaws-tax-cat {
  border-radius: 15px !important;
}

.idlaws-nav-wrapper {
  margin-bottom: -220px;
}

.wp-block-uagb-table-of-contents.idlaws-nav li.uagb-toc__list {
  padding-top: 4px;
}

.idlaws-id-image-columns {
  display: flex;
  gap: 2.2em;
}

.idlaws-id-image-columns .wp-block-column {
  flex-basis: 100%;
}

.idlaws-images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.idlaws-images .image-front, .idlaws-images .image-back {
  width: 100%;
  max-width: 400px;
}

.idlaws-images .image-mobile {
  width: 100%;
  max-width: 225px;
}

.idlaws-images img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  border: 6px solid #0b4f9926;
  box-shadow: 0px 25px 40px -30px #00000070;
  transition: box-shadow 0.2s ease;
}

.idlaws-images img:hover {
  box-shadow: 0px 0px 0 #00000070;
}

.idlaws-template ol li ul {
  counter-reset: roman;
}

.idlaws-template ul:not(.site-footer ul) {
  counter-reset: roman;
}

.idlaws-template ul li ul:not(.site-footer ul) {
  counter-reset: roman;
}

.idlaws-template ol li ol {
  counter-reset: alpha;
}

.idlaws-template ol li ol li {
  list-style: none;
  position: relative;
}

.idlaws-template ol li ul li {
  list-style: none;
  position: relative;
}

.idlaws-template li:not(.site-footer li) {
  margin-bottom: 10px;
  margin-top: 10px;
}

.idlaws-template ol li ol > li:before {
  counter-increment: alpha;
  content: "(" counter(alpha, lower-alpha)") ";
  position: absolute;
  left: -25px;
  text-align: center;
  list-style: none !important;
}

.idlaws-template ol li ul > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman)") ";
  position: absolute;
  left: -30px;
  text-align: center;
  list-style: none !important;
}

.idlaws-template ul li ul > li:before:not(.site-footer li) {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman)") ";
  position: absolute;
  left: -30px;
  text-align: center;
  list-style: none !important;
}

.idlaws-template ul > li:before:not(.site-footer li) {
  counter-increment: roman;
  content: "(" counter(roman, upper-roman)") ";
  position: absolute;
  left: -30px;
  text-align: center;
  list-style: none !important;
}

.idlaws-template .wp-block-list:not(.site-footer .wp-block-list) {
  padding-left: 30px;
}

.idlaws-template .idlaws-sep-line {
  width: 65%;
  margin-left: 0;
}

.button-full-width, .button-full-width a {
  width: 100%;
}

.idlaws-template .wp-block-post-content :target:before {
  content: "";
  display: block;
  height: 120px;
  margin: -100px 0 0;
}

.idlaws-template .section-nav {
  margin-bottom: 20px;
  font-size: 18px;
  display: flex;
  gap: 0.25em;
  flex-wrap: wrap;
  max-width: 700px;
  justify-content: center;
  text-align: center;
  font-weight: 400;
}

.idlaws-template .section-nav a {
  color: #081728;
  padding: 0 3px;
}

.idlaws-template .section-nav a:hover {
  color: #fa8005;
  text-decoration: underline;
}

.idlaws-template .section-content section {
  margin-bottom: 40px;
}

.idlaws-template .related-posts {
  margin-top: 0px;
  padding: 0px;
}

.idlaws-template .related-posts h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.idlaws-template .related-posts p {
  line-height: 1.25;
  margin-top: 10px;
  margin-bottom: 40px;
}

.idlaws-template .related-posts ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}

.idlaws-template .related-posts li {
  margin-bottom: 5px;
  text-align: center;
}

.idlaws-template img.related-post-thumbnail {
  border-radius: 10px;
  border: 4px solid #0b4f9926;
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}

.idlaws-template .related-posts a {
  color: #0a4e98;
  font-size: 0.9em;
}

.idlaws-template .related-posts a:hover {
  color: #fa8005;
}

.idlaws-template .first-word {
  color: #fa8005;
}

.idlaws-template h1 {
  text-align: center;
  font-size: 48px;
  margin-top: 10px;
}

.idlaws-template .bottom-idlaws-state-menu {
  text-wrap: balance;
  color: #666;
}

.idlaws-template .bottom-idlaws-state-menu a {
  color: #fff;
}

.idlaws-template .bottom-idlaws-state-menu a:hover {
  color: #fa8005;
}

.idlaws-template h2 {
  color: var(--wp--preset--color--secondary) !important;
  font-size: var(--wp--preset--font-size--large) !important;
  margin-top: var(--wp--preset--spacing--x-small);
  font-style: normal;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--ubuntu) !important;
}

.idlaws-template h3 {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 600;
  margin-block-start: 20px;
  color: #000;
}

.idlaws-template h3 span {
  color: #000;
}

.idlaws-template h3 a {
  color: #0a4e98;
}

.idlaws-template h3 a:hover {
  color: #fa8005;
}

.idlaws-template p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 1.5em;
}

.idlaws-template hr {
  margin-top: 25px;
  margin-bottom: 40px;
  width: 45%;
  border-width: 2px 0 0;
  border-style: solid;
  background-color: #0b4f9926;
  border-top: 2px solid;
}

.idlaws-template .idlaws-top-link .uagb-icon-margin-wrapper {
  margin-top: -65px !important;
}

.gs-accordion-item__content {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.gs-accordion-item__title {
  border-radius: 25px;
  margin-bottom: -40px;
}

.gs-accordion-item__text {
  margin-top: -25px;
}

.gs-accordion-item:not(#gspb_accordionitem-gsbp-cf084c9) img {
  border-radius: 50px;
  border: 4px solid #EDF1F8;
}

.gs-accordion-item__heading {
  line-height: 1.25;
}

.post-type-archive-case_studies #ajax-load-more .latest-posts-block-post-grid-byline {
  display: none;
}

.page-my-account .woocommerce-MyAccount-navigation-link--tax-certificate, .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-ecm-links-block, .woocommerce-checkout .wc-block-components-totals-wrapper.slot-wrapper {
  display: none;
}

.woocommerce-checkout h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  border-color: #007cba;
  box-shadow: 0 0 4px rgba(0, 124, 186, 0.5);
  outline: none;
}

.woocommerce-checkout button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fa8005;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  width: 25%;
}

.woocommerce-checkout button:hover {
  background-color: #0a4e98;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 20px;
}

.woocommerce-checkout .woocommerce-checkout-review-order h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #444;
}

.woocommerce-checkout table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.woocommerce-checkout table th,
.woocommerce-checkout table td {
  padding: 10px;
  text-align: left;
  border-bottom: 0;
}

.woocommerce-checkout table th {
  background-color: #dee3ee;
  font-weight: bold;
}

.woocommerce-error {
  background-color: #ffebe8;
  border-left: 4px solid #d63638;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #d63638;
  border-radius: 12px;
}

.checkout-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.checkout-left {
  flex: 1 1 60%;
  min-width: 300px;
}

.checkout-right {
  flex: 1 1 35%;
  min-width: 300px;
  border-radius: 12px;
  height: fit-content;
  position: sticky;
  top: 20px;
}

.woocommerce-toggle-billing {
  margin: 20px 0;
}

.woocommerce-toggle-billing label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.woocommerce-toggle-billing input[type="checkbox"] {
  margin-right: 10px;
}

.woocommerce-checkout .woocommerce-checkout-review-order b {
  display: none;
}

.woocommerce-checkout #customer_details .wc_avatax_validate_address.button {
  padding: 12px 20px;
  font-size: 13px;
  border-radius: 25px;
  width: 35%;
}

.woocommerce-checkout .woocommerce-checkout-review-order a {
  display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order #cert_link {
  display: none !important;
}

.woocommerce-checkout .payment_method_stripe fieldset {
  border: 0;
}

.woocommerce-checkout .checkout .col-2 {
  font-size: 0px;
}

.woocommerce-checkout .checkout .col-2 .woocommerce-shipping-fields, .woocommerce-checkout .checkout .col-2 .woocommerce-additional-fields {
  font-size: 18px;
}

.woocommerce-page .woocommerce-checkout-review-order table.shop_table {
  width: 100%;
  border: 0;
}

.checkout .woocommerce-additional-fields .notes label {
  margin-top: 1rem;
}

.woocommerce-privacy-policy-text p {
  font-size: 16px;
  color: #333;
  font-style: italic;
}

.woocommerce-checkout #payment div.form-row {
  padding: 1em 2em;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th {
  border-top: 4px solid rgba(255, 255, 255, 1);
  border-radius: 6px;
}

.woocommerce-checkout .woocommerce form .form-row label {
  line-height: 1;
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #dee3ee;
  border-radius: 6px;
}

.woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #dee3ee;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: white;
  border-radius: 6px;
}

.woocommerce-checkout .woocommerce-error::before {
  top: .6em;
}

.woocommerce-checkout .woocommerce-error li {
  margin-left: 40px !important;
}

.wc-block-components-payment-methods__save-card-info {
  margin-bottom: .5em;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  padding-top: 12px;
  text-align: center;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator span {
  font-size: 16px;
}

.wp-block-uagb-tabs .wp-block-uagb-container {
  align-items: center;
}

.wp-block-uagb-tabs .wp-block-uagb-container .gspb_image img {
  height: 100% !important;
  width: 100%;
}

.wp-block-uagb-tabs.uagb-tabs__vstyle6-tablet .wp-block-uagb-container .wp-block-greenshift-blocks-image {
  height: 100% !important;
  width: 100% !important;
}

.wp-block-uagb-tabs.uagb-tabs__vstyle6-tablet .wp-block-uagb-container .wp-block-greenshift-blocks-image img.lzl-ed.lzl-cached {
  background-color: transparent !important;
  object-fit: cover !important;
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop ul.uagb-tabs__panel {
  z-index: 9;
}

.wp-block-uagb-post-grid .uagb-post__image img {
  border-radius: 25px;
}

.post-type-archive .uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted, .blog .uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted {
  padding: 5px 10px;
  border-radius: 25px;
  margin-bottom: 14px;
}

.uagb-post__inner-wrap .uagb-post__taxonomy.highlighted {
  border-radius: 25px !important;
  padding: 6px 10px !important;
  margin-bottom: 10px !important;
}

.main-feature .uagb-post-grid .uagb-post__image img {
  max-height: 450px !important;
  object-fit: cover !important;
  object-position: center;
}

.main-feature .uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a {
  padding-bottom: 450px !important;
  height: 450px;
}

.gspb_image-id-gsbp-3b9ed8d img {
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
}

#tablepress-26 td {
  padding-top: 16px;
}

#tablepress-26_wrapper .tablepress thead th {
  padding-top: 40px;
}

#tablepress-26_wrapper .tablepress .row-1 .column-2 {
  background-image: linear-gradient(270deg, #dacfe6 0%, #cae6e4 100%);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

#tablepress-26_wrapper .tablepress .row-2 .column-2, #tablepress-26_wrapper .tablepress .row-3 .column-2, #tablepress-26_wrapper .tablepress .row-4 .column-2, #tablepress-26_wrapper .tablepress .row-5 .column-2 {
  background-image: linear-gradient(270deg, #dacfe6 0%, #cae6e4 100%);
  border-color: #eee;
}

#tablepress-26_wrapper .tablepress .row-6 .column-2 {
  height: 60px;
  background-image: linear-gradient(270deg, #dacfe6 0%, #cae6e4 100%);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

#tablepress-26_wrapper .tablepress tfoot .row-6 .column-1, #tablepress-26_wrapper .tablepress tfoot .row-6 .column-3,#tablepress-26_wrapper .tablepress tfoot .row-6 .column-4,#tablepress-26_wrapper .tablepress tfoot .row-6 .column-5 {
  background-color: unset;
}

#tablepress-26_wrapper .tablepress .wp-block-uagb-counter-circle-container svg .background-darker-circle {
  stroke: #bbbbbb;
}

#tablepress-26_wrapper .tablepress .row-2 td, #tablepress-26_wrapper .tablepress .row-6 th {
  border-top: 0;
}

.pricing-tier-wrapper {
  border: 2px solid #0b4f9926;
  border-radius: 25px;
}

.veriscan-features summary, .wizzform-features summary, .dive-features summary {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}

.veriscan-features summary::marker {
  color: #fa8005;
}

.wizzform-features summary::marker {
  color: #56A94B;
}

.dive-features summary::marker {
  color: #0a4e98;
}

.vs-feature-head {
  font-size: 20px;
  line-height: 1.3;
}

.vs-feature-tier.vs-basic {
  color: #D93D04;
}

.vs-feature-tier.vs-premium {
  color: #fa8005;
}

.vs-feature-tier.vs-enterprise {
  color: #56A94B;
}

.vs-feature-tier.vs-id-authentication {
  color: #0a4e98;
}

.table-checkmark {
  font-size: 22px;
}

.tablepress>:not(caption)>*>* {
  vertical-align: middle !important;
}

table.tablepress.veriscan-pricing-table thead th {
  background-color: #fff;
}

.tablepress.veriscan-pricing-table {
  --hover-bg-color: #eef1f6;
}

.tablepress tr:has(.vs-feature-head) {
  --hover-bg-color: #fff;
  border-top: 2px solid #DEE3EE !important;
}

.tablepress tr:has(.dive-feature-head) {
  --hover-bg-color: #fff;
  border-top: 2px solid #DEE3EE !important;
}

.tablepress tr:has(.row-no-hover) {
  --hover-bg-color: #fff;
}

.tablepress.veriscan-pricing-table tr,
.tablepress.veriscan-pricing-table tbody td,
.tablepress.veriscan-pricing-table thead th,
.tablepress.veriscan-pricing-table tfoot th {
  border: 0;
}

.tablepress.veriscan-pricing-table .column-1 {
  max-width: 285px;
  min-width: 200px;
}

.tablepress.veriscan-pricing-table.dive-pricing-table .column-1 {
  max-width: 210px;
  min-width: 200px;
}

.wp-block-columns.pricing-tiers-column-wrapper {
  flex-wrap: wrap!important;
}

h3.tier-pricing-cost {
  font-size: 32px !important;
}

h3.dive-pricing-cost {
  font-size: 28px !important;
}

.tabbed-pricing .veriscan-id-scanning.veriscan-features {
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
}

.tabbed-pricing .gsbp-db42203 {
  margin: auto;
  max-width: 1200px;
}

.tablepress .tabbed-pricing .veriscan-id-scanning.veriscan-features tr:has(.vs-feature-head) {
  --hover-bg-color: #fff;
  border-top: 2px solid #DEE3EE !important;
  border-bottom: 0 !important;
}

h3#veriscan-complete-features-list {
  background: linear-gradient(to left, #081728 0%, #0A4E98 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tabbed-pricing ul.uagb-tabs__align-center {
  padding: 0 0 0 6px !important;
  border: 2.5px solid #dee3ee;
  border-radius: 50px;
}

.tabbed-pricing .uagb-tabs__align-center li.uagb-tab {
  margin: 5px 6px 5px 0px !important;
}

.page-veriscan-identity-platform-pricing .gsbp-2724af6.alignfull {
  margin: 0 auto 10px !important;
}

.page-veriscan-identity-platform-pricing .tabbed-pricing .wp-block-columns {
  max-width: 1200px;
  margin: 0 auto;
}

.page-veriscan-identity-platform-pricing .tabbed-pricing .wp-block-columns .dt-container .dt-scroll-head .dt-scroll-headInner {
  width: auto !important;
}

.page-veriscan-identity-platform-pricing .tabbed-pricing .tablepress tr:has(.vs-feature-head) {
  --hover-bg-color: #dee3ee;
  background-color: #dee3ee;
}

.page-veriscan-identity-platform-pricing .wp-block-uagb-container.uagb-block-bf5ac630 {
  max-width: 100% !important;
  width: 100% !important;
}

.tabbed-pricing .overflow-hidden {
  overflow: hidden;
}

.tabbed-pricing .tablepress.veriscan-pricing-table .column-1 {
  padding-left: 20px;
}

.tabbed-pricing .veriscan-features summary, .tabbed-pricing .parselink-features summary, .tabbed-pricing .dive-features summary {
  font-size: 22px !important;
  font-weight: 300;
}

.tabbed-pricing .veriscan-features summary::marker {
  color: #0a4e98;
}

.wp-block-uagb-popup-builder .uagb-popup-builder__close svg {
  margin: 8px;
  width: 14px;
}

.tablepress>:where(thead,tfoot)>tr>* {
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.vertical-id-stack .vertical-ids-wrapper {
  background: #0a4e98;
}

#gspb_container-id-gsbp-b1792ad.gspb_container {
  background-color: unset !important;
}

#gspb_container-id-gsbp-b1792ad.gspb_container.waterfall-pattern {
  background-color: var(--wp--preset--color--primary,#0A4E98) !important;
}

.theme-overrides header .hs-kb-search-input-wrapper {
  box-sizing: border-box;
  padding: 24px;
  background-color: var(--search-input-wrapper-background-color);
  background-image: url(https://6215676.fs1.hubspotusercontent-na1.net/hubfs/6215676/header_pattern_waves_light.png);
  background-position: bottom;
}

.id-fraud-report {
  background: linear-gradient(130deg, rgba(250, 5, 5, 0.7) 40%, rgb(255, 125, 5, 0.7) 100%) !important;
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 6px ) !important;
  -webkit-backdrop-filter: blur( 6px ) !important;
  z-index: 9;
}

#gspb_col-id-gsbp-c221088.gspb_row__col--6 {
  width: 100%;
}

.woocommerce-cart .id-fraud-report, .woocommerce-checkout .id-fraud-report {
  display: none;
}

.blue-hover-button .is-style-outline.is-style-outline.wp-block-button .wp-block-button__link:hover {
  border-color: #0a4e98 !important;
}

.blue-hover-button .is-style-outline.is-style-outline.wp-block-button .wp-block-button__link:before {
  background-color: #0a4e98;
}

.wp-block-uagb-container.uagb-is-root-container .boxes-under-animation {
  margin-top: -60px !important;
}

footer .wp-block-heading a {
  font-family: 'Ubuntu';
  font-weight: 700 !important;
}

.testimonial-animated-border .wp-block-greenshift-blocks-container.gspb_container.gradientconic::after {
  position: absolute;
  top: -300px;
  right: -300px;
  bottom: -300px;
  left: -300px;
  background: conic-gradient(from calc(137.179deg), rgba(0, 0, 0, 0) 0deg, rgba(194, 204, 255, 0.7) 40%, rgba(0, 0, 0, 0) 45%);
  animation: csstransform-NaN 4s infinite 0s;
  animation-timing-function: linear;
  content: "";
}

@keyframes csstransform-NaN{

    100% {
      transform: rotateZ(360deg);
    }

}

.testimonial-animated-border .wp-block-greenshift-blocks-container.gspb_container.gradientconic {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  box-shadow: inset 0 1px 1px 0 rgba(216,236,248,.2), inset 0 24px 48px 0 rgba(168,216,245,.06);
  transition: background-color .45s cubic-bezier(.6,.6,0,1),box-shadow .45s cubic-bezier(.6,.6,0,1);
}

.testimonial-animated-border .wp-block-greenshift-blocks-container.gspb_container {
  height: 100%;
}

.full-width-slider.bleed-slider .swiper-slide.swiper-slide-active {
  outline: 8px solid #efefef;
  border-radius: 23px;
  margin-bottom: 20px;
  margin-top: 12px;
}

.full-width-slider.bleed-slider .swiper-slide {
  border-radius: 23px;
  margin-bottom: 20px;
  margin-top: 12px;
}

.full-width-slider.bleed-slider .swiper-slide figure {
  position: relative;
  display: inline-block;
}

.full-width-slider.bleed-slider .swiper-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}

.full-width-slider.bleed-slider .swiper-slide figure::before, .full-width-slider.bleed-slider .swiper-slide.swiper-slide-active figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 23, 40, 0.4);
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
}

.full-width-slider.bleed-slider.slider-products .swiper-slide figure::before, .full-width-slider.bleed-slider .swiper-slide.swiper-slide-active figure::before {
  background: none;
}

.testimonial-full-bleed-slider .slider-full-width .slider-image-wrapper img {
  object-position: 50% 50%;
  object-fit: cover;
  max-height: 300px;
}

.testimonial-full-bleed-slider .full-width-slider.bleed-slider .swiper-slide.swiper-slide-active {
  border-radius: 23px;
  margin-bottom: 15px;
  outline: 0;
}

.testimonial-full-bleed-slider {
  background-color: #081728;
}

.testimonial-full-bleed-slider .swiper-slide .wp-block-greenshift-blocks-container.gspb_container {
  height: 100%;
}

.testimonial-full-bleed-slider .swiper-slide .wp-block-greenshift-blocks-container.gspb_container.gradientconic {
  height: 100%;
  margin-bottom: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  box-shadow: inset 0 1px 1px 0 rgba(216,236,248,.2), inset 0 24px 48px 0 rgba(168,216,245,.06);
  transition: background-color .45s cubic-bezier(.6,.6,0,1),box-shadow .45s cubic-bezier(.6,.6,0,1);
}

.testimonial-full-bleed-slider .swiper-slide .wp-block-greenshift-blocks-container.gspb_container p {
  text-wrap: pretty;
}

.testimonial-full-bleed-slider .swiper-slide.swiper-slide-active {
  margin-bottom: 0;
  outline: 0;
}

#gspb_container-id-gsbp-da6ab31, #gspb_container-id-gsbp-da6ab31.testimonial-full-bleed-slider {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.testimonial-full-bleed-slider .swiper-slide-active .swiper-slide-inner {
  align-items: center !important;
  margin-bottom: 0;
}

.testimonial-full-bleed-slider .swiper-slide .swiper-slide-inner {
  align-items: center !important;
  min-height: 22em;
}

.testimonial-full-bleed-slider .swiper-slide .wp-block-greenshift-blocks-container.gspb_container.gradientconic::after {
  position: absolute;
  top: -300px;
  right: -300px;
  bottom: -300px;
  left: -300px;
  content: "";
  animation: csstransform-NaN 4s infinite 0s;
  animation-timing-function: linear;
  background: conic-gradient(from calc(137.179deg), rgba(0, 0, 0, 0) 0deg, rgba(194, 204, 255, 0.7) 40%, rgba(0, 0, 0, 0) 45%);
}

@keyframes csstransform-NaN{

    100% {
      transform: rotateZ(360deg);
    }

}

.hand-select-products .wc-block-grid__products {
  padding: 0 20px !important;
  margin: 0 40px 20px !important;
}

.hand-select-products .wc-block-grid__products .wc-block-grid__product {
  flex: 1 0 30% !important;
  max-width: 30% !important;
  padding: 40px 40px 0px !important;
  margin: 0 auto !important;
}

.wc-block-handpicked-products.has-3-columns .wc-block-grid__products .wc-block-grid__product {
  flex: 1 0 30% !important;
  max-width: 30% !important;
  padding: 40px 40px 0px !important;
  margin: 0 auto !important;
}

.single .wc-block-handpicked-products.has-3-columns .wc-block-grid__products .wc-block-grid__product {
  padding: 0 !important;
}

.email-order-detail-heading span a {
  color: #3c3c3c !important;
}

.id-video video {
  border-radius: 24px !important;
  border: 0
  width:525px !important;
  margin-top: 0;
}

.woocommerce-shop .searchwp-live-search-results {
  z-index: 9;
}

.woocommerce-shop .searchwp-live-search-results-showing {
  display: flex;
}

.woocommerce .gspb-product-quick-view-popup .gspb-link-full-page {
  font-size: 14px;
  background-color: #fa8005;
  padding: 14px 22px;
  box-shadow: none;
  border-radius: 25px;
  color: white;
}

.gspb-product-quick-view-popup .woocommerce .product_meta {
  display: none;
}

.woocommerce .gspb-product-quick-view-popup .star-rating {
  display: none;
}

.gspb-product-quick-view-popup .product {
  display: block;
}

.gspb-product-quick-view-popup .woocommerce div.product div.images, .gspb-product-quick-view-popup .woocommerce div.product div.summary {
  width: 100%;
  padding: 30px;
}

.archive #related-software.included-software .included-software-container .composited_product_software_wrapper {
  border-radius: 25px;
  background: #dee3ee !important;
  border: 2px solid #0a4e98;
  display: flex;
  align-items: center;
}

.archive.woocommerce .gspb-product-quick-view-popup .component .composited_product_details_wrapper {
  display: flex;
}

.archive #related-software.included-software .included-software-container .composited_product_software_wrapper .composited_product_image {
  margin: 0;
}

.wp-block-yoast-faq-block {
  columns: 2;
  column-gap: 60px;
}

.faq-product-cat .schema-faq {
  font-size: 15px;
  line-height: 1.75;
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
}

.woocommerce .wc-block-featured-category .wc-block-featured-category__background-image {
  display: none !important;
}

.wp-block-greenshift-blocks-container .swiper-vertical .swiper-button-prev, .wp-block-greenshift-blocks-container .swiper-vertical .swiper-button-next {
  rotate: 90;
}

.wp-container-core-columns-is-layout-ec221325 {
  overflow: hidden;
}

.wp-block-uagb-container .wp-block-video.veriscan-id-vid video {
  margin-bottom: 40px !important;
  margin-top: 0 !important;
}

.page-id-62676 #gspb_row-id-gsbp-2e7906d {
  margin-top: -100px !important;
  margin-bottom: 20px !important;
}

.wp-block-column.veriscan-hero-col-fix {
  margin-top: -60px;
}

.wp-block-column .wp-block-uagb-container.uagb-block-2ce0cb76 {
  margin-left: auto !important;
}

#gspb_row-id-gsbp-2e7906d.wp-block-greenshift-blocks-row {
  margin-top: 0;
}

.wp-block-group .vs-hero-section .wp-block-columns {
  flex-wrap: wrap-reverse !important;
}

.wp-block-group .compare-hero-rev-flex .wp-block-columns {
  flex-wrap: wrap-reverse !important;
}

.tablepress-id-42 {
  border-collapse: separate;
}

.tablepress-id-42 tbody {
  background-image: linear-gradient(180deg, #dacfe6 30%, #cae6e4 100%);
  border-radius: 18px;
  font-size: 16px;
}

.tablepress-id-42>:where(thead)+tbody>:where(:not(.child))>*, .tablepress-id-42>tbody>*~:where(:not(.child))>*, .tablepress-id-42>tfoot>:where(:first-child)>* {
  border-top: 2px solid white;
  padding: 10px 18px;
}

.tablepress-id-42 thead th {
  padding-top: 30px;
  padding-bottom: 0;
}

.tablepress-id-42 .column-2, .tablepress-id-42 .column-3 {
  background: white;
}

.tablepress-id-42 .column-2 {
  border-left: 2px solid black;
  border-top: 0;
  padding-left: 40px;
}

.tablepress-id-42 th.column-2, .tablepress-id-42 th.column-3 {
  border-top: 2px solid black;
}

.tablepress-id-42 .column-3 {
  border-right: 2px solid black;
  border-top: 0;
  padding-right: 40px;
}

.tablepress-id-42 .row-9 .column-2, .tablepress-id-42 .row-9 .column-3 {
  border-bottom: 2px solid black;
}

#tablepress-42_wrapper .row-1 .column-2 {
  border-top-left-radius: 18px;
}

#tablepress-42_wrapper .row-2 .column-1 {
  border-top-left-radius: 18px;
}

#tablepress-42_wrapper .row-8 .column-1 {
  border-bottom-left-radius: 18px;
}

#tablepress-42_wrapper .row-1 .column-3 {
  border-top-right-radius: 18px;
}

#tablepress-42_wrapper .row-8 .column-4 {
  border-bottom-right-radius: 18px;
}

#tablepress-42_wrapper .row-2 .column-4 {
  border-top-right-radius: 18px;
}

.tablepress-id-42 .row-9 .column-3 {
  border-bottom-right-radius: 18px;
  border-top: 0;
}

.tablepress-id-42 .row-9 .column-2 {
  border-bottom-left-radius: 18px;
  border-top: 0;
}

.tablepress-id-42 .row-1 .column-1, .tablepress-id-42 .row-1 .column-4 {
  padding-left: 20px;
}

.tablepress-id-42 .row-1 .column-3 {
  padding-left: 18px;
}

.tablepress-id-42>:where(thead,tfoot)>tr>* {
  background-color: transparent;
}

.tablepress-id-42 .row-3 .column-2,
.tablepress-id-42 .row-4 .column-2,
.tablepress-id-42 .row-5 .column-2,
.tablepress-id-42 .row-6 .column-2,
.tablepress-id-42 .row-7 .column-2 {
  padding-left: 0;
}

.tablepress-id-42 .row-3 .column-3,
.tablepress-id-42 .row-4 .column-3,
.tablepress-id-42 .row-5 .column-3,
.tablepress-id-42 .row-6 .column-3,
.tablepress-id-42 .row-7 .column-3 {
  padding-left: 0;
}

.tablepress-id-40 {
  border-collapse: separate;
}

.tablepress-id-40 tbody {
  background-image: linear-gradient(180deg, #dacfe6 30%, #cae6e4 100%);
  border-radius: 18px;
  font-size: 16px;
}

.tablepress-id-40>:where(thead)+tbody>:where(:not(.child))>*,
.tablepress-id-40>tbody>*~:where(:not(.child))>*,
.tablepress-id-40>tfoot>:where(:first-child)>* {
  border-top: 2px solid white;
  padding: 10px 18px;
}

.tablepress-id-40 thead th {
  padding-top: 30px;
  padding-bottom: 0;
}

.tablepress-id-40 .column-2,
.tablepress-id-40 .column-3 {
  background: white;
}

.tablepress-id-40 .column-2 {
  border-left: 2px solid black;
  border-top: 0;
  padding-left: 40px;
}

.tablepress-id-40 th.column-2,
.tablepress-id-40 th.column-3 {
  border-top: 2px solid black;
}

.tablepress-id-40 .column-3 {
  border-right: 2px solid black;
  border-top: 0;
  padding-right: 40px;
}

.tablepress-id-40 .row-9 .column-2,
.tablepress-id-40 .row-9 .column-3 {
  border-bottom: 2px solid black;
}

#tablepress-40_wrapper .row-1 .column-2 {
  border-top-left-radius: 18px;
}

#tablepress-40_wrapper .row-2 .column-1 {
  border-top-left-radius: 18px;
}

#tablepress-40_wrapper .row-8 .column-1 {
  border-bottom-left-radius: 18px;
}

#tablepress-40_wrapper .row-1 .column-3 {
  border-top-right-radius: 18px;
}

#tablepress-40_wrapper .row-8 .column-4 {
  border-bottom-right-radius: 18px;
}

#tablepress-40_wrapper .row-2 .column-4 {
  border-top-right-radius: 18px;
}

.tablepress-id-40 .row-9 .column-3 {
  border-bottom-right-radius: 18px;
  border-top: 0;
}

.tablepress-id-40 .row-9 .column-2 {
  border-bottom-left-radius: 18px;
  border-top: 0;
}

.tablepress-id-40 .row-1 .column-1,
.tablepress-id-40 .row-1 .column-4 {
  padding-left: 20px;
}

.tablepress-id-40 .row-1 .column-3 {
  padding-left: 18px;
}

.tablepress-id-40>:where(thead,tfoot)>tr>* {
  background-color: transparent;
}

.tablepress-id-40 .row-4 .column-2,
.tablepress-id-40 .row-5 .column-2,
.tablepress-id-40 .row-7 .column-2 {
  padding-left: 0;
}

.tablepress-id-40 .row-4 .column-3,
.tablepress-id-40 .row-6 .column-3,
.tablepress-id-40 .row-7 .column-3 {
  padding-left: 0;
}

.tablepress-id-43 {
  border-collapse: separate;
}

.tablepress-id-43 tbody {
  background-image: linear-gradient(180deg, #dacfe6 30%, #cae6e4 100%);
  border-radius: 18px;
  font-size: 16px;
}

.tablepress-id-43>:where(thead)+tbody>:where(:not(.child))>*,
.tablepress-id-43>tbody>*~:where(:not(.child))>*,
.tablepress-id-43>tfoot>:where(:first-child)>* {
  border-top: 2px solid white;
  padding: 10px 18px;
}

.tablepress-id-43 thead th {
  padding-top: 30px;
  padding-bottom: 0;
}

.tablepress-id-43 .column-2,
.tablepress-id-43 .column-3 {
  background: white;
}

.tablepress-id-43 .column-2 {
  border-left: 2px solid black;
  border-top: 0;
  padding-left: 40px;
}

.tablepress-id-43 th.column-2,
.tablepress-id-43 th.column-3 {
  border-top: 2px solid black;
}

.tablepress-id-43 .column-3 {
  border-right: 2px solid black;
  border-top: 0;
  padding-right: 40px;
}

.tablepress-id-43 .row-11 .column-2,
.tablepress-id-43 .row-11 .column-3 {
  border-bottom: 2px solid black;
}

#tablepress-43_wrapper .row-1 .column-2 {
  border-top-left-radius: 18px;
}

#tablepress-43_wrapper .row-2 .column-1 {
  border-top-left-radius: 18px;
}

#tablepress-43_wrapper .row-10 .column-1 {
  border-bottom-left-radius: 18px;
}

#tablepress-43_wrapper .row-1 .column-3 {
  border-top-right-radius: 18px;
}

#tablepress-43_wrapper .row-10 .column-4 {
  border-bottom-right-radius: 18px;
}

#tablepress-43_wrapper .row-2 .column-4 {
  border-top-right-radius: 18px;
}

.tablepress-id-43 .row-11 .column-3 {
  border-bottom-right-radius: 18px;
  border-top: 0;
}

.tablepress-id-43 .row-11 .column-2 {
  border-bottom-left-radius: 18px;
  border-top: 0;
}

.tablepress-id-43 .row-1 .column-1,
.tablepress-id-43 .row-1 .column-4 {
  padding-left: 20px;
}

.tablepress-id-43 .row-1 .column-3 {
  padding-left: 18px;
}

.tablepress-id-43>:where(thead,tfoot)>tr>* {
  background-color: transparent;
}

.tablepress-id-43 .row-4 .column-2,
.tablepress-id-43 .row-5 .column-2,
.tablepress-id-43 .row-7 .column-2,
.tablepress-id-43 .row-9 .column-2, {
  padding-left: 0;
}

.tablepress-id-43 .row-4 .column-3,
.tablepress-id-43 .row-7 .column-3,
.tablepress-id-43 .row-8 .column-3,
.tablepress-id-43 .row-9 .column-3 {
  padding-left: 0;
}

.tablepress-id-41 {
  border-collapse: separate;
}

.tablepress-id-41 tbody {
  background-image: linear-gradient(180deg, #dacfe6 30%, #cae6e4 100%);
  border-radius: 18px;
  font-size: 16px;
}

.tablepress-id-41>:where(thead)+tbody>:where(:not(.child))>*,
.tablepress-id-41>tbody>*~:where(:not(.child))>*,
.tablepress-id-41>tfoot>:where(:first-child)>* {
  border-top: 2px solid white;
  padding: 10px 18px;
}

.tablepress-id-41 thead th {
  padding-top: 30px;
  padding-bottom: 0;
}

.tablepress-id-41 .column-2,
.tablepress-id-41 .column-3 {
  background: white;
}

.tablepress-id-41 .column-2 {
  border-left: 2px solid black;
  border-top: 0;
  padding-left: 40px;
}

.tablepress-id-41 th.column-2,
.tablepress-id-41 th.column-3 {
  border-top: 2px solid black;
}

.tablepress-id-41 .column-3 {
  border-right: 2px solid black;
  border-top: 0;
  padding-right: 40px;
}

.tablepress-id-41 .row-14 .column-2,
.tablepress-id-41 .row-14 .column-3 {
  border-bottom: 2px solid black;
}

#tablepress-41_wrapper .row-1 .column-2 {
  border-top-left-radius: 18px;
}

#tablepress-41_wrapper .row-2 .column-1 {
  border-top-left-radius: 18px;
}

#tablepress-41_wrapper .row-13 .column-1 {
  border-bottom-left-radius: 18px;
}

#tablepress-41_wrapper .row-1 .column-3 {
  border-top-right-radius: 18px;
}

#tablepress-41_wrapper .row-13 .column-4 {
  border-bottom-right-radius: 18px;
}

#tablepress-41_wrapper .row-2 .column-4 {
  border-top-right-radius: 18px;
}

.tablepress-id-41 .row-14 .column-3 {
  border-bottom-right-radius: 18px;
  border-top: 0;
}

.tablepress-id-41 .row-14 .column-2 {
  border-bottom-left-radius: 18px;
  border-top: 0;
}

.tablepress-id-41 .row-1 .column-1,
.tablepress-id-41 .row-1 .column-4 {
  padding-left: 20px;
}

.tablepress-id-41 .row-1 .column-3 {
  padding-left: 18px;
}

.tablepress-id-41>:where(thead,tfoot)>tr>* {
  background-color: transparent;
}

.tablepress-id-41 .row-4 .column-2,
.tablepress-id-41 .row-5 .column-2,
.tablepress-id-41 .row-7 .column-2,
.tablepress-id-41 .row-9 .column-2, {
  padding-left: 0;
}

.tablepress-id-41 .row-5 .column-3,
.tablepress-id-41 .row-7 .column-3,
.tablepress-id-41 .row-8 .column-3,
.tablepress-id-41 .row-9 .column-3,
.tablepress-id-41 .row-10 .column-3,
.tablepress-id-41 .row-12 .column-3, {
  padding-left: 0;
}

.tablepress-id-44 {
  border-collapse: separate;
}

.tablepress-id-44 tbody {
  background-image: linear-gradient(180deg, #dacfe6 30%, #cae6e4 100%);
  border-radius: 18px;
  font-size: 16px;
}

.tablepress-id-44>:where(thead)+tbody>:where(:not(.child))>*,
.tablepress-id-44>tbody>*~:where(:not(.child))>*,
.tablepress-id-44>tfoot>:where(:first-child)>* {
  border-top: 2px solid white;
  padding: 10px 18px;
}

.tablepress-id-44 thead th {
  padding-top: 30px;
  padding-bottom: 0;
}

.tablepress-id-44 .column-2,
.tablepress-id-44 .column-3 {
  background: white;
}

.tablepress-id-44 .column-2 {
  border-left: 2px solid black;
  border-top: 0;
  padding-left: 40px;
}

.tablepress-id-44 th.column-2,
.tablepress-id-44 th.column-3 {
  border-top: 2px solid black;
}

.tablepress-id-44 .column-3 {
  border-right: 2px solid black;
  border-top: 0;
  padding-right: 40px;
}

.tablepress-id-44 .row-12 .column-2,
.tablepress-id-44 .row-12 .column-3 {
  border-bottom: 2px solid black;
}

#tablepress-44_wrapper .row-1 .column-2 {
  border-top-left-radius: 18px;
}

#tablepress-44_wrapper .row-2 .column-1 {
  border-top-left-radius: 18px;
}

#tablepress-44_wrapper .row-11 .column-1 {
  border-bottom-left-radius: 18px;
}

#tablepress-44_wrapper .row-1 .column-3 {
  border-top-right-radius: 18px;
}

#tablepress-44_wrapper .row-11 .column-4 {
  border-bottom-right-radius: 18px;
}

#tablepress-44_wrapper .row-2 .column-4 {
  border-top-right-radius: 18px;
}

.tablepress-id-44 .row-12 .column-3 {
  border-bottom-right-radius: 18px;
  border-top: 0;
}

.tablepress-id-44 .row-12 .column-2 {
  border-bottom-left-radius: 18px;
  border-top: 0;
}

.tablepress-id-44 .row-1 .column-1,
.tablepress-id-44 .row-1 .column-4 {
  padding-left: 20px;
}

.tablepress-id-44 .row-1 .column-3 {
  padding-left: 18px;
}

.tablepress-id-44>:where(thead,tfoot)>tr>* {
  background-color: transparent;
}

.tablepress-id-44 .row-4 .column-2,
.tablepress-id-44 .row-5 .column-2,
.tablepress-id-44 .row-7 .column-2,
.tablepress-id-44 .row-9 .column-2, {
  padding-left: 0;
}

.tablepress-id-44 .row-4 .column-3,
.tablepress-id-44 .row-5 .column-3,
.tablepress-id-44 .row-6 .column-3,
.tablepress-id-44 .row-8 .column-3,
.tablepress-id-44 .row-9 .column-3,
.tablepress-id-44 .row-10 .column-3, {
  padding-left: 0;
}

.tablepress-id-45 {
  border-collapse: separate;
}

.tablepress-id-45 tbody {
  background-image: linear-gradient(180deg, #dacfe6 30%, #cae6e4 100%);
  border-radius: 18px;
  font-size: 16px;
}

.tablepress-id-45>:where(thead)+tbody>:where(:not(.child))>*,
.tablepress-id-45>tbody>*~:where(:not(.child))>*,
.tablepress-id-45>tfoot>:where(:first-child)>* {
  border-top: 2px solid white;
  padding: 10px 18px;
}

.tablepress-id-45 thead th {
  padding-top: 30px;
  padding-bottom: 0;
}

.tablepress-id-45 .column-2,
.tablepress-id-45 .column-3 {
  background: white;
}

.tablepress-id-45 .column-2 {
  border-left: 2px solid black;
  border-top: 0;
  padding-left: 40px;
}

.tablepress-id-45 th.column-2,
.tablepress-id-45 th.column-3 {
  border-top: 2px solid black;
}

.tablepress-id-45 .column-3 {
  border-right: 2px solid black;
  border-top: 0;
  padding-right: 40px;
}

.tablepress-id-45 .row-11 .column-2,
.tablepress-id-45 .row-11 .column-3 {
  border-bottom: 2px solid black;
}

#tablepress-45_wrapper .row-1 .column-2 {
  border-top-left-radius: 18px;
}

#tablepress-45_wrapper .row-2 .column-1 {
  border-top-left-radius: 18px;
}

#tablepress-45_wrapper .row-10 .column-1 {
  border-bottom-left-radius: 18px;
}

#tablepress-45_wrapper .row-1 .column-3 {
  border-top-right-radius: 18px;
}

#tablepress-45_wrapper .row-10 .column-4 {
  border-bottom-right-radius: 18px;
}

#tablepress-45_wrapper .row-2 .column-4 {
  border-top-right-radius: 18px;
}

.tablepress-id-45 .row-11 .column-3 {
  border-bottom-right-radius: 18px;
  border-top: 0;
}

.tablepress-id-45 .row-11 .column-2 {
  border-bottom-left-radius: 18px;
  border-top: 0;
}

.tablepress-id-45 .row-1 .column-1,
.tablepress-id-45 .row-1 .column-4 {
  padding-left: 20px;
}

.tablepress-id-45 .row-1 .column-3 {
  padding-left: 18px;
}

.tablepress-id-45>:where(thead,tfoot)>tr>* {
  background-color: transparent;
}

.tablepress-id-45 .row-3 .column-2,
.tablepress-id-45 .row-6 .column-2,
.tablepress-id-45 .row-7 .column-2,
.tablepress-id-45 .row-8 .column-2 {
  padding-left: 0;
}

.tablepress-id-45 .row-3 .column-3,
.tablepress-id-45 .row-6 .column-3,
.tablepress-id-45 .row-7 .column-3,
.tablepress-id-45 .row-8 .column-3 {
  padding-left: 0;
}

.tablepress-id-46 {
  border-collapse: separate;
}

.tablepress-id-46 tbody {
  background-image: linear-gradient(180deg, #dacfe6 30%, #cae6e4 100%);
  border-radius: 18px;
  font-size: 16px;
}

.tablepress-id-46>:where(thead)+tbody>:where(:not(.child))>*,
.tablepress-id-46>tbody>*~:where(:not(.child))>*,
.tablepress-id-46>tfoot>:where(:first-child)>* {
  border-top: 2px solid white;
  padding: 10px 18px;
}

.tablepress-id-46 thead th {
  padding-top: 30px;
  padding-bottom: 0;
}

.tablepress-id-46 .column-2,
.tablepress-id-46 .column-3 {
  background: white;
}

.tablepress-id-46 .column-2 {
  border-left: 2px solid black;
  border-top: 0;
  padding-left: 40px;
}

.tablepress-id-46 th.column-2,
.tablepress-id-46 th.column-3 {
  border-top: 2px solid black;
}

.tablepress-id-46 .column-3 {
  border-right: 2px solid black;
  border-top: 0;
  padding-right: 40px;
}

.tablepress-id-46 .row-9 .column-2,
.tablepress-id-46 .row-9 .column-3 {
  border-bottom: 2px solid black;
}

#tablepress-46_wrapper .row-1 .column-2 {
  border-top-left-radius: 18px;
}

#tablepress-46_wrapper .row-2 .column-1 {
  border-top-left-radius: 18px;
}

#tablepress-46_wrapper .row-8 .column-1 {
  border-bottom-left-radius: 18px;
}

#tablepress-46_wrapper .row-1 .column-3 {
  border-top-right-radius: 18px;
}

#tablepress-46_wrapper .row-8 .column-4 {
  border-bottom-right-radius: 18px;
}

#tablepress-46_wrapper .row-2 .column-4 {
  border-top-right-radius: 18px;
}

.tablepress-id-46 .row-9 .column-3 {
  border-bottom-right-radius: 18px;
  border-top: 0;
}

.tablepress-id-46 .row-9 .column-2 {
  border-bottom-left-radius: 18px;
  border-top: 0;
}

.tablepress-id-46 .row-1 .column-1,
.tablepress-id-46 .row-1 .column-4 {
  padding-left: 20px;
}

.tablepress-id-46 .row-1 .column-3 {
  padding-left: 18px;
}

.tablepress-id-46>:where(thead,tfoot)>tr>* {
  background-color: transparent;
}

.tablepress-id-46 .row-3 .column-2,
.tablepress-id-46 .row-4 .column-2,
.tablepress-id-46 .row-5 .column-2,
.tablepress-id-46 .row-7 .column-2 {
  padding-left: 0;
}

.tablepress-id-46 .row-3 .column-3,
.tablepress-id-46 .row-4 .column-3,
.tablepress-id-46 .row-5 .column-3,
.tablepress-id-46 .row-6 .column-3,
.tablepress-id-46 .row-7 .column-3 {
  padding-left: 0;
}

.hand-select-products .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
  font-size: 16px;
}

.hand-select-products .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: .75em;
}

.hand-select-products.wc-block-handpicked-products .wc-block-grid__products .wc-block-grid__product {
  margin: 20px auto !important;
  padding: 10px 0 !important;
  border: 2px solid #f1f2f2 !important;
  border-radius: 12px !important;
}

.hand-select-products .wc-block-grid__product .wc-block-grid__product-title {
  padding: 0 10px;
  text-wrap: pretty;
}

.wp-block-greenshift-blocks-querygrid .gspb_meta_value>.gspb_meta_result_tags>span {
  padding: 6px 10px;
}

.wp-block-greenshift-blocks-querygrid .gspb_meta.wp-block-greenshift-blocks-meta {
  padding: 0;
}

.gspbgrid_item .gspb-dynamic-post-title h2.gspb-dynamic-title-element {
  margin-bottom: 0 !important;
}

.wp-block-greenshift-blocks-querygrid .gspbgrid_item div {
  padding: 5px 0;
}

.gspb_meta .gspb_meta_value .gspb_meta_result_tags {
  line-height: 3;
}

#gspb_image-id-gsbp-b58192b img {
  border-radius: 12px;
}

.single-post img {
  border-width: 0 !important;
}

.wp-block-column .video.ani-face-match-hero {
  mask-image: linear-gradient(to right, black calc(100% - 150px), transparent 100%);
  margin-top: -40px;
  margin-bottom: -40px;
}

.archive .cs-list-item-wrapper {
  box-shadow: -4px 2px 14px #00000020 !important;
}

.post-type-archive-case_studies .cs-new-day {
  top: 150px;
}

.case_studies-template-default .wp-block-image:not(.our-apps) img.has-border-color {
  border: 0;
  corner-radius: 18px;
}

.cs-loop-builder-column .uagb-block-6cd25c30 {
  padding: 0 !important;
}

.cs-loop-builder-column .wp-container-core-group-is-layout-e555385e {
  margin-top: 0;
}

.cs-query-listing-wrap img {
  height: 100%;
  max-height: 200px;
  text-align: center;
}

.cs-list-item-wrapper {
  gap: 0;
  text-align: center;
}

.cs-query-listing-wrap h2 {
  text-align: left;
}

.cs-archive-title-margin h2 {
  margin-bottom: 8px;
}

.single-case_studies .cs-single-column-date {
  margin-top: 0;
}

.single-case_studies p:not(blockquote p), .single-case_studies li:not(.wp-social-link), .single-post.single-format-standard p:not(blockquote p), .single-post.single-format-standard li, .single-press_releases p:not(blockquote p), .single-press_releases li {
  font-size: 18px;
}

.single-case_studies footer.site-footer ul li:not(.wp-social-link), .single-post.single-format-standard footer.site-footer ul li:not(.wp-social-link), .single-press_releases footer.site-footer ul li:not(.wp-social-link) {
  font-size: 14px;
}

.single-case_studies .post-meta {
  margin-top: -12px;
}

.single-case_studies .cs-sidebar-highlights img {
  width: 200px;
  height: auto !important;
}

.single-case_studies.postid-44802 .cs-sidebar-highlights img {
  width: 275px;
  height: auto !important;
}

.single-case_studies .cs-sidebar-highlights p, .single-case_studies .cs-sidebar-highlights ul li {
  font-size: 16px;
}

.single-case_studies .cs-sidebar-highlights h5 {
  margin-bottom: 0;
}

.single-case_studies .cs-sidebar-highlights h5 a {
  color: #0a4e98;
  font-weight: 700;
}

.single-case_studies .cs-sidebar-highlights h5 a:hover {
  color: #fa8005;
  font-weight: 700;
}

.single-case_studies .cs-sidebar-highlights p, .single-case_studies .cs-sidebar-highlights ul {
  margin: 10px 0;
}

.single-case_studies .cs-sb-column {
  margin-top: 30px;
}

.single-case_studies .cs-separator {
  margin-right: 0;
  margin-left: 0;
}

.error404 main {
  padding-top: 30px !important;
  margin-bottom: 125px;
}

footer .wp-block-social-links .wp-social-link a {
  padding: .34em;
}

.page-partner-integrations .type-partners img {
  width: 100%;
  min-width: 50%;
  max-width: 75%;
}

.page-partner-integrations .wp-block-greenshift-blocks-querygrid .gspbgrid_item div {
  padding: 0;
  margin: 10px 10px 0;
  border-radius: 7px;
}

.page-partner-integrations .gspbgrid_item h2 {
  font-weight: 600;
  margin: 0;
}

.page-partner-integrations .gspbgrid_item h2 p {
  font-size: 16px;
  color: #081728;
  margin: 8px 0 6px;
}

.page-partner-integrations .gspb_meta_value {
  font-size: 14px;
}

.page-partner-integrations .wp-block-greenshift-blocks-querygrid .gspb_meta.wp-block-greenshift-blocks-meta {
  margin: 0 !important;
  opacity: 1;
}

.page-partner-integrations .wp-block-greenshift-blocks-querygrid .partner-meta-description div {
  margin: 10px 0 10px;
}

.page-partner-integrations .gspb_container .wp-block-post-template > li.type-partners {
  padding: 10px;
}

.page-partner-integrations .wp-block-greenshift-blocks-querygrid .integration-platform p {
  margin: 0;
  font-size: 12px;
  color: #0a4e98;
}

.page-partner-integrations .uagb-tabs__wrap.uagb-tabs__vstyle9-desktop.uagb-tabs__vstyle6-tablet.uagb-tabs__stack1-mobile ul.uagb-tabs__panel {
  min-width: 16%;
  max-width: 16%;
  margin-top: 40px;
  position: sticky;
  top: 200px;
  padding-bottom: 40px;
}

.page-partner-integrations .uagb-tabs__wrap.uagb-tabs__vstyle9-desktop.uagb-tabs__vstyle6-tablet.uagb-tabs__stack1-mobile .uagb-tabs__body-wrap {
  max-width: 84%;
  min-width: 50%;
}

.page-partner-integrations .uagb-tabs__wrap ul.uagb-tabs__panel.uagb-tabs__align-center {
  justify-content: flex-start;
  position: sticky;
  top: 200px;
  margin: 40px 0 60px !important;
}

.page-partner-integrations .wp-block-greenshift-blocks-querygrid .gspb-smartcode, .page-partner-integrations .wp-block-greenshift-blocks-querygrid .gspb-smartcode .gs-executed {
  margin: 10px 0 0 !important;
}

.page-partner-integrations .wp-block-greenshift-blocks-querygrid .gspb-smartcode .gs-executed a:hover {
  text-decoration: underline !important;
}

.page-partner-integrations #uagb-tabs__tab0.uagb-tabs__active {
  position: sticky;
  top: 168px;
  z-index: 8;
}

.page-partner-integrations #uagb-tabs__tab0 {
  position: sticky;
  top: 168px;
}

.page-partner-integrations #uagb-tabs__tab1.uagb-tabs__active {
  position: sticky;
  top: 200px;
  z-index: 8;
}

.page-partner-integrations #uagb-tabs__tab1 {
  position: sticky;
  top: 200px;
}

.page-partner-integrations #uagb-tabs__tab2.uagb-tabs__active {
  position: sticky;
  top: 232px;
  z-index: 8;
}

.page-partner-integrations .gspbgrid_item .gspb-dynamic-post-image {
  pointer-events: none;
  cursor: default;
}

.page-partner-integrations #uagb-tabs__tab2 {
  position: sticky;
  top: 232px;
}

.page-partner-integrations #uagb-tabs__tab3.uagb-tabs__active {
  position: sticky;
  top: 264px;
  z-index: 8;
}

.page-partner-integrations #uagb-tabs__tab3 {
  position: sticky;
  top: 264px;
}

.page-partner-integrations #uagb-tabs__tab4.uagb-tabs__active {
  position: sticky;
  top: 298px;
  z-index: 8;
}

.page-partner-integrations #uagb-tabs__tab4 {
  position: sticky;
  top: 298px;
}

.page-partner-integrations .gspb_filter_panel {
  text-align: center;
}

.page-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
  display: none;
}

.page-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 2%;
  width: 60%;
}

.page-checkout .wc-block-components-sidebar {
  padding-left: 2%;
  width: 40%;
}

.archive.woocommerce .gspb-product-quick-view-popup-inner {
  border-radius: 18px;
  border: 3px solid #7d7d7d2b;
}

.archive.woocommerce .gspb-product-quick-view-popup .gspb-product-quick-view-close {
  background: #dde2ed;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
  max-height: 100% !important;
}

@media only screen and (max-width: 782px) {
  .is-style-columns-reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 899px) {
  .wp-block-navigation-item.is-style-outline a {
    border: 1px solid currentColor;
    padding: 8px 15px;
  }
}

@media (max-width: 600px) {
  .wp-block-media-text.image-with-overlapping-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    margin-left: 0 !important;
    margin-top: -125px !important;
  }
  
  .wp-block-media-text.image-with-overlapping-text.has-media-on-the-right .wp-block-media-text__content {
    margin-right: 0 !important;
    margin-top: -125px !important;
  }
}

@media only screen and (max-width: 967px) {
  body .uag-hide-mob.uagb-google-map__wrap, body .uag-hide-mob {
    display: none !important;
  }
  
  .wp-block-group.image-content-overlay .wp-block-columns {
    margin-top: -0 !important;
  }
}

@media only screen and  (max-width: 767px) {
  .wp-block-uagb-container.uagb-block-745ba4dc {
    background-image: none;
  }
  
  .wp-block-uagb-container.uagb-block-745ba4dc video {
    display: none;
  }
}

@media only screen and (max-width: 767.98px) {
  li.gspbgrid_item:first-child .gspb-dynamic-post-image img.wp-post-image {
    height: 225px;
  }
}

@media only screen and (max-width: 781px) {
  .latest-posts-block-post-wrap.aligncenter .latest-posts-block-latest-post-wrap.latest-posts-block-is-express.latest-posts-block-express-layout-1 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  
  .latest-posts-block-post-wrap .latest-posts-block-latest-post-wrap.latest-posts-block-is-express.latest-posts-block-express-layout-1 .latest-posts-block-post-single:first-child {
    grid-column-end: span 1 !important;
  }
}

@media screen and (min-width:601px) {
  .alm-listing .alm-reveal {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width:600px) {
  .latest-posts-block-latest-post-wrap.latest-posts-block-is-grid.column-2 {
    grid-template-columns: 1fr !important;
  }
  
  .ajax-load-more-wrap .alm-listing {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:781px) {
  .sidebar-hide {
    display: none !important;
  }
  
  .archive-category-select select {
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .post-type-archive .ajax-load-more-wrap .alm-listing, .blog .ajax-load-more-wrap .alm-listing {
    grid-template-columns: repeat(1,1fr);
  }
}

@media (max-width: 767.98px) {
  .post-type-archive .uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a[class^="uagb-image-ratio-"]>img, .blog .uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a[class^="uagb-image-ratio-"]>img {
    height: 275px;
  }
}

@media only screen and (max-width: 976px) {
  .uagb-block-b2a306c2.wp-block-uagb-post-grid.is-grid {
    grid-template-columns: 2fr !important;
  }
}

@media only screen and (min-width: 960px) {
  .product .sticky-wrapper .single-product-main-image {
    position: sticky !important;
    top: 125px;
    align-self: flex-start;
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width:781px) {
  .woocommerce .woocommerce-breadcrumb {
    display: none;
  }
}

@media only screen and (max-width: 652px) {
  .wp-block-woocommerce-customer-account a span.label {
    display: none;
  }
  
  .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    height: 1.8em;
    width: 1.8em;
  }
}

@media only screen and (max-width: 781px) {
  .wc-block-featured-category {
    min-height: 175px !important;
  }
}

@media (max-width: 781px) {
  .post-type-archive-product .wp-block-group .product-slider-group .wp-block-columns .wp-block-column .wp-block-uagb-slider {
    display: none !important;
  }
  
  .post-type-archive-product .wp-block-group .product-slider-group .wp-block-columns {
    margin: 30px 0 !important;
  }
}

@media screen and (max-width:781px) {
  .boxes-with-image-top .wp-block-column .wp-block-group {
    min-height: 200px !important;
    padding: 40px !important;
  }
  
  .boxes-with-image-top .wp-block-column .wp-block-image img {
    width: 50%;
  }
  
  .wp-block-column.dynamic-post-column {
    position: relative !important;
    top: 0px !important;
  }
}

@media only screen and (max-width: 584px) {
  .animated-logo-farm .uagb-container-inner-blocks-wrap .wp-container-core-columns-is-layout-3 .wp-block-column .wp-block-uagb-container.uagb-layout-flex {
    flex-wrap: wrap !important;
    max-width: 50%;
    align-items: center;
  }
  
  .home .uagb-lottie__outer-wrap {
    margin-top: -15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .animated-logo-farm .uagb-container-inner-blocks-wrap .wp-container-core-columns-is-layout-3 .wp-block-column .wp-block-uagb-container.uagb-layout-flex {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
  }
  
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-ded137bf {
    max-width: 150px !important;
  }
  
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-46814c1a {
    max-width: 140px !important;
  }
  
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-8f1490b1 {
    max-width: 160px !important;
  }
  
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-dbdd34ec {
    max-width: 150px !important;
  }
  
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-5d7bb25c {
    max-width: 125px !important;
  }
  
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-2b7efe73 {
    max-width: 140px !important;
  }
  
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-6fae67af {
    max-width: 140px !important;
  }
  
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-1489bc55 {
    max-width: 140px !important;
  }
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    border-radius: 25px !important;
    border-width: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .wp-block-uagb-container.uagb-block-ab8c63a7 {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }
  
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-bc602074 {
    max-width: 100%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    flex-wrap: wrap;
  }
  
  .wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0d25c838>.uagb-container-inner-blocks-wrap {
    --inner-content-custom-width: min(100%, 767px);
    max-width: var(--inner-content-custom-width);
    width: 100%;
    align-items: center;
    flex-wrap: wrap-reverse;
  }
  
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-ab8c63a7 {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 899px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {
    align-content: start;
  }
  
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10.solutions-mega-menu-last {
    align-content: center;
  }
}

@media only screen and (max-width: 898px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-products-nav-menus.mega-products-nav-first.mega-menu-item-46468 {
    padding: 20px 30px;
  }
  
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    flex-wrap: wrap !important;
  }
  
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
    margin-top: 10px;
    min-height: 90vh;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 781px) {
  .testimonial-wrap-mask .column-testimonial-image {
    display: none;
  }
}

@media only screen and (max-width: 501px) {
  .id-verification-slider .swiper-slide-active .slider-overlaybg, .id-verification-slider .swiper-slide-active .slider-image-wrapper {
    inset: 18% 8% auto auto;
  }
  
  .id-verification-slider .swiper-slide-active .verify-license .slider-overlaybg, .id-verification-slider .swiper-slide-active .verify-license .slider-image-wrapper {
    inset: 41% 0% auto auto;
  }
  
  .id-verification-slider .swiper-slide-active .verify-passport .slider-overlaybg, .id-verification-slider .swiper-slide-active .verify-passport .slider-image-wrapper {
    inset: 12% 3% auto auto;
  }
  
  .id-verification-slider .swiper-slide-active .verify-license.verify-license-denied .slider-overlaybg {
    inset: 41% 0% auto auto;
  }
  
  .id-verification-slider .swiper-slide .swiper-slide-inner.verify-mobile .wp-block-uagb-image img {
    border-radius: 18px !important;
  }
}

@media only screen and (max-width: 428px) {
  .site-content .id-verification-scroller .uagb-is-root-container {
    margin-top: -145px;
    margin-bottom: -120px;
  }
  
  .id-verification-scroller .wp-block-buttons {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 781px) {
  .column-wrap-reverse.is-layout-flex {
    flex-wrap: wrap-reverse !important;
  }
}

@media only screen and (min-width: 648px) {
  .home .wp-block-uagb-container.uagb-block-3871c063 {
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 768px) {
  .checkout-columns {
    flex-direction: column;
  }
  
  .checkout-left, .checkout-right {
    flex: 1 1 100%;
    min-width: unset;
  }
}

@media only screen and (max-width: 501px) {
}

@media only screen and (max-width: 976px) {
  .main-feature .wp-block-uagb-post-grid.is-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 728px) and (max-width: 968px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.pricing-tier-wrapper {
    flex-basis: 40%!important;
  }
}

@media (max-width: 1128px) {
  .uagb-tabs__wrap.uagb-tabs__vstyle6-tablet.tabbed-pricing, .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet.tabbed-pricing, .uagb-tabs__wrap.uagb-tabs__vstyle8-tablet.tabbed-pricing, .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet.tabbed-pricing, .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet.tabbed-pricing {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1023px) {
  .uagb-tabs__wrap.uagb-tabs__vstyle6-tablet.tabbed-pricing ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet.tabbed-pricing ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet.tabbed-pricing ul.uagb-tabs__panel, .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet.tabbed-pricing ul.uagb-tabs__panel {
    min-width: inherit;
    max-width: inherit;
    border: 0;
  }
}

@media (max-width: 767px) {
  .uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab {
    margin: 0 0 14px !important;
  }
}

@media only screen and (max-width: 976px) {
  .wp-block-greenshift-blocks-container .wp-block-uagb-container.uagb-block-9ae11806 {
    align-items: end;
  }
  
  .wp-block-uagb-container.uagb-is-root-container .uagb-block-4354b922 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .waterfall-pattern .wp-block-uagb-container.uagb-block-4354b922 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 0px;
    margin-top: 140px !important;
    margin-bottom: 40px !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .wp-block-uagb-container.uagb-block-4354b922 {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    padding-left: 50px !important;
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
}

@media only screen and (max-width: 1221px) {
  .wp-block-uagb-container.uagb-is-root-container .boxes-under-animation {
    margin-top: 0px !important;
  }
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100%!important;
  }
}

@media only screen and (max-width: 976px) {
  .case-study-logos .wp-block-uagb-separator .wp-block-uagb-separator__inner {
    display: none !important;
  }
}

@media only screen and (max-width: 898px) {
  .page-id-62676 .case-study-logos {
    margin-top: 100px !important;
  }
}

@media (min-width: 998px) {
  .cs-list-item-wrapper {
    gap: 1.5em;
  }
}

@media (max-width: 858px) {
  .error404 main h1 {
    font-size: 150px !important;
    margin: 0 auto 250px;
    padding: 0 0;
  }
  
  .error404 main {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .page-partner-integrations .uagb-tabs__wrap ul.uagb-tabs__panel.uagb-tabs__align-center {
    margin: 40px 0 0 !important;
    position: relative;
    top: 0;
  }
}

.terms-menu {
  position:relative;
  display: block;
}

/* Font Testing */
.josefin-slab-<uniquifier> {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.merriweather-<uniquifier> {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.libre-baskerville-<uniquifier> {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.playfair-<uniquifier> {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.spectral-extralight {
  font-family: "Spectral", serif;
  font-weight: 200;
  font-style: normal;
}

.spectral-light {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: normal;
}

.spectral-regular {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
}

.spectral-medium {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: normal;
}

.spectral-semibold {
  font-family: "Spectral", serif;
  font-weight: 600;
  font-style: normal;
}

.spectral-bold {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-style: normal;
}

.spectral-extrabold {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-style: normal;
}

.spectral-extralight-italic {
  font-family: "Spectral", serif;
  font-weight: 200;
  font-style: italic;
}

.spectral-light-italic {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: italic;
}

.spectral-regular-italic {
  font-family: "Spectral", serif;
  font-weight: 400;
  font-style: italic;
}

.spectral-medium-italic {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: italic;
}

.spectral-semibold-italic {
  font-family: "Spectral", serif;
  font-weight: 600;
  font-style: italic;
}

.spectral-bold-italic {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-style: italic;
}

.spectral-extrabold-italic {
  font-family: "Spectral", serif;
  font-weight: 800;
  font-style: italic;
}

.tinos-regular {
  font-family: "Tinos", serif;
  font-weight: 400;
  font-style: normal;
}

.tinos-bold {
  font-family: "Tinos", serif;
  font-weight: 700;
  font-style: normal;
}

.tinos-regular-italic {
  font-family: "Tinos", serif;
  font-weight: 400;
  font-style: italic;
}

.tinos-bold-italic {
  font-family: "Tinos", serif;
  font-weight: 700;
  font-style: italic;
}

.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.source-serif-4-<uniquifier> {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.young-serif-regular {
  font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}

.prata-regular {
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
}
/* End Font Testing */

/* Policy Pages */
.policy-menu.wp-container-12 {
  top: 150px;
  margin-bottom: 0px;
}

.policy-menu .wp-block-buttons {
  padding-top: 0px !important;
}

.policy-menu .wp-block-buttons a.wp-element-button {
  position: relative;
  top: 20px;
}

.policy-menu .current-menu-item {
  color:#56A94B;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
    color: #56A94B;
}
