

/* Custom Font */









/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */

/* Font selection removed from original code. To restore default values, look into theme original files. Fonts are being set in _typography.css */

h1 {
  font-size: 4em;
}
h2 {
  font-size: 3.2em;
}
h3 {
  font-size: 1.5em;
}

/* 1d. Buttons */









/* 1e. Forms */









/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */









.content-wrapper {
  max-width: 1320px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 60px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1320px;
}





html {
  font-size: ;
}

body {
  ;
  color: ;
}

/* Paragraphs */

p {
  ;
}

em {
  font-style: italic;
}

/* Anchors */

a {
  color: #B42CC7;
}

a:hover,
a:focus {
  color: ;
}

a:active {
  color: ;
}

::selection {
  color: #fff;
  background-color: #28C9C7;
}

/* Headings */

h1 {
  ;
  color: ;
  font-size: ;
}

h2 {
  ;
  color: ;
  font-size: ;
}

h3 {
  ;
  color: ;
  font-size: ;
}

h4 {
  ;
  color: ;
  font-size: ;
}

h5 {
  ;
  color: ;
  font-size: ;
}

h6 {
  ;
  color: ;
  font-size: ;
}

@media (min-width: 768px) and (max-width: 960px) {
  h1 {
    font-size: calc( * 0.9);
  }
  h2 {
    font-size: calc( * 0.9);
  }
  h3 {
    font-size: calc( * 0.9);
  }
  h4 {
    font-size: calc( * 0.9);
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: calc( * 0.8);
  }
  h2 {
    font-size: calc( * 0.8);
  }
  h3 {
    font-size: calc( * 0.8);
  }
}

.title-subtitle {
  color: #28C9C7;
  font-family: Poppins, ;
}

hr:not(:first-child) {
  color: #28C9C7;
  background-color: #28C9C7;
}

/* Blockquote */

blockquote {
  border-left-color: #B42CC7;
}

/* Underline */

.underline01 {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 80%,#28C9C7 80%);
}
.underline02 {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 80%,#B42CC7 80%);
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(40, 201, 199, 1.0)

;
  border: 0px solid #000000;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 12px 35px;
  ;
  font-family: Poppins, ;
}

.header__column button,
.header__column .button {
  padding: calc(12px * 0.7) calc(35px * 0.6);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(10, 171, 169, 1.0);
  border-color: #000000;
  color: #FFFFFF;
}

button.bg-true,
.button.bg-true {
  background-color: 

  
  
    
  


  rgba(180, 44, 199, 1.0)

;
  border: 0px solid #B42CC7;
}

button.bg-true:hover,
button.bg-true:focus,
.button.bg-true:hover,
.button.bg-true:focus {
  background-color: rgba(150, 14, 169, 1.0);
  border-color: #960ea9;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(80, 241, 239, 1.0);
  border-color: #282828;
  color: #FFFFFF;
}





form,
.submitted-message {
  ;
}

/* Form title */

.form-title {
  color: #111111;
  font-size: 26px
}

/* Form label */

form label {
  ;
  color: #111111;
  font-family: Poppins, ;
}

/* Form help text */

form legend {
  color: #777777;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  ;
  border-color: #eeeeee;
  color: #111111;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #28C9C7;
}

form .hs-button {
  font-family: Poppins, ;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: ;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: ;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #28C9C7;
}

.fn-date-picker td .pika-button:hover {
  background-color: #28C9C7 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #28C9C7;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(40, 201, 199, 1.0)

;
  border: 0px solid #000000;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 12px 35px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 161, 159, 1.0);
  border-color: #000000;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(80, 241, 239, 1.0);
  border-color: #282828;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(18, 18, 18, 1.0)

;
  border-color: #777777;
}

th,
td {
  border-color: #777777;
  color: #FFFFFF;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(40, 201, 199, 1.0)

;
  border-bottom-color: #777777;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(18, 18, 18, 1.0)

;
  color: #FAFAFA;
}





