







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */

/* 1c. Typography */






























































/* 1d. Buttons */










/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */





:root {
    --primary: #1E1E1E;
    --secondary: #CD3F18;
    --tertiary: #ED8B00;
    --white: #ffffff;
    --black: #000000;
}





.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
    max-width: 1374px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.dnd-section,
.content-wrapper--vertical-spacing {
    padding-top: 80px ;
    padding-bottom: 80px ;
}






body {
    font-size: 16px;
    
    color: #1E1E1E;
    
    font-weight: 400;
    font-family: Nunito, serif;
}

/* Paragraphs */

p {

}

/* Anchors */

a {
    color: rgba(205, 63, 24,1.0);
}

a:hover,
a:focus,
a:active {
    color: #ED8B00;
}
.sidebar-menu a:active {
    color: rgba(205, 63, 24,1.0);
}
/* Headings */

h1, .h1 {
    font-family: Geogrotesque Cyr, sans-serif;
    font-size: 66px;
    
    color: #CD3F18;
    
    font-weight: 700;
    line-height: 1;
}

h2, .h2 {
    font-family: Geogrotesque Cyr, sans-serif;
    font-size: 48px;
    
    color: #CD3F18;
    
    font-weight: 700;  
}

h3, .h3 {
    font-family: Geogrotesque Cyr, sans-serif;
    font-size: 36px;
    
    color: #CD3F18;
    
    font-weight: 700;
}

h4, .h4 {
    font-family: Nunito, sans-serif;
    font-size: 24px;
    
    color: #cd3f18;
    
    font-weight: 700;
}

h5, .h5 {
    font-family: Avenir, sans-serif;
    font-size: 20px;
    
    color: #cd3f18;
    
    font-weight: 800;
}

h6, .h6 {
    font-family: Nunito, sans-serif;
    font-size: 20px;
    
    color: #CD3F18;
    
    font-weight: 700;
}

@media(max-width: 1024px) {
    h1, .h1 {
	   font-size: 44.220000000000006px;
    } 
}
@media(max-width: 767px) {
    h1, .h1 {
	   font-size: 33.0px;
    } 
    h2, .h2 {
	   font-size: 38.400000000000006px;
    } 
}

/* Blockquote */

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





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

  
  
    
  


  rgba(205, 63, 24, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: 1px solid 

  
  
    
  


  rgba(205, 63, 24, 1.0)

;
    border-radius: 4px;
    padding: 9.5px 30px;
}
#searchbar-container #search-button {
    background-color: 

  
  
    
  


  rgba(205, 63, 24, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: 1px solid 

  
  
    
  


  rgba(205, 63, 24, 1.0)

;  
}
#searchbar-container #search-button span {
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)


}
button:hover,
button:focus,
.button:hover,
.button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.hs-button:hover,
.hs-button:focus,
.error-page .button:hover,
#searchbar-container #search-button:hover,
#searchbar-container #search-button:focus{
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: 

  
  
    
  


  rgba(205, 63, 24, 1.0)

;
    border: 1px solid 

  
  
    
  


  rgba(205, 63, 24, 1.0)

;
}
#searchbar-container #search-button:hover span {
    color: 

  
  
    
  


  rgba(205, 63, 24, 1.0)

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: 

  
  
    
  


  rgba(205, 63, 24, 1.0)

;
}

/* primary outline */

