







/* 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: 0px 0px;
}

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





html {
  font-size: 16px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #494A52;
    font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
  
}

/* Paragraphs */

p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'Sofia Pro', Helvetica, Arial, sans-serif;
}


/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  font-size: {units=px, value=96}px;
  font-family: 'Right Grotesk Compact', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  font-family: 'Right Grotesk Compact', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  font-family: 'Right Grotesk Compact', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  font-family: 'Right Grotesk Compact', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Right Grotesk Compact, serif; font-style: normal;
  color: #23222a;
  font-size: 14px;
  font-family: 'Right Grotesk Compact', Helvetica, Arial, sans-serif;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(35, 34, 42, 1.0)

;
  border: 1px solid #23222a;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

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

button:active,
.button:active {
  background-color: rgba(75, 74, 82, 1.0);
  border-color: #4b4a52;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(35, 34, 42, 1.0)

;
  color: #F8FAFC;
}

/* Form label */

form label {
  color: #23222a;
}

/* Form help text */

form legend {
  color: #23222a;
}

/* Form inputs */

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 {
  border-color: #D1D6DC;
  color: #494A52;
}

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

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #494A52;
}

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

/* Date picker */

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(35, 34, 42, 1.0)

;
  border: 1px solid #23222a;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(75, 74, 82, 1.0);
  border-color: #4b4a52;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #23222a;
}

th,
td {
  border-color: #23222a;
  color: #23222a;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(35, 34, 42, 1.0)

;
  border-bottom-color: #23222a;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #23222a;
}





body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #23222a;
  font-family: Lato, sans-serif;
}

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

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

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

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

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  border-color: #494A52;
}

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

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

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(248, 250, 252, 1.0)

;
}

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

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #23222a;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 0px 0;
}

/* Blog listing */

.blog-index__post-title-link {
  color: #23222a;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #494A52;
}

/* Blog pagination */

.blog-pagination__link {
  color: #494A52;
}

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

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #494A52;
}

/* Blog post */

.blog-post__meta a {
  color: #494A52;
}

.blog-post__tag-link {
  color: #494A52;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #21222a;
}

.blog-post__tag-link:active {
  color: #71727a;
}

/* Blog related posts */

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

/* Blog comments */

.blog-comments {
  margin-bottom: 0px;
}

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

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

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











.card__price {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #23222a;
  font-size: {units=px, value=48}px;
}