@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700&display=swap");

/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */


















.dnd-section {
  padding-bottom: 68px;
  padding-top: 68px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 71.3125rem;
}





body {
  color: #777;
  font-family: 'Helvetica W01 Condensed';
  font-size: 1.375rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 991px){
  body {
    font-size: 1.1275rem;
  }
}

@media (max-width: 575px){
  body {
    font-size: 1rem;
  }
}

p {
  font-family: 'Helvetica W01 Condensed';
  font-weight: 400;
}

ul,
ul li,
ol,
ol li {
  font-family: 'Helvetica W01 Condensed';
  font-weight: 400;
}

a {
  font-family: 'Helvetica W01 Condensed';
  color: rgba(0, 167, 225, 1.0);
}

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

a:active {
  color: rgba(40, 207, 255, 1.0);
}

h1 {
  color: #777;
  font-family: 'Helvetica W01 Condensed Bold';
  font-size: 3rem;
  font-weight: 500;
}

@media(max-width: 767px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  color: #000;
  font-family: 'Helvetica W01 Condensed Bold';
  font-size: 2.5rem;
  font-weight: 500;
}

@media(max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }
}

h3 {
  color: #777;
  font-family: 'Helvetica W01 Condensed Bold';
  font-size: 2.3rem;
  font-weight: 500;
}

@media(max-width: 767px) {
  h3 {
    font-size: 1.7939999999999998rem;
  }
}

h4 {
  color: #777;
  font-family: 'Helvetica W01 Condensed Bold';
  font-size: 1.875rem;
  font-weight: 500;
}

@media(max-width: 767px) {
  h4 {
    font-size: 1.59375rem;
  }
}

h5 {
  color: #777;
  font-family: 'Helvetica W01 Condensed Bold';
  font-size: 1.5rem;
  font-weight: 500;
}

h6 {
  color: #777;
  font-family: 'Helvetica W01 Condensed Bold';
  font-size: 1.375rem;
  font-weight: 400;
}

blockquote {
  border-left: 10px solid #F8FAFC;
}





