
/* Form */

form.hs-form {
  font-family: inter;
}

form.hs-form .hs-form-field {
  margin-bottom: 15px;
}

/* Labels */

form.hs-form label {
  color: #182751;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  padding-top: 0;
  margin-bottom: 4px;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form.hs-form legend {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  color: #182751;
  opacity: 0.6;
}

/* Inputs */

form.hs-form .input {
  position: relative;
}

form.hs-form input[type=text],
form.hs-form input[type=email],
form.hs-form input[type=password],
form.hs-form input[type=tel],
form.hs-form input[type=number],
form.hs-form input[type=file],
form.hs-form select,
form.hs-form textarea {
  background: #F4F5F7;
  border: 1px solid #CBD6E2;
  border-radius: 4px;
  color: #182751;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  padding: 12px 15px;
  width: 100%;
}
form.hs-form select {
  position: relative;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background-image: url(https://19606064.fs1.hubspotusercontent-na1.net/hubfs/19606064/collabhub-components/fi-rr-caret-down.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 14px;
}
form.hs-form input[type=text]:focus,
form.hs-form input[type=email]:focus,
form.hs-form input[type=password]:focus,
form.hs-form input[type=tel]:focus,
form.hs-form input[type=number]:focus,
form.hs-form input[type=file]:focus,
form.hs-form select:focus,
form.hs-form textarea:focus {
  outline-color: #FAAF40;
}

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

form.hs-form ::-webkit-input-placeholder {
  color: #252728;
  opacity: 0.6;
}

form.hs-form ::-moz-placeholder {
  color: #252728;
  opacity: 0.6;
}

form.hs-form :-ms-input-placeholder {
  color: #252728;
  opacity: 0.6;
}

form.hs-form :-moz-placeholder {
  color: #252728;
  opacity: 0.6;
}

form.hs-form ::placeholder {
  color: #252728;
  opacity: 0.6;
}

/* Inputs - checkbox/radio */

form.hs-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form.hs-form .inputs-list > li {
  display: block;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
form.hs-form .inputs-list > li label {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
form.hs-form .inputs-list > li label > input {
  margin-top: 5px;
}
form.hs-form .inputs-list input,
form.hs-form .inputs-list span {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #252728;
  vertical-align: middle;
}
form.hs-form .inputs-list input {
  order: 1;
} 
form.hs-form .inputs-list span {
  order: 2;
}

form.hs-form .hs-input[type=checkbox],
form.hs-form .hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 8px;
  padding: 0;
  width: auto !important;
}
form.hs-form .hs-input[type=checkbox] {
  display: none;
}
form.hs-form .hs-form-checkbox-display span,
form.hs-form .hs-form-booleancheckbox span {
  display: block;
  padding-left: 30px;
  background-image: url(https://19606064.fs1.hubspotusercontent-na1.net/hubfs/19606064/collabhub-components/checkbox-sprite.svg);
  background-position: 0px -20px;
  background-repeat: no-repeat;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
form.hs-form .hs-input[type=checkbox]:checked + span {
  background-position: 0px 0px;
}


/* Inputs - datepicker */

form.hs-form .hs-fieldtype-date .input .hs-dateinput:before {
  color: #252728;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

form.hs-form .fn-date-picker .pika-table thead th {
  color: #FFF;
}

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

form.hs-form .fn-date-picker td.is-selected .pika-button {
  background: #252728;
  border-radius: 0;
  box-shadow: none;
}

form.hs-form .fn-date-picker td .pika-button:hover {
  background-color: #252728 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form.hs-form input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */


form.hs-form .hs-richtext img {
  max-width: 100% !important;
}

form.hs-form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

form.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span,
form.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

form.hs-form .hs-form-required {
  color: #EA4B5C;
  margin-left: 4px;
}

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

form.hs-form .hs-error-msg {
  color: #EA4B5C;
  margin-top: 10px;
}

/* Submit button */

form.hs-form .hs_submit.hs-submit {
  text-align: center;
  margin: 40px 0 0;
}

form.hs-form input[type=submit],
form.hs-form .hs-button {
  background-color: #ED5B6B;
  border: 1px solid #ED5B6B;
  border-radius: 8px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 160%;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form.hs-form input[type=submit]:hover,
form.hs-form input[type=submit]:focus,
form.hs-form .hs-button:hover,
form.hs-form .hs-button:focus {
  background-color: #121516;
  border-color: #121516;

  color: #FFF;
}

form.hs-form input[type=submit]:active,
form.hs-form .hs-button:active {
  background-color: #121516;
  border-color: #121516;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Separator */
form.hs-form hr {
  background-color: rgba(142, 194, 255, 0.2);
  margin: 25px 0 40px;
}

/* Headings */
form.hs-form h3 {
  font-family: 'inter';
  font-weight: normal;
  font-size: 25px;
  line-height: 140%;
  color: #253342;
  margin: 0 0 40px !important;
  padding: 0 !important;
  text-align: left;
}
form.hs-form h4 {
  font-family: 'Archivo Black';
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #253342;
  margin: 0 0 40px !important;
  padding: 0 !important;
  text-align: left;
}
form.hs-form p {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #33475B;
  margin: 25px 0 40px;
  padding: 0;
  text-align: left;
}
form.hs-form .hs-richtext {
  margin: 0 0 10px;
}
form.hs-form .hs-richtext p {
  color: #121516;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  padding-top: 0;
  margin-bottom: 4px;
  text-align: left;
  width: auto;
}


/* Legend position */
form.hs-form .hs-form-field {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
form.hs-form .hs-form-field label,
form.hs-form .hs-form-field div,
form.hs-form .hs-form-field input {
  order: 1;
}
form.hs-form .hs-form-field legend {
  margin-top: 4px;
  order: 2;
}
form.hs-form .hs-form-field ul {
  order: 3;
}

/* File input */
.hs-fieldtype-file .input {
  background: #FFFFFF;
  border: 1px dashed #CBD6E2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 40px 20px;
  text-align: center;
}
.provider-application-form .hs-fieldtype-file .input {
  padding: 6px 12px;
}
.hs-fieldtype-file .input input {
  margin: 0 auto;
  width: 220px !important; 
}







/* 1a. Containers */




/* 1b. Colors */













/* 1c. Typography */








































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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





html {
  font-size: {units=px, value=14}px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  /*font-size:;*/
  font-size: 14px;
  color: #121516;
  line-height: 1.7em;
}

/* Anchors */

a {
  color: #ED5B6B;
}

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

a:active {
  color: #ff8393;
}

/* Headings */

h1 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
  /* font-size: 36px; */
  font-size: 61.04px;
  line-height: 100%;
}

h2 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  /* font-size: 26px; */
  font-size: 48.832px;
  line-height: 100%;
}

h3 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  /* font-size: 20px; */
  font-size: 39.056px;
  line-height: 100%;
}

h4 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  /* font-size: {units=px, value=20}px; */
  font-size: 31.248px;
  line-height: 160%;
}

h5 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #000000;
  /* font-size: 16px; */
  font-size: 25.008px;
  line-height: 160%;
}

h6 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  /* font-size: 14px; */
  font-size: 20.0px;
  line-height: 120%;
}

.body_text_large {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 50px;
  line-height: %;
}

.body_text_medium {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: {units=px, value=36}px;
  line-height: 160%;
}

.body_text_regular {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: {units=px, value=14}px;
  line-height: 160%;
}

.body_text_small {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: {units=px, value=16}px;
  line-height: 160%;
}

.body_text_small_bold {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;
  line-height: 160%;
}

.body_text_extra_small {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 14px;
  line-height: 160%;
}

.label_text_large {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
  line-height: %;
}

.label_text_medium {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 13px;
  line-height: %;
}

@media (max-width: 1559px) {
  h1 {
    font-size: 54.936px;
  }

  h2 {
    font-size: 43.9488px;
  }
  
  h3 {
    font-size: 35.1504px;
  }
  
  h4 {
    font-size: 28.1232px;
  }
  
  h5 {
    font-size: 22.5072px;
  }
  
  h6 {
    font-size: 18.0px;
  }
}

@media (max-width: 1023px) {
  h1 {
    font-size: 48.832px;
  }

  h2 {
    font-size: 39.0656px;
  }
  
  h3 {
    font-size: 31.244799999999998px;
  }
  
  h4 {
    font-size: 24.998400000000004px;
  }
  
  h5 {
    font-size: 20.0064px;
  }
  
  h6 {
    font-size: 16.0px;
  }
}

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

  h2 {
    font-size: 35px;
  }
  
  h3 {
    font-size: 31.244799999999998px;
  }
  
  h4 {
    font-size: 24.998400000000004px;
  }
  
  h5 {
    font-size: 20.0064px;
  }
  
  h6 {
    font-size: 16.0px;
  }
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(18, 21, 22, 1.0)

;
  border: 1px solid ;
  border-radius: 4px;
  color: #F3FAFE;
  padding: 15px 20px;
  font-size: 16px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 0, 0, 1.0);
  border-color: ;
  color: #F3FAFE;
}

button:active,
.button:active {
  background-color: rgba(58, 61, 62, 1.0);
  border-color: ;
  color: #F3FAFE;
}





form,
.submitted-message {
  ;
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(#null, 1.0)

;
  color: #EB4B5C;
}

/* Form label */

form label {
  color: #121516;
}

/* Form help text */

form legend {
  color: #121516;
}

/* Form inputs */

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

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

/* Form placeholder text */

::-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: #121516;
}

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

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

/* Submit button */

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

  
  
    
  


  rgba(18, 21, 22, 1.0)

;
  border: 1px solid ;
  border-radius: 4px;
  color: #F3FAFE;
  padding: 15px 20px;
  font-size: 16px;
}

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(58, 61, 62, 1.0);
  border-color: ;
  color: #F3FAFE;
}

