







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */




























































/* 1d. Buttons */










/* 1e. Forms */











/* 1f. Tables */















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

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

.dnd-section > .row-fluid {
  max-width: 1425px;
}

@media only screen and (max-width: 690px) {
  .content-wrapper, .dnd-section>.row-fluid {
    max-width: 320px;
  }
}

@media only screen and (max-width: 321px) {
  .content-wrapper, .dnd-section>.row-fluid {
    max-width: 300px;
  }
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
  .content-wrapper, .dnd-section>.row-fluid {    
    max-width: 600px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 690px) {
  .content-wrapper, .dnd-section>.row-fluid {
    max-width: 420px;
  }
}






body {
  font-size: 16px;
  color: #131819;
  font-weight: 400;
  font-family: Roboto;
}

/* Paragraphs */

p {
  font-weight: 400;
}

/* Anchors */

a {
  color: #be202f;
}

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

/* Headings */

h1 {
  font-family: Roboto;
  font-size: 55px;
  color: #131819;
  font-weight: 400;
}

h2 {
  font-family: Roboto;
  font-size: 48px;
  color: #131819;
  font-weight: 300;
}

h3 {
  font-family: Roboto;
  font-size: 30px;
  color: #131819;
  font-weight: 300;
}

h4 {
  font-family: Roboto;
  font-size: 20px;
  color: #131819;
  font-weight: 300;
}

h5 {
  font-family: Roboto;
  font-size: 16px;
  color: #131819;
  font-weight: 700;
}

h6 {
  font-family: Roboto;
  font-size: 15px;
  color: #131819;
  font-weight: 300;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(190, 32, 47, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(190, 32, 47, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 15px 22px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(150, 0, 7, 1.0);
  border-color: #960007;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: rgba(230, 72, 87, 1.0);
  border-color: #e64857;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





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

/* Form title */

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

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(19, 24, 25, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(19, 24, 25, 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(224, 224, 224, 1.0)

;
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover{

}



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,
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover{
  border-color: 

  
  
    
  


  rgba(224, 224, 224, 1.0)

;
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(190, 32, 47, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(190, 32, 47, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 15px 22px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(190, 32, 47, 0.85)

;
  border-color: 

  
  
    
  


  rgba(190, 32, 47, 0.85)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 0.85)

;
}


form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(190, 32, 47, 0.85)

;
  border-color: 

  
  
    
  


  rgba(190, 32, 47, 0.85)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 0.85)

;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(19, 24, 25, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(19, 24, 25, 1.0)

;
  color: 

  
  
    
  


  rgba(19, 24, 25, 1.0)

;
}

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

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(19, 24, 25, 1.0)

;
}






header#top.custom-header {
  background-color: rgba(255, 255, 255, 0.0);
}

.scroll-header header#top.custom-header,
.no-banner header#top.custom-header {
  background-color: rgba(255, 255, 255, 0.96);
}

.custom-header .header-button a {
  color: rgba(19, 24, 25, 0.75);
}

.custom-header .header-button a:after {
  background-color: rgba(255, 255, 255, 0.0);
  border-width:2px;
  border-style:solid;
  border-color: rgba(19, 24, 25, 1.0);
}

.custom-header .header-button a:hover {
  color: rgba(19, 24, 25, 1.0);
}

.custom-header .header-button a:hover:after {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(19, 24, 25, 1.0);
  border-color: rgba(19, 24, 25, 1.0);
}

.scroll-header .custom-header .header-button a {
  color: rgba(19, 24, 25, 1.0);
}

.scroll-header .custom-header .header-button a:after {
  border-color: rgba(0, 0, 0, 0.4);
}

.scroll-header .custom-header .header-button a:hover {
  color: rgba(190, 32, 47, 1.0);
}

.scroll-header .custom-header .header-button a:hover:after {
  color: rgba(190, 32, 47, 1.0);
  border-color: rgba(190, 32, 47, 1.0);
}

.custom-header-social .header_social_links a {
  color: rgba(19, 24, 25,0.75);
}

.custom-header-social .header_social_links a i:after {
  color: rgba(19, 24, 25,1.0);
}

.scroll-header .custom-header-social .header_social_links a {
  color: rgba(19, 24, 25,1.0);
}

.scroll-header .custom-header-social .header_social_links a i:after {
  color: rgba(190, 32, 47,1.0);
}

#slide-out-widget-area.slide-out-from-right-hover {
  background-color: rgba(190, 32, 47, 1.0);
}

#slide-out-widget-area .off-canvas-menu-container li a,
#slide-out-widget-area a {
  color: rgba(231, 235, 238, 1.0);
}

#slide-out-widget-area .off-canvas-menu-container li a:hover,
#slide-out-widget-area a:hover {
  color: rgba(255, 255, 255, 1.0);
}