#preloader_preload {
  background-color: #B42CC7;
}

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #000000;
  font-family: , ;
}

body .navigation-primary .submenu .submenu .menu-item .menu-link {
  color: ;
  font-family: Quicksand;
}
body .navigation-primary .submenu .submenu .menu-item:hover > .menu-link {
  color: #28C9C7;
}

.header__language-switcher--label-current:hover,
.header__language-switcher--label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  
}

body .navigation-primary a:active,
.header__language-switcher--label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #282828;
}

body .navigation-primary .submenu.level-1 > li > a:after {
  background-color: #28C9C7;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher--label-current,
.header__language-switcher .lang_list_class li a {
  font-family: , ;
  color: #000000;
}

.header__language-switcher--label-current:after {
  border-top-color: #000000;
}

@media(max-width: 867px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #000000;
  }
}

.submenu.level-2,
.header__language-switcher .lang_list_class li {
  background-color: #eeeeee;
}

.submenu.level-3 li {
  color: #fff;
}

.submenu.level-3 li:hover {
  background-color: #222;
}

.header__language-switcher .lang_list_class li:hover,
.header__language-switcher.open .lang_list_class li {
  background-color: #28C9C7;
}






.footer {
  background-color: #eeeeee;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #000000;
}

.footer .heading-title {
  color: #000000;
}





.blog-header__inner,
.blog-related-posts {
  padding: 60px 0;
}

.blog-post__body {
  padding-top: calc(60px + 40px);
}

.blog-post {
  padding-bottom: calc(60px + 40px);
}

/* Blog listing */

.blog-index__post-title-link {
  color: ;
}

.blog-index__post-author-name {
  color: ;
}

.blog-index__post-tag {
  ;
  background-color: #28C9C7;
}

.blog-index__post-tag:hover {
  background-color: #111111;
}

.blog-index__post-timestamp {
  color: #28C9C7;
}

/* Blog pagination */

.blog-pagination__link {
  color: ;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #28C9C7;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: ;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  background-color: #28C9C7;
}

.blog-pagination {
  font-family: Poppins, ;
}

/* Blog post */

.blog-post__meta {
  ;
  font-family: Poppins, ;
}

.blog-post__body {
  color: #111111;
}

.blog-post__title-wrapper h1 {
  font-size: calc( * 1.2);
}

.blog-post__tag-link {
  color: ;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: ;
}

.blog-post__tag-link:active {
  color: ;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #111111;
}

.blog-related-posts__title a:hover {
  color: #28C9C7;
}

/* Blog comments */

.blog-comments {
  padding-top: 60px;
  margin-bottom: calc(60px + 40px);
}

#comments-listing .comment-reply-to {
  color: ;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: ;
}

#comments-listing .comment-reply-to:active {
  color: ;
}

.blog-comments .replying-to {
  ;
  color: #111111;
}





.error-page:before {
  color: #28C9C7;
}

.systems-page--search-results .hs-search-results__listing li .hs-search-results__title {
  font-family: Poppins, ;
  font-size: 20px;
  color: #111111;
}

.systems-page--search-results .hs-search-results__listing .hs-search-highlight {
  color: #28C9C7;
}





.card__price {
  ;
  color: #111111;
  font-size: calc( * 1.15);
}

.card__subtitle {
  color: #aaaaaa;
}

.team-member-wrapper img {
  border-color: #FF0092;
}

.team-member-wrapper .team-desc {
  color: #aaaaaa;
}

.team-member-wrapper.team-info-inside .team-job {
  color: #B42CC7;
}

.social-links__icon:hover,
.social-links__icon:focus,
.team-member__social-link:hover .team-member__social-link_color,
.team-member__social-link:focus .team-member__social-link_color {
  background-color: #28C9C7;
}

.header__search.open,
.header__navigation.open,
.header__language-switcher.open {
  background-color: #28C9C7;
}

