







/* 1a. Containers */







/* 1b. Colors */






/* 1c. Typography */















/* 1d. Buttons */










/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */










/* 1h. Site footer */






/* 1i. Site Global Corner Radius */


/* 1g. Spacing */








@font-face { 
  font-family: 'Forza'; 
  src: ,
    url('https://8804279.fs1.hubspotusercontent-na1.net/hubfs/8804279/Forza-Medium_Web.woff2') format('woff2');
}

@font-face { 
  font-family: 'Montserrat'; 
  src: ,
    url('https://8804279.fs1.hubspotusercontent-na1.net/hubfs/8804279/Montserrat-VariableFont_wght-1.ttf') format('truetype');
}

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





body .body-container-wrapper{
  padding: 20px 0;
}

.body-container .dnd-section{
 
  padding: 40px 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}

.body-container .dnd-section:not(:last-child){
  margin-bottom: 10px;
}

.body-container .dnd-section:first-child{
  padding-top: 180px !important;
}

.body-container .dnd-section-system{
  background-image: url(//8804279.fs1.hubspotusercontent-na1.net/hubfs/8804279/raw_assets/public/ThriftyBlogMerlo/images/alley-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}








@media (max-width: 1139px) {
  .body-container .dnd-section{
    padding: 20.0px 20.0px;
  }
}

@media (max-width: 1024px) and (min-width: 768px){
  .body-container .dnd-section{
    padding: 20.0px 20.0px;
  }
}

@media (max-width: 767px) {
  .body-container .dnd-section{
    padding: 20.0px 20.0px;
  }
  .heading-text .heading-type {
    font-size: 25px;
    font-weight: 400;
    text-align: left;
}
}







html {
  font-size: 16px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1c1d29;
  background-color: #ffffff;
  position: relative;
  
  
  
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

main p:last-child {
  margin-bottom: 0;
}

/* Anchors */

a {
  color: #65b32e;
}

a:hover,
a:focus {
  color: #519f1a;
  text-decoration: none;
}

a:active {
  color: #479510;
}

a.cta_button {
  box-sizing: border-box !important;
}

svg {
  fill: #65b32e;
}

/* Headings */

h1,
.h1,
.footer h1{
  font-weight: 800; text-decoration: none; font-family: Exo, sans-serif; font-style: normal;
  color: #009640;
  font-size: 60px;
}

h2,
.h2,
.footer h2{
  font-weight: 800; text-decoration: none; font-family: Exo, sans-serif; font-style: normal;
  color: #009640;
  font-size: 40px;
}

h3,
.h3,
.footer h3{
  font-weight: 800; text-decoration: none; font-family: Exo, sans-serif; font-style: normal;
  color: #009640;
  font-size: 30px;
}

h4,
.h4,
.footer h4{
  font-weight: 800; text-decoration: none; font-family: Exo, sans-serif; font-style: normal;
  color: #009640;
  font-size: 24px;
}

h5,
.h5,
.footer h5{
  font-weight: 800; text-decoration: none; font-family: Exo, sans-serif; font-style: normal;
  color: #009640;
  font-size: 20px;
}

h6,
.h6,
.footer h6{
  font-weight: 800; text-decoration: none; font-family: Exo, sans-serif; font-style: normal;
  color: #009640;
  font-size: 18px;
}

@media (max-width: 1139px) {

  h1,
  .h1,
  .footer h1{
    font-size: 52px;
  }

  h2,
  .h2,
  .footer h2{
    font-size: 36px;
  }

  h3,
  .h3,
  .footer h3{
    font-size: 24px;
  }

  h4,
  .h4,
  .footer h4{
    font-size: 20px;
  }

}

@media (max-width: 767px) {

  h1,
  .h1,
  .footer h1{
    font-size: 44px;
  }

  h2,
  .h2,
  .footer h2{
    font-size: 30px;
  }

  h3,
  .h3,
  .footer h3{
    font-size: 22px;
  }

}

.no-list {
  list-style: none;
}

/* Headings Dividers */

.heading-line,
.card-title-line,
.author-desc-line{
  display: none;
  z-index: 256;
  width: 4em;
  transition: width 0.2s ease-in-out;
  height: 4px;
  margin-bottom: 1.5em;
  border-radius: 2px;
  background-color: #65b32e;
}

.heading-text:hover + .heading-line{
  width: 2em;
  background-color: #65b32e;
}

.card-title:hover + .card-title-line{
  width: 2em;
  background-color: #65b32e;
}


.heading-line, .card-title-line, .author-desc-line { display: block; }


/* Blockquote */

blockquote {
  border-left-color: #65b32e;
}





button,
.button,
.cta_button {
  background-color: 

  
  
    
  


  rgba(101, 179, 46, 1.0)

;
  border: 1px solid #65b32e;
  border-radius: 20px;
  color: #ffffff;
  fill: #ffffff;
  padding: 16px 32px;
  font-weight: 600;
  font-family: Open Sans;
  font-size: 16px;
  transition: background-color 200ms ease;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.cta_button:hover,
.cta_button:focus {
  background-color: rgba(151, 229, 96, 1.0);
  border-color: #97e560;
  color: #ffffff;
}

button:active,
.button:active,
.cta_button:active {
  background-color: rgba(181, 255, 126, 1.0);
  border-color: #b5ff7e;
  color: #ffffff;
}

.button-outline {
  background-color: transparent;
  border: 1px solid #65b32e;
  color: #65b32e;
  border-radius: 20px;
  padding: 16px 32px;
  font-weight: 600;
  font-family: Open Sans;
  transition: background-color 200ms ease;
}

.button-outline:hover,
.button-outline:focus,
.button-outline:active,
.button-outline.active {
  background-color: #65b32e;
  color: #ffffff;
  
}

.button .hs_cos_wrapper_type_icon,
.button-outline .hs_cos_wrapper_type_icon {
  margin-left: 5px;
}

.button .hs_cos_wrapper_type_icon,
.button-outline .hs_cos_wrapper_type_icon {
  display: inline-block;
}

.button .hs_cos_wrapper_type_icon svg,
.button-outline .hs_cos_wrapper_type_icon svg {
  fill: inherit;
}






form {
  background-color: rgba(255, 255, 255, 0.0);
  padding: 20px 20px;
  border-radius: 20px;
}


form,
.submitted-message {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

.hs-form {
  /* margin-right: -10px;
  margin-left: -10px; */
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(101, 179, 46, 1.0)

;
  color: #ffffff;
  padding: 20px 20px;
  margin: 0;
}


.hs-error-msgs {
  padding: 0;
  list-style: none;
}


.hs-error-msg{
  color: #009640;
}


.hs_error_rollup,
.hs-form-required {
  display: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  max-width: 100% !important;
}

fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

fieldset.form-columns-2 .hs-input {
  width: 100% !important;
}

fieldset.form-columns-3 .hs-input {
  width: 100% !important;
}

fieldset.form-columns-1 input[type="radio"],
fieldset.form-columns-2 input[type="radio"],
fieldset.form-columns-3 input[type="radio"],
fieldset.form-columns-1 input[type="checkbox"],
fieldset.form-columns-2 input[type="checkbox"],
fieldset.form-columns-3 input[type="checkbox"] {
  width: auto !important;
  margin-top: 4px;
  margin-right: 7px;
}

fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}

fieldset.form-columns-3 .input {
  margin-right: 0 !important;
}

.field,
.hs-richtext,
fieldset.form-columns-1 .hs-form-field,
fieldset.form-columns-2 .hs-form-field,
fieldset.form-columns-3 .hs-form-field,
.hs-submit .actions {
  padding-right: 10px; /* adjust the .hs-form margin with same value */
  padding-left: 10px;  /* adjust the .hs-form margin with same value */
}

.hs-form-field + .hs-button {
  margin-left: 10px;
  margin-right: 10px;
}

.hs-membership-loader .actions {
  padding-right: 0;
  padding-left: 0;
}

fieldset.form-columns-3 .hs-form-field {
  width: 33.333333% !important;
}

@media (max-width: 767px) {

  fieldset.form-columns-2 .hs-form-field,
  fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }

}

/* Form label */

form label {
  color: #1c1d29;
}

/* Form help text */

form legend {
  color: #1c1d29;
}

/* 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 input[type=search],
form select,
form textarea {
  border-color: #f3f3f7;
  color: #1c1d29;
  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 input[type=search]:focus,
form select:focus,
form textarea:focus {
  border-color: #009640;
  outline: 0;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #1c1d29;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #65b32e;
  border: 1px solid #65b32e;
  color: #ffffff;
  padding: 16px 32px;
  font-weight: 600;
  font-family: Open Sans;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #b5ff7e;
  border-color: #b5ff7e;
  color: #ffffff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #479510;
  border-color: #479510;
  color: #ffffff;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #009640;
}

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 150, 64, 1)

;
  border-bottom-color: #009640;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.header {
  background-color: transparent;
}

.header__container .header__row-1 .header__row-1-container{
 
  margin: 0 auto;
  padding: 0 20px;
}


[data-global-resource-path*="header-no-navigation.html"], 
[data-global-resource-path*="header.html"]{
  /*padding: 0px;
  position: absolute;
  width: 100%;
  z-index: 1020; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: all ease-out .3s;
  -moz-transition: all ease-out .3s;
  -o-transition: all ease-out .3s;
  transition: all ease-out .3s;
}

[data-global-resource-path*="header-no-navigation.html"] .header, 
[data-global-resource-path*="header.html"] .header{
  padding: 0px;
  background-color: transparent;
}

[data-global-resource-path*="header-no-navigation.html"] .header.active, 
[data-global-resource-path*="header.html"] .header.active{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  -webkit-box-shadow: 0 0 32px -16px rgb(0 0 0 / 32%);
  box-shadow: 0 0 32px -16px rgb(0 0 0 / 32%);
}

.header__container .header__row-1{
  border: none;
}

.header__container .header__row-2{
  padding: 0 20px;
  border: 1px solid 

  
  
    
  


  rgba(255, 255, 255, 0.16)

;
}

.header.active .header__container .header__row-2{
  border: 1px solid 

  
  
    
  


  rgba(37, 170, 225, 1.0)

;
}

.header.active .header__container .header__row-2{
  margin-top: 0px;
}



body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
}

body .header.active .navigation-primary a,
.header.active .header__logo .logo-company-name,
.header.active .header__language-switcher-label-current,
.header.active .header__language-switcher .lang_list_class li a {
  color: #1c1d29;
}

body .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
  background: url(//8804279.fs1.hubspotusercontent-na1.net/hubfs/8804279/raw_assets/public/ThriftyBlogMerlo/images/angle-down-light.svg);
}

body .submenu.level-1 > li:last-child {
  padding-right: 10px;
}

body .header.active .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
  background: url(//8804279.fs1.hubspotusercontent-na1.net/hubfs/8804279/raw_assets/public/ThriftyBlogMerlo/images/angle-down.svg);
}

body .submenu.level-3{
  border-left: 3px solid #009640;
}

.header__container-lp .header__row-2 .header-lp-col {
  flex: 1;
  color: #ffffff;
}

.header.active .header__container-lp .header__row-2 .header-lp-col {
  flex: 1;
  color: #1c1d29;
}

.info-text {
  border-color: #1c1d29;
  color: #1c1d29;
}

.info-text a {
  color: #1c1d29;
}

.info-text .hs_cos_wrapper_type_icon svg {
  fill: #1c1d29;
}



body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #ff7a59;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ff7a59;
}

.navigation-primary .header-search svg {
  fill: #65b32e;
}

.menu-button .hs-search-form .hs-search-submit svg{
  fill: #ffffff;
}

.header__language-switcher .lang_list_class li a {
  color: #009640;
}

.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #00822c;
}

.header__language-switcher .lang_list_class li a:active {
  color: #007822;
}

body .navigation-primary a.active-item{
  color: #65b32e;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #65b32e;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:hover:after {
  transform: scaleX(1);
}

body .submenu.level-2 > li:first-child:before {
  border-color: rgba(28, 29, 41, 0.5);
}

.header__language-switcher .lang_list_class:before {
  border-color: rgba(28, 29, 41, 0.5);
}

body .submenu.level-2>li:not(:last-child), 
body .submenu.level-3>li:not(:last-child){
  border-bottom: 1px solid rgba(28, 29, 41, 0.5);
}

body .submenu.level-2 .menu-item .menu-link,
.header__language-switcher .lang_list_class li,
body .submenu.level-2 > li:first-child:before {
  background-color: #ff7a59;
  color: #ffffff;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: #ffffff;
  color: #ff7a59;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #1c1d29;
}



body .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
  border: 0;
  background-size: cover;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.header__language-switcher--label-current {
  color: #1c1d29;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
}

[data-global-resource-path*="header.html"] .header .cta_button,
[data-global-resource-path*="header.html"] .header .button-outline-light {
  display: inline-block;
  font-weight: 600;
  font-family: Open Sans;
  line-height: 1.5;
  color: #1c1d29;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid #1c1d29;
  padding: 10px 25px;
  font-size: 12px;
  transition: all .15s linear;
}

[data-global-resource-path*="header.html"] .header .cta_button:hover,
[data-global-resource-path*="header.html"] .header .cta_button:focus,
[data-global-resource-path*="header.html"] .header .button-outline-light:hover,
[data-global-resource-path*="header.html"] .header .button-outline-light:focus {
  border-color: #080915;
}

.header__navigation {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}

.header__search {
  display: none; 
}

.header__row-1 {
  border-bottom: 1px solid transparent;
}


.header__row-1 {
  padding: 0; 
}


.info-text .hs_cos_wrapper_type_icon svg {
  margin-right: 5px;
}

.info-text-2.info-no-language {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.header__container-lp {}

.header__container-lp .header__row-2{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding: 20px;
}



@media (max-width: 1280px) and (min-width: 1139px){
  .header .header__container .header__column{
    width: auto;
  }
  .header.active .header__container .header__column{
    padding: 20px 0;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}


@media(max-width: 1139px) {

  .header__navigation {
    display: none;
  }

  

  

  

  

  
  .header__navigation--toggle {
    margin-right: 0;
  }
  

  .info-text {
    border-color: #1c1d29;
    color: #1c1d29;
  }

  .info-text a {
    color: #1c1d29;
  }

  .info-text .hs_cos_wrapper_type_icon svg {
    fill: #1c1d29;
  }

  .info-text-1 + .info-text-2,
  .info-text-1.info-solo {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }

  .header__container {
    display: block;
  }

  .header__row-1 {
    padding: 0;
    
  }

  .header__container .header__row-2 {
    padding: 0px;
  }

  
  .header__container .header__row-2 {
    padding: 20px;
  }

  body .header.active .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
    background: none;
  }

  body .header.active .navigation-primary a,
  body .header.active .submenu.level-1 > li > a{
    color: #ffffff;
  }

  body .header.active .navigation-primary a:hover,
  body .header.active .submenu.level-1 > li > a:hover{
    color: #65b32e;
  }

  [data-global-resource-path*="header.html"] .header,
  [data-global-resource-path*="header-no-navigation.html"] .header {
    background-color: transparent;
  }

  [data-global-resource-path*="header-no-navigation.html"] .header.active, 
  [data-global-resource-path*="header.html"] .header.active{
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation--toggle{
    background-image: url(//8804279.fs1.hubspotusercontent-na1.net/hubfs/8804279/raw_assets/public/ThriftyBlogMerlo/images/bars-light.svg);
    background-color: #65b32e;
    padding: 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    width: 50px;
    height: 50px;
  }

  .header__close--toggle{
    background-image: url(//8804279.fs1.hubspotusercontent-na1.net/hubfs/8804279/raw_assets/public/ThriftyBlogMerlo/images/times-light.svg);
    background-color: #65b32e;
    padding: 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    width: 50px;
    height: 50px;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: transparent;
    padding: 0 20px 20px;
  }

  .navigation-primary {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    padding: 0;
  }

  body .navigation-primary .submenu.level-1 {
    width: 100%;
    background-color: #009640;
    border-radius: 20px;
    border: 1px solid #65b32e;
  }

  body .navigation-primary .submenu.level-1 > li{
    border-top: 0px;
  }

  body .navigation-primary .submenu.level-2{
    padding: 0 20px;
  }

  body .submenu.level-3{
    border-left: 3px solid #65b32e;
  }

  body .submenu.level-2 .menu-item, 
  body .submenu.level-3 .menu-item{
    background-color: transparent;
    border-bottom: none;
    padding: 0;
  }

  body .submenu.level-2 .menu-item.has-submenu,
  body .submenu.level-3 .menu-item.has-submenu{
    background-color: #ffffff;
  }

  body .submenu.level-2 .menu-item .menu-link{
    background-color: #ffffff;
    padding: 15px 20px;
    transition: none;
    text-indent: 0px;
    color: #009640;
    transition: background-color 0.3s;
  } 

  body .submenu.level-3 .menu-item .menu-link {
    background-color: #ffffff;
    padding: 15px 20px;
    transition: none;
    text-indent: 20px;
    color: #009640;
  }

  body .submenu.level-2 .menu-item .menu-link:hover,
  body .submenu.level-3 .menu-item .menu-link:hover{
    color: #65b32e;
  }

  .header.active .header__container .header__column{
    padding: 20px 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  

  body .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow {
    background: none;
    width: auto;
    height: auto;
  }

  

  .header__language-switcher{
    text-align: left;
  }
  
  .header__language-switcher--label{
    display: block;
  }
  
  .header.active .header__language-switcher .lang_list_class {
    border: 1px solid #65b32e;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    right: 0px;
    padding: 0;
  } 
  
  .header__language-switcher .lang_list_class a:hover,
  .header__language-switcher .lang_list_class a:focus {
    background-color: none;
  }

  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

  .menu-button .cta_button,
  .menu-button .button-outline-light {
    background-color: #009640 !important;
    border-color: #009640 !important;
    padding: 15px 20px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
  }

  body .navigation-primary .cta_button:hover,
  body .navigation-primary .cta_button:focus,
  body .navigation-primary .button-outline-light:hover,
  body .navigation-primary .button-outline-light:focus {
    border-color: #00822c;
    background-color: #00822c;
    color: #ffffff;
  }

}

@media (max-width: 1024px) and (min-width: 768px){
  
  .body-container .dnd-section:first-child {
    padding-top: 200px!important;
  }
  .header__container .header__column{
    padding: 10px;
  }
  
  .header__container .header__column{
    padding: 20px;
  }
}

@media(max-width: 767px) {

  

  
  [data-global-resource-path*="header.html"] .header,
  [data-global-resource-path*="header-no-navigation.html"] .header {
    background-color: transparent;
  }

  .body-container .dnd-section:first-child {
    padding-top: 150px!important;
  }

  

  .header__container .header__column{
    padding: 20px;
  }

}

@media(max-width: 479px) {

  .header__logo {
    max-width: 150px;
  }

  .header__close--toggle, .header__navigation--toggle {
    background-color: #65b32e;
    padding: 0;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 10px;
    width: 30px;
    height: 30px;
  }

}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  font-family: Open Sans, sans-serif;
}

.footer .social-links {
  justify-content: start;
}

.footer .social-links .social-links__link:not(:last-child) {
  margin-right: 10px;
}

.footer .social-links__icon {
  margin: 0;
}

.footer a {
  text-decoration: none; 
  color: #1c1d29;
}

.footer a:hover,
.footer a:focus {
  color: #65b32e;
}

/* .footer .widget-type-header * {
  font-size: 20px;
} */

.footer .hs-menu-flow-horizontal ul {
  padding-left: 0;
  list-style: none;
}

.footer .hs-menu-flow-horizontal ul .hs-menu-item {
  display: inline-block;
}

.footer .hs-menu-flow-horizontal ul .hs-menu-item:not(:last-child) {
  margin-right: 15px;
}

.footer .hs-menu-flow-vertical ul .hs-menu-item a {
  padding: 5px 0;
  display: inline-block;
  font-size: 14px;
}

/* Footer Content */

.footer p,
.footer span,
.footer li {
  font-size: 14px;
}

.footer p,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #1c1d29;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6{}

.footer form input[type=text], 
.footer form input[type=email], 
.footer form input[type=password], 
.footer form input[type=tel], 
.footer form input[type=number], 
.footer form input[type=file], 
.footer form input[type=search], 
.footer form select, 
.footer form textarea {
  padding: 8px 12px;
}

.footer form input[type=submit], 
.footer form .hs-button {
  padding: 8px 12px;
  display: block;
  width: 100%;
  font-size: 16px;
}

.footer-social-follow .social-links {
  justify-content: flex-end;
}

.footer-powered-text {
  text-align: right; 
}

@media (max-width: 767px) {

  .footer-social-follow .social-links {
    justify-content: flex-start;
  }

  .footer .widget-type-header h1,
  .footer .widget-type-header h2,
  .footer .widget-type-header h3,
  .footer .widget-type-header h4,
  .footer .widget-type-header h5,
  .footer .widget-type-header h6 {
    margin-bottom: 10px; 
  }

}






/* Blog listing */

.blog-index__post-title-link {
  color: #009640;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #1c1d29;
}

/* Blog pagination */

.blog-pagination__link {
  border: 1.5px solid #65b32e;
  color: #65b32e;
  border-radius: 20px;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  border: 1.5px solid #65b32e;
  background-color: #65b32e;
  color: #ffffff;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #65b32e;
}

.blog-pagination__link--active {
  border: 1.5px solid #65b32e;
  background-color: #65b32e;
  color: #ffffff;
}

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

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #65b32e;
}

.blog-pagination__next-link:hover svg,
.blog-pagination__prev-link:hover svg {
  fill: #ffffff;
}

/* Blog post */

.blog-post__meta a {
  color: #1c1d29;
}

.blog-post__tag-link {
  color: #1c1d29;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #080915;
}

.blog-post__tag-link:active {
  color: #00000b;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #009640;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 40px;
}

#comments-listing .comment-reply-to {
  color: #65b32e;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #519f1a;
}

#comments-listing .comment-reply-to:active {
  color: #479510;
}