form,
.submitted-message {
  font-family: 'Helvetica W01 Condensed';
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(0, 167, 225, 1.0);
  border-color: rgba(0, 144, 211, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #0090d3;
  border-color: #0090d3;
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 207, 255, 1.0);
  border-color: rgba(40, 184, 251, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(68, 68, 68, 1.0);
}

.hs-form legend {
  color: rgba(102, 102, 102, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  color: #555;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(102, 175, 233, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 1.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #777;
}

.hs-richtext {
  font-size: 1.375;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Helvetica W01 Condensed';
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(73, 74, 82, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(73, 74, 82, 1.0);
}





header.header {
  background-color: rgba(37, 39, 43, 1.0);
}

.header__container {
  max-width: 71.3125rem;
}

body .custom-menu-primary a {
  color: #fff;
}

body .custom-menu-primary .submenu.level-1 > li:hover > a {
  color: #00a7e1;
}

body .custom-menu-primary a.active-branch{
  color: #00a7e1;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch {
  border-color: rgba(0, 167, 225, 1.0);
  background-color: rgba(37, 39, 43, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover{
  background-color: rgba(37, 39, 43, 0.0);
  border-color: rgba(0, 167, 225, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #00a7e1;
}

body .custom-menu-primary .submenu.level-1>li .submenu > li > a {
  color: #dce0e2;
  border-color: rgba(220, 224, 226, 1.0);
}
body .custom-menu-primary .submenu.level-2,
body .custom-menu-primary .submenu.level-3 {
  background-color: rgba(37, 39, 43, 1.0);
}

body .custom-menu-primary .submenu.level-1>li .submenu .menu-item .menu-link:hover {
  background-color: rgba(37, 39, 43, 0.0);
  color: #00a7e1;
  border-color: rgba(0, 167, 225, 1.0);
}
body .custom-menu-primary .submenu.level-1>li .submenu .menu-item .menu-link.active-branch {
  color: #00a7e1;
  background-color: rgba(37, 39, 43, 0.0);
  border-color: rgba(0, 167, 225, 1.0);
}

.custom-menu-primary ul.submenu.level-1>li:nth-last-child(2)>a{
  background-color: rgba(37, 39, 43, 0.0);
}
.custom-menu-primary ul.submenu.level-1>li:nth-last-child(2)>a{
  color: #fff;
  background-color: rgba(0, 167, 225, 1.0);
}
.custom-menu-primary ul.submenu.level-1>li:nth-last-child(2)>a:hover{
  background-color: rgba(0, 167, 225, 1.0);
  color: #fff;
}
.header_search .search-icon:before{  
  color: #cecece;
}





.footer {
  background-color: rgba(51, 62, 72, 1.0);
  color:rgba(252, 252, 252, 1.0);
}

.footer__container {
  max-width: 71.3125rem;
}

.footer__main h5, .footer-rss-feed h3, .footer-menu ul.submenu.level-1>li>a{
  color:rgba(255, 255, 255, 1.0);
}
.footer-top .footer__main p,
.copyright-sec-wrap p{
  color:rgba(252, 252, 252, 1.0);
}

.footer-rss-feed .hs-rss-item a,
.footer-menu ul.submenu.level-1>li ul>li>a,
.copyright-sec-wrap ul li a,
.copyright-sec-wrap ul li,
.footer__main p a{
  color:rgba(252, 252, 252, 1.0);
}
.footer-rss-feed .hs-rss-item a:hover,
.footer-menu ul.submenu.level-1>li ul>li>a:hover,
.copyright-sec-wrap ul li a:hover,
.footer__main p a:hover{
  color:rgba(25, 151, 230, 1.0);
}
.footer-bottom{
  background-color: rgba(46, 56, 65, 1.0);
  border-color: rgba(72, 82, 91, 1.0);
}

.footer-form .hs-form-field label{
  color:rgba(242, 242, 242, 1.0);
}
.footer-form .hs-form-field input{
  background-color: rgba(46, 56, 65, 1.0);
  border-color: rgba(72, 82, 91, 1.0);
  color:rgba(255, 255, 255, 1.0);
}
.footer-form .hs-form-field input:focus{
  border-color: rgba(102, 175, 233, 1.0);
}

.footer-form .hs-button{
  background-color: rgba(46, 56, 65, 1.0);
  border-color: rgba(72, 82, 91, 1.0);
  color:rgba(255, 255, 255, 1.0);
}

.footer-form .hs-button:hover{
  background-color: rgba(239, 239, 239, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  color:rgba(68, 68, 68, 1.0);
}

.social-icons .footer-cont ul li a i{
  color:rgba(255, 255, 255, 1.0);
}
.social-icons .footer-cont ul li a:hover i{
  color:rgba(25, 151, 230, 1.0);
}






.content-wrapper {
  max-width: 71.3125rem;
}

.blog-post__date {
  border-color: #777;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #777;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #4f4f4f;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #9f9f9f;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494a52;
}

.blog-pagination__link {
  color: #777;
}

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

.blog-post__title {
  color: #000;
  font-family:'Helvetica W01 Condensed Bold';
  font-size: 2.5px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

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

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

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










body .icon svg {
  fill: #494a52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494a52;
}

body .social-links__icon {
  background-color: #494a52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: #4f4f4f;
}

body .social-links__icon:active svg {
  fill: #9f9f9f;
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}



/* Restore working, visible checkboxes on all forms — native checkbox with its
   built-in checkmark. Scoped to form contexts only, so it never touches Cookiebot. */
html body .hs-input[type="checkbox"],
html body .e-rate input[type="checkbox"],
html body .systems-page.email-preference input[type="checkbox"] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  position: static !important;
  opacity: 1 !important;
  background: none !important;
  border: initial !important;
}

/* ==========================================================
   FINAL HUBSPOT FORM REFINEMENT
   Keep this as the final section in this override stylesheet.
   ========================================================== */

html body .hbspt-form,
html body .hbspt-form *,
html body form.hs-form,
html body form.hs-form *,
html body .legal-consent-container,
html body .legal-consent-container *,
html body .submitted-message,
html body .submitted-message * {
  font-family: "Lato", Arial, sans-serif !important;
  box-sizing: border-box;
}

/* Form card */
html body form.hs-form {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 28px 32px 30px;
  background-color: #ffffff;
  border: 1px solid #d9e1e8;
  border-radius: 10px;
}

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

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

/* Field labels */
html body form.hs-form .hs-form-field > label {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: #172b3a;
}

/* Text fields */
html body form.hs-form input[type="text"],
html body form.hs-form input[type="email"],
html body form.hs-form input[type="tel"],
html body form.hs-form input[type="number"],
html body form.hs-form input[type="url"],
html body form.hs-form input[type="date"],
html body form.hs-form textarea,
html body form.hs-form select {
  width: 100% !important;
  min-height: 42px;
  margin: 0;
  padding: 9px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #172b3a;
  background-color: #ffffff;
  border: 1px solid #cbd5df;
  border-radius: 4px;
}

html body form.hs-form input:focus,
html body form.hs-form textarea:focus,
html body form.hs-form select:focus {
  outline: 2px solid rgba(2, 112, 224, 0.22);
  outline-offset: 1px;
  border-color: #0270e0;
}

/* Consent area */
html body form.hs-form .legal-consent-container {
  width: 100%;
  margin-top: 8px;
  color: #263746;
}

html body form.hs-form .legal-consent-container .inputs-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

html body form.hs-form .legal-consent-container .inputs-list > li {
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
}

/* Checkbox and radio rows */
html body form.hs-form .hs-form-booleancheckbox-display,
html body form.hs-form .hs-form-checkbox-display,
html body form.hs-form .hs-form-radio-display {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 10px;
  align-items: start;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

html body form.hs-form input[type="checkbox"],
html body form.hs-form input[type="radio"],
html body form.hs-form .hs-input[type="checkbox"],
html body form.hs-form .hs-input[type="radio"] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  position: static !important;
  width: 17px !important;
  min-width: 17px !important;
  height: 17px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  border: initial !important;
  background: none !important;
  cursor: pointer;
  accent-color: #0270e0;
}

html body form.hs-form .hs-form-booleancheckbox-display > span,
html body form.hs-form .hs-form-checkbox-display > span,
html body form.hs-form .hs-form-radio-display > span {
  display: block;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  color: #263746;
  white-space: normal;
  overflow-wrap: anywhere;
}

html body form.hs-form .legal-consent-container .hs-form-required {
  display: inline !important;
  margin-left: 2px;
  color: #d71920;
}

/* Collapsible privacy disclosures created by main.js */
html body form.hs-form .hs-privacy-disclosure {
  width: 100%;
  margin: 4px 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

html body form.hs-form .hs-privacy-disclosure summary {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 28px;
  margin: 0;
  padding: 4px 9px 4px 29px;
  cursor: pointer;
  list-style: none;
  border: 1px solid #dde5ec;
  border-radius: 5px;
  background-color: #f7f9fb;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #334b5f;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

html body form.hs-form .hs-privacy-disclosure summary::marker {
  content: "";
}

html body form.hs-form .hs-privacy-disclosure summary::-webkit-details-marker {
  display: none;
}

html body form.hs-form .hs-privacy-disclosure summary::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #aebdca;
  border-radius: 3px;
  background-color: #ffffff;
  transform: translateY(-50%);
}

html body form.hs-form .hs-privacy-disclosure summary::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-right: 1px solid #607789;
  border-bottom: 1px solid #607789;
  transform: translateY(-65%) rotate(-45deg);
  transform-origin: center;
  transition: transform 0.15s ease;
}

html body form.hs-form .hs-privacy-disclosure[open] summary::after {
  transform: translateY(-75%) rotate(45deg);
}

html body form.hs-form .hs-privacy-disclosure summary:hover {
  border-color: #b9c7d2;
  background-color: #f1f5f8;
}

html body form.hs-form .hs-privacy-disclosure summary:focus-visible {
  outline: 2px solid #0270e0;
  outline-offset: 2px;
}

html body form.hs-form .hs-privacy-disclosure__content {
  margin: 8px 0 4px 10px;
  padding: 12px 14px;
  border-left: 2px solid #cad7e1;
  border-radius: 0 5px 5px 0;
  background-color: #f8fafc;
}

html body form.hs-form .hs-privacy-disclosure__content,
html body form.hs-form .hs-privacy-disclosure__content p,
html body form.hs-form .hs-privacy-disclosure__content span,
html body form.hs-form .hs-privacy-disclosure__content .hs-richtext {
  margin-top: 0;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.55;
  color: #33475b;
}

html body form.hs-form .hs-privacy-disclosure__content .hs-richtext:last-child,
html body form.hs-form .hs-privacy-disclosure__content p:last-child {
  margin-bottom: 0;
}

/* Final visible privacy paragraph */
html body form.hs-form .legal-consent-container > .hs-richtext,
html body form.hs-form .legal-consent-container > .hs-richtext p {
  margin: 14px 0 0;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.55;
  color: #33475b;
}

html body form.hs-form .legal-consent-container a {
  color: #0270e0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Submit area */
html body form.hs-form .actions {
  margin-top: 26px;
  padding: 0;
}

html body form.hs-form .hs-button {
  min-height: 52px;
  margin: 0;
  padding: 13px 28px;
  border-radius: 7px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  box-shadow: none;
}

@media (max-width: 600px) {
  html body form.hs-form {
    padding: 22px 18px 24px;
  }

  html body form.hs-form .hs-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body form.hs-form .hs-privacy-disclosure summary,
  html body form.hs-form .hs-privacy-disclosure summary::after {
    transition: none;
  }
}
/* Subtle final data-processing opt-in and privacy policy copy */
html body form.hs-form
.legal-consent-container
.inputs-list:last-of-type
.hs-form-booleancheckbox-display > span {
  font-size: 13px !important;
  line-height: 1.4;
  color: #5f6f7d;
}

html body form.hs-form
.legal-consent-container
> .hs-richtext:last-of-type,
html body form.hs-form
.legal-consent-container
> .hs-richtext:last-of-type p {
  margin-top: 12px;
  font-size: 13px !important;
  line-height: 1.5;
  color: #657582;
}

html body form.hs-form
.legal-consent-container
> .hs-richtext:last-of-type a {
  color: #356f9f;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* Keep the required marker visible but understated */
html body form.hs-form
.legal-consent-container
.inputs-list:last-of-type
.hs-form-required {
  font-size: 12px;
}
//* ==========================================================
   FOOTER NEWSLETTER FORM
   Compact layout, isolated from landing-page form styles
   ========================================================== */

/* Outer HubSpot wrapper */
html body .footer-form .hbspt-form,
html body footer .hbspt-form {
  width: 100% !important;
  max-width: 460px !important;
  margin: 0 !important;
  padding: 20px 28px !important;
  background-color: #ffffff !important;
  border: 0 !important;
  border-radius: 10px !important;
}

/* Target the form whether or not it has the hs-form class */
html body .footer-form .hbspt-form form,
html body .footer-form form,
html body footer .hbspt-form form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto !important;
  align-items: start !important;
  column-gap: 0 !important;

  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

/* Remove landing-page field spacing */
html body .footer-form .hbspt-form fieldset,
html body .footer-form .hbspt-form .hs-email,
html body .footer-form .hbspt-form .hs-form-field {
  grid-column: 1 !important;
  grid-row: 1 !important;

  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .footer-form .hbspt-form .input {
  margin: 0 !important;
  padding: 0 !important;
}

/* Placeholder identifies the field */
html body .footer-form .hbspt-form .hs-form-field > label {
  display: none !important;
}

/* Email input */
html body .footer-form .hbspt-form input[type="email"],
html body .footer-form .hbspt-form input.hs-input {
  width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  min-height: 48px !important;

  margin: 0 !important;
  padding: 10px 12px !important;

  font-family: "Lato", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.4 !important;

  background-color: #ffffff !important;
  border: 1px solid #d1d6dc !important;
  border-right: 0 !important;
  border-radius: 7px 0 0 7px !important;
}

/* Submit area */
html body .footer-form .hbspt-form .actions {
  grid-column: 2 !important;
  grid-row: 1 !important;

  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Subscribe button */
html body .footer-form .hbspt-form .hs-button {
  display: block !important;
  width: auto !important;
  min-width: 120px !important;
  height: 48px !important;
  min-height: 48px !important;

  margin: 0 !important;
  padding: 0 20px !important;

  font-family: "Lato", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 48px !important;
  text-transform: none !important;
  white-space: nowrap !important;

  border-radius: 0 7px 7px 0 !important;
}

/* Validation messages */
html body .footer-form .hbspt-form .hs-error-msgs,
html body .footer-form .hbspt-form .hs_error_rollup {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
}

html body .footer-form .hbspt-form .hs-error-msgs label {
  margin: 0 !important;
  font-size: 12px !important;
}

/* Mobile */
@media (max-width: 600px) {
  html body .footer-form .hbspt-form,
  html body footer .hbspt-form {
    max-width: none !important;
    padding: 18px !important;
  }

  html body .footer-form .hbspt-form form,
  html body .footer-form form,
  html body footer .hbspt-form form {
    display: block !important;
  }

  html body .footer-form .hbspt-form input[type="email"],
  html body .footer-form .hbspt-form input.hs-input {
    border-right: 1px solid #d1d6dc !important;
    border-radius: 7px !important;
  }

  html body .footer-form .hbspt-form .actions {
    margin-top: 10px !important;
  }

  html body .footer-form .hbspt-form .hs-button {
    width: 100% !important;
    border-radius: 7px !important;
  }
}