.header__search .hs-search-field__input {
  font-family: Poppins, ;
}

.icon-block_icon-wrapper svg,
.service-table_icon-wrapper svg {
  fill: #28C9C7;
}
.service-table.st-bg-transparent .service-table_icon-wrapper svg {
  fill: #B42CC7;
}

.counter-value-wrapper {
  ;
  font-family: Poppins, ;
  color: #111111;
}

.counter-title {
  color: #28C9C7;
}

.counter-wrapper.counter-scheme-secondary .counter-value-wrapper {
  color: #B42CC7;
}

.promo-box:before {
  background: #28C9C7;
}

.progress-bar {
  font-family: Poppins, ;
}

.progress-title {
  color: #111111;
}

.progress-load {
  background-color: #28C9C7;
}

.portfolio.animation-overlay .portfolio__item .portfolio__desc {
  color: #28C9C7;
}

.portfolio__title {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 80%,#B42CC7 80%);
}

.portfolio.animation-default .portfolio__title {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 80%,#28C9C7 80%);
}

.portfolio.animation-overlay .portfolio__item .portfolio__caption {
  background-color: #111111;
}

.portfolio.animation-overlay.colorful .portfolio__item .portfolio__caption {
  background-color: #28C9C7;
}

.portfolio.animation-overlay.colorful2 .portfolio__item .portfolio__caption {
  background-color: #B42CC7;
}

.portfolio.animation-overlay.colorful2 .portfolio__item .portfolio__caption * {
  color: #111111;
}
.portfolio.animation-overlay .portfolio__title {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 70%,#B42CC7 70%);
}
.portfolio.animation-overlay.colorful2 .portfolio__title {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 70%,#28C9C7 70%);
}

.toggles__icon:before,
.toggles__icon:after {
  background-color: #111111;
}

.splide__pagination__page.is-active {
  background-color: #28C9C7;
}

.testimonial-text {
  color: #111111;
}

.testimonial-author-desc {
  color: #333333;
}

.testimonial-large-text {
  font-family: Poppins, ;
}

.video-button-block_icon {
  background-color: #28C9C7;
}

.video-close-btn:hover {
  background-color: #28C9C7;
}

.vbb-color-full-light .video-button-block_icon svg {
  fill: #28C9C7;
}

.vbb-color-full-dark .video-button-block_icon {
  background-color: #111111;
}

.video-button-popup-bg {
  background-color: #B42CC7;
}

.button-link__link {
  ;
  color: #111111;
}

.button-link__link:hover {
  color: #111111;
}

.button-link__link:after {
  background-color: #111111;
}

.banner-block:hover .banner-block_wrapper {
  background-color: #28C9C7;
}

.banner-block_size-large .banner-block_title {
  font-size: calc( * 1.3);
}

.large-promo.large-promo_dark:after {
  border-color: #B42CC7;
}
.large-promo.large-promo_primary {
  background-color: #28C9C7;
}
.large-promo.large-promo_primary .large-promo-subtitle,
.large-promo.large-promo_primary .large-promo-text a {
  color: #111111;
}
.large-promo.large-promo_secondary {
  background-color: #B42CC7;
}
.large-promo.large-promo_secondary:after {
  border-color: #111111;
}
.large-promo.large-promo_secondary .large-promo-text,
.large-promo.large-promo_secondary .large-promo-text h1,
.large-promo.large-promo_secondary .large-promo-text h2,
.large-promo.large-promo_secondary .large-promo-text h3,
.large-promo.large-promo_secondary .large-promo-text h4,
.large-promo.large-promo_secondary .large-promo-text h5,
.large-promo.large-promo_secondary .large-promo-text h6,
.large-promo.large-promo_secondary .large-promo-text p {
  color: #111111;
}
.large-promo.large-promo_special .large-promo-text,
.large-promo.large-promo_special .large-promo-text h1,
.large-promo.large-promo_special .large-promo-text h2,
.large-promo.large-promo_special .large-promo-text h3,
.large-promo.large-promo_special .large-promo-text h4,
.large-promo.large-promo_special .large-promo-text h5,
.large-promo.large-promo_special .large-promo-text h6,
.large-promo.large-promo_special .large-promo-text p {
  color: #111111;
}
.heading-color-full-dark * {
  color: #111111;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .service-table_title,
  .promo-box .heading-wrapper h3,
  .banner-block_title {
    font-size: calc( * 0.7);
  }
  .icon-block_title,
  .service-box_title {
    font-size: calc( * 0.8);
  }
  .banner-block_size-large .banner-block_title {
    font-size: calc( * 0.9);
  }
}