.hs-search-results__title {
  color: #65b32e;
}

.hs-search-results__pagination a:empty {
  display: none;
}





.card__price {
  font-weight: 800; text-decoration: none; font-family: Exo, sans-serif; font-style: normal;
  color: #009640;
  font-size: 30px;
}

.tagline-wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 1px;
  font-family: Exo, sans-serif;
}

.tagline-wrap .tagline-line {
  width: 2em;
  height: 4px;
  border-radius: 2px;
}

.text-center .tagline-wrap {
  justify-content: center;
}

.text-left .tagline-wrap {
  justify-content: flex-start;
}

.text-right .tagline-wrap {
  justify-content: flex-end;
}

.text-center .heading-line,
.text-center .card-title-line,
.text-center .author-desc-line{
  margin-left: auto;
  margin-right: auto;
}

.text-left .heading-line,
.text-left .card-title-line{
  margin-left: 0;
  margin-right: auto;
}

.text-left .card-title-line{
  margin-left: 0;
  margin-right: auto;
}

.text-right .heading-line,
.text-right .card-title-line{
  margin-left: auto;
  margin-right: 0;
}

.button-full-width a,
.button-full-width .cta_button {
  width: 100%; 
}






a .box-shadow {
  transition: box-shadow 300ms ease; 
}

