







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */









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

  
  
    
  


  rgba(0, 173, 187, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* 1e. Forms */












form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #ffffff;
  border-radius:0px;
  color:

  
  
    
  


  rgba(55, 58, 60, 1.0)

;
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(55, 58, 60, 1.0)

;
}

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

  
  
    
  


  rgba(129, 138, 145, 1.0)

;
  border: 1px solid #ffffff;
}

.form-columns-1 .hs-form-field .input .hs-input {
  width: 100%;
}


/* 1f. Tables */











.frakt-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #e5eced;
}

.frakt-table tr:nth-child(odd){
  background-color: #eff6f7;
}

.frakt-table th{
  background-color: #e5eced;
  text-align: left;
}

.frakt-table tr>th:first-child{
  width: 25%;
}

.frakt-table tr>td:first-child{
  font-weight: 600;
  width: 25%;
}

.frakt-table tr>td:only-child{
  font-weight: 400;
}

.frakt-table tr>td:nth-child(2), .frakt-table tr>th:nth-child(2){
  width: 75%;
}

.frakt-table td, .frakt-table th{
  border: 1px solid #e5eced;
  padding: 4px;
}

@media (max-width: 767px){
  .frakt-table tr>td:first-child, .frakt-table tr>th:first-child{
    width: 35%;
    font-size: 16px;
  }
  
  .frakt-table tr>td:nth-child(2), .frakt-table tr>th:nth-child(2){
    width: 65%;
    font-size: 16px;
  }
}

/* 1g. Site header */





/* 1h. Site footer */









@media (min-width:1025px){
  .content-wrapper {
    max-width: 1400px;
  }
  .dnd-section > .row-fluid {
    max-width: 1400px;
  }
}

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








body {
  font-size: 20px;
  color: #131e29;
  font-weight: 400;
  font-family: Source Sans Pro;
}

/* Paragraphs */

p {
  color: #131e29;
  font-weight: 400;
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(0, 129, 138, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(0, 129, 138, 1.0)

;
}

/* Headings */

h1 {
  font-family: Source Serif Pro;
  color: #151e28;
  font-weight: 600;
}

h2 {
  font-family: Source Sans Pro;
  color: #151e28;
  font-weight: 700;
}

h3 {
  font-family: Source Sans Pro;
  color: #151e28;
  font-weight: 700;
}

h4 {
  font-family: Source Sans Pro;
  color: #131e29;
  font-weight: 700;
}

h5 {
  font-family: Source Sans Pro;
  font-size: 18px;
  color: #131e29;
  font-weight: 600;
}

h6 {
  font-family: Source Sans Pro;
  font-size: 14px;
  color: #131e29;
  font-weight: 600;
}


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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }
}

/* Blockquote */

blockquote {
  border-left-color: ;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(0, 173, 187, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(19, 30, 41, 1.0)

;
  padding: 15px 30px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 133, 147, 1.0);
  border-color: #d7d7d7;
  color: 

  
  
    
  


  rgba(19, 30, 41, 1.0)

;
}

button:active,
.button:active {
  background-color: rgba(40, 213, 227, 1.0);
  border-color: #ffffff;
  color: 

  
  
    
  


  rgba(19, 30, 41, 1.0)

;
}





form,
.submitted-message {
  font-size: 20px;
  color: #131e29;
  font-weight: 400
}

form>fieldset.form-columns-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /*grid-auto-rows: 1fr;*/
  grid-column-gap: 10px;
}

form>fieldset.form-columns-2>div {
  width: 100%!important;
  float: none!important;
}

@media (max-width: 1024px) {
  form>fieldset>div>div.input {
    margin-right: 0!important;
  }
  
  form>fieldset>div>div.input>input {
    width: 100%!important;
  }
}

/* Form title */

.form-title {
  background-color: ;
  color: 

  
  
    
  


  rgba(19, 30, 41, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(19, 30, 41, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(19, 30, 41, 1.0)

;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  position: relative;
  top: -2px;
  left: -15px;
}



/* Form placeholder text */

::-webkit-input-placeholder {
  color: #131e29;
}

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

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: 

  
  
    
  


  rgba(19, 30, 41, 1.0)

;
}

.fn-date-picker td .pika-button:hover {
  background-color: 

  
  
    
  


  rgba(19, 30, 41, 1.0)

 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: 

  
  
    
  


  rgba(19, 30, 41, 1.0)

;
}

/* Submit button */

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

  
  
    
  


  rgba(0, 173, 187, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(19, 30, 41, 1.0)

;
  padding: 15px 30px;
}


form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 213, 227, 1.0);
  border-color: #ffffff;
  color: 

  
  
    
  


  rgba(19, 30, 41, 1.0)

;
}







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(26, 26, 26, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(26, 26, 26, 1.0)

;
  color: 

  
  
    
  


  rgba(26, 26, 26, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(26, 26, 26, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(26, 26, 26, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(26, 26, 26, 1.0)

;
}








.header-wrapper{
  background-color: rgba(21, 30, 40, 1.0);
}
.header-menu-inner .hs-menu-wrapper > ul > li > a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.header-menu-inner .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(2, 26, 133, 0.0);
}
.header-menu-inner .hs-menu-wrapper > ul > li > a:hover:after{
  background-color:rgba(255, 255, 255, 1.0);
}
.header-menu-inner .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children >.hs-menu-children-wrapper{
  background-color: rgba(21, 30, 40, 1.0);
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(2, 134, 130, 0.0);
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(2, 134, 130, 0.0);
}


.header-search .hs-search-field__bar form{
  border-color: rgba(255, 255, 255, 1.0);
}
.header-search input.hs-search-field__input{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.header-search .hs-search-field__bar form button i{
  color: rgba(255, 255, 255, 1.0);
}

.submenu-wrapper ul.hs-menu-children-wrapper.active-branch > li.active > a:after,
.submenu-wrapper ul.hs-menu-children-wrapper.active-branch>li>a:hover:after{
  background-color: #ffffff;
}




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: Source Sans Pro;
}

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,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

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

  
  
    
  


  rgba(19, 30, 41, 1.0)

;
}

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

  
  
    
  


  rgba(21, 30, 40, 1.0)

;
  border-color: ;
}

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

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

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.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(21, 30, 40, 1.0)

