







/* 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: 52px 0;
}

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

@media (max-width:991px) {
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper {
    max-width: 100%;
  }
} 





body {
  font-size: 22px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
/* Anchors */

a , .fd-form a {
  color: rgba(183, 25, 93, 1.0);
  border-bottom-color: rgba(183, 25, 93, 1.0);
}

a:hover , .fd-form a:hover {
  color: rgba(0, 0, 0, 1.0);
  border-bottom-color: rgba(0, 0, 0, 1.0);
}
.fd-form a {
  color: rgba(183, 25, 93, 1.0) !important;
  border-bottom-color: rgba(183, 25, 93, 1.0);
}

 .fd-form a:hover {
  color: rgba(0, 0, 0, 1.0) !important;
  border-bottom-color: rgba(0, 0, 0, 1.0);
}

/* Headings */

h1 {
  
  font-family: 'Open Sans',sans-serif;
  
  
  font-size: 40px;
  
  
  color: #b7195d;
  
  
  font-weight: 700;
  
}
h2 {
  
  font-family: Open Sans,sans-serif;
  
  
  font-size: 32px;
  
  
  color: #000000;
  
  
  font-weight: 700;
  
}
h3 {
  
  font-family: Open Sans,sans-serif;
  
  
  font-size: 28px;
  
  
  color: #b7195d;
  
  
  font-weight: 700;
  
}
h4 {
  
  font-family: Open Sans,sans-serif;
  
  
  font-size: 22px;
  
  
  color: #b7195d;
  
  
  font-weight: 700;
  
}
h5 {
  
  font-family: Open Sans,sans-serif;
  
  
  font-size: 20px;
  
  
  color: #b7195d;
  
  
  font-weight: 700;
  
}
h6 {
  
  font-family: Open Sans,sans-serif;
  
  
  font-size: 18px;
  
  
  color: #b7195d;
  
  
  font-weight: 700;
  
}

@media (max-width:991px) {
  body {
    font-size: 16px;
  }

  h1 {
    
    font-size: 26.0px;
    
  }

  h2 {
    
    font-size: 22.08px;
    
  }

  h3 {
    
    font-size: 18.004px;
    
  }

  h4 {
    
    font-size: 16.06px;
    
  }

  h5 {
    
    font-size: 14.0px;
    
  }

  h6 {
    
    font-size: 12.006px;
    
  }
}

/* Blockquote */

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





button,
.button,
.hs-button,
.cta_button {
  background-color: 

  
  
    
  


  rgba(254, 171, 0, 1.0)

;
  border: 0px solid #FEAB00;
  border-radius: 12px;
  color: #ffffff;
  padding: 17px 47px;
}

button:focus,
.button:focus {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(254, 171, 0, 1.0);
  border-color: rgba(254, 171, 0, 1.0);
}

