


:root {
  --color-primary: #60a5fa;
  --color-secondary: #C084fc;
  --color-third: #D1D5DB;
  --color-fourth: #9CA3AF;
  --color-fifth: #FFFFFF;
  --color-sixth: #fb923c;
  --color-primary-body-text: rgba(156, 163, 175, 100%);
  --color-secndary-body-text: rgba(209, 213, 219, 100%);
  --color-primary-title-text: #FFFFFF;
  --wrapper-size: 1288px;
  --primary-font-family: JetBrainsMono;
  --secondary-font-family: Inter;
  --color--primary-button-background: #60a5fa;
  --small-body-font: 14px;
}
 /** Menu Color **/

/** Header Color **/

 /** Menu Color **/
 /** Menu Hover Color **/

/** Body Color **/

 /** Body Color **/
  /** Body Light Color **/
 /** Title Color **/
 /** Title Light Color **/


/* 1c. Typography */


/**  **/






































/* 1d.1. Buttons */

 
 
 
 


/** Primary CTA (button) **/
 

 
 


 

/** Secondry CTA (button) **/
 

 
 


 

/** Stand Out CTA (button) **/
 

 
 


 


/* 1e. Forms */







 
 



/** Form Button **/
 
 
 




 
 
 

/* 1e. Others */







body .dnd-module .hs_cos_wrapper_type_header,
body .dnd-module .hs_cos_wrapper_type_rich_text,
body .dnd-module .hs_cos_wrapper_type_linked_image,
body .wrapper-main {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1288px;
  padding: 0 20px;
  width: 100%;
}

body:not(.modal-open) .wrapper{
    z-index:3;
}





html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body p,
body {
  font-family: JetBrainsMono;
  color: var( --color-primary-body-text);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  line-height:140%
}
body .inter-font{
  font-family: var(--secondary-font-family);
}
body .small-tx-font{
  font-size:var(--small-body-font);
}
.blog-index__post .auth_read-box .blog-index__post-author-name,
.blog-index__post .auth_read-box .reading-minutes span,
.blog-index__post .blog-index__post-timestamp{
  font-size: calc(16px - 4px);
}

/* Paragraphs */

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-position: outside;
    margin-left:16px;
  padding-left:16px;
}

p{
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 16px;
}

body *:last-child{
  margin-bottom: 0px;
}

