


:root {
  --primary-color: #f47721;
  --secondary-color: #1976d2;
  --third-color: ;
  --fourth-color: ;
  --fifth-color: ;
  --sixth-color: #343D45;
  --anchor-primary-color: #f47721;
  --anchor-primary-hover-color: #1976D2;
  --header-background-color: rgba(255, 255, 255, 0%);
  --header-sticky-background-color: rgba(232, 236, 242, 30%);
  --header-sticky-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 20%);
  --primary-round-edge: 28px;
  --secondary-round-edge: 0px;
  --primary-box-shadow: 0px 0px 10px 0px rgba(25, 118, 210, 30%);
  --primary-header-submenu-box-shadow: 0px 20px 40px rgba(25, 118, 210, 30%);
}


/** How to use a variable in css 

color: var(--secondary-color);

**/







 /** Menu Color **/

/* Section Spacing */

 /** Menu Color **/
 /** Menu Hover Color **/
 /** Menu Color **/
 /** Menu Hover Color **/

/* 1b. Colors */

/** Header Color **/

 /** Menu Color **/
 /** Menu Hover Color **/

/** Body Color **/

 /** Body Color **/
  /** Body Light Color **/
 /** Title Color **/
 /** Title Light Color **/

 /** Dark Background Color **/
 /** Dark Background Title Color **/
 /** Dark Background Body Color **/
 
 

/** Footer Color **/
 /** Footer Text Color **/
 /** Footer Column Title Color **/
 /** Footer Color **/
 /** Footer Hover Color **/

/* 1c. Typography */


/**  **/












































/* 1d.1. Buttons */

 
 
 
 

/** Primary CTA (button) **/
 
 
 
 
 

 
 






 

/** Secondry CTA (button) **/
 

 
 


 

/** Stand Out CTA (button) **/
 

 
 


 


/* 1e. Forms */











 
 



/** Form Button **/
 
 
 




 
 
 

/* 1e. Others */






*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}
body img{
  height:auto;
}

body .dnd-module .hs_cos_wrapper_type_form{
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1320px;
  display: block;
}
body .dnd-module .hs_cos_wrapper_type_header,
body .dnd-module .hs_cos_wrapper_type_rich_text,
body .dnd-module .hs_cos_wrapper_type_linked_image,
body .wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px;
  width: 100%;
  z-index:5;
  display: block;
}

body:not(.modal-open) .wrapper{
    z-index:3;
}





html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  font-size: 18px!important;
  font-family: Montserrat; font-style: normal; font-weight: 400; text-decoration: none;
  line-height: 32px!important;
  color: var(--sixth-color);
  -webkit-font-smoothing: antialiased;
}

.blog-index__post .auth_read-box .blog-index__post-author-name,
.blog-index__post .auth_read-box .reading-minutes span,
.blog-index__post .blog-index__post-timestamp{
  font-size: calc(18px - 4px);
}

/* Paragraphs */

body dl,body ol,body ul {
    margin: 15px 0px;
  list-style:none;
    list-style-position: outside;
   padding-left:15px;
}
body ul{
  margin-left:20px;
  }
body main ul li:not(.menu-item):not(footer li):not(form li):not(.card__feature-item):not(.nav-item-1 ){
  list-style-type: none;
  position: relative;
}
body main ul li:not(.menu-item):not(footer li):not(form li):not(.card__feature-item):not(.nav-item-1 ) p{
  margin-bottom: 0px!important;
}
body main ul li:not(.menu-item):not(footer li):not(form li):not(.card__feature-item):not(.nav-item-1 ) ul{
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  margin: 0px;
}
body main ul li:not(.menu-item):not(footer li):not(form li):not(.card__feature-item):not(.nav-item-1 ) ul li p{
  margin-bottom: 0px!important;
}
body main ul li:not(.menu-item):not(footer li):not(form li):not(.card__feature-item):not(.nav-item-1 ) p ul li p{
  margin-bottom: 0px!important;
}
body main ul li:not(.menu-item):not(footer li):not(form li):not(.card__feature-item):not(.nav-item-1 ):before{
    margin-top: 0;
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    border: 2px solid var(--primary-color);
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    top: 10px;
    margin-left: -23px;
}
body main ul li:not(.menu-item):not(footer li):not(form li):not(.card__feature-item):not(.nav-item-1 ) ul li:before{
  margin-top: 0;
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    border: 2px solid var(--primary-color);
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    top: 10px;
    margin-left: -23px;
}
body main ol{
   counter-reset: item;
}
body main ol li{
  counter-increment: item;
   margin-bottom: 5px;
  padding-left: 0px;
    position: relative;
}
body main ol li:before{
    content: counter(item);
    background-color: var(--primary-color);
    border-radius: 100%;
    color: #fff;
    width: 25px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    line-height: 25px;
}
body main ol li a{
  color: var(--anchor-primary-color);
}
body main ol li a:hover{
  color: var(--anchor-primary-hover-color);
}
p{
  font-size: 18px!important;
  line-height: 32px!important;
  margin: 0 0 40px;
}

body *:last-child{
  margin-bottom: 0px;
}

body .blog-post__body ul li{
    position: relative;
    padding-left: 20px;
    
}
/* Anchors */
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a,
body p a,
body li a,
body ol a{
   font-family: ;
  color: #f47721;
  border-bottom: none;
  box-shadow: none;
}

