







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */










/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */

/* 1g. Website header */








/* 1h. Site footer */







.page-center {
    width: 100%;
    margin: 0 auto;
}
.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
    max-width: 1280px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
    padding-top: 40px ;
    padding-bottom: 40px ;
}






:root {
    --primary_color: #b10c2c;
    --secondary_color: #202833;
    --tertiary_color: #656565;    
}

body {
    font-size: 18px;
    
    color: #656565;
    
    font-weight: 400;
    font-family: Poppins;
}

/* Paragraphs */

p {}

/* Anchors */

a {
    color: 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
}

a:hover,
a:focus,
a:active {
    color: 

  
  
    
  


  rgba(236, 3, 25, 1.0)

;
}
.body-container {
    background-color: rgba(243, 243, 243,1.0);
}
/* Headings */

h1, .h1 {
    font-family: Poppins;
    font-size: 50px;
    
    color: #202833;
    
    font-weight: 600;
}

h2, .h2 {
    font-family: Poppins;
    font-size: 48px;
    
    color: #202833;
    
    font-weight: 600;
}

h3, .h3 {
    font-family: Poppins;
    font-size: 40px;
    
    color: #202833;
    
    font-weight: 600;
}

h4, .h4 {
    font-family: Poppins;
    font-size: 26px;
    
    color: #202833;
    
    font-weight: 600;
}

h5, .h5 {
    font-family: Poppins;
    font-size: 24px;
    
    color: #202833;
    
    font-weight: 600;
}

h6, .h6 {
    font-family: Poppins;
    font-size: 20px;
    
    color: #202833;
    
    font-weight: 600;
}

/* Blockquote */

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

@media (max-width: 767px) {
    h1, .h1 {
	   font-size: 36.0px;
    }
    h2, .h2 {
	   font-size: 34.56px;
    }
    h3, .h3 {
	   font-size: 28.799999999999997px;
    }
}





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

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border: 1px solid 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
    border-radius: 28px;
    padding: 9px 24px;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
    border: 1px solid 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: 

  
  
    
  


  rgba(177, 12, 44, 1.0)

;
}

.outline_dark {
    background-color: #fff;
    color: #333;
    border-color: #333;

}
.outline_dark:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.outline_primary {
    background-color: #fff;
    color: #b10c2c;
    border-color: #b10c2c;
}

.outline_primary:hover,
.outline_primary:focus,
.outline_primary:active {
    background-color: #b10c2c;
    color: #fff;
    border-color: #b10c2c;
}







.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_blog_comments,
.widget-type-password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

/* Form title */

.form-title {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
    color: 

  
  
    
  


  rgba(48, 48, 48, 1.0)

;
}

/* Form label */

form label {
    color: 

  
  
    
  


  rgba(78, 84, 95, 1.0)

;
}

/* Form help text */

form legend {
    color: 

  
  
    
  


  rgba(78, 84, 95, 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(215, 215, 215, 1.0)

;
    color: 

  
  
    
  


  rgba(78, 84, 95, 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(215, 215, 215, 1.0)

;
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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





table {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(184, 184, 184, 1.0)

;
}

th,
td {
    border-color: 

  
  
    
  


  rgba(184, 184, 184, 1.0)

;
    color: 

  
  
    
  


  rgba(76, 85, 102, 1.0)

;
}

thead th,
thead td {
    background-color: 

  
  
    
  


  rgba(43, 43, 43, 1.0)

;
    border-bottom-color: 

  
  
    
  


  rgba(184, 184, 184, 1.0)

;
    color: #FFFFFF;
}

tfoot td {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #4C5566;
}





table {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(184, 184, 184, 1.0)

;
    border-radius: 8px;
    overflow: hidden;
}

th,
td {
    border-color: 

  
  
    
  


  rgba(184, 184, 184, 1.0)

;
    color: 

  
  
    
  


  rgba(76, 85, 102, 1.0)

;
}

thead th,
thead td {
    background-color: 

  
  
    
  


  rgba(43, 43, 43, 1.0)

;
    border-bottom-color: 

  
  
    
  


  rgba(184, 184, 184, 1.0)

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #4C5566;
}

























.card__price {
    font-family: Poppins
	   font-size: 40px;
    color: #202833;
    font-weight: 600
}