<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

.dnd-section &gt; .row-fluid {
  max-width: 1200px;
}

@media(max-width: 1279px){
  .content-wrapper {
    max-width: 992px;
  }
  .dnd-section &gt; .row-fluid {
    max-width: 992px;
  }
}
@media(max-width: 1023px){
  .content-wrapper {
    max-width: 720px;
  }
  .dnd-section &gt; .row-fluid {
    max-width: 720px;
  }
}
@media(max-width: 767px){
  .content-wrapper {
    max-width: 90vw;
    padding: 0;
  }
  .dnd-section &gt; .row-fluid {
    max-width: 90vw;
  }
}





html {
  font-size: 16px;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  color: #4780B2;
}

a:hover,
a:focus {
  color: #1f588a;
}

a:active {
  color: #6fa8da;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #334055;
  font-size: 40px;
}

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

h3 {
  font-weight: normal; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #334055;
  font-size: {units=px, value=25}px;
}

h4 {
  font-weight: 500; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #334055;
  font-size: 20px;
}

h5 {
  font-weight: 800; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #cc0615;
  font-size: 15px;
  letter-spacing: 0.1em;
  opacity: 0.6;
}

h6 {
  font-weight: 500; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #334055;
  font-size: 12px;
}

@media(max-width: 767px){

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }
}

/* Blockquote */

/* blockquote {
  border-left-color: #F5F7FA;
} */





button,
.button {
  background-color: 

  
  
    
  


  rgba(204, 6, 21, 1.0)

;
  border: 1px solid #CC0615;
  border-radius: 10px;
  color: #FFFFFF;
  padding: 8px 15px;
}

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

button:active,
.button:active {
  background-color: rgba(244, 46, 61, 1.0);
  border-color: #f42e3d;
  color: #FFFFFF;
}





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

/* Form label */

form label {
/*   color: #334055; */
  font-weight: 500;
  font-size: 14px;
  color: rgba(51, 64, 85, 0.6);
}

/* Form help text */

form legend {
  color: #334055;
}

/* 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: #334055;
}

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

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(204, 6, 21, 1.0)

;
  border: 1px solid #CC0615;
  border-radius: 10px;
  color: #FFFFFF;
}

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(244, 46, 61, 1.0);
  border-color: #f42e3d;
  color: #FFFFFF;
  
  
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #494A52;
}

th,
td {
  border-color: #494A52;
  color: #494A52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(51, 64, 85, 1.0)

;
  border-bottom-color: #494A52;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
}





.header.fixed-nav:not(.header--no-navigation){
   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: #334055;
  font-family: Manrope, 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: #0b182d;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #334055;
}

body .submenu.level-2 &gt; li:first-child:before {
  border-color: #334055;
}

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

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 &gt; li:first-child:hover:before,
body .submenu.level-2 &gt; li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 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: #98A2B2;
}





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

/* Blog listing */

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

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

/* Blog pagination */

.blog-pagination__link {
  color: #334055;
}

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

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

/* Blog post */

.blog-post__meta a {
  color: #334055;
}

.blog-post__tag-link {
  color: #334055;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #0b182d;
}

.blog-post__tag-link:active {
  color: #5b687d;
}

/* Blog related posts */

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

/* Blog comments */

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

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

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

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











.card__price {
  font-weight: normal; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
  color: #334055;
  font-size: {units=px, value=25}px;
}

.stats__item--top {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
}

.stats__item--caption {
    font-weight: 500; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    font-weight: 700;
}</pre></body></html>