button:hover,
.button:hover,
.hs-button:hover,
.cta_button:hover {
  background-color: rgba(48, 62, 71, 1.0);
  border-color: rgba(254, 171, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

@media (max-width: 991px) {
  button,
  .button,
  .hs-button,
  .cta_button {
    padding: 13px 34px;
  }
}





.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe form,
.widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form,
.hs-search-field__bar, .blog-comments, .systems-page form {
  background-color: rgba(255, 255, 255, 0.0);
}
form {
  background-color: rgba(255, 255, 255, 0.0);
}

.submitted-message {
  font-size: 22px;
  color: #333333;
  font-weight: 400
}

/* Form title */

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

/* Form label */

form label {
  color: #163672;
}

/* Form help text */

form legend {
  color: #163672;
}

/* 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,
#hs-pwd-widget-password , .application-form .fd-form .form-control, .application-form .fd-form .k-multiselect .k-multiselect-wrap
  border-width: 1px;
  color: rgba(190, 190, 190, 1.0);
  border-color: rgba(48, 62, 71, 1.0);
  border-radius: 8px;
  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 , .application-form .fd-form .form-control:focus, .application-form .fd-form .k-multiselect .k-multiselect-wrap:focus {
  border-color: rgba(48, 62, 71, 1.0);
  background-color: rgba(237, 237, 237, 1.0);
}
.application-form .fd-form .form-control:focus{
  border-color: rgba(48, 62, 71, 1.0) !important;
 
}
.application-form .fd-form .form-control:hover {
   border-color: rgba(48, 62, 71, 1.0) !important;
}
/* Form placeholder text */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #333333;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button , .application-form .fd-form .btn-primary {
  background-color: 

  
  
    
  


  rgba(254, 171, 0, 1.0)

;
  border: 0px solid #FEAB00;
  border-radius: 12px;
  color: #ffffff;
  padding: 17px 47px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus , .application-form .fd-form .btn-primary:hover , .application-form .fd-form .btn-primary:focus {
  background-color: rgba(48, 62, 71, 1.0);
  border-color: rgba(254, 171, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active , .application-form .fd-form .btn-primary:active {
  background-color: rgba(88, 102, 111, 1.0);
  border-color: rgba(255, 211, 40, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





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

th,
td {
  border-color: #333333;
  color: #333333;
}

thead th,
thead td {
  background-color: rgba(51, 51, 51, 1.0);
  border-bottom-color: #333333;
  color: #FFFFFF;
}

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





header .header__container {
  max-width: 1640px;
}
header .custom-main-header {
  background-color: rgba(255, 255, 255, 1.0);
}

header .submenu.level-1 > li > a,
.header-mobile-menu-wrap .hs-menu-wrapper > ul > li > a,
.top-header-mobile-menu a {
  color: rgba(0, 0, 0, 1.0);
}
header .submenu.level-1 > li:hover > a,
.header-mobile-menu-wrap .hs-menu-wrapper > ul > li:hover > a,
.top-header-mobile-menu a:hover {
  color: rgba(199, 19, 92, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
header .navigation-primary > ul > li.active-branch > a,
.header-mobile-menu-wrap .hs-menu-wrapper > ul > li.active-branch > a {
  color: rgba(199, 19, 92, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


header .submenu.level-1>li.menu-active > a{
  color: rgba(199, 19, 92, 1.0);
}
header .submenu.level-2 {
  background-color: rgba(255, 255, 255, 1.0);
}
header .submenu.level-2 li a,
.header-mobile-menu-wrap .hs-menu-wrapper > ul ul li a {
  color: rgba(0, 0, 0, 1.0);
}
header .submenu.level-2 li:hover > a,
.header-mobile-menu-wrap .hs-menu-wrapper > ul ul li:hover > a {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(241, 225, 239, 1.0);
}
header .navigation-primary > ul ul li.active-branch > a,
.header-mobile-menu-wrap .hs-menu-wrapper > ul ul li.active-branch > a {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(241, 225, 239, 1.0);
}
.custom-header-wrapper .hdr_btns .hs-button {
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(250, 163, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(241, 135, 0, 1.0)

;
}
.custom-header-wrapper .hdr_btns .hs-button:active,
.custom-header-wrapper .hdr_btns .hs-button:hover {
  background: 

  
  
    
  


  rgba(254, 171, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(254, 171, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





.top-footer-wrapper {
  color: rgba(0, 0, 0, 1.0);
  background-color:rgba(240, 225, 240, 1.0);
}

.custom-footer .button-wrap a.hs-button,
.custom-footer .button-wrap a.cta_button {
  color: rgba(255, 255, 255, 1.0);
  background-color:rgba(234, 176, 0, 1.0);
}

.custom-footer .button-wrap a.hs-button:hover,
.custom-footer .button-wrap a.cta_button:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color:rgba(48, 62, 71, 1.0);
}

.middle-footer-wrapper {
  color: rgba(255, 255, 255, 1.0);
  background-color:rgba(183, 25, 93, 1.0);
}
.middle-footer-wrapper a {
  color: rgba(255, 255, 255, 1.0);
}
.middle-footer-wrapper a:hover {
  color: rgba(255, 255, 255, 1.0);
}

body .middle-footer-wrapper .social a {
  color: rgba(255, 255, 255, 1.0);
}

.bottom-footer-wrapper {
  color: rgba(255, 255, 255, 1.0);
  background-color:rgba(183, 25, 93, 1.0);
}












.card__price {
  font-family: Open Sans,sans-serif;
  font-size: 28px;
  color: #b7195d;
  font-weight: 700
}