.hs-button.outline_primary {
    background-color: var(--white);
    color: 

  
  
    
  


  rgba(205, 63, 24, 1.0)

;
}
.hs-button.outline_primary:hover,
.hs-button.outline_primary:focus,
.hs-button.outline_primary:active {
    background-color: 

  
  
    
  


  rgba(205, 63, 24, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.btn-item.primary a {
    background-color: var(--black);
    color: var(--white);
    border: 2px solid var(--white);
}
.btn-item.primary a:hover,
.btn-item.primary a:focus {
    background-color: var(--white);
    border-color: var(--black);
    color: var(--black);
}
.btn-item.tertiary a {
    background-color: #ED8B00;
    color: var(--white);
}
.btn-item.tertiary a:hover,
.btn-item.tertiary a:focus {
    background-color: var(--white);
    border-color: #ED8B00;
    color: #ED8B00;
}



.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset {
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: ;
}
/* Form title */
.form-title {
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
    color: #1E1E1E;
}

/* Form label */

form label {
    color: rgba(30, 30, 30, 1.0);
}

/* Form help text */

form legend {
    color: rgba(30, 30, 30, 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,
.event-wrapper select {
    background-color: rgba(255, 255, 255, 1.0);
    border-color: rgba(217, 217, 217, 1.0);
    color: rgba(30, 30, 30, 1.0);
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
}

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,
.event-wrapper select:focus{
    border-color: rgba(205, 63, 24, 1.0);
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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





th,
td {
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(68, 68, 68, 1.0);
    color: rgba(68, 68, 68, 1.0);
}

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

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

table,
tbody + tbody {
    border-color: rgba(68, 68, 68, 1.0);
}






.custom-header {

    background: linear-gradient(90deg, #1d1d1d 0%, #3a3a3a 100%, #111214 100%);
}

.topgb_header {
    background-color: rgba(240, 240, 240, 1.0);
}
.topgb_header * {
    color: rgba(30, 30, 30, 1.0);
}
.gb_toggleClass a{
    color: rgba(30, 30, 30, 1.0);
}
.gb_toggleClass a:hover{
    color: rgba(237, 139, 0, 1.0);
}
.gb_toggleClass .underline{
    color: rgba(205, 63, 24, 1.0); 
}

.gb_toggleClass_in svg path {
    stroke: rgba(205, 63, 24, 1.0); 
}

.gb_toggleClass .underline:hover, .topSinContent a:hover {
    color: rgba(237, 139, 0, 1.0);
}
.topSinContent a {
    color: rgba(205, 63, 24, 1.0);
}

.header-bottom-menu {
    background-color: rgba(240, 240, 240, 0.0);
}

.header-bottom-menu .menu__wrapper > li > a {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
}  

.header-bottom-menu .menu-submenu--level-2 {
    background-color: rgba(255, 255, 255, 1.0);
}

.header-bottom-menu .menu-submenu--level-3 li a {
    color: rgba(17, 18, 20, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
}

.header-bottom-menu .menu-submenu--level-3 li a:hover {
    color: rgba(243, 144, 0, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
}
.header-bottom-menu .menu-submenu--level-3 li.active-branch a {
    color: rgba(205, 63, 24, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
}
.header-bottom-menu .menu-submenu--level-1 > li > a {
    color: rgba(243, 144, 0, 1.0);
}

@media (min-width: 992px) {
    .header-bottom-menu .menu__wrapper > li:hover > a,
    .header-bottom-menu .menu__wrapper > li.active > a {
	   color: rgba(243, 144, 0, 1.0);
	   background-color: rgba(255, 255, 255, 0.0);
    }
    .header-bottom-menu .menu__wrapper > li.active > a {
	   color: rgba(243, 144, 0, 1.0);
	   background-color: rgba(255, 255, 255, 0.0);
    }
    .header-bottom-menu li.menu-item--depth-1 > .mega-menu-wrp {
	   background-color: rgba(255, 255, 255, 1.0);


    }
    .menu__wrapper > li:has(a.menu-link--active-branch) > a {
	   color: rgba(243, 144, 0, 1.0);
    }
    .header-bottom-menu .menu__wrapper > li.menu-item--has-submenu:has(a.menu-link--active-branch) > a:after {
	   border-color: rgba(243, 144, 0, 1.0);
    }
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul {
    background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul li a {
    color: rgba(17, 18, 20, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul li a:hover {
    color: rgba(243, 144, 0, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
}

.menu__wrapper > li ul li.menu-link--active-branch a,
.menu__wrapper > li ul li a.menu-link--active-branch,
.header-bottom-menu .menu-submenu--level-2 > li > a,
.header-bottom-menu .menu-submenu--level-2 > li > a {
    color: rgba(205, 63, 24, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
}





.footer {
    background: linear-gradient(90deg, #1d1d1d 0%, #3a3a3a 100%, #111214 100%);
    color: rgba(255, 255, 255, 1.0);
}
.copyright {
    color: rgba(255, 255, 255, 1.0);
}
.footer .hs-menu-wrapper > ul > li > a{
    color: rgba(255, 255, 255, 1.0);
}
.footer .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(243, 144, 0, 1.0);
}
.footer .div-spacer {
    background-color: rgba(255, 255, 255, 1.0);
}


.footer-top-left .hs-menu-wrapper>ul>li>a,
.footer-social-links .title{
    color: rgba(243, 144, 0, 1.0);
}
.footer-top-left .hs-menu-wrapper>ul ul li a{
    color: rgba(255, 255, 255, 1.0);
}
.footer-top-left .hs-menu-wrapper>ul ul li a:hover{
    color: rgba(243, 144, 0, 1.0);
}
















.card__price {
    font-family: Geogrotesque Cyr;
    font-size: 36px;
    color: #CD3F18;
    font-weight: 700;
}