.row-fluid [class*="span"]:first-child {
  margin: 0 auto;
}
.team-info-wrapper {
  text-align: center;
  margin: 0 auto;
}
.team-name {
  color: #fff;
}
.team-job {
  color: #28C9C7;
}
#hs_cos_wrapper_widget_1648672025623 {
  margin: 0 auto;
  text-align: center;
}
.gradient-heading {
  background: -webkit-linear-gradient(45deg,#28C9C7 0 20%, #B42EEC 70% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.navigation-primary .submenu a {
  font-weight: 300;
  text-transform: none;
  font-size: 13px;
}



.body ul {
  list-style: none; /* Remove default bullets */
}

#hs_cos_wrapper_widget_1648761016236_ ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #B42CC7; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}



.blog-index__post-title {
  color: #000;
  text-shadow: none;
}

.blog-index__post-summary p {
  color: #000;
}

.blog-related-posts__content p {
  color: #000;
}
.blog-related-posts__title {
  font-size: 1.6em;
}
.blog-post__body ul li {
  color: #000;
}

.blog-post h2, .blog-post h3 {
  color: #000;
  text-shadow: none;
}

.blog-index__post-summary h2, .blog-index__post-summary h3, .blog-index__post-summary p, .blog-index__post-summary em {
  color: #000;
  text-shadow: none;
  font-size: 15px;
}

/* Search results page */
.systems-page--search-results--title-wraper {
  background: #fcfcfc;
  padding: 140px 0 140px;
}

.body-container-wrapper-search-results {
  background: #fcfcfc;
}

.systems-page--search-results .hs-search-results__listing li {
  background: #ffffff;
}

.systems-page--search-results .hs-search-results__listing li .hs-search-results__title {
  font-family: Poppins,;
  font-size: 20px;
  color: #000;
}
@media all and (min-width: 1300px) {
  h1 {
    font-size: 64px;
  }
}

/* 404 page */
#hs_cos_wrapper_module_16536738387331 {
  max-width: 600px;
  margin: 0 auto;
}

.error-page::before {
  color: #fff;
}

/*Vendors search module */

#myInput {
  background-image: url('https://8925444.fs1.hubspotusercontent-na1.net/hubfs/8925444/5402443_search_find_magnifier_magnifying_magnifying%20glass_icon.png');  /*Add a search icon to input */
  background-position: 14px 14px;  /* Position the search icon */
  background-repeat: no-repeat;  /* Do not repeat the icon image */
  background-size: 25px;
  width: 50%; /* Full-width */
  font-size: 18px; /* Increase font-size */
  /*padding: 12px 20px 12px 40px;  Add some padding */
  /*border: 1px solid #ddd;  Add a grey border */
  margin: 0 auto 2rem auto;
  
  padding: 1rem 4.25rem; 
  border-radius: 40px; 
  border: none; 
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0 auto;  
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1216px;
  gap: 3px;
  
}
#myUL li {
  position: relative;
  height: 200px;
  text-align: center;
  width: 300px;
  
}

#myUL li img {
  width: 70%;
  height: auto;
}

#myUL li a {
  /*border-bottom: 1px solid #222;  Add a border to all links */
  /*margin-top: 2px;  Prevent double borders */
  
  background-color: #fafafa; /* Grey background color */
  padding: 4px 2px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 16px; /* Increase the font-size */
  color: white; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
  height: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  
}