.hs-form-required {
  color: #EB4B5C;
}





table {
  background-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
  border-color: #F3FAFE;
}

th,
td {
  border-color: #F3FAFE;
  color: #EB4B5C;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(#null, 1.0)

;
  border-bottom-color: #F3FAFE;
  color: ;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
  color: #EB4B5C;
}

tbody + tbody {
  border-top-color: #F3FAFE;
}





.header {
  background-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #121516;
  font-family: {font=Inter, font_set=GOOGLE, styles={font-family=Inter, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#121516, variant=regular, fallback=sans-serif, style=font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #121516;font-family: Inter, sans-serif;};
  font-size: 13px;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.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 {
  color: #000000;
}

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

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #121516;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  /*background-color:;*/
  border-color: #EB4B5C;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #EB4B5C;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: #EB4B5C;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(243, 250, 254, 1)

;
}

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

  
  
    
  


  rgba(243, 250, 254, 1)

;
}

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

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

@media(min-width: 768px) {
  .submenu.level-1>.has-submenu>.menu-arrow {
    border: 0 !important;
    right: 12px !important;
    top: 4px !important;
  }
}

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

  
  
    
  


  rgba(243, 250, 254, 1)

;
  }

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

  .header__navigation--toggle:after, .header__search--toggle:after, .header__language-switcher--toggle:after {
    top: -5px;
  }
}