;
}

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

  
  
    
  


  rgba(21, 30, 40, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(21, 30, 40, 1.0)

;
  }

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






.footer-wrapper{
  background-color: rgba(19, 30, 41, 1.0);
}

.footer-form-Titile h1{
  color: rgba(255, 255, 255, 1.0);
}
.footer-form form .hs-richtext p{
  color: rgba(255, 255, 255, 1.0);
}
.footer-form form input[type=email]{
  color: rgba(19, 30, 41, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.footer-form form .hs_submit input[type=submit]{
  color: rgba(19, 30, 41, 1.0);
  background-color: rgba(0, 173, 187, 1.0);
}
.footer-form form .hs_submit input[type=submit]:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 173, 187, 1.0);
}

.footer-address-Titile h1,
.address-content p{
  color: rgba(255, 255, 255, 1.0);
}
.address-content p a{
  color: rgba(21, 175, 187, 1.0);
}
.address-content p a:hover{
  color: rgba(21, 175, 187, 1.0);
}

@media(min-width: 768px) and (max-width: 1024px) {
  .address-content p,
  .footer .menu-inner ul li a{
    font-size: 16px;
    line-height: normal;
  }
  
  .footer-form form .legal-consent-container .hs-richtext p {
    font-size: 14px;
    line-height: normal;
  }
  
  .footer-form form .hs-main-font-element p {
    font-size: 16px;
    line-height: normal;
  }
  
  .footer-address-Titile, .footer-form-Titile {
    margin-bottom: 10px;
  }
  
  .footer-top-address, .footer-top-form {
    width: 35%;
  }
  
  .footer-top-menu {
    width: 30%;
  }
  
  .footer-form form>fieldset.form-columns-2 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  
  .footer-form .legal-consent-container {
    margin-top: 10px;
  }
  
  .footer-form form .hs_email,
  .footer-form form input[type=email]{
    width: 100%;
    max-width: 100%;
  }
  
  .footer-form .hs-form-field {
    margin-bottom: 1rem;
  }

  
  .footer-form form .hs_submit {
    width: 100%;
    margin-top: 15px;
  }
}

.footer-logos img {
  max-height: 90px;
}

.menu-inner ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.menu-inner ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
}
span.footer-middle-divider-separator{
  border-color: rgba(255, 255, 255, 0.43);
}

.copyright p,
.copyright p a{
  color: rgba(255, 255, 255, 1.0);
}

.social-icons.footer-social-media span a i{
  color: rgba(255, 255, 255, 1.0);
}
.social-icons.footer-social-media a:hover i{
  color: rgba(0, 173, 187, 1.0);
}


.footer-form form .hs-richtext p a {
    color: #ffffff !important;
   text-decoration: underline;
}


.footer-form .legal-consent-container .hs-form-booleancheckbox-display p {
 color: #ffffff !important;
}






/* Blog Header */

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

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

  
  
    
  


  rgba(0, 129, 138, 1.0)

;
}

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

  
  
    
  


  rgba(0, 129, 138, 1.0)

;
}

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

.blog-pagination__link {
  color: #131e29;
}

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

.blog-post__title {
  color: #151e28;
  font-family:Source Serif Pro;
  font-size: 50px;
  font-weight: 600;
}

.blog-post__author {
  background-color: ;
}


/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: 

  
  
    
  


  rgba(0, 129, 138, 1.0)

;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: 

  
  
    
  


  rgba(0, 129, 138, 1.0)

;
}

.blog-index__post-content--small h2 {
  font-size: 24px;
}

.blog-index__post-content a {
  color: #131e29;
}

.blog-post__read-more svg {
  fill: #131e29;
}











.card__price {
  font-family: Source Sans Pro
    font-size: 24px;
  color: #151e28;
  font-weight: 700
}



@media(max-width:767px){
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }
}






#hs_cos_gallery_widget_1663054545156_Gallery .hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
    padding: 0px !important;
}

#hs_cos_gallery_widget_1663054545156_Gallery .hs_cos_gallery_main .slick-prev, .slick-next {
    visibility: collapse;
}






.submenu-wrapper ul.hs-menu-children-wrapper>li>a {
    fill: #151e28;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 0 7px 0;
    position: relative;
    transition: .4s;
}

.submenu-wrapper ul.hs-menu-children-wrapper>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    position: relative;
}


.post-content-section .post-content-inner {
  margin-top: 49px;
  max-width: 850px;
  margin: 0 auto;
}

.post-content-section .post-content-inner-two-column {
  margin-top: 49px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .post-content-section .post-content-inner-two-column {
    margin: 0 15px;
  }
}

.three-col-with-form {
  margin-top: 49px;
  max-width: 850px;
  margin: 0 auto;
}

/*.hs-blog-listing .submenu-wrapper {
    display: none;
}*/


#hs_form_target_widget_1663246576901 fieldset.form-columns-1 .hs-input {
    /*width: 100% !important;*/
}

element.style {
}
.submenu-wrapper ul.hs-menu-children-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    line-height: normal;
    margin: 0 auto;
    opacity: 1!important;
    padding: 0;
    position: static!important;
    visibility: visible!important;
    z-index: 2;
}

}






.leadinModal .leadinModal-overlay {
    display: none !important;
}