#myUL li a:hover:not(.header) {
  background-color: #fff; /* Add a hover effect to all links, except for headers */
}


#VendorListWrapper {
  text-align: center; 
  margin: 0 auto;
  
}

.filterStatus {
  color: #fff;
  margin-bottom: 2rem;
}
.filterStatus label {
  margin-right: 1rem;
}


/* Subscription management */


  .email-prefs .item .item-inner {
    border: none;
    margin-top: 0;
    background: #222;
    color: #fff;
    padding: 1.5rem 1.5rem;
  }
  .email-prefs .item .item-inner * {
  color: #fff;
  }

.subscribe-options label {
  color: #fff;
}

.systems-page .success {
  background-color: #28C9C7;
  border: none;
  border-radius: 2px;
  color: #000;
  padding: .5rem 1rem;
}


/* Privacy & Consent tweaks */



/* HTML Smooth scroll */
html {
  scroll-behavior: smooth;
}


/* Vendors Tags */

.tagWrapper {
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  
}

.tagWrapperMini {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}

.catTag {
  visibility: visible;
  font-size: smaller;
  background-color: #28C9C7;
  color: #000;
  border-radius: 20px;
  padding: 0.125em 1em;
  margin-right: 0.5em;
  white-space: nowrap;
  
}

.catTagMini {
  visibility: visible;
  font-size: smaller;
  background-color: #eee;
  border: 1px solid #28C9C7;
  color: #000;
  border-radius: 20px;
  padding: 0.125em 1em;
  white-space: nowrap;
  font-size: 0.6rem; 
  margin-top: 1.7rem;
}
.catTagMiniType {
  visibility: visible;
  font-size: 3em;
  background-color: #333333;
  color: #fff;
  border-radius: 20px;
  padding: 0.125em 1em;
  white-space: nowrap;
  font-size: 0.6rem;
  letter-spacing: 1px;
}
.catTagMiniType2 {
  visibility: visible;
  font-size: 1.3em;
  background-color: #777;
  color: #fff;
  border-radius: 20px;
  padding: 0.125em 1em;
  white-space: nowrap;
  font-size: 0.6rem;
  letter-spacing: 1px;
}
.catTagMiniTrend {
  visibility: visible;
  font-size: smaller;
  background-color: #eee;
  border: 1px solid #333;
  color: #ED2991;
  border-radius: 20px;
  padding: 0.125em 1em;
  white-space: nowrap;
  font-size: 0.6rem; 
  margin-top: 1.7rem;
  letter-spacing: 1px;
  
}

.trendIcon {
  display: inline-block; 
  fill: #ed2991;
}

.catTagMiniPremium {
  visibility: visible;
  font-size: smaller;
  background-color: #FFC200;
  color: #000;
  border-radius: 20px;
  padding: 0.125em 1em;
  white-space: nowrap;
  font-size: 0.6rem; 
  margin-top: 1.7rem;
}

.tagPSA {
  background-color: #28C9C7; color: #000; font-size: 0.7em; padding: 0.25em 1em 0.15em 1em; border-radius:50px; letter-spacing: .15rem;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 260px;
  background-color: none;
  color: #000;
  text-align: center;
  font-size: 12px;
  border-radius: 0px;
  padding: 2px 1px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -130px;
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}


/* Tag Bar header */
#tagBar {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0 auto 2rem auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1300px;
  justify-content: center;
  align-content: space-between;
}
#tagBarL li {
  height: 160px;
  text-align: center;
  width: 300px;
}

#tagBar li a {
  /*border-bottom: 1px solid #222;  Add a border to all links */
  /*margin-top: -1px;  Prevent double borders */
  background-color: rgba(180, 44, 199, 1); /* Purple background color */
  padding: 0.1rem 1rem; /* Add some padding */
  margin-right: 1rem;
  border-radius: 20px;
  text-decoration: none; /* Remove default text underline */
  font-size: 14px; /* Increase the font-size */
  color: white; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}