.footer .active-branch > a,
.menu__link--active-branch > a,
.menu__link--active-link,
body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover,
body h6 a:hover,
body a:not(.cta_button):hover,
body h1 a:focus,
body h2 a:focus,
body h3 a:focus,
body h4 a:focus,
body h5 a:focus,
body h6 a:focus,
body main a:focus,
body main a:hover,
body p a:focus {
  color: #1976d2 !important;
  text-decoration: underline;
}
body a.link-herf:focus,
body a.link-herf:hover{
   text-decoration: none !important;
}
body p a:active {
  color: #f47721;
}
.footer .footer-copyright .footer-legal ul li a,
.footer .footer-nav-list ul li a{
  color: #343D45; 
}
.footer .footer-nav-list ul li a:hover{
  color: #f47721;
}


body .theme-border-radius{
 border-radius: px; 
}
body .container-fluid{
  padding: 0;
}
.footer .footer-nav-list h6{
  color:#1976d2 !important;
}
.footer .footer-copyright p{
  color: #343D45 
}
.header a,
.header .menu__item--depth-1 > a
.header .menu__submenu .menu__link{
  color: #343D45;
}
.header .menu__item--depth-1 > a:hover,
.header .menu__submenu .menu__link:hover
{
  color: #f47721;
}

body .hs-menu-wrapper.flyouts .hs-item-has-children:hover>a:after,
body .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper
{
  border-color: #f47721;
}

.footer .footer-social svg:hover,
.footer li a:hover{
  color: #f47721;
  fill: #f47721;
}

.footer .footer-nav li.active a{
  color: #f47721;
}

.footer .social ul li a:hover {
	color: #f47721;
}

/* Headings */

body h1,
body .h1{
  font-family: Poppins; font-style: normal; font-weight: 700; text-decoration: none;
  color: #343D45;
  font-size: 58px!important;
  line-height: 72px!important;
  margin: 0px 0px 38px;
}

body h2, 
body .h2 {
  font-family: Poppins; font-style: normal; font-weight: 700; text-decoration: none;
  color: #343D45;
  font-size: 36px!important;
  line-height: 50px!important;
  margin: 0px 0px 20px;
}

body h3,
body .h3{
  font-family: Poppins; font-style: normal; font-weight: 700; text-decoration: none;
  color: #343D45;
  font-size: 30px!important;
  line-height: 40px!important;
  margin: 0px 0px 20px;
}

body h4,
body .h4{
  font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none;
  color: #343D45;
  font-size: 28px!important;
  line-height: 38px!important;
  margin: 0px 0px 20px;
}

body h5,
body .h5{
  font-family: Poppins; font-style: normal; font-weight: 700; text-decoration: none;
  color: #343D45;
  font-size: 24px!important;
  line-height: 34px!important;
  margin: 0px 0px 20px;
}
body h1 + h5{
  font-weight:300 !important;
}
body h6,
body .h6{
  font-family: Poppins; font-style: normal; font-weight: 700; text-decoration: none;
  color: #343D45;
  font-size: 18px!important;
  line-height: 32px!important;
  margin: 0px 0px 20px;
}


body i{
  font-style: italic;
  font-weight: 400;
}
.title-font{
  font-family: ;
}

.special-font{
  font-family: ;
}

.body-font{
  font-family: Montserrat;
}

.body-color{
  color: #f47721;
}

.body-color p{
  color: #f47721;
}

.title-color{
  color: ;
}

.accent-color,
.accent-color p{
  color: ;
}

.link-color{
  color: #f47721;
}

.prod-category .item:hover .bottom-item h3
{
	color: #f47721;
}
.prod-category .item:hover .bottom-item a
{
	color: ;
}

.banner .item h1 span {
  color: #f47721;
}
/** Swiper Slider **/

body .swiper-pagination-bullet{
  height: 15px;
  width: 15px;
	background-color: #fff;
  opacity:1;
  margin: 0 9px 0px !important
}

body .swiper-pagination-bullet-active{

	background-color: var(--secondary-color);
}
body .swiper-button-next, body .swiper-button-prev{
  color: #f47721;
}

/* Blockquote */

blockquote {
  border-left-color: ;
}
body h3.form-title{
  display:none;
}
body form .hs-form-field {
  margin: 0 0 20px 0;
}

body form.hs-form fieldset{
  max-width: 100% !important;
  width: 100% !important;
  margin: 0;
}

body form.hs-form fieldset .hs-form-field{
  margin: 0 0 20px 0; 
  text-align: left;
}

body form .hs_submit.hs-submit{
  margin: 40px 0 0 0;
}

form .inputs-list.multi-container .hs-form-checkbox label {
    margin: 10px 0;
}

body form select{
  appearance: none;
}

body form select{
  appearance: none;
  background-color: #ffffff;
  background-size:20px;
}

body form label input[type=checkbox] {
    cursor: pointer;
    left: 0;
    margin-left: -20px;
    opacity: .00000001;
    position: absolute;
    min-height: 24px;
    width: 50%;
    z-index: 9999;
}

body form label input[type=checkbox] + span {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 400;
    margin: 0;
    min-height: 24px;
    padding-left: 35px;
    position: relative;
}

body form label input[type=checkbox] + span:before {
    border: 1px solid var(--sixth-color);
    background-color: #fff;
    border-radius: 25%;
    content: '';
    height: 24px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    transition: transform .28s ease;
    width: 24px;
}

body form label input[type=checkbox]:checked~span:before, body form label input[type=checkbox]:checked~span:before {
    background-color: #FFF;
    border: 1px solid var(--sixth-color);
}

body form label input[type=checkbox]:checked~span:after, body form label input[type=checkbox]:checked~span:after {
    border-bottom: 2px solid var(--primary-color);
    border-left: 2px solid var(--primary-color);
    transform: rotate(-45deg) scale(1);
}