body .blog-post__body ul li,
.client-banner ul li{
    position: relative;
    padding-left: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body .blog-post__body ul li:before,
.client-banner ul li:before{
    content: "";
    display: inline-block;
    background-image: linear-gradient(to right, var(--color-primary-body-text), var(--color-primary-body-text));
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

/* Anchors */

body a {
  /** font-family: ; **/
  color: #60a5fa;
  border-bottom: none;
  box-shadow: none;
}

body a:hover,
body a:focus {
  color: #fb923c;
  text-decoration: none;
}

a:active {
  color: #60a5fa;
}

body .theme-border-radius{
 border-radius: 8px; 
}


body .container-fluid{
  padding: 0;
}

.page-header .hs-menu-wrapper ul li a{
 font-size: 14px;
}
.page-header .hs-menu-wrapper>ul li.hs-menu-depth-1 a{
  color: #9ca3af;
}

.page-header .hs-menu-wrapper>ul li.hs-menu-depth-1 > a:hover,
.page-header .hs-menu-wrapper>ul li.hs-menu-depth-2 > a:hover,
.page-header .hs-menu-wrapper>ul li.hs-menu-depth-3 > a:hover,
.page-header .hs-menu-wrapper>ul li.hs-menu-depth-4 > a:hover
{
  color: #fff;
}

body .hs-menu-wrapper.flyouts .hs-item-has-children:hover>a:after,
body .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper
{
  border-color: #fff;
}

.page-header .talk-button .talk-anchor {
	  line-height: 48px;
    height: 48px;
}

.clients-listing .filter-button.active{
  color: #fb923c;
  text-decoration: none;
}

/* Headings */

body h1 {
  font-weight: 600; text-decoration: none; font-family: Inter; font-style: normal;
  color: #FFFFFF;
  background: linear-gradient(to right, #34d399, #3b82f6, #9333ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  margin: 0px 0px 24px;
  letter-spacing: 0px;
  line-height:110%
}

body h2, 
body .h2 {
  font-weight: 600; text-decoration: none; font-family: Inter; font-style: normal;
  color: #FFFFFF;
  font-size: 48px;
  margin: 0px 0px 24px;
      letter-spacing: 0px;
  line-height:120%
}

body h3,
body .h3{
  font-weight: 600; text-decoration: none; font-family: Inter; font-style: normal;
  color: #FFFFFF;
  font-size: 40px;
  margin: 0px 0px 24px;
  letter-spacing: 0px;
  line-height:120%
}

body h4,
body .h4{
  font-weight: 600; text-decoration: none; font-family: Inter; font-style: normal;
  color: #FFFFFF;
  font-size: 32px;
  margin: 0px 0px 24px;
  line-height:120%
}

body h5,
body .h5{
  font-weight: 600; text-decoration: none; font-family: Inter; font-style: normal;
  color: #FFFFFF;
  font-size: 24px;
  margin: 0px 0px 24px;
  line-height:120%
}

body h6,
body .h6{
  font-weight: 600; text-decoration: none; font-family: Inter; font-style: normal;
  color: #FFFFFF;
  font-size: 18px;
  margin: 0px 0px 24px;
  line-height:120%
}


.title-font{
  font-family: ;
}

.special-font{
  font-family: ;
}

.body-font{
  font-family: JetBrainsMono;
}

.body-color{
  color: #D1D5DB;
}

.body-color p{
  color: #D1D5DB;
}

.title-color{
  color: #FFFFFF;
}

.title-color-light{
  color: #111827;
}

.body-color-light{
  color: #9CA3AF;
}

body h4[aria-expanded="false"]{
  color: #9CA3AF;
}

body h4[aria-expanded="true"]{
  color: #D1D5DB;
}

body .dark-bkg h4[aria-expanded="false"]{
  color: ;
}

body  .dark-bkg h4[aria-expanded="true"]{
  color: ;
}

.accent-color,
.accent-color p{
  color: ;
}

.link-color{
  color: #60a5fa;
}

.prod-category .item:hover .bottom-item h3
{
	color: #60a5fa;
}
.prod-category .item:hover .bottom-item a
{
	color: #FFFFFF;
}

.banner .item h1 span {
  color: #60a5fa;
}

/* Blockquote */

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


body h3.form-title{
  display:none;
}

body form .hs-form-field {
  margin: 0 0 20px 0;
}

body form.hs-form fieldset{
  max-width: 100% !important;
  width: 100% !important;
  margin: 0;
}

body form.hs-form fieldset .hs-form-field{
  margin: 0 0 20px 0; 
  text-align: left;
}

body form .hs_submit.hs-submit{
  margin: 0px 0 0 0;
}

form .inputs-list.multi-container .hs-form-checkbox label {
    margin: 10px 0;
}




body form label input[type=checkbox] {
    cursor: pointer;
    left: 0;
    margin-left: -20px;
    opacity: .00000001;
    position: absolute;
    min-height: 24px;
    width: 50%;
    z-index: 9999;
}

body form label input[type=checkbox] + span {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    margin: 0;
    min-height: 16px;
    padding-left: 20px;
    position: relative;
    font-size: 12px;
    line-height: 120%;
}

body form label input[type=checkbox] + span:before {
    border: 1px solid #ced1d5;
    background-color: #fff;
    border-radius: 25%;
    content: '';
    height: 16px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    transition: transform .28s ease;
    width: 16px;
}

body form label input[type=checkbox]:checked~span:before, body form label input[type=checkbox]:checked~span:before {
    background-color: #FFF;
    border: 1px solid #60a5fa;
}

body form label input[type=checkbox]:checked~span:after, body form label input[type=checkbox]:checked~span:after {
    border-bottom: 2px solid #60a5fa;
    border-left: 2px solid #60a5fa;
    transform: rotate(
-45deg
) scale(1);
}

body form label input[type=checkbox] + span:after {
    border-bottom: 2px solid #D1D5DB;
    border-left: 2px solid #D1D5DB;
    content: '';
    display: block;
    height: 5px;
    left: 4px;
    position: absolute;
    top: 4px;
    transform: rotate(
-45deg
) scale(0);
    transition: transform ease .25s;
    width: 9px;
}

body form label input[type="radio"]:checked,
body form label input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
body form label input[type="radio"]:checked + span,
body form label input[type="radio"]:not(:checked) + span
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    line-height: 120%;
    font-weight:500;
}
body form label input[type="radio"]:checked + span:before,
body form label input[type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #D1D5DB;
    border-radius: 100%;
    background: #fff;
}
body form label input[type="radio"]:checked + span:after,
body form label input[type="radio"]:not(:checked) + span:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #60a5fa;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
body form label input[type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
body form label input[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

body form .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin: 20px 0 0 0;
}
body form .legal-consent-container .hs-form-booleancheckbox-display>span,
body form .legal-consent-container p{
  font-size:14px;
}
body form textarea
{
	border: 1px solid;
	border-radius: 12px;
	margin-bottom: 0px;
	min-height: 90px;
	outline: none !important;
	padding: 16px 8px 16px 8px;
	width: 100% !important;
}


body form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body form ul.hs-error-msgs{
 margin-top: 5px; 
 max-width: 100%;
margin-right: 8px;
}

body form .hs_error_rollup ul.no-list.hs-error-msgs{
  margin-top: 0px; 
}

.form_box .form-title{
  display:none;
}
body form.hs-form .hs-richtext{
  margin:0px 0px 20px;
}
body form.hs-form .hs-form-field > label{
  display: block;
  line-height: 100%;
  margin: 0 0 7px; 
  text-align:left;
}

body form label span:empty {
    display: none;
}


body .submitted-message {
	background-color: #d4edda;
	border: 1px solid transparent;
	border-color: #c3e6cb;
	border-radius: .25rem;
	color: #155724;
	margin-bottom: 1rem;
	padding: .75rem 1.25rem;
	position: relative;
}

body form label.hs-error-msg, body form ul.hs-error-msgs li label {
	background-color: #f8d7da;
	border: 1px solid transparent;
	border-color: #f5c6cb;
	border-radius: .25rem;
	padding: 8px;
  color: #721c24;
	font-size:12px;
	display: block !important;
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px) and (min-width: 375px){

body form{
     max-width: 585px !important;
     width: 100%;
     margin: 0 auto;
  }
  
}








button:active,
.button:active {
  background-color: rgba(96, 165, 250, 0.3);
}

body .ctabox{
  margin: 40px 0 0; 
}


body a.cta-button,
body a.cta_button {
    font-weight: 500; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
    font-size: 14px;
    background-color: rgba(96, 165, 250, 0.2);
    border: 2px solid rgba(96, 165, 250, 0.5);
    border-radius: 4px;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    text-align: center;
    padding: 0px 32px;
    text-align: center;
    color: #60a5fa;
    overflow: hidden;
    letter-spacing: 0px;
    height: 48px;
    transition: 0.25s;
}

body a.cta-button:hover,
body a.cta_button:hover,
body a.cta_button:focus{
  background-color: rgba(96, 165, 250, 0.3);
  color: #60a5fa !important;
  border-color: rgba(96, 165, 250, 0.5);
  outline: none;
}

body button:focus{
  outline: 2px solid rgba(96, 165, 250, 0.3);
  outline-offset: 1px;
  border-radius: 4px;
}




body  a.cta_button.secondry-button {
    font-weight: 500; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
    background-color: rgba(31, 41, 55, 1.0);
    border: 2px solid rgba(31, 41, 55, 1.0);
    border-radius: 4px;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 48px;
    text-align: center;
    padding: 0px 32px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    overflow: hidden;
    letter-spacing: 0px;
    height: 48px;
}

body a.cta_button.secondry-button:hover,
body a.cta_button.secondry-button:focus{
  background-color: rgba(55, 65, 81, 1.0);
  color: #FFFFFF!important;
  border-color: rgba(55, 65, 81, 1.0);
  outline: none;
}



body a.cta_button.large-button {
  max-width: 321px;
  width: 100%;
}



body  a.cta_button.standout-button{
    font-weight: 500; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
    background-color: rgba(0, 0, 0, 0.0);
    border: 2px solid rgba(59, 130, 246, 0.5);
    border-radius: 4px;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 48px;
    text-align: center;
    padding: 0px 32px;
    text-align: center;
    text-decoration: none;
    color: #3B82F6;
    overflow: hidden;
    letter-spacing: 0px;
    height: 48px;
}

body  a.cta_button.standout-button-dark{
    font-weight: 500; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
    background-color: var(--color--primary-button-background);
    border: 2px solid #fff;
    border-radius: 4px;
    box-sizing: border-box !important;
    color: var(--color-sixth)!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 48px;
    text-align: center;
    padding: 0px 32px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 0px;
    height: 48px;
}
.link-arrow {
  position: relative;
}
:hover.link-arrow svg path {
  fill: #0db0e8;
}
.link-arrow:hover{
    color: #0db0e8 !important;
    border-bottom: 2px solid #0db0e8 !important;
}
.link-arrow svg,
.link-arrow img{
    position: absolute;
    max-width: 12px;
    height: 12px;
    top: 6px;
    right: -18px;
}
body a.cta_button.standout-button:hover,
body a.cta_button.standout-button:focus{
  background-color: rgba(59, 130, 246, 1.0);
  color: #FFFFFF!important;
  border-color: rgba(59, 130, 246, 0.5);
  outline: none;
}
body  a.cta_button.standout-button-dark:hover,
body a.cta_button.standout-button-dark:focus
{
    background-color: var(--color--primary-button-background);
    border: 2px solid var(--color-secondary);
    color: var(--color-secondary)!important;
    outline: none;
}

/** Owl Slider **/
body .masonry-gallery .prev,
body .masonry-gallery .next{
  color:#60a5fa;
}
body .owl-theme .owl-dots {
  margin-top: 50px;
}

body .owl-theme .owl-dots button + button {
  margin-left: 60px;
}

body .owl-theme .owl-dots button.owl-dot span {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #60a5fa;
    width: 8px;
    height: 8px;
    margin: 0;
}

body .owl-theme .owl-dots button.owl-dot:hover span, body  .owl-theme .owl-dots button.owl-dot.active span {
  background-color: #60a5fa;
}






form,
.submitted-message {
  font-size: 16px;
  line-height: 28px;
}

/* Form title */


body .form-title h3{
  background-color:rgba(31, 41, 55, 0.0);
  color:#FFFFFF
}

/* Form label */

form label {
  color: #D1D5DB;
  font-size: 16px;
}

form .hs-richtext p{
  color: #D1D5DB;
  font-size:12px;
  line-height:120%;
  font-weight:500;
}

/* Form help text */

form legend {
  color: #3C4656;
  font-size: 12px;
}

/* Form inputs */

body form input[type=text],
body form input[type=email],
body form input[type=password],
body form input[type=tel],
body form input[type=number],
body form input[type=file],
body form select{
  padding: 0 0 0 8px;
  background-color: rgba(17, 24, 39, 1.0);
  color: #D1D5DB;
  border: 1px solid;
  border-color: rgba(55, 65, 81, 1.0);
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  width: 100% !important;
  font-size: 12px;
  line-height:120%;
  font-weight:500;
}

body form textarea{
  background-color: rgba(17, 24, 39, 1.0);
  color: #D1D5DB;
  border-color: rgba(55, 65, 81, 1.0);
  border-radius: 4px;
  font-size: 12px;
  line-height:120%;
  font-weight:500;
}
body form input[type=text]:focus,
body form input[type=email]:focus,
body form input[type=password]:focus,
body form input[type=tel]:focus,
body form input[type=number]:focus,
body form input[type=file]:focus,
body form select:focus,
body form textarea:focus {
  border-color: #3B82F6;
  outline: none;
}

body form input::-webkit-input-placeholder,
body form select::-webkit-input-placeholder,
body form textarea::-webkit-input-placeholder{ /* Edge */
  color: #3C4656;
}

body form input::-ms-input-placeholder,
body form select::-ms-input-placeholder,
body form textarea::-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #3C4656;
}

body form input:::placeholder,
body form select:::placeholder,
body form textarea:::placeholder{
  color: #3C4656;
}
body form input[type=text].invalid.error,
body form input[type=email].invalid.error,
body form input[type=password].invalid.error,
body form input[type=tel].invalid.error,
body form input[type=number].invalid.error,
body form input[type=file].invalid.error,
body form select.invalid.error{
  background-color: #f8d7da;
    border: 1px solid transparent;
    border-color: #f5c6cb;
  color: #721c24;
}
/* Form placeholder text */

::-webkit-input-placeholder {
  color: #3C4656;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  outline: none;
}

body form button, 
body .hs-submit input.hs-button, 
body form .hs-button.primary {
    font-size:16px;
    background-color: rgba(96, 165, 250, 0.2);
    border: 2px solid rgba(96, 165, 250, 0.5);
    border-radius: 4px;
    font-weight: 500; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 48px;
    text-align: center;
    padding: 0px 24px;
    text-align: center;
    color: #60a5fa;
    overflow: hidden;
    letter-spacing: .5px;
    height: 48px;
    transition: 0.25s;
    min-width:200px;
}

 
body form button:hover, 
bodt .hs-submit input.hs-button:hover, 
body form .hs-button.primary:hover {
  background-color: rgba(96, 165, 250, 0.3);
  color: #60a5fa !important;
  border-color: rgba(96, 165, 250, 0.5);
}


body form button:focus, 
bodt .hs-submit input.hs-button:focus, 
body form .hs-button.primary:focus {
  background-color: rgba(96, 165, 250, 0.3);
  color: #60a5fa !important;
  border-color: rgba(96, 165, 250, 0.5);
}






@media screen and (max-width: 1079px) and (min-width: 768px){
  
body h1 {
  font-size: calc( 60px - 10px );
  line-height: 60px;
}

body h2 {
  font-size: calc( 48px - 10px );
  line-height: 52px;
}

}

@media screen and (max-width: 767px) and (min-width: 320px){
  
body h1 {
  font-size: 48px;
  line-height: 120%;
}

body h2 {
  font-size: 40px;
  line-height: 120%;
  margin: 0px 0px 25px;
}

body h3 {
  font-size: 32px;
  line-height: 120%;
}
  
body h4 {
  font-size: 28px;
  line-height: 120%;
}  

body h5 {
  font-size: 24px;
  line-height: 120%;
}

body h6 {
  font-size: 18px;
  line-height: 120%;
}
  
body .font30 p{
  font-size: 24px;
  line-height: 120%;
}
    body .font24 p{
    font-size:18px;
  }
  
}


@media screen and (max-width: 479px) and (min-width: 375px){
  
  body a.cta_button, .hs-submit input.hs-button, body a.cta-global{
    max-width: 100%;
    width: 100%;
    }
  
    body .font24 p{
    font-size:18px;
  }
  
  body a.cta_button,
  body  a.cta_button.secondry-button
  body  a.cta_button.standout-button{
    padding: 0px 16px;
    min-width: 180px;
 }
  
}
  

*{
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
a{
  text-decoration: none;
}
body{
  background: radial-gradient(circle at 50% 50%,rgba(16,185,129,.1) 0%,transparent 50%),radial-gradient(circle at 100% 0%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 0% 100%,rgba(236,72,153,.1) 0%,transparent 50%);
    background-color: rgba(0, 0, 0, 0);
    background-attachment: scroll, scroll, scroll;
  background-color: rgba(0, 0, 0, 0);
  background-attachment: scroll, scroll, scroll;
  background-color: #0d1117;
  background-attachment: fixed;
  animation: gradientShift 15s ease infinite;
}
.wrapper-main{
  box-sizing: border-box;
    margin: 0 auto;
    max-width: var(--wrapper-size);
    padding: 0 20px;
    width: 100%;
}
.page-header{
  position: sticky;
  top: 0;
  z-index:999999;
}
body .container-fluid {
    padding: 0;
}
.mac-box-main{
  display: flex;
  gap:6px;
}
.mac-box-main .mac-box{
  width:12px;
  height:12px;
  border-radius:50%;
}
.mac-box-main .mac-box-1{
  background-color: rgb(239 68 68 / 1);
}
.mac-box-main .mac-box-2{
  background-color: rgb(234 179 8 / 2);
}
.mac-box-main .mac-box-3{
  background-color: rgb(34 197 94 / 1);
}
.project-section-header h2, .project-section-header .blog-sec-title{
  flex:1;
}
.blog-mobile-filter-toggle svg{
  color: var(--color-fourth);
  height: 19px;
  width: auto;
}
.blog-mobile-filter-toggle svg:hover{
  color: #fff;
}
.border-secondary{
  border-color: rgba(31, 41, 55, 0.5)!important;
}
.hs-search-field__suggestions{
  position: absolute;
  z-index: 9999;
  max-width: 100%;
  width: 100%;
  background-color: rgb(31, 41, 55);
}