#tagBar li:nth-of-type(1) a {
  background-color: #1f1f1f;
}

#tagBar li a:hover:not(.header) {
  background-color: #28C9C7; /* Add a hover effect to all links, except for headers */
}

/* Testimonials Customer Love page */

#myULTest {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 2rem auto;
  
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  width: 1600px;
  gap: 5px;
  
}
#myULTest li {
  text-align: center;
  width: 33%;
}

#myULTest li a {
  /*border-bottom: 1px solid #222;  Add a border to all links */
  /*margin-top: -1px;  Prevent double borders */
  background-color: #000; /* Grey background color */
  padding: 8px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 16px; /* Increase the font-size */
  color: white; /* Add a black text color */
  /*display: block;  Make it into a block element to fill the whole list */
}


#VendorListWrapper {
  text-align: center; 
  margin: 0 auto;
}



.testimonialWrapper {
  background: linear-gradient(180deg, rgb(27,2,45), rgb(10,1,17));
  padding: 2rem;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 8px;
  text-align: center;
}


.testInnerWrapper > p { 
  font-size: 1.2em;
}

.testimonialAuthorWrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.picCropper{
  width: 75px;
  height: 75px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 1rem auto;
}
.testimonialPic {
  display: inline;
  align-self: center;
  height: 100%;
  width: auto;
  
}

.authorWrapper {
  padding: 0.5rem;
  line-height: 0.01;
}



/* Partner ies filters */
.tagBarButtons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-content: space-between;
  margin-bottom: 2rem;
}

.buttonTag {
  margin: 0 6px 6px 0;
  width: 130px;
  height: 30px;
  position: relative;
}

.buttonTag label,
.buttonTag input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #121212;
  
}

.buttonTag input[type="radio"] {
  opacity: 0.011;
  z-index: 90;
}

.buttonTag input[type="radio"]:checked + label {
  background: #28C9C7;
  border-radius: 20px;
}

.buttonTag label {
  cursor: pointer;
  z-index: 100;
  line-height: 2em;
}


/* Gradient Modules tags */

/* Billing */
.billingTag {
  background-color: #6c43bd;
  color: #fff;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  font-size: 14px;
  margin-right: 1rem;
}


/* Alerts */
.alertsTag {
  background-color: #bb306b;
  color: #fff;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  font-size: 14px;
  margin-right: 1rem;
}

/* Book a demo side bar*/
.side-bar-button {
  position: absolute;
  top: 50%;
  right: 0; 
  width: 10vw; 
  height: auto;  
  background-color: #FF0092; 
  border-radius: 8px 0 0 8px; 
  padding: 40px 20px 20px 20px;
  opacity: 0.9;
  transition: 0.3s ease-in-out;
}
.side-bar-button * {
  color: #fff;
}

.side-bar-button:hover {
  background-color: #fff;
  border: 1px solid #FF0092;
  opacity: 1;
  transition: 0.15s ease-in-out;
}

.side-bar-button:hover * {
  color: #FF0092;
}


/*Paralax container */

.parallax-container {
  position: relative; 
  margin-top: -4rem; 
  margin-bottom: 12rem; 
  padding: top: 0; 
  padding-bottom: 800px; 
  height: 60vh; 
  width: auto; 
}

.parallax-heading {
  position: absolute; 
  top:0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  z-index: 2; 
  padding: 0 20px; 
  max-width: 1320px; 
  margin: 18rem auto 0 auto; 
  text-align: center;
}

.phone-header {
  color: rgb(40, 201, 199); 
  padding-top: 0.25rem; 
  font-size: 0.8em; 
  letter-spacing: 0.05em; 
  text-align: right;
}