#slide-out-widget-area .bottom-text {
  color: rgba(231, 235, 238, 1.0);
}

@media (min-width:1000px) {

  .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .custom-menu-primary .navigation-primary>ul>li>a {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(19, 24, 25, 0.75);
  }

  .custom-menu-wrapper .level-1 .menu-title-text:after {
    border-color: rgba(19, 24, 25, 1.0);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .scroll-header .custom-menu-primary .navigation-primary>ul>li>a {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(19, 24, 25, 1.0);
  }

  .scroll-header .custom-menu-wrapper .level-1 .menu-title-text:after {
    border-color: rgba(190, 32, 47, 1.0);
  }

  .custom-menu-wrapper .level-1 li.active-item>a>.menu-title-text:after {
    border-color: rgba(19, 24, 25, 1.0);
  }

  .scroll-header .custom-menu-wrapper .level-1 li.active-item>a>.menu-title-text:after {
    border-color: rgba(190, 32, 47, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a,
  .custom-menu-primary .navigation-primary>ul>li:hover>a {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(19, 24, 25, 1.0);
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a,
  .scroll-header .custom-menu-primary .navigation-primary>ul>li:hover>a {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(19, 24, 25, 1.0);
  }

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

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a,
  .scroll-header .custom-menu-primary .navigation-primary>ul>li.active-item>a,
  .scroll-header .custom-menu-primary .navigation-primary>ul>li.active-branch>a {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(0, 30, 160, 1.0);
  }

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

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

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

  .custom-menu-primary .hs-menu-wrapper>ul li>ul,
  .custom-menu-primary .navigation-primary>ul li>ul {
    background: rgba(190, 32, 47, 0.8);
  }

  .custom-menu-wrapper .level-2 li a:hover .menu-title-text:after,
  .custom-menu-wrapper .level-2 li.active-item>a .menu-title-text:after {
    border-color: rgba(19, 24, 25, 1.0);
  }


}

@media(max-width: 767px) {
  .header__navigation {
    background-color: ;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}





.custom-footer {
  background-image:url(//25565222.fs1.hubspotusercontent-eu1.net/hubfs/25565222/raw_assets/public/M2_Business_Consulting_January2023/images/Footer-image-M2BC.png);
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(19, 24, 25, 1.0);
}

.custom-footer h1,
.custom-footer h2,
.custom-footer h3,
.custom-footer h4,
.custom-footer h5,
.custom-footer h6,
.custom-footer p {
  color: rgba(19, 24, 25, 1.0);
}

.custom-footer a {
  color: rgba(19, 24, 25, 1.0);
}

.custom-footer a:hover {
  color: rgba(19, 24, 25, 1.0);
}

/* ========================== Footer Social Icons =================================== */

.custom-footer-social a {
  color: rgba(19, 24, 25,1.0);
}

.custom-footer-social a:hover {
  color: rgba(190, 32, 47,1.0);
}

.custom-footer .button {
  background-color: rgba(190, 32, 47, 1.0);
  color: rgba(204, 204, 204, 1.0);
}

.custom-footer .button:hover {
  background-color: rgba(190, 32, 47, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





/* Blog Header */

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #131819;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #131819;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #131819;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #131819;
}

.blog-pagination__link {
  color: #131819;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #131819;
}

.blog-post__title {
  color: #131819;
  font-family:Roboto;
  font-size: 55px;
  font-weight: 400;
}

.blog-post__author {
  background-color: #131819;
}












.card__price {
  font-family: Roboto
    font-size: 30px;
  color: #131819;
  font-weight: 300
}