







/* 1a. Containers */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */












/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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





html {
  font-size: 14px;
}

body {
  font-size: 14px;
  color: #323232;
  font-weight: 400;
  font-family: Titillium Web;
}


/* Anchors */

a {
  color: 

  
  
    
  


  rgba(50, 50, 50, 1)

;
}

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

  
  
    
  


  rgba(34, 127, 207, 1)

;
}

/* Headings */

/* Headings */

h1 {
  font-family: Titilliumweb;
  font-size: 65px;
  color: #323232;
  font-weight: 700;
}

h2 {
  font-family: Titilliumweb;
  font-size: 40px;
  color: #323232;
  font-weight: 700;
}

h3 {
  font-family: Titilliumweb;
  font-size: 35px;
  color: #323232;
  font-weight: 700;
}

h4 {
  font-family: Titilliumweb;
  font-size: 28px;
  color: #323232;
  font-weight: 700;
}

h5 {
  font-family: Titilliumweb;
  font-size: 18px;
  color: #323232;
  font-weight: 700;
}

h6 {
  font-family: Titilliumweb;
  font-size: 16px;
  color: #323232;
  font-weight: 700;
}

@media screen and (max-width: 991px){
  h1{
    font-size: 60px;
  }
}
@media screen and (max-width: 767px){
  h1{
    font-size: 30;
  }
}

/* Blockquote */

blockquote {
  border-left-color: ;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(34, 127, 207, 1.0)

;
  border: 0px solid #227fcf;
  border-radius: 30px;
  color: #fff;
  padding: 15px 30px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 87, 167, 1.0);
  border-color: #0057a7;
  color: #fff;
}

button:active,
.button:active {
  background-color: rgba(74, 167, 247, 1.0);
  border-color: #4aa7f7;
  color: #fff;
}





form,
.submitted-message {
  font-size: 14px;
  color: #323232;
  font-weight: 400
}


.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_blog_comments,
.hs_cos_wrapper_type_email_subscriptions, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_password_reset, 
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_blog_subscribe {
 background-color: rgba(150, 150, 150, 1.0);

}

/* Form title */

.form-title {
  background-color: rgba(150, 150, 150, 1.0);
  color: rgba(50, 50, 50, 1.0);
}

/* Form label */
.hs-form label,
form label {
  color: rgba(50, 50, 50, 1.0);
}

/* Form help text */

form legend {
  color: rgba(64, 61, 58, 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);
  background-color: rgba(#null, 0.0);
  border-radius: 20px;
}

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 {
  background-color: rgba(#null, 0.0);
  border-color: rgba(56, 152, 236, 1.0);
}

/* Form placeholder text */

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

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




/* Submit button */
form input[type=submit],
button,
.button,
.hs-button,
.button--primary {
  background-color: rgba(34, 127, 207, 1.0);
  border-color: rgba(34, 127, 207, 1.0);
  border-radius: 30px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
form input[type=submit]:hover,
button:hover, .button:hover,
.hs-button:hover,
.button--primary:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(50, 50, 50, 1.0);
  border-color: rgba(50, 50, 50, 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.header_main_nav{
  background-color: rgba(255, 255, 255, 1.0) ;
}

.header_menu_wrap{
  background-color: rgba(255, 255, 255, 1.0) ;
}

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

.custom-menu-primary .hs-menu-wrapper>ul > li:hover>a{
  color: rgba(34, 127, 207, 1.0) ;
  border-color: rgba(34, 127, 207, 1.0) ;
}


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

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

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>a{
  color: rgba(50, 50, 50, 1.0) ;

}


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

.custom-menu-primary .hs-menu-wrapper>ul >li a:hover {

color: rgba(34, 127, 207, 1.0) ;
}






footer.footer .footer_top{
  background-color: rgba(34, 127, 207, 1.0);
}

.footer_contact_column p{
  color: rgba(255, 255, 255, 1.0);
}
.footer_menu_column .hs-menu-wrapper ul a,
.footer .footer_top a{
  color: rgba(255, 255, 255, 1.0);
}
.footer_menu_column .hs-menu-wrapper ul a:hover,
.footer .footer_top a:hover{
  color: rgba(50, 50, 50, 1.0);
}
.footer h6{
  color: rgba(255, 255, 255, 1.0);
}

footer.footer .footer_copyright{
  color: rgba(50, 50, 50, 1.0);
}











.card__price {
  font-family: Titilliumweb
    font-size: 35px;
  color: #323232;
  font-weight: 700
}





.video-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}