.subtle-cta {
  background: #ddd; color: #000; padding: 10px 16px; border-radius: 50px; font-size: smaller; box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}
.subtle-cta:hover {
  background: #fff; border: 1px solid #282828;
}

/* Legup Font import */

@font-face { font-family: 'Pixeled';  src: url('https://8925444.fs1.hubspotusercontent-na1.net/hubfs/8925444/Pixeled.ttf') format('ttf'), url('https://8925444.fs1.hubspotusercontent-na1.net/hubfs/8925444/Pixeled.woff') format('woff'), url('https://8925444.fs1.hubspotusercontent-na1.net/hubfs/8925444/Pixeled.eot') format('eot');}
.LegUp23-font {
  font-family: 'Pixeled';
}

/* LegUp Rotator */
.decor-heading {
  text-align: center;
  color: rgba(0,0,0,0.03);
  text-shadow: none; 
  font-family: 'Pixeled', monospace;
}

/* Synthesize Explainer Cards */

.synthesize-explainer {
  display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 2rem;
}

.synthesize-explainer-card {
  background-color: #fff; padding: 2rem 1.5rem; border-radius: 8px; box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.synthesize-explainer-numbers {
  position: absolute; top: -4.5rem; left: 1rem; font-size: 5rem; font-weight: bold; font-style: italic; color: rgba(40, 201, 199, 1.0);
}

  .explainer-flamingo {
    /*display: none;*/
    position: absolute; top: 0; right: 0; margin-right: -180px;
  }

.mspc_stats_wrapper {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 60px 80px; text-align: center; border-radius: 30px; background-color: rgba(82,112,255,0.85);
}
.mspc_stats_item {
  text-align: left; border-left: 4px solid #51FEE9; padding-left: 1rem; text-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.button-primary-cta {
  border-radius:50px; background-color: #FF0092; font-weight: bold; border: 1px solid rgba(255,255,255,0);
}
.button-primary-cta:hover {
  background-color: white; color: #FF0092; border: 1px solid #FF0092;
}

.button-secondary-cta {
  border-radius:50px; background-color: #222; font-weight: bold; border: 1px solid rgba(255,255,255,0);
}
.button-secondary-cta:hover {
  background-color: white; color: #FF0092; border: 1px solid #FF0092;
}

.button-tertiary-cta {
  border-radius:50px; color: #000; background-color: white; font-weight: bold; border: 1px solid rgba(0,0,0,1);
}
.button-tertiary-cta:hover {
  background-color: white; color: #FF0092; border: 1px solid #FF0092;
}

.card-primary-cta {
  background-color: #fff; color: #fff; border: 1px solid #efefef; border-radius: 4px; padding: 15px 10px 0px 10px; text-align: center;
}
.card-primary-cta:hover {
  background-color: #FF0092; color: #fff; border: 1px solid #efefef; border-radius: 4px; padding: 15px 10px 0px 10px; text-align: center; 
  transition: 0.7s;
}
.card-primary-cta:hover p, .card-primary-cta:hover h5 {
  color: #fff;
}

.card-primary-cta:hover svg {
  fill: #ffffff;
}

.card-primary-cta p{
  font-size: 14px;
}
.card-primary-cta h5{
  font-size: 12px;
  margin-top: -20px;
}


@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}


:root {
	--d: 2500ms;
	--angle: 45deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: rgba(53, 0, 75, 0.2);
	--c2: rgba(53, 0, 75, 0);
}


.box {
	border: 0.1rem solid;
	border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
	animation: borderRotate var(--d) linear infinite forwards;
}

.box:nth-child(2) {
	border-image: radial-gradient(ellipse at var(--gradX) var(--gradY), var(--c1), var(--c1) 10%, var(--c2) 40%) 30;
	animation: borderRadial var(--d) linear infinite forwards;
}

.box:nth-child(3) {
	border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
	animation: borderRadial var(--d) linear infinite forwards;
}