.header__search .hs-search-field__input {
  background-color: #B0AFAF;
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div {
  color: #121516;
}





.blog-post__date {
  border-color: ;
}

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

.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: ;
}

.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: ;
}

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

.blog-pagination__link {
  color: ;
}

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

.blog-post__title {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  font-size: 26px;
}

.blog-post__author {
  background-color: #4D4D4D;
}

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

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

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

.blog-header {
  background-color: #F3FAFE;
}

.blog-header form label {
  text-align: center;
}

.blog-related-posts {
  background-color: #F3FAFE;
}

.blog-post__meta a,
.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 14px;
  color: #121516;
  text-decoration: none;
}

.blog-comments .hs-button {
  border: 0;
  background-color: #121516;
  color: #F3FAFE;
}
/*
.blog-header__inner {
  padding: 3.3rem 24px;
}
*/
.blog-index__post-content a {
  color: #121516;
}

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











body .icon svg {
  fill: #B0AFAF;
}

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

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

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

hr {
  background-color: #121516;
  border: 0 !important;
}

.hero-section h1 {
  color: #121516;
}

.hero-section p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: {units=px, value=36}px;
  color: #121516;
}

.hero-section a.button {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

.product-list-item__name {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: {units=px, value=36}px;
  color: #121516;
}

.product-list-item__price {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: {units=px, value=36}px;
  color: #121516;
}

.product-info__intro p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: {units=px, value=36}px;
  color: #121516;
}

