@font-face {
  font-family: Sailec;
  src: url(https://23507411.fs1.hubspotusercontent-na1.net/hubfs/23507411/Sailec%20Medium.ttf);
  font-weight: Medium;
  font-display: swap;
}

@font-face {
  font-family: Sailec;
  src: url(https://23507411.fs1.hubspotusercontent-na1.net/hubfs/23507411/Sailec%20Thin.ttf);
  font-weight: Thin;
  font-display: swap;
}

@font-face {
  font-family: Sailec;
  src: url(https://23507411.fs1.hubspotusercontent-na1.net/hubfs/23507411/Sailec%20Bold.ttf);
  font-weight: Bold;
  font-display: swap;
}

@font-face {
  font-family: Sailec;
  src: url(https://23507411.fs1.hubspotusercontent-na1.net/hubfs/23507411/Sailec%20Light.ttf);
  font-weight: Light;
  font-display: swap;
}

@font-face {
  font-family: Sailec;
  src: url(https://23507411.fs1.hubspotusercontent-na1.net/hubfs/23507411/Sailec%20Regular%20Italic.ttf);
  font-weight: Regular;
  font-style: Italic;
  font-display: swap;
}










/* 1a. Containers */


  



  


/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */






























/* 1e. Forms */































/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
  padding: 60px 20px;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 60px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1280px;
}





html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: #FFF;
  color: #FFFFFF;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* Anchors */

a {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #f9bb0b;
}

a:hover,
a:focus {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #f0a501;
}

a:active {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #fff551;
}

/* Headings */

h1 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #FFFFFF;
  font-size: 48px;
  text-transform: none;
}

h2 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 32px;
  text-transform: none;
}

h3 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 28px;
  text-transform: none;
}

h4 {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h5 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-left-color: #F0A501;
  color: #FFFFFF;
  font-size: 24px;
}

blockquote > footer {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #CE8C46;
}





/* Primary button */

button,
.button,
.hs-button {
  border: 1px solid #F9BB0B;

  padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 24px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(249, 187, 11, 0.01)

;
  border-radius: 48px;
  color: #f9bb0b;
  fill: #f9bb0b;
  font-size: 16px;
  text-transform: none;
  transition:0.3s;
}

button:hover,
.button:hover,
.hs-button:hover {
  border: 1px solid #F9BB0B;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(249, 187, 11, 1.0)

;
  color: #000000;
  fill: #000000;
  transform: translate3d(0px, -4px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

/* Secondary button */

.button.button--secondary {
  border: 1px solid #000000;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 100px;
  color: #ffffff;
  fill: #ffffff;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #000000;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(80, 80, 80, 100);
  border: 1px solid #000000;

  border-color: #505050;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #f9bb0b;
  fill: #f9bb0b;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #f0a501;
  fill: #f0a501;
}

.button.button--simple:active {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #fff551;
  fill: #fff551;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}





/* Form */

form {
  border: 1px none #fcbc0c;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(252, 188, 12, 1.0)

;
  border-radius: 0px;
}

/* Form title */

.form-title {
  border: 1px none #F9BB0B;

  padding: 25px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(249, 187, 11, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 28px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
}

/* Help text */

form legend {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px none #CE8C46;

  padding: 10px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 16px;
}

/* Form fields - placeholders */

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

::-moz-placeholder {
  color: #CE8C46;
}

:-ms-input-placeholder {
  color: #CE8C46;
}

:-moz-placeholder {
  color: #CE8C46;
}

::placeholder {
  color: #CE8C46;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(249, 187, 11, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #FFFFFF;
}

form .is-selected .pika-button {
  background-color: #F0A501;
  color: #FFFFFF;
}

form .pika-button:hover {
  background-color: #F9BB0B !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #FFFFFF;
}

form .hs-richtext a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #FFFFFF;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 1px solid #000000;

    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    border-radius: 100px;
    color: #ffffff;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 1px solid #000000;

    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    color: #ffffff;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 1px solid #000000;

    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(80, 80, 80, 100);
    border-color: #505050;
    color: #ffffff;
  }





  form input[type='submit'],
  form .hs-button {
    padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 24px;

    font-size: 16px;
  }



/* Inline thank you message */

.submitted-message {
  border: 1px none #fcbc0c;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(252, 188, 12, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 14px;

  background-color: 

  
  
    
  


  rgba(243, 245, 251, 1.0)

;
}

.icon svg {
  fill: #160042;
  height: 20px;
  width: 20px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(22, 0, 66, 1.0)

;
}

.icon--light svg {
  fill: #F3F5FB;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #CE8C46;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #CE8C46;

  padding: 10px;

  color: #FFFFFF;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(249, 187, 11, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(240, 165, 1, 1.0)

;
  color: #FFFFFF;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.01)

;
  position: fixed;
  width: 100%;
  z-index: 100;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #FFFFFF;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(240, 165, 1, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #FFFFFF;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #CE8C46;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #F4CCCC;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.01)

;
}

/* Logo */

.header__logo-company-name {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #FFFFFF;
  font-size: 48px;
  text-transform: none;
}

/* Menu */

@media (max-width: 767px) {
  .header__menu--mobile {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

/* Menu items */

.header__menu-link {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
  text-transform: none;
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #FFFFFF;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #F4CCCC;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #ffffff;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #F4CCCC;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #FFFFFF;
}

.header__menu-item--depth-1 button{
  transform:none; 
}
.header .header__bottom .header__menu-col .header__menu-item .header__menu-submenu--level-2 a{
  padding:8px !important; 
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #CE8C46;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #FFFFFF;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #FFFFFF;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #FFFFFF;
}

.footer hr {
  border-bottom-color: #FFFFFF !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #25272a;
  font-size: 14px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #b8bdc6;
}






/* Dark card */

.card--dark {
  border: 1px solid #FFFFFF;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #CE8C46;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #FFFFFF;
}





/* Error templates */

.error-page:before {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #FFFFFF;
}

/* Search template */

.hs-search-results__title {
  font-size: 32px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding: padding: 10px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #FFFFFF;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post{
  position:relative; 
  margin-bottom:80px;
}
.blog-listing__post-content{
  padding-top:20px; 
}
.blog-listing__post-title{
  margin-bottom:0; 
}
.blog-listing__header{
  margin-bottom:12px; 
}
.blog-listing__post-tags{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.blog-listing__post-summary p:last-child{
  margin-bottom:0; 
}
.blog-listing__post-summary,.blog-listing__post-timestamp{
  margin-bottom:32px; 
}
.blog-listing__post-tag{
  position:absolute;
  top:22px;
  left:22px;
  margin: 0;
  background: #fff;
  border: solid 1px #F0A501;
  border-radius: 100px;
  padding: 11px 22px;
}

.blog-listing__post-title-link,.blog-listing__post-title-link:hover{
  text-decoration:none; 
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(163, 165, 171, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(0, 0, 0, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(102, 80, 146, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #f9bb0b;
  height: 16px;
  width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #f0a501;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #ffff5b;
}

.pagination__link--active {
  border-color: #CE8C46
}

/* Pricing card */

.pricing-card__heading {
  background-color: #F9BB0B;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(163, 165, 171, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(0, 0, 0, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(102, 80, 146, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #FFFFFF;
  color: #FFFFFF;
}


/* Custom */

body,h1,h2,h3,h4,h5,h6,p,a,a:hover, a:focus,.button,.button:hover,form input[type='submit'], form .hs-button, form .hs-button:hover,form input[type='submit']:hover{
  font-family: Sailec, sans-serif; 
}

.header{
  background:transparent;
  transition:0.5s;
}
.header.scrolled{
  background: #fcbc0c;
}

.header .header__bottom .header__menu-wrapper{
  display: flex;
  justify-content: flex-end;
  gap: 24px; 
}
.header .header__bottom .header__menu-col .header__menu-item a{
  color:#25272A; 
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  padding:8px 0;
  border-bottom: 1px solid transparent;
  width:100%;
}
.header .header__bottom .header__menu-col .header__menu-item a:hover{
  border-bottom: 1px solid #000;
}

.footer [data-hs-cos-type="rich_text"] p{
  margin-bottom:0; 
}
.footer .hs-menu-wrapper ul{
  justify-content: flex-end;
  gap: 48px;
}
.footer .hs-menu-wrapper li{
  font-size:12px;
}
.footer .hs-menu-wrapper li a{
  transition: 0.3s; 
  color:#F9BB0B;
  font-weight:400;
}

.footer .hs-menu-wrapper li a:hover{
  font-weight:400; 
}

.footer .social-follow__icon:hover{
  background-color: rgba(243, 245, 251, 1.0);
}
.footer .social-follow__icon svg{
  transition: 0.3s;
}
.footer .social-follow__icon:hover svg{
  fill: #f9bb0b;
}
.footer .social-follow{
  display: flex; 
}
.footer .social-follow a{
  display: block; 
}
.footer .social-follow__link{
  margin-right: 16px; 
}
.footer .social-follow__link:last-child{
  margin-right: 0;
}
.footer .widget-type-logo img{
  margin: 0;
}
.footer .row-number-2 .widget-span:nth-child(2) p{
  margin-bottom: 0; 
  padding: 5px 16px;
  border-left: #E4E6F1 1px solid;
}

h6{
  margin-bottom:20px; 
  font-size: 24px;
  font-weight: 600;
  line-height:1;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg{
  fill:#000;
}


@media screen and (max-width: 991px){
  .footer .row-depth-1.row-number-5>.row-fluid{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer .row-depth-1.row-number-5>.row-fluid>.widget-span:nth-child(1){
    width:55%;
  }
  .footer .row-depth-1.row-number-5>.row-fluid>.widget-span:nth-child(2){
    width:45%; 
  }
  .footer .row-number-2 .widget-span:nth-child(2) p{
    margin-left:16px; 
  }
}
@media screen and (max-width: 767px){
  h6 {
    letter-spacing: -1.44px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul{
    flex-direction:row; 
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal ul{
    flex-direction:column; 
    margin:20px 0;
    gap:20px;
  }
  .hs-menu-wrapper ul li{
    margin-bottom:0; 
  }
  .header .header__bottom .header__menu-col .header__menu-item .header__menu-submenu--level-2 a{
    color:#000; 
  }
  .header__menu-item--depth-1 .header__menu-child-toggle svg{
    fill:#fff; 
  }
}

.yellow-underline{
  border-bottom: 1px solid var(--primary-2, #F0A501);
}


.text-with-link {
  border-bottom: 1px solid var(--neutral-800,#25272a);
  color: var(--neutral-800,#25272a);
  display: flex;
  font-size: 18px;
  line-height: 1.35;
  padding-bottom: 24px;
  text-decoration: none;
  width: fit-content;
  transition:0.5s;
}
.text-with-link:after{
  content:"";
  background: url(//23507411.fs1.hubspotusercontent-na1.net/hubfs/23507411/raw_assets/public/avid-theme/images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  margin-left:12px;
}
.text-with-link:hover{
  text-decoration:none;
  color: var(--neutral-800,#25272a);
}
.text-with-link.yellow-border:hover{
  border-bottom: 1px solid var(--primary-2, #F0A501);
}
.arrow.before-arrow,.arrow.after-arrow{
  background: url(//23507411.fs1.hubspotusercontent-na1.net/hubfs/23507411/raw_assets/public/avid-theme/images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.arrow.before-arrow{
  transform:rotate(225deg);
}
.arrow.after-arrow{
  transform:rotate(45deg); 
}

.button.button-yellow,.button.button-black,.button.button-white,.button.button-yellow:focus,.button.button-black:focus,.button.button-white:focus{
  background: var(--light-color-brand-primary-normal, #F9BB0B); 
  color: var(--light-color-base-primary-dark, #000);
  font-size: 18px;
  line-height: 1.35;
  padding:12px 32px;
  width:fit-content;
  text-decoration:none;
  font-weight:700;
}
.button.button-white,.button.button-white:focus{
  background:#fff;
}

.button.button-black,.button.button-black:focus{
  background: var(--neutral-800, #25272A);
  color: #fff;
}
.button.yellow-text,.button.yellow-text:focus{
  color: #F9BB0B;
}
.button.white-text,.button.white-text:focus{
  color:#000;
}