.box:nth-child(4) {
	border-image: radial-gradient(ellipse at var(--gradX) var(--gradY), var(--c1), var(--c1) 10%, var(--c2) 40%) 30;
	animation: borderRadial var(--d) linear infinite forwards;
}


@keyframes borderRotate {
	100% {
		--angle: 420deg;
	}
}

@keyframes borderRadial {
	20% {
		--gradX: 100%;
		--gradY: 50%;
	}
	40% {
		--gradX: 100%;
		--gradY: 100%;
	}
	60% {
		--gradX: 50%;
		--gradY: 100%;
	}
	80% {
		--gradX: 0%;
		--gradY: 50%;
	}
	100% {
		--gradX: 50%;
		--gradY: 0%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.paper-div {
background-color: #e5e5f7;
opacity: 0.8;
background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #35004b10 235px ), repeating-linear-gradient( #35004b03, #35004b10 );
}

.animated-image {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    /* Initially hide the images */
    visibility: hidden;
    width: 100%;
    height: auto;
}

.animated-image.loaded {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}




@media all and (max-width: 1500px) {
    .side-bar-button {
    border-radius: 0 8px 8px 0;
    top: 30%;
    width: auto; 
    height: 45vh;
    padding: 30px 10px 10px 10px;
    font-size: smaller;
    
    writing-mode: vertical-rl;
    text-orientation: mixed; 
    transform: rotate(-180deg);"
  }
  
    .side-bar-button > h5{
    visibility: hidden;
  }


  #floater-animation {
    display: none;
  }
}

.diagonal-slideshow___content * {
  font-family: Gilroy sans-serif;
}

@media all and (min-width: 1300px) {
  h1 {
    font-size: 64px;
    line-height: 1;
  }
}
@media all and (max-width: 1299px) {
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.3em;
  }
  
  #myUL {
    width: 920px;
  }
  
  .parallax-container {
  margin-top: 0rem; 
  padding-bottom: 50px;
  margin-bottom: 2rem; 
  height: 30vh; 

  }
  
  .parallax-heading {
    margin: 12rem auto 0 auto;
  }
  

  #myULTest li {
    width: 49%;
  }
}

@media all and (max-width: 940px) {
  #myUL {
    width: 620px;
  }
  #myUL li {
    width: 200px;
  }
  
  
  .parallax-heading {
    margin: 10rem auto 0 auto;
  }
  
  .synthesize-explainer-card {
  padding: 1.5rem 1rem;
  }
  
}

@media all and (max-width: 767px) {
  .mspc_stats_wrapper {
    display: block; 
    padding: 60px 20px;
    margin: 20px;
  }
  .mspc_stats_item {
  text-align: center; border-left: none; border-bottom: 4px solid #51FEE9; padding-left: 1rem; max-width: 25ch; margin: 2rem auto;
  }
    .mspc_stats_item h2{
    font-size: 3em;
  }
  
  .mobileTextTransform {
    text-align: center;
  }
  #VendorListWrapper {
    margin-top: 10vh;
  }
  #myInput {
    width: 90%;
  }
  
  #myULTest li {
    width: 100%;
  }
  
  .phone-header {
    text-align: center;
  }
  
  .synthesize-explainer {
    grid-template-columns: 1fr;
  }
  
  .synthesize-explainer-numbers {
    position: absolute; top: -2.5rem; left: 1rem; font-size: 3rem; font-weight: bold; font-style: italic; color: rgba(40, 201, 199, 1.0);
  }

  .explainer-flamingo {
    /*display: none;*/
    position: relative; width: 100%; height: auto; margin: 0 auto; padding: 0 5rem;
  }
  #demo-floater {
    visibility: hidden;
  }
 
}

@media all and (max-width: 624px) {
  #myUL {
    width: 500px;
  }
  #myUL li {
    width: 250px;
  }
  .side-bar-button {
    right: -80%;
  }
}
@media all and (max-width: 520px) {
  #myUL {
    width: 300px;
  }
  #myUL li {
    width: 300px;
  }
}