







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */












































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */









.content-wrapper,
.dnd-section > .row-fluid,
.page-center,
.blog-container {
  max-width: 1140px;
}

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





body {
  font-family: CustomFont1,sans-serif;
  font-size: px;
  color: ;
  font-weight: ;
}


/* Paragraphs */



/* Anchors */

a {
  color: #007bff;
}

a:hover,
a:focus,
a:active {
  color: #00e;
}

/* Headings */
h1 {
  font-family: Nunito Sans,sans-serif;
  font-size: 40px;
  color: #1c1c1c;
  font-weight: 500;
}

h2 {
  font-family: Nunito Sans,sans-serif;
  font-size: 36px;
  color: #1c1c1c;
  font-weight: 700;
}

h3 {
  font-family: Nunito Sans,sans-serif;
  font-size: 32px;
  color: #1c1c1c;
  font-weight: 700;
}
h4 {
  font-family: Nunito Sans,sans-serif;
  font-size: 24px;
  color: #1c1c1c;
  font-weight: 700;
}
h5 {
  font-family: Nunito Sans,sans-serif;
  font-size: 20px;
  color: #1c1c1c;
  font-weight: 500;
}
h6 {
  font-family: Nunito Sans,sans-serif;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 500;
}
/* Blockquote */





button,
.button {
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  border-radius: 3px;
  color: rgba(255, 255, 255, 1.0);
  padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

button:active,
.button:active {
  background-color: rgba(255, 162, 129, 1.0);
  border-color: #ffa281;
  color: #FFF;
}





form,
.submitted-message {
  font-size: px;
  color: ;
  font-weight: 
}

/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(28, 28, 28, 1.0);

}

/* Form label */

form label {
  color: rgba(51, 71, 91, 1.0);
}

/* Form help text */

form legend {
  color: rgba(51, 71, 91, 1.0);
}

/* 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: rgba(203, 214, 226, 1.0);
  background-color: rgba(245, 248, 250, 1.0);
  color: rgba(#null, 0.0);
  border-radius: 3px;
}
form:not(.sign-up-form form, #email-prefs-form){ 
  background-color: rgba(255, 255, 255, 0.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(82, 168, 236, 0.8);
}

/* Form placeholder text */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(255, 122, 89, 1.0);
  border-color: rgba(255, 122, 89, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 162, 129, 1.0);
  border-color: #ffa281;
  color: #FFF;
}





table {
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom-color: rgba(28, 28, 28, 1.0);
}

th,
td {
  border-bottom-color: rgba(28, 28, 28, 1.0);
  color: rgba(28, 28, 28, 1.0);
}

thead th,
thead td {
  background-color: rgba(28, 28, 28, 1.0);
  border-bottom-color: rgba(28, 28, 28, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(28, 28, 28, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





.header {
  background: linear-gradient(to top,rgba(28, 28, 28, 0.0),rgba(28, 28, 28, 0.41000000000000003));
}

.sticky .site-header{
  background: linear-gradient(to top,rgba(28, 28, 28, 1.0),rgba(28, 28, 28, 1.0));
}

.navigation-primary > .level-1 > li > a {
  color: rgba(255, 255, 255, 1.0);
}

.navigation-primary > .level-1 > li > a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.navigation-primary > .level-1 > li:hover > a{
  background-color: rgba(28, 28, 28, 0.0);
}

.navigation-primary > .level-1 > li.active > a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(28, 28, 28, 0.0);
}

.navigation-primary .level-2{
  background-color: rgba(28, 28, 28, 1.0);
}

.navigation-primary .level-2 > li > a{
  color: rgba(255, 255, 255, 1.0);
}

.navigation-primary .level-2 > li > a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(28, 28, 28, 1.0);
}

.navigation-primary .level-2 > li.active > a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(28, 28, 28, 0.0);
}

.nav .hs-menu-wrapper>ul>li.active>a:after {
  width: 100%;
}
body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #fff;
  font-family: CustomFont1;
}

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

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  /*   background-color: ;
  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: ; */
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(#null, 1)

;
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
  }

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






.footer {
  background-color: rgba(28, 28, 28, 1.0);
}

.ftr-grid-container .footer-section h3 {
  color: rgba(#null, 0.0);
}

.site-footer .colm-menu ul.hs-menu-children-wrapper>li>a {
  color: rgba(255, 255, 255, 1.0);
}

.site-footer .footer-container-row .collg-2 a{
  color: rgba(255, 255, 255, 1.0);
}

.site-footer .colm-menu ul.hs-menu-children-wrapper>li>a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.site-footer .footer-container-row .collg-2 a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.site-footer .footer-container-row .collg-2 label {
  color: rgba(255, 255, 255, 1.0);
}

.site-footer label.cm-copyright{
  color: rgba(255, 255, 255, 1.0);
}


/* Footer Content */





.card__price {
  font-family: Nunito Sans
    font-size: 32px;
  color: #1c1c1c;
  font-weight: 700
}