







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */




/* 1h. Site footer */








@font-face {
	font-family: 'Exo2';
	src: url('//19618217.fs1.hubspotusercontent-na1.net/hubfs/19618217/raw_assets/public/Dito_July2021/fonts/Exo2-ExtraBold.woff') format('woff2'),
		 url('//19618217.fs1.hubspotusercontent-na1.net/hubfs/19618217/raw_assets/public/Dito_July2021/fonts/Exo2-ExtraBold.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 7rem 0;
}
@media screen and (max-width: 767px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding-top:5rem;
    padding-bottom:5rem;
  }
}
@media (min-width: 992px){
  .header__container,
  .footer__container,
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 960px;
  }
  
  .submenu.level-1>li:nth-child(3) > ul.submenu.level-2 {
    width: max-content !important;
  }
}
@media (min-width: 1200px){
  .header__container,
  .footer__container,
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 1140px;
  }
}
@media (min-width: 1230px){
  .content-wrapper {
    max-width: 1226px;
  }
  .page-center,
  .header__container,
  .footer__container,
  .dnd-section > .row-fluid {
    max-width: 1226px;
  }
}

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







body {
  font-size: 18px;
  color: #3e3e3e;
  font-weight: 400;
  font-family: Montserrat;
}

/* Paragraphs */

p {
  color: #3e3e3e;
}

/* Anchors */

a {
  color: #CE1125;
}

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

/* Headings */

h1 {
  font-family: "Exo 2", sans-serif;
  font-size: 4.67rem;
  color: #3e3e3e;
  font-weight: 800;
}
@media(max-width: 991px) {
  h1 {
    font-size: 46px;
  }
}
@media(max-width: 767px) {
  h1 {
    font-size: 56px;
  }
  
  .prime-text {
    font-size: 16px !important; 
  }
}
h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  color: #3e3e3e;
  font-weight: 900;
}
@media(max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-family: "Exo 2", sans-serif;
  font-size: 36px;
  color: #3e3e3e;
  font-weight: 800;
}
@media(max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-family: Montserrat;
  font-size: 2rem;
  color: #3E3E3E;
  font-weight: 900;
}

h5 {
  font-family: Montserrat;
  font-size: 1.75rem;
  color: #3E3E3E;
  font-weight: 900;
}

h6 {
  font-family: Montserrat;
  font-size: 1.5rem;
  color: #3E3E3E;
  font-weight: 700;
}

/* Blockquote */

blockquote {
  border-left-color: #3E3E3E;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(130, 131, 137, 1.0)

;
  border: 1px solid #828389;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(90, 91, 97, 1.0);
  border-color: #5a5b61;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(170, 171, 177, 1.0);
  border-color: #aaabb1;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-size: 18px;
  color: #3e3e3e;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 2, 1, 1.0)

;
  color: #00FF03;
}

/* Form label */

form label {
  color: #828389;
}

/* Form help text */

form legend {
  color: #828389;
}

/* 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: #D1D6DC;
  color: #3e3e3e;
}

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: #828389;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #3e3e3e;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(130, 131, 137, 1.0)

;
  border: 1px solid #828389;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(90, 91, 97, 1.0);
  border-color: #5a5b61;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(170, 171, 177, 1.0);
  border-color: #aaabb1;
  color: #FFFFFF;
}





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

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

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

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





header.header{
  border-color: rgba(230, 230, 230, 1.0);
}
header.header .header-top {
  background: linear-gradient(90deg,#FFFFFF 0%,#F5F5F5 100%);
}
header.header .header-top .hs-menu-wrapper > ul > li {
  border-color: rgba(255, 255, 255, 0.0);
}
header.header .header-top .hs-menu-wrapper > ul > li > a {
  color: rgba(62, 62, 62, 1.0);
}
header.header .header-top .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(206, 17, 37, 1.0);
}
header.header .header-top .hs-menu-wrapper > ul > li.active.active-branch{
  border-color: rgba(206, 17, 37, 1.0);
}
header.header .header-top .hs-menu-wrapper > ul > li.active.active-branch > a{
  color: rgba(206, 17, 37, 1.0);
}
header.header .header-bottom {
  background-color: rgba(255, 255, 255, 1.0);
}

/* header.header .header-bottom-right {
  margin-left: auto;
} */

header.header .header-bottom-right .submenu.level-1 > li > a {
  font-size: 15px;
  padding: 17px 15px 21px;
}

.custom-menu-primary.mobile-menu {
  top: 65px;
}

header.header .header-bottom-right .mobile-menu .submenu.level-1 > li > a {
  padding: 15px 15px 15px;
}

header.header .header-bottom-right .mobile-menu .child-trigger {
  top: 12px;
}

header.header-02 .header-top .header__container {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 2.75fr;
  gap: 1em;
  padding: 3px 0;
}

header.header-02 .header-top .hs-menu-wrapper>ul>li {
  border-bottom: unset;
  margin: unset;
  padding: 2px 15px;
}

header.header-02 .header-top .header_top_left {
  justify-self: flex-start;
}

header.header-02 .header-top .header_top_left .hs-menu-wrapper>ul>li {
  border-right: 1px solid #000;
}

header.header-02 .header-top .header_top_left .hs-menu-wrapper>ul>li:last-child {
  border-right: 0;
}

