







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

































































/* 1d. Buttons */









/* 1e. Forms */














/* 1f. Tables */











/* 1g. Site header */





































/* 1h. Site footer */


















.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 35px 0px;
}

@media (min-width: 576px){

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

@media (min-width: 768px){

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

@media (min-width: 992px){
 
  .content-wrapper{
    max-width: 960.0px;
  }
}


@media (min-width: 1200px){
  .dnd-section > .row-fluid {
    max-width: 1140px ;
  }
  .content-wrapper, .container{
    max-width: 1140px ;
  }
}





body {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  font-family: Jost,Arial,sans-serif;;
}

/* Paragraphs */

p {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}

/* Anchors */

a {
  color: #ffc20e;
}

a:hover,
a:focus,
a:active {
  color: #ffc20e;
}

/* Headings */

h1 {
  font-family: Inter,Helvetica,sans-serif;;
  font-size: 3rem;
  color: #000;
  font-weight: 600;
}

h2 {
  font-family: Inter,Helvetica,sans-serif;;
  font-size: 2rem;
  color: #303003;
  font-weight: 600;
}

h3 {
  font-family: Inter,Helvetica,sans-serif;;
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}

h4 {
  font-family: Inter,Helvetica,sans-serif;;
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}

h5 {
  font-family: Inter,Helvetica,sans-serif;;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}

h6 {
  font-family: Inter,Helvetica,sans-serif;;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 194, 14, 0.9)

;
  border: 0px solid 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 20px;
  color: 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
  padding: 10px 18px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(255, 194, 14, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(255, 194, 14, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 194, 14, 1.0)

;
  color: 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
}






form,
.submitted-message {
  color: #333;
  font-weight: 500
}

/* Form title */

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

/* Form label */

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

/* Form help text */

form legend {
  color: rgba(0, 0, 0, 1.0);
}


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(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 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(0, 0, 0, 1.0);
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */


form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(255, 194, 14, 0.9)

;
  border: 0px solid 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 20px;
  color: 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
  padding: 10px 18px;
}

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


form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(255, 194, 14, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 194, 14, 1.0)

;
  color: 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
}





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

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

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

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





header.header{
  background-color: 

  
  
    
  


  rgba(29, 175, 236, 1.0)

;
}
.custom-menu-primary ul.submenu.level-1>li>a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header.header #search-dropdown,header.header #search-dropdown:hover,header.header #search-dropdown:focus{
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary ul.submenu.level-1>li>a:hover{ 
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary ul.submenu.level-1>li>a.active-items{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(255, 195, 0, 1.0)

;
}
/* Secondary menu */
.custom-menu-secondary ul.submenu.level-1>li>a{
  color: 

  
  
    
  


  rgba(110, 110, 110, 0.69)

;
}
.custom-menu-secondary ul.submenu.level-1:hover .menu-link{
  color: 

  
  
    
  


  rgba(110, 110, 110, 0.76)

;
}
.custom-menu-secondary ul.submenu.level-1>li>a.menu-link:hover{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(110, 110, 110, 0.69)

;
}
.custom-menu-secondary ul.submenu.level-1>li>a.active-item{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(110, 110, 110, 0.69)

;
}
/* Primary menu */
.custom-menu-primary ul.submenu.level-2{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary ul.submenu.level-2>li>a{
  color: 

  
  
    
  


  rgba(33, 37, 41, 1.0)

;
}
.custom-menu-primary ul.submenu.level-2>li>a:hover{
  color: 

  
  
    
  


  rgba(33, 37, 41, 1.0)

;
  background-color: 

  
  
    
  


  rgba(248, 249, 250, 1.0)

;
}
.custom-menu-primary ul.submenu.level-2>li>a.active{
  color: 

  
  
    
  


  rgba(255, 195, 0, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

header.header .optimize-banner{
  background-color: 

  
  
    
  


  rgba(25, 103, 210, 1.0)

;
}
.optimize-banner>h1{
 color: 

  
  
    
  


  rgba(229, 229, 229, 1.0)

;
}

.optimize-banner>p{
 color: 

  
  
    
  


  rgba(232, 240, 254, 1.0)

;
}

.optimize-banner>p>a{
 color: 

  
  
    
  


  rgba(232, 240, 254, 1.0)

;
}
.optimize-banner>p>a:hover{
 color: 

  
  
    
  


  rgba(232, 240, 254, 1.0)

;
}

.header-menu .submenu.level-1>li>a{
 background-color: 

  
  
    
  


  rgba(255, 194, 14, 1.0)

;
  color: 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
}

.header-menu .submenu.level-1>li>a:hover{
 background-color: 

  
  
    
  


  rgba(255, 194, 14, 1.0)

;
  color: 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
}
.header-menu ul.submenu.level-2>li>a{
    color: 

  
  
    
  


  rgba(33, 37, 41, 1.0)

;
}

.header-menu ul.submenu.level-2>li>a:hover{
    color: 

  
  
    
  


  rgba(22, 24, 27, 1.0)

;
   background-color: 

  
  
    
  


  rgba(248, 249, 250, 1.0)

;
}









footer.footer {
  background-color: 

  
  
    
  


  rgba(29, 175, 236, 1.0)

;
  
}

}
.footer-top-menu .submenu.level-2>li>a:hover,
.bottom-menu .submenu.level-1>li>a:hover
{
  color: 

  
  
    
  


  rgba(255, 194, 14, 1.0)

;
  
}
footer.footer .register p{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

footer.footer .register p a:hover{
  color: 

  
  
    
  


  rgba(255, 194, 14, 1.0)

;
}

















.card__price {
  font-family: Inter,Helvetica,sans-serif;
    font-size: 1.5em;
  color: #000;
  font-weight: 600
}

.dnd-section>.row-fluid { padding-left: 0; padding-right: 0; }