







/* 1a. Containers */





/* 1b. Colors */





/* 1c. Typography */















/* 1d. Buttons */






/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section {
  padding: 64px 16px ;
}

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

.dnd-section > .row-fluid > .dnd-column {
  padding: 16px 16px ;
}

@media only screen and (max-width: 1024px) {
  .dnd-section {
    padding: 40px 15px !important;
  }
}





html {
  font-size: 16px;
}

body {
  font-weight: 400; font-family: 'Gotham Book';
  color: #333333;
}

/* Paragraphs */

p {
  font-weight: 400; font-family: 'Gotham Book';
}

/* Anchors */

a {
  color: #36b0c9;
}

a:hover,
a:focus {
  color: #0e88a1;
}

a:active {
  color: #5ed8f1;
}

/* Headings */

h1 {
  font-weight: 400; font-family: 'Gotham Book';
  color: #333333;
  font-size: 42px;
}

h2 {
  font-weight: 400; font-family: 'Gotham Book';
  color: #333333;
  font-size: 32px;
}

h3 {
  font-weight: 400; font-family: 'Gotham Book';
  color: #333333;
  font-size: 30px;
}

h4 {
  font-family: 'Gotham Book';
  color: #333333;
  font-size: 24px;
}

h5 {
  font-family: 'Gotham Book';
  color: #333333;
  font-size: 16px;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans'; font-style: normal;
  color: #36b0c9;
  font-size: 14px;
}

.text-primary {
  color: #36b0c9 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #36b0c9 !important;
}

.text-secondary {
  color: #bef184 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #bef184 !important;
}

.text-accent {
  color: #6C757D !important;
}

a.text-accent:hover, a.text-accent:focus {
  color: #6C757D !important;
}

/* Blockquote */

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