header.header-02 .header-top .header_top_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header.header-02 .header-top .header_top_right .header-top-right-image {
  order: 1;
}

header.header-02 .header-bottom .header__container {
  padding-left: 10px;
  padding-right: 10px;
}

header.header-02 .header-bottom .header_bottom-inner {
  justify-content: flex-start;
}

.header-bottom-right {
  align-items: center;
}

header.header-02 .header-bottom .header_bottom-inner .btn-to-search {
  margin-left: auto;
}

header#headerLego .header-bottom .header__container .header_bottom-inner .btn-to-search a {
  border-radius: 8px;
  height: 30px;
}

header#headerLego .header-bottom .header__container .header_bottom-inner .btn-to-search a span {
  font-size: 15px;
  margin-top: unset;
}

header#headerLego .header-bottom .header__container .header_bottom-inner .btn-to-search a svg {
  height: 16px;
  width: 16px;
}

@media(max-width: 991px) {
  .header-bottom-right {
    align-items: unset;
  }
  
  header#headerLego .header-bottom .header__container .header_bottom-inner .btn-to-search {
    margin-top: 0.9em;
  }

  header.header-02 .header-bottom .header_bottom-inner {
    justify-content: space-between;
  }
  
  header.header-02 .header-bottom .custom-menu-primary.mobile-menu {
    top: 65px;
  }
}

body .submenu.level-1 > li > a,
body .navigation-primary a {
  color: #3E3F51;
}
body .submenu.level-1 > li > a:hover,
body .navigation-primary a:hover,
body .navigation-primary a:focus{
  color: rgba(206, 17, 37, 1.0);
}
body .navigation-primary .submenu.level-1 > li > a.active-branch,
body .navigation-primary .submenu.level-1 > li > a.active-item{
  color: rgba(206, 17, 38, 1.0);
}
body .navigation-primary .submenu ul.submenu,
body .submenu.level-2{
  border-color: #F3F3F3;
  background-color: rgba(250, 250, 250, 1.0);
}
body .navigation-primary .submenu ul.submenu > li > a,
body .submenu.level-2 > li > a{
  color: rgba(62, 62, 62, 1.0);
}
body .navigation-primary .submenu ul.submenu > li > a:hover,
body .submenu.level-2 > li > a:hover{
  color: rgba(206, 17, 38, 1.0);
}

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

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





.footer {
  background-color: 

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
}

.footer .footer-menu .hs-menu-wrapper > ul > li > a{
  color: rgba(62, 62, 62, 1.0);
}
.footer .footer-menu .hs-menu-wrapper > ul > li > ul > li > a{
  color: rgba(103, 103, 103, 1.0);
}
.footer .footer-menu .hs-menu-wrapper > ul > li > ul > li > a:hover{
  color: rgba(206, 17, 38, 1.0);
}
.footer__copyright p{
  color: rgba(130, 131, 137, 1.0);
}
.footer__copyright p a{
  color: rgba(206, 17, 37, 1.0);
}
.footer__copyright p a:hover{
  color: rgba(206, 17, 38, 1.0);
}
body div#top-btn{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(243, 243, 243, 1.0);
  color: rgba(62, 62, 62, 1.0);
}
body div#top-btn:hover{
  background-color: rgba(243, 243, 243, 1.0);
}
/* Footer Content */

.footer * {
  color: ;
}





/* Blog Header */

.blog-header {
	background-color: rgb(245, 245, 245);
}

/* Blog Listing */

.blog-index__post-inner-card {
	box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

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

.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: #ce1126;
}

.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: #ce1126;
}

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

.blog-pagination__link {
	color: #3e3e3e;
}

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

.blog-post__title {
	color: #3e3e3e;
	font-family:Exo 2;
	font-size: 4.67px;
	font-weight: 800;
}

.blog-post__author {
	background-color: #3E3E3E;
}

#comments-listing .comment-reply-to {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
	color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
	background-color: #FFFFFF;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
	color: #ce1126;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
	fill: #ce1126;
}

.blog-index__post-content--small h2 {
  font-size: 36px;
}

.blog-index__post-content a {
  color: #3e3e3e;
}

.blog-post__read-more svg {
	fill: #3e3e3e;
}

.blog-sidebar ul {
	box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
	color: #3e3e3e;
}

.blog__subscription-block, .blog-related-posts {
	background-color: rgb(245, 245, 245);
}

.post-featured-image {
	max-height: 600px;
}

.blog-post {
	box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__meta a {
	color: #3e3e3e;
}

.blog-post__meta a:hover {
  color: #ce1126;
}

.blog-post__links-container {
	border-top:  2px solid rgb(42, 42, 42);
}

.blog-post__back-to-blog {
	color: #3e3e3e;
}

.blog-post__back-to-blog svg {
	fill: #3e3e3e;
}

.comment.depth-0,
.blog-comments form {
	border-top: 2px solid rgb(42, 42, 42) !important;
}

.comment.depth-1 {
	border-left: 2px solid rgb(42, 42, 42);
}

.section.post-footer .hs-input {
	border-color: rgb(42, 42, 42);
}

.blog-recent-posts {
	background-color: rgb(245, 245, 245);
}











.card__price {
  font-family: Exo 2
  font-size: 36px;
  color: #3e3e3e;
  font-weight: 800
}