a:hover .box-shadow {
  -webkit-box-shadow: 0 0 32px -16px rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 32px -16px rgba(0, 0, 0, 0.32);
}


.border-radius_full {
  border-radius: 100%; 
}

.card-border{
  border: 1px solid #25aae1;
}

.border-radius > img{
  border-radius: 20px;
}

.primary-color {
  color: #009640;
}

.primary-bg-color {
  background-color: #009640;
}

.primary-border-color {
  border-color: #009640;
}

.secondary-color {
  color: #65b32e;
}

.secondary-accent-color {
  background-color: #e2ffab;
}

.secondary-bg-color {
  background-color: #65b32e;
}

.secondary-border-color {
  border-color: #65b32e;
}

.light-bg-color {
  background-color: #ffffff;
}

.light-color {
  color: #ffffff;
}

.default-bg-color {
  background-color: #25aae1;
}

.tagline {
  color: #65b32e;
}

.primary-font {
  font-family: 'Exo', sans-serif;
}

.secondary-font {
  font-family: 'Open Sans', sans-serif;
}

/* Icon wrapper */
.card-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  background-color: #f3f3f7;
  align-items: center;
  justify-content: center;
}

/* Card Share Icon wrapper */
.card-share-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  background-color: #f3f3f7;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.text-center .card-icon-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.text-left .card-icon-wrapper {
  margin-left: 0;
  margin-right: auto;
}

.text-right .card-icon-wrapper {
  margin-left: auto;
  margin-right: 0;
}


/* Letter Spacing */
.letter-spacing-1 { 
  letter-spacing: 1px;
}