button,
.button {
  background: 

  
  
    
  


  rgba(190, 241, 132, 1.0)

;
  background: -moz-linear-gradient(45deg, #aadd70 0%, #bef184 100%);
  background: -webkit-linear-gradient(45deg, #aadd70 0%, #bef184 100%);
  background: linear-gradient(45deg, #aadd70 0%, #bef184 100%);

  border: 1px solid #bef184;
  color: #333333;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(150, 201, 92, 1.0);
  border-color: #96c95c;
  color: #333333;
}

button:active,
.button:active {
  background-color: rgba(230, 255, 172, 1.0);
  border-color: #e6ffac;
  color: #333333;
}





form,
.submitted-message {
  {font=Gotham Book, font_set=BRANDING, styles={font-weight=400, font-family='Gotham Book'}, size=16, size_unit=px, color=#333333, variant=Regular, fallback=null, style=font-weight: 400; font-family: 'Gotham Book', css=color: #333333;font-size: 16px;name: Regular; files: [{id=15053996, file=https://6586508.fs1.hubspotusercontent-na1.net/hubfs/6586508/GothamBook.ttf, fileId=166916316434, format=truetype}]; style: {"font-weight":400}; svgUrl: https://6586508.fs1.hubspotusercontent-na1.net/hubfs/6586508/marketer_assets/fonts/Gotham_Book/Regular-1715254508840.svg; font-family: Gotham Book;};
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #3EB1C8;
}

/* Form label */

form label {
  color: #36b0c9;
}

/* Form help text */

form legend {
  color: #36b0c9;
}

/* Form inputs */

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

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

/* Form placeholder text */

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

/* Date picker */

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(190, 241, 132, 1.0)

;
  border: 1px solid #bef184;
  color: #333333;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(150, 201, 92, 1.0);
  border-color: #96c95c;
  color: #333333;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(230, 255, 172, 1.0);
  border-color: #e6ffac;
  color: #333333;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #36b0c9;
}

th,
td {
  border-color: #36b0c9;
  color: #36b0c9;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(62, 177, 200, 1.0)

;
  border-bottom-color: #36b0c9;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  color: #FFFFFF;
}

tbody + tbody {
  border-top-color: #36b0c9;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

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

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #36b0c9;
}

body .triangle.level-2 {
  border-color: #36b0c9;
}

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 .triangle-container.level-2.hover .triangle {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

h1, h2, h3, h4, h5, h6, p, li, a,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, li *, a * {
   font-family: Gotham Book !important;
}

h1, h1 * { font-size: 40px !important; }
h2, h2 * { font-size: 32px !important; }
h3, h3 * { font-size: 24px !important; }
h4, h4 * { font-size: 20px !important; }
h5, h5 * { font-size: 18px !important; }
h6, h6 * { font-size: 18px !important; }





.footer {
  background-color: 

  
  
    
  


  rgba(62, 177, 200, 1.0)

;
}

/* Footer Content */

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





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

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

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

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

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

.blog-pagination__link {
  color: #333333;
}

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

.blog-post__title {
  font-weight: 400; font-family: 'Gotham Book';
  color: #333333;
  font-size: 32px;
}

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

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

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

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





.section-grey-bg {
    background-color: #FAFAFA;
}





body .icon svg {
  fill: #36b0c9;
}

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

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

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

.blok-txt {
  background: #36b0c9;
}

.blok-txt .img-holder svg > * {
  fill: #2ca6bf;
}

.hs-form .hs-form-field .input input,
.hs-form .hs-form-field .input select {
  width: 100% !important;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-radius: 3px;
  border: 1px solid #e1e2e3;
  background-color: #f4f7fa;
  outline: none; 
  font-size: 0.8rem;
}
.hs-form .hs-form-field .input textarea {
  width: 100% !important;
  line-height: 50px;
  padding-left: 20px;
  border-radius: 3px;
  border: 1px solid #e1e2e3;
  background-color: #f4f7fa;
  outline: none;
  font-size: 0.8rem;
}
.hs-form .hs-form-field .input input[type=checkbox] {
  height: 25px;
  line-height: 25px;
}
.hs-form .hs-form-field.hs-fieldtype-text>label .hs-form-required {
  font-size: 0.7rem;
}
.hs-form .hs-form-field>label {
  letter-spacing: 0;
  font-size: 0.7rem;
}
.hs-form .hs-form-field {
  padding: 0 0 15px;
}
.hs-form .hs-form-field.hs-firstname {
  padding-right:5px;
}
.hs-form .hs-form-field.hs-lastname {
  padding-left:5px;
}
.legal-consent-container {
  border: none;
  color: black;
  margin: 0;
  padding: 0;
}
.legal-consent-container .field.hs-form-field {
  margin-bottom:0 !important;
}
.hs-form .hs-form-field .input .inputs-list li>label {
  color:#000000; 
}
.hs-form .hs-form-field .input .inputs-list li>label input {
  transform: translateY(-0.3rem);
}
.hs-form .hs-form-field .input .inputs-list li>label span {
  font-size: 0.6rem;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  font-size: 0.6rem;
}
form input[type=submit] {
  cursor: pointer !important;
  text-transform: uppercase;
  font-size: 0.8rem !important;
  font-weight: 600;
  width: 100%;
  padding: 13px 40px;
  margin-top: 10px;
  border-radius: 8px;
  display: block;
  color: #FFFFFF;
  background-color: #3EB1C8;
  border-color: #3EB1C8;
  border: none;
}
form input[type=submit]:hover {
  background-color: #3EB1C8;
}

.hs-content-library--minimal .hs-content-library__card:not(.hs-content-library__card--featured) .hs-content-library__image img, .hs-content-library--minimal .hs-content-library__card:not(.hs-content-library__card--featured) .hs-content-library__image svg {
  height: auto;
  max-width: unset;
}

.header.header--no-navigation {
  padding: 10px 0 20px;
}

strong {
  font-family: 'Gotham' !important; 
  font-weight: 700 !important;
}

.widget-type-rich_text h3, .widget-type-rich_text h4 { font-size: 24px !important; margin-bottom: 15px !important; }
.widget-type-rich_text p, .section-header p.secondary-header { font-size: 16px !important; }