.category-product-list__bottom-cta .button,
.category-product-list__bottom-cta .button:hover {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 12px;
  background-color: #F3FAFE;
  color: #121516;
  border: 1px solid #121516;
}


.featured-category__bottom-cta .button,
.featured-category__bottom-cta .button:hover {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 12px;
  background-color: #F3FAFE;
  color: #121516;
  border: 1px solid #121516;
}

.product-info__price {
  color: #121516;
}

.product-info__buy-now,
.product-info__buy-now:hover,
.product-info__buy-now:focus {
  border-color: #121516;
  color: #121516;
}


.product-info .read-more-link,
.product-info.expanded .read-more-link {
  color: #121516;
}

/*
.social-links__icon {
  background-color: #EB4B5C !important;
}
*/
.card__body svg {
  fill: #121516 !important;
}
 
.featured-category__arrows button::before {
  color: #121516 !important;
}

.category-slider .slick-next::before,
.category-slider .slick-prev::before {
  color: #121516 !important;
}

.card--pricing {
  background-color: #F3FAFE;
  border: none !important;
}


body .body-container-wrapper {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 25px;
  }
}



/* lang switcher and CTAs positions in the header */
.header__cta__column.lg .header__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.header__cta__column.lg .header__cta > div {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.header__cta__column.mb .custom-lang-switcher {
  margin-bottom: 15px;
}

/* lang switcher and social icons positions in the footer */
@media(min-width: 1251px) {
  .footer .custom-lang-switcher {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }
  .footer__social {
    top: 20px;
  }  
}
@media(max-width: 1250px){
  .footer .custom-lang-switcher {
    margin-bottom: 40px;
  }
  .footer__social {
    position: relative;
    display: block;
    text-align: center;
    top: 0;
    margin-bottom: 15px;
  }
}




.filter-wrapper {
    background-color: #faaf40;
    margin-bottom:50px;
}

.filter-bar {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.filter-form form select {
    background-color: #9f5f01;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    width: 250px;
    border: 0;
    text-transform: capitalize;
    border-radius: 5px;
}

.filter-form form {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  grid-gap: 10px;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.filter-form form label {
    width: 110px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0;
}

.search-form form input {
    font-size: 15px;
    font-family: 'Montserrat';
    margin: 0;
    border: 0;
    padding: 12px;
    border-radius: 5px;
    width: 100%;
}

.filter-form form select option {
    text-transform: capitalize;
}

.search-form {
    position: relative;
    width: 350px;
}
.filtered section.blog-index {
    padding-top: 10px;
}

h2.tag-header__title {
    margin-bottom: 0;
    font-family: 'Lato';
}
.blog_post.search__item a {
    font-size: 14px;
    color: #000;
    display: block;
    margin-top: 5px;
}

.search__results {
    text-align: left;
    display: none;
    position: relative;
    padding-top: 10px;
}
p.rsl-label {
    margin-bottom: 0;
}
.search_results_page .systems-page {
    max-width: none;
    padding: 60px 0;
}

.hs-search-results__title {
    font-family: 'Lato';
    font-weight: 800;
}





@media(max-width: 767px){
.filter-bar {
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.filter-form form {
    display: block;
}

.filter-form form label {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.search-form {
    width: 100%;
}

.filter-form {
    margin-bottom: 15px;
}

.filter-form form select {
    width: 100%;
}
}