.letter-spacing-2 { 
  letter-spacing: 2px;
}

/* Lists */
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 8px;
}

/* Text */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media (max-width: 1139px) {

  .text-tablet-left {
    text-align: left;
  }

  .text-tablet-right {
    text-align: right;
  }

  .text-tablet-center {
    text-align: center;
  }

}

@media (max-width: 767px) {

  .text-phone-left {
    text-align: left;
  }

  .text-phone-right {
    text-align: right;
  }

  .text-phone-center {
    text-align: center;
  }

}

/* Line Height */
.line-height-1 {
  line-height: 1;
}

.line-height-11 {
  line-height: 1.1;
}

.line-height-12 {
  line-height: 1.2;
}

.line-height-13 {
  line-height: 1.3;
}

.line-height-14 {
  line-height: 1.4;
}

.line-height-15 {
  line-height: 1.5;
}

.line-height-16 {
  line-height: 1.6;
}

.line-height-17 {
  line-height: 1.7;
}

.line-height-18 {
  line-height: 1.8;
}

.line-height-19 {
  line-height: 1.9;
}

.line-height-2 {
  line-height: 2;
}

@media (max-width: 1139px) {

  .line-height-tablet-1 {
    line-height: 1;
  }

  .line-height-tablet-11 {
    line-height: 1.1;
  }

  .line-height-tablet-12 {
    line-height: 1.2;
  }

  .line-height-tablet-13 {
    line-height: 1.3;
  }

  .line-height-tablet-14 {
    line-height: 1.4;
  }

  .line-height-tablet-15 {
    line-height: 1.5;
  }

}

@media (max-width: 767px) {

  .line-height-phone-1 {
    line-height: 1;
  }

  .line-height-phone-11 {
    line-height: 1.1;
  }

  .line-height-phone-12 {
    line-height: 1.2;
  }

  .line-height-phone-13 {
    line-height: 1.3;
  }

  .line-height-phone-14 {
    line-height: 1.4;
  }

  .line-height-phone-15 {
    line-height: 1.5;
  }

}

/* Floats */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

@media (max-width: 1139px) {

  .float-tablet-left {
    float: left;
  }

  .float-tablet-right {
    float: right;
  }

  .float-tablet-none {
    float: none;
  }

}

@media (max-width: 767px) {

  .float-phone-left {
    float: left;
  }

  .float-phone-right {
    float: right;
  }

  .float-phone-none {
    float: none;
  }

}

/* Font Weight */
.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

/* Max Width */
.max-width-1200,
.container-fluid .row-fluid .max-width-1200 {
  max-width: 1200px;
}

.max-width-1190,
.container-fluid .row-fluid .max-width-1190 {
  max-width: 1190px;
}

.max-width-1180,
.container-fluid .row-fluid .max-width-1180 {
  max-width: 1180px;
}

.max-width-1170,
.container-fluid .row-fluid .max-width-1170 {
  max-width: 1170px;
}

.max-width-1160,
.container-fluid .row-fluid .max-width-1160 {
  max-width: 1160px;
}

.max-width-1150,
.container-fluid .row-fluid .max-width-1150 {
  max-width: 1150px;
}

.max-width-1140,
.container-fluid .row-fluid .max-width-1140 {
  max-width: 1140px;
}

.max-width-1130,
.container-fluid .row-fluid .max-width-1130 {
  max-width: 1130px;
}

.max-width-1120,
.container-fluid .row-fluid .max-width-1120 {
  max-width: 1120px;
}

.max-width-1110,
.container-fluid .row-fluid .max-width-1110 {
  max-width: 1110px;
}

.max-width-1100,
.container-fluid .row-fluid .max-width-1100 {
  max-width: 1100px;
}

.max-width-1090,
.container-fluid .row-fluid .max-width-1090 {
  max-width: 1090px;
}

.max-width-1080,
.container-fluid .row-fluid .max-width-1080 {
  max-width: 1080px;
}

.max-width-1070,
.container-fluid .row-fluid .max-width-1070 {
  max-width: 1070px;
}

.max-width-1060,
.container-fluid .row-fluid .max-width-1060 {
  max-width: 1060px;
}

.max-width-1050,
.container-fluid .row-fluid .max-width-1050 {
  max-width: 1050px;
}

.max-width-1000,
.container-fluid .row-fluid .max-width-1000 {
  max-width: 1000px;
}

.max-width-950,
.container-fluid .row-fluid .max-width-950 {
  max-width: 950px;
}

.max-width-900,
.container-fluid .row-fluid .max-width-900 {
  max-width: 900px;
}



.max-width-800,
.container-fluid .row-fluid .max-width-800 {
  max-width: 800px;
}

.max-width-750,
.container-fluid .row-fluid .max-width-750 {
  max-width: 750px;
}

.max-width-700,
.container-fluid .row-fluid .max-width-700 {
  max-width: 700px;
}

.max-width-650,
.container-fluid .row-fluid .max-width-650 {
  max-width: 650px;
}

.max-width-600,
.container-fluid .row-fluid .max-width-600 {
  max-width: 600px;
}

.max-width-550,
.container-fluid .row-fluid .max-width-550 {
  max-width: 550px;
}

.max-width-500,
.container-fluid .row-fluid .max-width-500 {
  max-width: 500px;
}

.max-width-450,
.container-fluid .row-fluid .max-width-450 {
  max-width: 450px;
}

.max-width-400,
.container-fluid .row-fluid .max-width-400 {
  max-width: 400px;
}

.max-width-350,
.container-fluid .row-fluid .max-width-350 {
  max-width: 350px;
}

.max-width-300,
.container-fluid .row-fluid .max-width-300 {
  max-width: 300px;
}

/* Min Height */
.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%; 
}

.min-h-screen {
  min-height: 100vh; 
}