body form label input[type=checkbox] + span:after {
    border-bottom: 2px solid var(--primary-color);
    border-left: 2px solid var(--primary-color);
    content: '';
    display: block;
    height: 7px;
    left: 7px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg) scale(0);
    transition: transform ease .25s;
    width: 12px;
}

body form label input[type="radio"]:checked,
body form label input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
body form label input[type="radio"]:checked + span,
body form label input[type="radio"]:not(:checked) + span
{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
body form label input[type="radio"]:checked + span:before,
body form label input[type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
body form label input[type="radio"]:checked + span:after,
body form label input[type="radio"]:not(:checked) + span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
body form label input[type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
body form label input[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

body form .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin: 20px 0 0 0;
}
body form .legal-consent-container .hs-form-booleancheckbox-display>span,
body form .legal-consent-container p{
  font-size:14px;
}
body form textarea{
	border: 1px solid;
	border-radius: 12px;
	margin-bottom: 0px;
	outline: none !important;
	padding: 19px 20px 16px 24px;
	width: 100% !important;
}


body form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body form ul.hs-error-msgs{
 margin-top: 20px; 
 max-width: 100%;
 width: 100%;
margin-right: 8px;
}

body form .hs_error_rollup ul.no-list.hs-error-msgs{
  margin-top: 0px; 
}

.form_box .form-title{
  display:none;
}
body form.hs-form .hs-richtext{
  margin:0px 0px 20px;
}
body form.hs-form .hs-form-field > label{
  display: block;
  line-height: 100%;
  margin: 0 0 7px; 
  text-align:left;
  font-size: 13px;
}
body form.hs-form .hs-form-field > label .hs-form-required{
  color: red;
}
body form label span:empty {
    display: none;
}


body .submitted-message {
	background-color: #d4edda;
	border: 1px solid transparent;
	border-color: #c3e6cb;
	border-radius: .25rem;
	color: #155724;
	margin-bottom: 1rem;
	padding: .75rem 1.25rem;
	position: relative;
}

body form label.hs-error-msg, body form ul.hs-error-msgs li label {
	color: var(--anchor-primary-hover-color);
	font-size:calc ( 18px - 5px );
	display: block !important;
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px) and (min-width: 375px){

body form{
     max-width: 585px !important;
     width: 100%;
     margin: 0 auto;
  }
  
}


body .footer-form{
  margin: 60px 0 0; 
}

body .footer-form form{
 display: flex;
 justify-content: center;
}

.footer .footer-form form .hs_submit{
    margin-left: 12px;
}

.footer .footer-form form input[type=email]{
       border: 1px solid #D3D7DE;
}







button:active,
.button:active {
  background-color: rgba(244, 119, 33, 0.8);
}

body .ctabox{
  margin: 40px 0 0; 
}


body a.cta-button,
body a.cta_button {
    font-family: Montserrat; font-style: normal; font-weight: 600; text-decoration: none;
    font-size: 20px;
    background: linear-gradient(to right, rgba(244, 119, 33, 1.0), rgba(244, 108, 26, 1.0), rgba(244, 96, 20, 1.0), rgba(244, 83, 15, 1.0), rgba(244, 67, 12, 1.0));
    border: 1px solid rgba(78, 204, 163, 0.0);
    border-radius: 50px;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    text-align: center;
    padding: 0px 32px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    height: 60px;
    transition: 0.7s;
    margin-top:35px;
}

body a.cta-button:hover,
body a.cta_button:hover,
body a.cta_button:focus{
  background: linear-gradient(to right, rgba(244, 119, 33, 0.8), rgba(244, 108, 26, 0.8), rgba(244, 96, 20, 0.8), rgba(244, 83, 15, 0.8), rgba(244, 67, 12, 0.8));
  color: #ffffff !important;
  border-color: rgba(255, 189, 53, 0.0);
  outline: none;
  text-decoration: none;
}

body button:focus{
  outline: 2px solid rgba(244, 119, 33, 0.8);
  outline-offset: 1px;
  border-radius: 50px;
}




body  a.cta_button.secondry-button {
    font-family: Montserrat; font-style: normal; font-weight: 500; text-decoration: none;
    background: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(255, 255, 255, 0.0);
    border-radius: 50px;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    text-align: center;
    padding: 0px 32px;
    text-align: center;
    text-decoration: none;
    color: #343D45;
    overflow: hidden;
    height: 60px;
}

body a.cta_button.secondry-button:hover,
body a.cta_button.secondry-button:focus{
  background: rgba(255, 255, 255, 0.54);
  color: #343D45 !important;
  border-color: rgba(255, 255, 255, 0.0);
  outline: none;
  text-decoration: none;
}



body a.cta_button.large-button {
  min-width: 225px;
  width: 100%;
  max-width:max-content;
}



body  a.cta_button.standout-button{
    font-family: Montserrat; font-style: normal; font-weight: 700; text-decoration: none;
    background: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(244, 119, 33, 1.0);
    border-radius: 50px;
    box-sizing: border-box !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    text-align: center;
    padding: 0px 32px;
    text-align: center;
    text-decoration: none;
    color: #f47721!important;
    overflow: hidden;
    height: 60px;
}


body a.cta_button.standout-button:hover,
body a.cta_button.standout-button:focus{
  background-color: rgba(255, 255, 255, 1.0);
  color: #f47721!important;
  border-color: rgba(244, 119, 33, 1.0);
  outline: none;
  text-decoration: none;
}


/** Owl Slider **/
body .masonry-gallery .prev,
body .masonry-gallery .next{
  color:#f47721;
}
body .owl-theme .owl-dots {
  margin-top: 50px;
}

body .owl-theme .owl-dots button + button {
  margin-left: 60px;
}

body .owl-theme .owl-dots button.owl-dot span {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #f47721;
    width: 8px;
    height: 8px;
    margin: 0;
}

body .owl-theme .owl-dots button.owl-dot:hover span, body  .owl-theme .owl-dots button.owl-dot.active span {
  background-color: #f47721;
}
@media (max-width:991px) and (min-width:768px){
  body a.cta-button,
  body a.cta_button{
min-width: auto !important;
    min-height: 60px !important;
    height: auto !important;
    line-height: 130% !important;;
    padding-top:5px;
    padding-bottom:5px;
  }
}
@media (max-width:560px){
    body a.cta_button.large-button{
    min-width: auto !important;
  }
}
@media (max-width:450px){
    body a.cta_button.large-button{
      max-width:100%;
  }
}
@media (max-width:767px){

  body a.cta-button,
  body a.cta_button{
    line-height: normal !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height:60px !important;
    height:auto !important;
}
}





form,
.submitted-message {
  font-size: 18px;
  line-height: 28px;
}

/* Form title */


body .form-title h3{
  background-color:rgba(255, 255, 255, 0.0);
  color:#1976d2
}

/* Form label */

form label {
  color: #33475b;
  font-size: 18px;
}

form .hs-richtext p{
  color: #33475b;
}

/* Form help text */

form legend {
  color: #707C7A;
  font-size: 16px;
}

/* Form inputs */

body form input[type=text],
body form input[type=email],
body form input[type=password],
body form input[type=tel],
body form input[type=number],
body form input[type=file],
body form select{
  padding: 0 0 0 24px;
  background-color: rgba(245, 248, 250, 1.0);
  color: #343D45;
  border: 1px solid;
  border-color: rgba(203, 214, 226, 1.0);
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  width: 100% !important;
}
body form textarea{
  background-color: rgba(245, 248, 250, 1.0);
  color: #343D45;
  border-color: rgba(203, 214, 226, 1.0);
  border-radius: 3px;
  line-height: normal;
}
body form input[type=text]:focus,
body form input[type=email]:focus,
body form input[type=password]:focus,
body form input[type=tel]:focus,
body form input[type=number]:focus,
body form input[type=file]:focus,
body form select:focus,
body form textarea:focus {
  border-color: #52a8ec;
  outline: none;
}

body form input::-webkit-input-placeholder,
body form select::-webkit-input-placeholder,
body form textarea::-webkit-input-placeholder{ /* Edge */
  color: #707C7A;
}

body form input::-ms-input-placeholder,
body form select::-ms-input-placeholder,
body form textarea::-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #707C7A;
}

body form input:::placeholder,
body form select:::placeholder,
body form textarea:::placeholder{
  color: #707C7A;
}
body form input.invalid, body form input.error{
  border-color:var(--anchor-primary-hover-color);
}
/* Form placeholder text */

::-webkit-input-placeholder {
  color: #707C7A;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  outline: none;
}

body form button, 
body .hs-submit input.hs-button, 
body form .hs-button.primary {
    background-color: rgba(34, 61, 68, 1.0);
    border: 1px solid  rgba(34, 61, 68, 0.01);
    border-radius: 3px;
    font-weight: 700; text-decoration: none; font-family: Montserrat; font-style: normal;
    font-size:12px;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 38px;
    text-align: center;
    padding: 0px 32px;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
    height: 38px;
    transition: 0.25s;
}

 
body form button:hover, 
bodt .hs-submit input.hs-button:hover, 
body form .hs-button.primary:hover {
  background-color: rgba(34, 61, 68, 1.0);
  color: #ffffff !important;
  border-color: rgba(34, 61, 68, 1.0);
}


body form button:focus, 
bodt .hs-submit input.hs-button:focus, 
body form .hs-button.primary:focus {
  background-color: rgba(34, 61, 68, 1.0);
  color: #ffffff !important;
  border-color: rgba(34, 61, 68, 1.0);
  box-shadow: 0px 6px 15px rgba(34, 61, 68, 1.0);
  transform: translateY(-0.25em);
  -webkit-box-shadow: 0px 6px 15px rgba(34, 61, 68, 1.0);
}





@media screen and (max-width: 767px) and (min-width: 320px){
body {
  font-size: 14px!important;
  line-height: 28px!important;
}  
p {
  font-size: 14px!important;
  line-height: 28px!important;
} 
  
body h1 {
  font-size: 34px!important;
  line-height: 44px!important;
}

body h2 {
  font-size: 26px!important;
  line-height: 38px!important;
  margin: 0px 0px 25px;
}

body h3 {
  font-size: 22px!important;
  line-height: 32px!important;
}
  
body h4 {
  font-size: 18px!important;
  line-height: 30px!important;
}  

body h5 {
  font-size: 16px!important;
  line-height: 28px!important;
}

body h6 {
  font-size: 14px!important;
  line-height: 28px!important;
}  
  
body .font30 p{
  font-size: 24px;
  line-height: 120%;
}
    body .font24 p{
    font-size:18px;
  }
  body, p, body h1, body h2, body h3, body h4, body h5, body h6, body main ul li, body main ol li, body div:not(.swiper-pagination){
    text-align: left!important;
  }
  body .footer .footer-copyright{
    justify-content: flex-start;
  }
}


@media screen and (max-width: 479px) and (min-width: 375px){
  
  body a.cta_button, .hs-submit input.hs-button, body a.cta-global{
    max-width: 100%;
    width: 100%;
    }
  
    body .font24 p{
    font-size:18px;
  }
  
  body a.cta_button,
  body  a.cta_button.secondry-button
  body  a.cta_button.standout-button{
    padding: 0px 16px;
    min-width: 180px;
 }
  
}
body .header a{
  font-family: Poppins;    
}
body .header .header-btn .header-login a{
  font-weight: 600;
}
body .header .header-get-in-book p a{
  font-weight: 700;
}
body .header.sticky-header{
  box-shadow: var(--header-sticky-box-shadow);
}
body .menu--desktop .menu__submenu--level-2, body .bl-sidebar-box{
  border-radius: var(--secondary-round-edge)!important;
}
body .eldermark-four-section .number-style, body .eldermark-four-section .outcomes-nmbr{
  font-family: Poppins;
  font-weight: 700;
}
body .eldermark-four-section .outcomes-nmbrv2, body .eldermark-four-section .number-style{
  font-family: Poppins;
  font-weight: 700;
}
.eldermark-four-section .outcomes-box p{
  font-family: Poppins;
  font-weight: 500;
}
body .header.sticky-header{
  background-color: var(--header-sticky-background-color);
}
body .menu--desktop .menu__submenu--level-2 {
    box-shadow: var(--primary-header-submenu-box-shadow)!important;
}
body .header .menu__item--depth-1>a{
  font-weight: 500;
}
body .header .has-magamenu .menu__submenu--level-2>li>a{
  font-weight: 500;
}

body .eldermark-hero .hero-radius, body .eldermark-hero .hero-radius img{
  border-radius: 42px;
}

body .eldermark-hero .hero-img:before{
  content: "";
    background: url(https://8293695.fs1.hubspotusercontent-na1.net/hubfs/8293695/elsermark-2022/assets/images/Home%20Banner/oval-1.png) no-repeat;
    width: 510px;
    height: 506px;
    background-size: 100%;
    position: absolute;
    left: -100px;
    z-index: -1;
    top: 13px;
    pointer-events: none;
}
body .eldermark-hero .hero-img:nth-child(2n):before{
  background: url(https://8293695.fs1.hubspotusercontent-na1.net/hubfs/8293695/elsermark-2022/assets/images/Home%20Banner/oval-2.png) no-repeat;
    width: 386px;
    height: 384px;
    top: -29px;
    right: -25px;
    left: auto;
}
body .eldermark-hero:after{
  content: "";
    background: url(https://8293695.fs1.hubspotusercontent-na1.net/hubfs/8293695/elsermark-2022/assets/images/Home%20Banner/oval-3.png) no-repeat;
    width: 754px;
    height: 752px;
    background-size: 100%;
    position: absolute;
    left: -600px;
    top: 80px;
    z-index: -1;
}
@media (max-width: 1199px){
  body .eldermark-hero:after {
      width: 690px;
      height: 100%;
      left: -600px;
  }
  body .eldermark-hero .hero-img:before {
      width: 336px;
      height: 317px;
      left: -43px;
      top: 13px;
  }
}
@media (max-width: 1023px){
  body .eldermark-hero:after {
      width: 651px;
      height: 100%;
      left: -600px;
      top: 0;
  }
  body .eldermark-hero .hero-img:before {
      width: 287px;
      height: 261px;
      left: -43px;
      top: 13px;
  }
  body .eldermark-hero .hero-radius{
    border-radius: 30px;
    padding: 10px;
  }
  body .eldermark-hero .hero-radius img{
    border-radius: 30px;
  }
}
@media (max-width: 767px){
  body .eldermark-hero .hero-img:nth-child(2n):before {
      width: 171px;
      height: 255px;
      top: 21px;
      right: 0;
      left: auto;
      background-size: 100%;
  }
}
@media (max-width: 575px){
  body .eldermark-hero .hero-img:before {
      left: 0;
  }
}
@media (min-width: 1230px){
  body .menu__item--depth-1.menu__item--has-submenu.menu__item--open:before{
    opacity: 1;
  }
  body .menu__item--depth-1{
    line-height: inherit;
  }
}
body .common-top-section .operators-box{
  border-radius: 28px;
  box-shadow: var(--primary-header-submenu-box-shadow);
}
body .common-top-section .operators-box p strong{
  color: var(--primary-color);
}
body .common-top-section .operators-repeat:after{
  content: "";
    max-width: 593px;
    height: 542px;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    z-index: -1;
  background: url(//8293695.fs1.hubspotusercontent-na1.net/hubfs/8293695/raw_assets/public/eldermark-2022/images/hero-shadow.png);
    background-repeat: no-repeat;
    background-size: 90%;
}
@media (max-width: 1199px){
  .common-top-section .operators-repeat:after{
    width: 100%;
    height: 338px;
    top: -28px;
    left: 0;
    right: 0;
  }
}
body .faq-accordions .faq-question:after, body .faq-accordions .faq-question:before{
  background-color: var(--secondary-color);
}
body .features-box .productepay .productepay-col-info .link-arrow svg path{
  fill: var(--primary-color);
}
body .features-box .product-new .productepay a:hover{
  text-decoration: none;
}
body .filter-tabs-section .tabs button{
  background: var(--sixth-color);
}
body .op-stagger .solution-flex-warp{
  box-shadow: none;
}
body .op-stagger .solution-flex-warp:after{
  background: url(//8293695.fs1.hubspotusercontent-na1.net/hubfs/8293695/raw_assets/public/eldermark-2022/images/shadow-full-img.png);
  background-repeat: no-repeat;
  background-size: 102%;
  content: "";
    width: 118%;
    height: 100%;
    position: absolute;
    top: -104px;
    right: -74px;
    z-index: -1;
}
@media (max-width: 1400px){
  body .op-stagger .solution-flex-warp:after {
      right: 0;
      width: 100%;
  }
}
@media (max-width: 575px){
  body .op-stagger .solution-flex-warp:after{
    display: none;
  }
}
body .our-presenters .leadership-warpper-new .leadership-team-info{
  background: #fff;
  padding: 15px;
}
body .our-presenters .leadership-warpper-new .team-img img{
  border-top-left-radius:var(--primary-round-edge);
  border-top-right-radius:var(--primary-round-edge);
}
body .our-presenters .leadership-warpper-new .team-info-tt{
  border-radius: 0;
  border-bottom-left-radius: var(--primary-round-edge);
  border-bottom-right-radius: var(--primary-round-edge);
  background: #e9edf3;
}
body .our-presenters .leadership-warpper-new .team-info-tt p{
  color: var(--sixth-color);
}
body .our-team .team-img{
  padding: 15px;
}
body .our-team .team-info-tt p{
  color: var(--secondary-color);
}
body .our-team .white-popup li:before{
  border: 2px solid var(--primary-color);
    border-bottom: none;
    border-left: none;
}
body .banner-with-testimonials .swiper-slide .item{
  border-radius: var(--secondary-round-edge);
}
body .swiper-button-prev a:focus, body .swiper-button-next a:focus{
  color: #fff!important;
  text-decoration: none;
}
body .banner-with-testimonials .slider-main-box{
  border-radius: var(--secondary-round-edge);
}
body .services-three-cards .item .item-image img, body .pricing-boxes .plan_feature{
  border-radius: var(--secondary-round-edge);
}
body .pricing-boxes .plan_feature .line_hr{
  background: var(--primary-color);
}
body .video-banner .hero-radius{
  padding: 15px;
    background: #fff;
  box-shadow: none!important;
}
body .video-banner .hero-img:after{
  content: "";
    position: absolute;
    left: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 123px solid #fff;
    bottom: -19px;
    z-index: -1;
}
body .video-banner .hero-img:before{
  content: "";
    width: 510px;
    height: 506px;
    background-size: 100%;
    position: absolute;
    left: -100px;
    z-index: -1;
    top: 13px;
    pointer-events: none;
  background-image: url(https://8293695.fs1.hubspotusercontent-na1.net/hubfs/8293695/elsermark-2022/assets/images/Home%20Banner/oval-1.png);
    background-size: cover;
    background-position: center center;
}
@media (max-width: 1199px){
  body .video-banner .hero-img:before {
      width: 336px;
      height: 317px;
      left: -43px;
      top: 13px;
  }
}
@media (max-width: 1023px){
  .video-banner .hero-img:before {
      width: 287px!important;
      height: 261px!important;
      left: -43px!important;
      top: 13px!important;
  }
}
body .recent-blog-index-home .nav-main .nav-item-1 a{
  font-family: Poppins;
  font-weight: 700;
  color: var(--sixth-color)!important;
}
body .recent-blog-index-home .blog-tab-info-inner{
  padding: 15px;
}
body .recent-blog-index-home .blog-tab-info-inner .figure img{
  border-top-left-radius:var(--primary-round-edge);
  border-top-right-radius:var(--primary-round-edge);
}
body .recent-blog-index-home .blog-tab-info-inner .figcaption{
  border-radius: 0;
  border-bottom-left-radius: var(--primary-round-edge);
  border-bottom-right-radius: var(--primary-round-edge);
  background: #e9edf3;
}
body .recent-blog-index-home .blog-page-section .blog-tab-info-inner .figcaption em, body .recent-blog-index-home .blog-tab-info-inner .figcaption h4 a{
  color: var(--sixth-color);
}
body .recent-blog-index-home a.link-herf:hover{
  text-decoration: underline!important;
}
body .resources .blog-tab-info-inner{
  padding: 15px;
  background: #fff;
}
body .resources .resources-page-section .blog-tab-info-inner figcaption{
  border-radius: 0;
  border-bottom-left-radius: var(--primary-round-edge);
  border-bottom-right-radius: var(--primary-round-edge);
}
body .schedule-demo .schedule-page-section .contact-left-colum img{
  border-radius: var(--secondary-round-edge);
  box-shadow: none!important;
}
body .eldermark-three-section .eldermark-platform-img:after{
  content: "";
    width: 631px;
    height: 597px;
    position: absolute;
    top: -120px;
    left: 20px;
    z-index: -1;
    background-size: 100%;
    background-image: url(https://8293695.fs1.hubspotusercontent-na1.net/hubfs/8293695/elsermark-2022/assets/images/Stagger%20Two%20Columns/blur-color-img.png);
}
body .eldermark-three-section .eldermark-platform-img figure img{
  border-radius: var(--secondary-round-edge);
}
@media (max-width: 1439px){
  body .eldermark-three-section .eldermark-platform-img:after{
    width: 547px;
    height: 475px;
  }
}
@media (max-width: 1199px){
  body .eldermark-three-section .eldermark-platform-img:after{
    width: 424px;
    height: 377px;
    top: -80px;
  }
}
@media (max-width: 1023px){
  body .eldermark-three-section .eldermark-platform-img:after{
    width: 335px;
    height: 303px;
    top: -80px;
  }
}
body .simple-stagger .simplify-management-inner{
  border-radius: var(--secondary-round-edge);
}
body .stagger-video-popup .section-image img.vid-image{
  border-radius: var(--secondary-round-edge);
}
body .stagger-video-popup .section-image:before{
    background: url(https://8293695.fs1.hubspotusercontent-na1.net/hubfs/8293695/elsermark-2022/assets/images/Stagger%20Video%20Popup/client-trust-shadow.png) no-repeat top;
    background-size: 100%;
    content: "";
    height: 699px;
    left: -150px;
    pointer-events: none;
    position: absolute;
    top: -170px;
    width: 916px;
    z-index: -1;
}
@media (max-width: 1024px){
  body .stagger-video-popup .section-image:before{
    height: 399px;
    left: -40px;
    top: -105px;
    width: 507px;
  }
}
@media (max-width: 767px){
  body .stagger-video-popup .section-image:before{
    height: 283px;
    left: -40px;
    top: -84px;
    width: 391px;
  }
}
body .support-download .download-box p{
  color: var(--secondary-color)!important;
    font-weight: 700;
}
body .tabs-with-columns .tab-content-info a.tab-main-link{
  text-decoration: none;
}
body .empowering-business-section-tws .empowering-business-tabs-tws ul.nav-tabs li a{
  color: var(--secondary-color)!important;
}
body .empowering-business-section-tws .tab-content-avatar img{
  border-radius: var(--secondary-round-edge);
}
body .empowering-business-section-tws .simplify-management-section:after{
  background-image: url(https://8293695.fs1.hubspotusercontent-na1.net/hubfs/8293695/elsermark-2022/assets/images/tabs/simplify-management-shadow2.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 831px;
    position: absolute;
    right: -140px;
    top: -170px;
    width: 811px;
    z-index: -1;
}
body .empowering-business-section-tws .simplify-management-section:before{
  background-image: url(https://8293695.fs1.hubspotusercontent-na1.net/hubfs/8293695/elsermark-2022/assets/images/tabs/simplify-management-shadow1.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -160px;
    content: "";
    height: 636px;
    left: -193px;
    position: absolute;
    width: 1083px;
    z-index: -1;
}
@media (max-width: 1699px){
  body .empowering-business-section-tws .simplify-management-section:before{
    background-size: 100%;
    bottom: -146px;
    height: 461px;
    left: -78px;
    width: 547px;
  }
  body .empowering-business-section-tws .simplify-management-section:after{
    background-size: 100%;
    height: 676px;
    right: -39px;
    top: -104px;
    width: 592px;
  }
}
@media (max-width: 1439px){
  body .empowering-business-section-tws .simplify-management-section:after{
    height: 543px;
    right: -68px;
    top: -100px;
    width: 592px;
  }
  body .empowering-business-section-tws .simplify-management-section:before{
    background-size: 100%;
    bottom: -36px;
    height: 333px;
    left: -78px;
    width: 443px;
  }
}
@media (max-width: 1199px){
  body .empowering-business-section-tws .simplify-management-section:after{
    height: 445px;
    right: -48px;
    top: -54px;
    width: 395px;
  }
}
@media (max-width: 1023px){
  body .empowering-business-section-tws .simplify-management-section:after{
    height: 344px;
    right: -48px;
    top: -22px;
    width: 259px;
  }
  body .empowering-business-section-tws .simplify-management-section:before{
    background-size: 100%;
    bottom: -45px;
    height: 201px;
    left: -51px;
    width: 223px;
  }
}
@media (max-width: 767px){
  body .empowering-business-section-tws .simplify-management-section:before{
    background-size: 100% 100%;
    bottom: -45px;
    height: 201px;
    left: -12px;
    width: 116px;
  }
}
@media (max-width: 575px){
  body .empowering-business-section-tws .simplify-management-section:after{
    height: 255px;
    right: -30px;
    top: -33px;
    width: 150px;
  }
}
body .tabs-with-stagger .empowering-business-wrapper .col-content, body .tabs-with-stagger .simplify-management-image img, body .tabs-stagger-tws-v2 .tab-content-avatar img{
  border-radius: var(--secondary-round-edge);
}
body .thank-you .hero-img:after{
  content: "";
    position: absolute;
    left: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 123px solid #fff;
    bottom: -19px;
    z-index: -1;
}
body .thank-you .hero-img:before{
  content: "";
    background: url(https://8293695.fs1.hubspotusercontent-na1.net/hubfs/8293695/elsermark-2022/assets/images/Home%20Banner/oval-1.png) no-repeat;
    width: 510px;
    height: 506px;
    background-size: 100%;
    position: absolute;
    left: -100px;
    z-index: -1;
    top: 13px;
    pointer-events: none;
}
@media (max-width: 1199px){
  body .thank-you .hero-img:before{
    width: 336px;
    height: 317px;
    left: -43px;
    top: 13px;
  }
}
@media (max-width: 1023px){
  body .thank-you .hero-img:before{
    width: 287px;
    height: 261px;
    left: -43px;
    top: 13px;
  }
}
@media (max-width: 575px){
  body .thank-you .hero-img:before{
    left: 0;
  }
}
body .three-column-cards .productepay-col-info{
  border-radius: var(--secondary-round-edge);
}
body .upcoming-events .upcoming-events-img img{
  border-radius: var(--secondary-round-edge);
}
body .upcoming-events .upcoming-events-info{
  border-radius: 0;
  border-top-right-radius: var(--primary-round-edge);
  border-bottom-right-radius: var(--primary-round-edge);
}
body .webinar-calendar .webinar-event-data .date-icon{
  background: var(--secondary-color);
}
body .webinar-calendar h5 a, body .webinar-calendar .link-container a, body .webinar-calendar .event-description .show-text{
  color: var(--sixth-color);
}

body .footer .footer-nav-list h6, body .footer .footer-nav-list p{
  color: var(--secondary-color);
  font-weight: 700;
}

@media (max-width: 1199px){
  body .our-presenters .leadership-warpper-new .leadership-team-info, body .our-team .team-img, body .recent-blog-index-home .blog-tab-info-inner, body .resources .blog-tab-info-inner{
    padding: 10px;
  }
}
@media (max-width: 1023px){
  body .video-banner .hero-radius{
    padding: 10px;
  }
  body .footer .footer-nav-list.footer-menu-show .footer-title-desc p{
    border-bottom: 1px solid var(--primary-color);
      color: var(--primary-color)!important;
  }
  body .footer .footer-nav-list.footer-menu-show .footer-title-desc p:after{
    border-color: var(--primary-color)!important;
  }
  body .footer .footer-nav-list ul li{
    border-bottom: 1px solid var(--primary-color);
  }
}
@media (max-width: 575px){
  body .upcoming-events .upcoming-events-info{
    border-bottom-left-radius: var(--primary-round-edge);
    border-bottom-right-radius: var(--primary-round-edge);
    border-top-right-radius: 0;
  }
}
body .blog-index .blog-tab-info-inner, body .recent-blog-index .blog-tab-info-inner{
  padding: 15px;
}
body .blog-index .blog-tab-info-inner .figure img, body .recent-blog-index .blog-tab-info-inner .figure img{
  border-radius: var(--primary-round-edge) var(--primary-round-edge) 0 0;
}
body .blog-index .blog-tab-info-inner .figcaption, body .recent-blog-index .blog-tab-info-inner .figcaption{
  border-radius: 0 0 var(--primary-round-edge) var(--primary-round-edge);
    background: #e9edf3;
}
body .blog-index .blog-page-section .blog-tab-info-inner .figcaption em{
  color: var(--primary-color);
  font-weight: 600;
}
body .blog-index .link-herf, body .recent-blog-index .link-herf{
  font-weight: 600;
}
body .blog-index .link-herf:hover, body .recent-blog-index .link-herf:hover{
  color: var(--sixth-color)!important;
}
body .body-container--blog-post .blog-post{
  background: linear-gradient(to bottom, rgba(233, 237, 242, 1), rgba(255, 255, 255, 1));
}
body .body-container--blog-post .blog-post__meta li, body .body-container--blog-post .blog-post__meta .author-name{
  color: var(--primary-color);
}
body .blog-post__meta ul li + span{
  color: var(--primary-color);
}
body .body-container--blog-post .wp-post-image.featured-image-box img{
  border: 10px solid #fff;
}
body .empowering-business-section .empowering-business-tabs ul li a, body .empowering-business-section-tws .empowering-business-tabs-tws ul.nav-tabs li a, body .tabs-stagger-tws-v2 .empowering-business-tabs-tws-v2 ul.nav-tabs li a{
  font-weight: 700;
}
body .empowering-business-section-tws .empowering-business-tabs-tws ul.nav-tabs li a.nav-link.active .empowering-tab-icon, body .tabs-stagger-tws-v2 .empowering-business-tabs-tws-v2 ul.nav-tabs li a.nav-link.active .empowering-tab-icon{
  background-color: var(--secondary-color);
}
@media (min-width: 1491px){
  body .menu__item--depth-1{
    margin-right: 24px;
  }
  body .header-demo a.cta_button{
    margin-left: 30px;
  }
}
@media (min-width: 1400px) and (max-width: 1610px){
  body .header-demo a.cta_button{
    margin-left: 20px;
  }
  body .header a{
    font-size: 12px;
  }
  body .menu__item--depth-1 {
    margin-right: 12px;
  }
  body .header-search-toggle{
    margin: 0 8px;
  }
  body .header-demo a.cta_button {
    font-size: 13px;
    padding: 0 15px;
    min-width: 180px!important;
  }
  body .header__logo{
    max-width: 180px;
  }
}
@media (min-width: 1292px) and (max-width: 1355px){
  body .header-search-toggle{
    margin: 0 8px;
  }
  body .header-demo a.cta_button {
    font-size: 13px;
    padding: 0 15px;
    min-width: 180px!important;
  }
  body .header__logo{
    max-width: 180px;
  }
}
@media (min-width: 1230px) and (max-width: 1291px){
  body .header-demo a.cta_button {
    font-size: 12px;
    padding: 0 15px;
    min-width: 160px!important;
  }
  body .header-search-toggle{
    margin: 0 8px;
  }
  body .header__logo{
    max-width: 150px;
  }
  body .header a{
    font-size: 11px!important;
  }
}
@media (min-width: 1230px){
  body .menu--desktop .has-magamenu>ul{
    width: 1198px;
  }
  body .header-demo a.cta_button{
    font-size: 14px;
  }
}
@media (min-width: 1024px){
  .blog-index .blog-tab-info-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .blog-index .blog-tab-info-inner .figcaption{
    flex: 1;
  }
}

@media (max-width: 1023px){
  .schedule-demo .contact-left-colum ol li{
    margin: 0!important;
  }
}
body .systems-page--search-results .title-desc-box.bl-page{
  display:none;
}
body .systems-page--search-results .title-desc-box.search-page{
  display:block!important;
}
body .systems-page--search-results .search-box {
    background: linear-gradient(to bottom, rgba(232, 236, 242, 1), rgba(255, 255, 255, 1));
}
body .hs-search-results{
  background: linear-gradient(180deg,#fff,#fff);
}
@media (max-width: 767px){
  body .ct-text-content img{
    margin-left: 0!important;
  }
}