/* Spacing */
.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.m-0 {
  margin: 0;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-55 {
  margin: 55px;
}

.m-60 {
  margin: 60px;
}

.m-65 {
  margin: 65px;
}

.m-70 {
  margin: 70px;
}

.m-75 {
  margin: 75px;
}

.m-80 {
  margin: 80px;
}

.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-0 {
  margin-right: 0;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-0 {
  margin-left: 0;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

@media (max-width: 1139px) {

  .m-30,
  .m-35 {
    margin: 25px;
  }

  .m-40,
  .m-45 {
    margin: 30px;
  }

  .m-50,
  .m-55 {
    margin: 35px;
  }

  .m-60,
  .m-65 {
    margin: 40px;
  }

  .m-70,
  .m-75,
  .m-80 {
    margin: 45px;
  }

  .mt-30,
  .mt-35 {
    margin-top: 25px;
  }

  .mt-40,
  .mt-45 {
    margin-top: 30px;
  }

  .mt-50,
  .mt-55 {
    margin-top: 35px;
  }

  .mt-60,
  .mt-65 {
    margin-top: 40px;
  }

  .mt-70,
  .mt-75,
  .mt-80 {
    margin-top: 45px;
  }

  .mr-30,
  .mr-35 {
    margin-right: 25px;
  }

  .mr-40,
  .mr-45 {
    margin-right: 30px;
  }

  .mr-50,
  .mr-55 {
    margin-right: 35px;
  }

  .mr-60,
  .mr-65 {
    margin-right: 40px;
  }

  .mr-70,
  .mr-75,
  .mr-80 {
    margin-right: 45px;
  }

  .mb-30,
  .mb-35 {
    margin-bottom: 25px;
  }

  .mb-40,
  .mb-45 {
    margin-bottom: 30px;
  }

  .mb-50,
  .mb-55 {
    margin-bottom: 35px;
  }

  .mb-60,
  .mb-65 {
    margin-bottom: 40px;
  }

  .mb-70,
  .mb-75,
  .mb-80 {
    margin-bottom: 45px;
  }

  .ml-30,
  .ml-35 {
    margin-left: 25px;
  }

  .ml-40,
  .ml-45 {
    margin-left: 30px;
  }

  .ml-50,
  .ml-55 {
    margin-left: 35px;
  }

  .ml-60,
  .ml-65 {
    margin-left: 40px;
  }

  .ml-70,
  .ml-75,
  .ml-80 {
    margin-left: 45px;
  }

  .m-tablet-0 {
    margin: 0;
  }

  .mt-tablet-0 {
    margin-top: 0;
  }

  .mr-tablet-0 {
    margin-right: 0;
  }

  .mb-tablet-0 {
    margin-bottom: 0;
  }

  .ml-tablet-0 {
    margin-left: 0;
  }

}

@media (max-width: 767px) {

  .m-15,
  .m-20,
  .m-25 {
    margin: 10px;
  }

  .m-30,
  .m-35 {
    margin: 15px;
  }

  .m-40,
  .m-45 {
    margin: 20px;
  }

  .m-50,
  .m-55 {
    margin: 25px;
  }

  .m-60,
  .m-65 {
    margin: 30px;
  }

  .m-70,
  .m-75,
  .m-80 {
    margin: 35px;
  }

  .mt-15,
  .mt-20,
  .mt-25 {
    margin-top: 10px;
  }

  .mt-30,
  .mt-35 {
    margin-top: 15px;
  }

  .mt-40,
  .mt-45 {
    margin-top: 20px;
  }

  .mt-50,
  .mt-55 {
    margin-top: 25px;
  }

  .mt-60,
  .mt-65 {
    margin-top: 30px;
  }

  .mt-70,
  .mt-75,
  .mt-80 {
    margin-top: 35px;
  }

  .mr-15,
  .mr-20,
  .mr-25 {
    margin-right: 10px;
  }

  .mr-30,
  .mr-35 {
    margin-right: 15px;
  }

  .mr-40,
  .mr-45 {
    margin-right: 20px;
  }

  .mr-50,
  .mr-55 {
    margin-right: 25px;
  }

  .mr-60,
  .mr-65 {
    margin-right: 30px;
  }

  .mr-70,
  .mr-75,
  .mr-80 {
    margin-right: 35px;
  }

  .mb-15,
  .mb-20,
  .mb-25 {
    margin-bottom: 10px;
  }

  .mb-30,
  .mb-35 {
    margin-bottom: 15px;
  }

  .mb-40,
  .mb-45 {
    margin-bottom: 20px;
  }

  .mb-50,
  .mb-55 {
    margin-bottom: 25px;
  }

  .mb-60,
  .mb-65 {
    margin-bottom: 30px;
  }

  .mb-70,
  .mb-75,
  .mb-80 {
    margin-bottom: 35px;
  }

  .ml-15,
  .ml-20,
  .ml-25 {
    margin-left: 10px;
  }

  .ml-30,
  .ml-35 {
    margin-left: 15px;
  }

  .ml-40,
  .ml-45 {
    margin-left: 20px;
  }

  .ml-50,
  .ml-55 {
    margin-left: 25px;
  }

  .ml-60,
  .ml-65 {
    margin-left: 30px;
  }

  .ml-70,
  .ml-75,
  .ml-80 {
    margin-left: 35px;
  }

  .m-phone-0 {
    margin: 0;
  }

  .mt-phone-0 {
    margin-top: 0;
  }

  .mr-phone-0 {
    margin-right: 0;
  }

  .mb-phone-0 {
    margin-bottom: 0;
  }

  .ml-phone-0 {
    margin-left: 0;
  }

}

.p-0 {
  padding: 0;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

.p-120 {
  padding: 120px;
}

.p-150 {
  padding: 150px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pr-0 {
  padding-right: 0;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-150 {
  padding-right: 150px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pl-0 {
  padding-left: 0;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-150 {
  padding-left: 150px;
}

@media (max-width: 1139px) {

  .p-30,
  .p-35 {
    padding: 25px;
  }

  .p-40,
  .p-45 {
    padding: 30px;
  }

  .p-50,
  .p-55 {
    padding: 40px;
  }

  .p-60,
  .p-65,
  .p-70,
  .p-75,
  .p-80,
  .p-85,
  .p-90 {
    padding: 50px;
  }

  .p-95,
  .p-100,
  .p-120,
  .p-150 {
    padding: 60px;
  }

  .py-30,
  .py-35 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .py-40,
  .py-45 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .py-50,
  .py-55 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .py-60,
  .py-65,
  .py-70,
  .py-75,
  .py-80,
  .py-85,
  .py-90 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .py-95,
  .py-100,
  .py-120,
  .py-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .px-30,
  .px-35 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .px-40,
  .px-45 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .px-50,
  .px-55 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-60,
  .px-65,
  .px-70,
  .px-75,
  .px-80,
  .px-85,
  .px-90 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .px-95,
  .px-100,
  .px-120,
  .px-150 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .pt-30,
  .pt-35 {
    padding-top: 25px;
  }

  .pt-40,
  .pt-45 {
    padding-top: 30px;
  }

  .pt-50,
  .pt-55 {
    padding-top: 40px;
  }

  .pt-60,
  .pt-65,
  .pt-70,
  .pt-75,
  .pt-80,
  .pt-85,
  .pt-90 {
    padding-top: 50px;
  }

  .pt-95,
  .pt-100,
  .pt-120,
  .pt-150 {
    padding-top: 60px;
  }

  .pr-30,
  .pr-35 {
    padding-right: 25px;
  }

  .pr-40,
  .pr-45 {
    padding-right: 30px;
  }

  .pr-50,
  .pr-55 {
    padding-right: 40px;
  }

  .pr-60,
  .pr-65,
  .pr-70,
  .pr-75,
  .pr-80,
  .pr-85,
  .pr-90 {
    padding-right: 50px;
  }

  .pr-95,
  .pr-100,
  .pr-120,
  .pr-150 {
    padding-right: 60px;
  }

  .pb-30,
  .pb-35 {
    padding-bottom: 25px;
  }

  .pb-40,
  .pb-45 {
    padding-bottom: 30px;
  }

  .pb-50,
  .pb-55 {
    padding-bottom: 40px;
  }

  .pb-60,
  .pb-65,
  .pb-70,
  .pb-75,
  .pb-80,
  .pb-85,
  .pb-90 {
    padding-bottom: 50px;
  }

  .pb-95,
  .pb-100,
  .pb-120,
  .pb-150 {
    padding-bottom: 60px;
  }

  .pl-30,
  .pl-35 {
    padding-left: 25px;
  }

  .pl-40,
  .pl-45 {
    padding-left: 30px;
  }

  .pl-50,
  .pl-55 {
    padding-left: 40px;
  }

  .pl-60,
  .pl-65,
  .pl-70,
  .pl-75,
  .pl-80,
  .pl-85,
  .pl-90 {
    padding-left: 50px;
  }

  .pl-95,
  .pl-100,
  .pl-120,
  .pl-150 {
    padding-left: 60px;
  }

  .p-tablet-0 {
    padding: 0;
  }

  .pt-tablet-0 {
    padding-top: 0;
  }

  .pr-tablet-0 {
    padding-right: 0;
  }

  .pb-tablet-0 {
    padding-bottom: 0;
  }

  .pl-tablet-0 {
    padding-left: 0;
  }

}

@media (max-width: 767px) {

  .p-5,
  .p-15,
  .p-20,
  .p-25 {
    padding: 10px;
  }

  .p-30,
  .p-35 {
    padding: 15px;
  }

  .p-40,
  .p-45 {
    padding: 20px;
  }

  .p-50,
  .p-55 {
    padding: 25px;
  }

  .p-60,
  .p-65,
  .p-70,
  .p-75,
  .p-80,
  .p-85,
  .p-90,
  .p-95,
  .p-100,
  .p-120,
  .p-150 {
    padding: 30px;
  }

  .py-5,
  .py-15,
  .py-20,
  .py-25 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .py-30,
  .py-35 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .py-40,
  .py-45 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .py-50,
  .py-55 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .py-60,
  .py-65,
  .py-70,
  .py-75,
  .py-80,
  .py-85,
  .py-90,
  .py-95,
  .py-100,
  .py-120,
  .py-150 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .px-5,
  .px-15,
  .px-20,
  .px-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .px-30,
  .px-35 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .px-40,
  .px-45 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-50,
  .px-55 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .px-60,
  .px-65,
  .px-70,
  .px-75,
  .px-80,
  .px-85,
  .px-90,
  .px-95,
  .px-100,
  .px-120,
  .px-150 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pt-5,
  .pt-15,
  .pt-20,
  .pt-25 {
    padding-top: 10px;
  }

  .pt-30,
  .pt-35 {
    padding-top: 15px;
  }

  .pt-40,
  .pt-45 {
    padding-top: 20px;
  }

  .pt-50,
  .pt-55 {
    padding-top: 25px;
  }

  .pt-60,
  .pt-65,
  .pt-70,
  .pt-75,
  .pt-80,
  .pt-85,
  .pt-90,
  .pt-95,
  .pt-100,
  .pt-120,
  .pt-150 {
    padding-top: 30px;
  }

  .pr-5,
  .pr-15,
  .pr-20,
  .pr-25 {
    padding-right: 10px;
  }

  .pr-30,
  .pr-35 {
    padding-right: 15px;
  }

  .pr-40,
  .pr-45 {
    padding-right: 20px;
  }

  .pr-50,
  .pr-55 {
    padding-right: 25px;
  }

  .pr-60,
  .pr-65,
  .pr-70,
  .pr-75,
  .pr-80,
  .pr-85,
  .pr-90,
  .pr-95,
  .pr-100,
  .pr-120,
  .pr-150 {
    padding-right: 30px;
  }

  .pb-5,
  .pb-15,
  .pb-20,
  .pb-25 {
    padding-bottom: 10px;
  }

  .pb-30,
  .pb-35 {
    padding-bottom: 15px;
  }

  .pb-40,
  .pb-45 {
    padding-bottom: 20px;
  }

  .pb-50,
  .pb-55 {
    padding-bottom: 25px;
  }

  .pb-60,
  .pb-65,
  .pb-70,
  .pb-75,
  .pb-80,
  .pb-85,
  .pb-90,
  .pb-95,
  .pb-100,
  .pb-120,
  .pb-150 {
    padding-bottom: 30px;
  }

  .pl-5,
  .pl-15,
  .pl-20,
  .pl-25 {
    padding-left: 10px;
  }

  .pl-30,
  .pl-35 {
    padding-left: 15px;
  }

  .pl-40,
  .pl-45 {
    padding-left: 20px;
  }

  .pl-50,
  .pl-55 {
    padding-left: 25px;
  }

  .pl-60,
  .pl-65,
  .pl-70,
  .pl-75,
  .pl-80,
  .pl-85,
  .pl-90,
  .pl-95,
  .pl-100,
  .pl-120,
  .pl-150 {
    padding-left: 30px;
  }

  .p-phone-0 {
    padding: 0;
  }

  .pt-phone-0 {
    padding-top: 0;
  }

  .pr-phone-0 {
    padding-right: 0;
  }

  .pb-phone-0 {
    padding-bottom: 0;
  }

  .pl-phone-0,
  .pl-phone-0 {
    padding-left: 0;
  }

}

/* Font Size */
.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-31 {
  font-size: 31px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-33 {
  font-size: 33px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-37 {
  font-size: 37px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-39 {
  font-size: 39px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-41 {
  font-size: 41px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-43 {
  font-size: 43px;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-45 {
  font-size: 45px;
}

.font-size-46 {
  font-size: 46px;
}

.font-size-47 {
  font-size: 47px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-49 {
  font-size: 49px;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-51 {
  font-size: 51px;
}

.font-size-52 {
  font-size: 52px;
}

.font-size-53 {
  font-size: 53px;
}

.font-size-54 {
  font-size: 54px;
}

.font-size-55 {
  font-size: 55px;
}

.font-size-56 {
  font-size: 56px;
}

.font-size-57 {
  font-size: 57px;
}

.font-size-58 {
  font-size: 58px;
}

.font-size-59 {
  font-size: 59px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-61 {
  font-size: 61px;
}

.font-size-62 {
  font-size: 62px;
}

.font-size-63 {
  font-size: 63px;
}

.font-size-64 {
  font-size: 64px;
}

.font-size-65 {
  font-size: 65px;
}

.font-size-66 {
  font-size: 66px;
}

.font-size-67 {
  font-size: 67px;
}

.font-size-68 {
  font-size: 68px;
}

.font-size-69 {
  font-size: 69px;
}

.font-size-70 {
  font-size: 70px;
}

.font-size-71 {
  font-size: 71px;
}

.font-size-72 {
  font-size: 72px;
}

.font-size-73 {
  font-size: 73px;
}

.font-size-74 {
  font-size: 74px;
}

.font-size-75 {
  font-size: 75px;
}

.font-size-76 {
  font-size: 76px;
}

.font-size-77 {
  font-size: 77px;
}

.font-size-78 {
  font-size: 78px;
}

.font-size-79 {
  font-size: 79px;
}

.font-size-80 {
  font-size: 80px;
}

.font-size-81 {
  font-size: 81px;
}

.font-size-82 {
  font-size: 82px;
}

.font-size-83 {
  font-size: 83px;
}

.font-size-84 {
  font-size: 84px;
}

.font-size-85 {
  font-size: 85px;
}

.font-size-86 {
  font-size: 86px;
}

.font-size-87 {
  font-size: 87px;
}

.font-size-88 {
  font-size: 88px;
}

.font-size-89 {
  font-size: 89px;
}

.font-size-90 {
  font-size: 90px;
}

.font-size-91 {
  font-size: 91px;
}

.font-size-92 {
  font-size: 92px;
}

.font-size-93 {
  font-size: 93px;
}

.font-size-94 {
  font-size: 94px;
}

.font-size-95 {
  font-size: 95px;
}

.font-size-96 {
  font-size: 96px;
}

.font-size-97 {
  font-size: 97px;
}

.font-size-98 {
  font-size: 98px;
}

.font-size-99 {
  font-size: 99px;
}

.font-size-100 {
  font-size: 100px;
}

.font-size-200 {
  font-size: 200px;
}

@media (max-width: 1139px) {

  .font-size-39,
  .font-size-40,
  .font-size-41 {
    font-size: 38px;
  }

  .font-size-42,
  .font-size-43 {
    font-size: 40px;
  }

  .font-size-44 {
    font-size: 41px;
  }

  .font-size-45 {
    font-size: 42px;
  }

  .font-size-46,
  .font-size-47 {
    font-size: 43px;
  }

  .font-size-48,
  .font-size-49 {
    font-size: 45px;
  }

  .font-size-50,
  .font-size-51,
  .font-size-52 {
    font-size: 47px;
  }

  .font-size-53,
  .font-size-54,
  .font-size-55,
  .font-size-56,
  .font-size-57 {
    font-size: 49px;
  }

  .font-size-58,
  .font-size-59,
  .font-size-60,
  .font-size-61,
  .font-size-62 {
    font-size: 51px;
  }

  .font-size-63,
  .font-size-64,
  .font-size-65,
  .font-size-66,
  .font-size-67 {
    font-size: 53px;
  }

  .font-size-68,
  .font-size-69,
  .font-size-70,
  .font-size-71,
  .font-size-72 {
    font-size: 55px;
  }

  .font-size-73,
  .font-size-74,
  .font-size-75,
  .font-size-76,
  .font-size-77 {
    font-size: 57px;
  }

  .font-size-78,
  .font-size-79,
  .font-size-80,
  .font-size-81,
  .font-size-82 {
    font-size: 59px;
  }

  .font-size-83,
  .font-size-84,
  .font-size-85,
  .font-size-86,
  .font-size-87 {
    font-size: 61px;
  }

  .font-size-88,
  .font-size-89,
  .font-size-90,
  .font-size-91,
  .font-size-92 {
    font-size: 63px;
  }

  .font-size-93,
  .font-size-94,
  .font-size-95,
  .font-size-96,
  .font-size-97 {
    font-size: 65px;
  }

  .font-size-98,
  .font-size-99,
  .font-size-100 {
    font-size: 67px;
  }

  .font-size-200 {
    font-size: 100px;
  }

}

@media (max-width: 767px) {

  .font-size-17,
  .font-size-18 {
    font-size: 16px;
  }

  .font-size-19,
  .font-size-20 {
    font-size: 18px;
  }

  .font-size-21,
  .font-size-22,
  .font-size-23,
  .font-size-24,
  .font-size-25,
  .font-size-26 {
    font-size: 20px;
  }

  .font-size-27,
  .font-size-28 {
    font-size: 21px;
  }

  .font-size-29,
  .font-size-30 {
    font-size: 22px;
  }

  .font-size-31,
  .font-size-32 {
    font-size: 23px;
  }

  .font-size-33,
  .font-size-34,
  .font-size-35,
  .font-size-36 {
    font-size: 24px;
  }

  .font-size-37,
  .font-size-38 {
    font-size: 25px;
  }

  .font-size-39,
  .font-size-40,
  .font-size-41 {
    font-size: 26px;
  }

  .font-size-42,
  .font-size-43 {
    font-size: 27px;
  }

  .font-size-44,
  .font-size-45,
  .font-size-46,
  .font-size-47 {
    font-size: 28px;
  }

  .font-size-48,
  .font-size-49 {
    font-size: 29px;
  }

  .font-size-50,
  .font-size-51,
  .font-size-52 {
    font-size: 30px;
  }

  .font-size-53,
  .font-size-54,
  .font-size-55,
  .font-size-56,
  .font-size-57 {
    font-size: 32px;
  }

  .font-size-58,
  .font-size-59,
  .font-size-60,
  .font-size-61,
  .font-size-62 {
    font-size: 34px;
  }

  .font-size-63,
  .font-size-64,
  .font-size-65,
  .font-size-66,
  .font-size-67 {
    font-size: 36px;
  }

  .font-size-68,
  .font-size-69,
  .font-size-70,
  .font-size-71,
  .font-size-72 {
    font-size: 38px;
  }

  .font-size-73,
  .font-size-74,
  .font-size-75,
  .font-size-76,
  .font-size-77 {
    font-size: 40px;
  }

  .font-size-78,
  .font-size-79,
  .font-size-80,
  .font-size-81,
  .font-size-82 {
    font-size: 42px;
  }

  .font-size-83,
  .font-size-84,
  .font-size-85,
  .font-size-86,
  .font-size-87 {
    font-size: 44px;
  }

  .font-size-88,
  .font-size-89,
  .font-size-90,
  .font-size-91,
  .font-size-92 {
    font-size: 46px;
  }

  .font-size-93,
  .font-size-94,
  .font-size-95,
  .font-size-96,
  .font-size-97 {
    font-size: 48px;
  }

  .font-size-98,
  .font-size-99, 
  .font-size-100 {
    font-size: 50px;
  }

  .font-size-200 {
    font-size: 60px;
  }

}
/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */


















.dnd-section {
  padding-bottom: 40px;
  padding-top: 40px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #65b32e;
}
.page-center {
  max-width: 1680px;
}




html {
  font-size: ;
}

body {
  
  color: rgba(#null, 0.0);
  
  font-family: ,Helvetica,Arial,Lucida,sans-serif;
  font-weight: ;
  font-size: px;
}

a {
  color: rgba(101, 179, 46, 0.0);
}

a:hover,
a:focus {
  color: rgba(#null, 0.0);
}

h1 {
  
  color: rgba(#null, 0.0);
  
  font-family: ;
  font-size: px;
  font-weight: ;
}

h2 {
  
  color: rgba(#null, 0.0);
  
  font-family: ;
  font-size: px;
  font-weight: ;
}

h3 {
  
  color: rgba(#null, 0.0);
  
  font-family: ;
  font-size: px;
  font-weight: ;
}

h4 {
  
  color: rgba(#null, 0.0);
  
  font-family: ;
  font-size: px;
  font-weight: ;
}

h5 {
  
  color: rgba(#null, 0.0);
  
  font-family: ;
  font-size: px;
  font-weight: ;
}

h6 {
  
  color: rgba(#null, 0.0);
  
  font-family: ;
  font-size: px;
  font-weight: ;
}

blockquote {
  border-left: 10px solid #65b32e;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
}

h3.form-title {
  background-color: rgba(101, 179, 46, 1.0);
  color: rgba(255, 255, 255, 0.0);
}

.hs-button,
.button--primary {
  background-color: rgba(101, 179, 46, 1.0);
  border-color: rgba(101, 179, 46, 0.0);
  border-radius: 20px;
  border-width: 1px;
  color: rgba(255, 255, 255, 0.0);
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}


.hs-form label {
  color: rgba(0, 150, 64, 0.0);
}

.hs-form legend {
  color: rgba(0, 150, 64, 0.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(243, 243, 247, 0.0);
  color: ;
  border-radius: px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(0, 150, 64, 0.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: ;
}

.hs-richtext {
  font-size: ;
}


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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 150, 64, 0.0);
  color: rgba(0, 150, 64, 0.0);
}

thead th,
thead td {
  background-color: rgba(0, 150, 64, 0.0);
  color: rgba(255, 255, 255, 0.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 0.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 150, 64, 0.0);
}





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



.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(28, 29, 41, 0.0);    
}  

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

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


.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  background-color: rgba(#null, 0.0);
}


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

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

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

.custom-menu-primary .hs-menu-wrapper>ul li:nth-child(3) .mega-menu-wrapper, {
  background-color: rgba(255, 255, 255, 1.0);
}


.mega-menu-wrapper .mega-container>ul>li:nth-child(2)>ul>li>a{
  color: rgba(#null, 0.0);
}

.mega-menu-wrapper .mega-container>ul>li:nth-child(2)>ul>li>a:hover{
  color: rgba(#null, 0.0);
}

.mega-menu-wrapper .mega-container>ul>li:nth-child(2)>ul>li.show>a{
  color: rgba(#null, 0.0);
}

.mega-menu-wrapper .mega-container>ul>li>a{
  color: rgba(#null, 0.0);
}

.mega-menu-wrapper .mega-container>ul,.mega-menu-wrapper .mega-container{
  background-color: rgba(#null, 0.0);
}

.mega-menu-wrapper .mega-container>ul>li>ul>li>ul>li>a{
  color: rgba(#null, 0.0);
}

.mega-menu-wrapper .mega-container>ul>li>ul>li>ul>li>a:hover{
  color: rgba(#null, 0.0);
}


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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(28, 29, 41, 0.0);
  }
}





.footer {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(28, 29, 41, 0.0);
}

div#hs_cos_wrapper_merlo_group_title h3,.footer_form form fieldset:nth-child(3) ul li label{
  color: rgba(28, 29, 41, 0.0);
}

.footer__container {
  max-width: 1680px;
}

.footer-top .ft-item ul li a,.footer-bottom a{
  color: rgba(28, 29, 41, 0.0);
}

.footer-top .ft-item ul li a:hover,.footer-bottom a:hover{
  color: rgba(101, 179, 46, 0.0);
}

.footer-bottom{
  color: rgba(#null, 0.0);
}

.fb-item.fb-item2 button{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
}

.fb-item.fb-item2 button:hover{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
}

.site-footer-channels li a,.footer_form form fieldset:nth-child(3) ul li label span a{
  color: rgba(#null, 0.0);
}


.site-footer-channels li a:hover,.footer_form form fieldset:nth-child(3) ul li label span a:hover{
  color: rgba(#null, 0.0);
}

.footer_form form .hs-button{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}

.footer_form form .hs-button:hover{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}

.footer-top .ft-item h3, .ft-item6 div#hs_cos_wrapper_newsletter_title h3{
  color: rgba(#null, 0.0);
}

.footer_form form fieldset:nth-child(1) input, 
.footer_form form fieldset:nth-child(2) input{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
  border-color:rgba(#null, 0.0);
}

.footer_form form input::-webkit-input-placeholder{
  color: rgba(#null, 0.0);
}

.footer_form form fieldset:nth-child(1) input:focus, 
.footer_form form fieldset:nth-child(2) input:focus{
  outline: 0;
  border-color: rgba(#null, 0.0);
}

.site-aside{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}

.site-aside-shortcuts ul li:nth-child(2){
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}

.site-aside-shortcuts ul li>div>a{
  color: rgba(#null, 0.0);
}

.site-aside-shortcuts ul li>div>a:hover{
  color: rgba(#null, 0.0);
}


.site-aside-shortcuts ul li>div>div{
  color: rgba(#null, 0.0);
}







.content-wrapper {

}

.blog-post__date {
  border-color: ;
}

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

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

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

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

.blog-pagination__link {
  color: ;
}

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

.blog-post__title {
  color: ;
  font-family:;
  font-size: px;
  font-weight: ;
}

.blog-post__author {
  background-color: #65b32e;
}

#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            */

.blog-header {
  background-color: rgb(#null);
}

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

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

.blog-post__tag-link:hover{
  color: ;
}

.blog-post__read-more svg {
  fill: ;
}

.blog-post__read-more a:hover svg {
  fill: ;
}

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

.blog-sidebar a {
  color: ;
}

.blog-sidebar a:hover {
  color: ;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

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

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

.blog-post__meta a {
  color: ;
}

.blog-post__body, .blog-post__tags a {
  color: ;
}

.blog-post__meta a:hover {
  color: 
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: ;
}

.blog-post__back-to-blog:hover {
  color: ;
}

.blog-post__back-to-blog svg {
  fill: ;
}

a.blog-post__back-to-blog:hover svg {
  fill: ;
}

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

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

/* .section.post-footer .hs-input {
  border-color: rgb(#null);
} */

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #009640;
}

body .tns-nav button.tns-nav-active {
  background-color: #009640;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #009640;
}

body .social-links__icon {
  background-color: #009640;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #65b32e;
}

.page-center{
  max-width: 1680px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.dnd-section > .row-fluid,.content-wrapper {
  
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, body_font=, footer=, global_colors=, heading_font=, global_fonts=, header=, forms=}
}
[data-global-resource-path*="header-no-navigation.html"] .header.active, [data-global-resource-path*="header.html"] .header.active {
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
[data-global-resource-path*="header-no-navigation.html"] .header.active, [data-global-resource-path*="header.html"] .header.active {
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.header__container .header__row-2 {
    padding: 0 20px;
    border: unset;
}
.header.active .header__container .header__row-2 {
    border: unset;
}
#email-prefs-form strong { display: none; }

.body-container--blog-index #hs_cos_wrapper_dnd_area-module-2 .th-hero-2{

    text-align: left !important;
}
.body-container--blog-index #hs_cos_wrapper_dnd_area-module-2 .th-hero-2 span{
color:#fff;
font-size: 14px;
font-style: normal;
font-weight: 350;
line-height: normal;
text-transform: uppercase;
      font-family: Forza;
}
.body-container--blog-index #hs_cos_wrapper_dnd_area-module-2 .th-hero-2 p span{
color: #FFF;
font-family: Forza;
font-size: 20px;
font-style: normal;
font-weight: 200;
  text-transform: unset;
line-height: normal;
}
.body-container--blog-index #hs_cos_wrapper_dnd_area-module-2 .th-hero-2 h1{
color:#fff;
} 
.th-blog-listing-hero a.button {
    background-color: #81b13e;
    border: unset;
    border-radius: 0;
    color: #fff;
}
.body-container--blog-index #hs_cos_wrapper_dnd_area-module-2 .th-hero-2 p{
color:#fff;
  font-size: 28px;
font-style: normal;
font-weight: 325;
line-height: normal;
      font-family: Forza;
}

.header .dnd-section {
    padding: 0;
    margin-top: -2px;
}
.body-container .dnd-section {
    padding: 0px 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}
.sezione-blu-form .form-div form {
  padding:0px;
  padding-top:40px;
}

body .body-container-wrapper {
    padding: 0px 0;
}
footer .footer-bottom,
footer .contatti{
color:#fff;
}
.content-wrapper {
    margin: 0 auto;
    padding: 0 0px;
}
header .col-burger{
display:none;
}
@media (max-width: 960px) {
  header .col-mid,
  header.header-landing-menu .button-header,
  header .col-last{
  display:none !important;
  }
header .col-burger{
display:block;
}
  header.header-landing-menu .col-logo {
    flex: 0 0 90% !important;
}
}
#hs_cos_wrapper_dnd_area-module-4 .th-blog-listing-hero .card-title-line{
display:none;
}
#hs_cos_wrapper_dnd_area-module-4 .th-blog-listing-hero .card-flex .card-col.card-image-wrap {
    padding: 0px;
    display: flex;
    justify-content: end;
}
#hs_cos_wrapper_dnd_area-module-4 .th-blog-listing-hero .card-flex .card-col.card-content-wrap {
    padding: 40px;
  border-left: 4px solid #81B13E;
}
#hs_cos_wrapper_widget_1740640104343{
padding:50px 5%;
}
.burger-menu span {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
  margin-bottom:5px;
    transition: 0.3s;
}
.menu-overlay {
    position: fixed;
    top: 0;
    right: -300px; /* Initially hidden */
    width: 250px;  /* Adjust width as needed */
    height: 100%;
    background: rgba(0, 0, 0, 0.9); /* Dark overlay */
    transition: right 0.3s ease-in-out;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.menu-overlay.active {
    right: 0 ; /* Slide in */
}

/* Burger animation */
.burger-menu.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.burger-menu.active span:nth-child(2) {
    opacity: 0;
}
.burger-menu.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
button, .button, .cta_button {
       background-color: #81b13e;
    border: unset;
    border-radius: 0;
    color: #fff;
  font-family: Forza;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    text-transform: uppercase;
}
.blog-card-readmore .button{
  background-color: transparent;
    border: unset;
    border-radius: 0;
font-family: Forza;
font-size: 14px;
font-style: normal;
  display:flex;
  align-items:center;
font-weight: 350;
  gap:5px;
  padding:0px;
line-height: normal;
text-transform: uppercase;
  color:#81B13E;
}
.blog-post, .blog-header__inner, .blog-related-posts {
    padding: 40px 20%;
  margin:0 0;
  max-width:100%;
}
#hs_cos_wrapper_post_body h2 {
    color: #85af49;
    font-family: Forza;
    font-size: 35px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}
.footer-top .ft-item ul li a, .footer-bottom a {
    color: rgb(243 243 243);
}
.footer-top .ft-item ul li a:hover, .footer-bottom a:hover {
    color: rgb(243 243 243);
}
a{
color:#fff;
}
a,
p,
span{
font-family:'Montserrat';
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
font-family:'forza';
}
.hs-button, 
.button--primary,
form input[type=submit], 
form .hs-button,
.hs_cos_wrapper_type_linked_image img, 
.hs_cos_wrapper_type_rich_text img {
    border-radius: 0px;
}
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 input[type=search], form select, form textarea {
    border-color: #f3f3f7;
    color: #1c1d29;
    border-radius: 0px;
}
.hs_submit .actions{
text-align:end;
}

.heading-line, .card-title-line, .author-desc-line{
display:none;
}

.hs-blog-id-186292290745 .th-blog-post-hero-case-study{
    padding: 18% 40% 10% 20% !important;
  position:relative;
}

.th-blog-listing-hero h2.card-title{
  color:#81b13e !important;
  
}

.button-outline {
   
    border-radius: 0px;
   
}
 .th-blog-listing-hero .card-image-wrap img{
border-radius:0px !important;
   width:100%;
   height:300px;
   object-fit:cover;
}
  .hs-blog-post .heading-text .heading-type {
    font-size: 50px;
    font-weight: 400;
    text-align: left;
  }
@media (max-width: 767px) {
 .hs-blog-id-186292290745 .th-blog-post-hero-case-study{
    padding: 25% 30% 10% 20% !important;
   
}
  .hs-blog-post .heading-text .heading-type {
    font-size: 30px;
    font-weight: 400;
    text-align: left;
}
}
@media (max-width: 450px) {
 .hs-blog-id-186292290745 .th-blog-post-hero-case-study{
    padding: 30% 20% 10% 20% !important;
}
  .hs-blog-post .heading-text .heading-type {
    font-size: 25px;
    font-weight: 400;
    text-align: left;
}
}
.hs-blog-id-186292290745 .th-blog-post-hero-case-study::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 60, 75, 0.6); /* Your specified color */
    z-index: 1; /* Ensures it appears above the background */
}
.heading-text,
.text-center .tagline-wrap {
    justify-content: left;
    position: relative;
    z-index: 2;
}
#hs_cos_wrapper_widget_1740575724863 h2.titolo-blog {
    color: #81b13e;
    font-size: 35px;
}
h2.titolo-blog {
    color: #81b13e;
    font-size: 35px;
}


#hs_cos_wrapper_widget_ef1723c1-5c1f-46c9-9ca4-15581e6ac40c .social-links__icon {
    background-color: #24303C !important;
}
#hs_cos_wrapper_widget_ef1723c1-5c1f-46c9-9ca4-15581e6ac40c .social-links__icon svg {
    fill: #fff !important;
    height: 16px;
    width: 16px;
}
.hs-blog-post h3{
color: #81B13E;

/* titolo h2 */
font-family: Forza;
font-size: 25px;
 font-weight: 300;
}
.hs-blog-post .heading-text .heading-type.titolo-consigli {
    color: #81B13E;
font-family: Forza;
font-size: 35px;
font-style: normal;
font-weight: 350;
line-height: normal;
}

.th-blog-post-related-posts {
    padding: 0 10%;
}

#hs_cos_wrapper_post_body p a{
color:#000;
  text-decoration:underline;
}
#hs_cos_wrapper_post_body p a:hover{
color:#85af49;
  text-decoration:underline;
}