/* ******************************************************************************
*********************************************************************************
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 > .row-fluid {
  max-width: 1466px;
}

.dnd-section{
  padding-bottom: 59px;
  padding-top: 59px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center,
.container,
body header .container{
  max-width: 1466px;
}




body {
  color: rgba(56, 56, 56, 1.0);
  font-family: omnes-pro;
  font-weight: 500;
  font-size: 18px;
}
p{
  font-family: omnes-pro;
}


a {
  color: rgba(243, 78, 78, 1.0);
}

a:hover,
a:focus {
  color: rgba(243, 78, 78, 1.0);
}

a:active {
  color: rgba(255, 118, 118, 1.0);
}

h1 {
  color: rgba(255, 255, 255, 1.0);
  font-family: omnes-pro;
  font-size: 2.6em;
  font-weight: 700;
}



h2 {
  color: rgba(0, 0, 0, 1.0);
  font-family: omnes-pro;
  font-size: 2.4em;
  font-weight: 700;
}



h3 {
  color: rgba(0, 0, 0, 1.0);
  font-family: omnes-pro;
  font-size: 2.22em;
  font-weight: 700;
}


h4 {
  color: rgba(0, 0, 0, 1.0);
  font-family: omnes-pro;
  font-size: 34px;
  font-weight: 700;
}


h5 {
  color: rgba(0, 0, 0, 1.0);
  font-family: omnes-pro;
  font-size: 1.33em;
  font-weight: 700;
}

h6 {
  color: rgba(243, 78, 78, 1.0);
  font-family: omnes-pro;
  font-size: 1.1em;
  font-weight: 700;
}

blockquote {
  border-left: 10px solid rgba(56, 56, 56, 1.0);;;
}




.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register,
.widget-type-google_search, .widget-type-form, .widget-type-blog_subscribe
form,
.submitted-message {
  font-family: omnes-pro;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E3EBEF;
    background:#fff;
    box-shadow: 0px 7px 37px 11px rgb(171 191 243 / 18%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;;
    color:#333;
    border-radius:10px;
}

h3.form-title {
  background-color: rgba(#null, 0.0);
  color: rgba(17, 17, 17, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 100px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14.5px;
  padding-bottom: 13.5px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(243, 78, 78, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(17, 17, 17, 1.0);
}
 .custom-lp-banner .hs-form label {
  color:#111;
   padding-left: 0;
}
.hs-form legend {
  color: rgba(119, 119, 119, 1.0);
}

.custom-lp-banner .banner-wrap {
  padding: 10em 0em 10em 2em;
}

.custom-lp-banner form select, .custom-lp-banner form textarea, .custom-lp-banner .hs-input, .custom-lp-banner input[type="text"], .custom-lp-banner input[type="password"], .custom-lp-banner input[type="datetime"], .custom-lp-banner input[type="datetime-local"], .custom-lp-banner input[type="date"], .custom-lp-banner input[type="month"], .custom-lp-banner input[type="time"], .custom-lp-banner input[type="week"], .custom-lp-banner input[type="number"], .custom-lp-banner input[type="email"], .custom-lp-banner input[type="url"], .custom-lp-banner input[type="search"], .custom-lp-banner input[type="tel"], .custom-lp-banner input[type="color"], .custom-lp-banner input[type="file"], .custom-lp-banner textarea, .custom-lp-banner select {
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}

.custom-lp-banner .hs-button, .custom-lp-banner .button--primary {
    background-color: rgba(255,255,255,0.0);
    border-color: rgba(255,255,255,1.0);
    border-radius: 100px;
    border-width: 1px;
    color: rgba(255,255,255,1.0);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14.5px;
    padding-bottom: 13.5px;
    color: #fff!important;
    background-color: #F34E4E;
    border: 2px solid #F34E4E;
    text-transform: none;
    font-weight: 600;
    font-size: 17px;
    border-radius: 27px;
    padding: 10px 22px 12px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    font-family: omnes-pro;
  margin-top:  20px;
}

.custom-lp-banner .hs-button:hover, .custom-lp-banner .button--primary:hover {
  -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
    color: #F34E4E!important;
    background-color: #FEF8F8;
    border-color: #F34E4E;
}

.custom-lp-banner .hs_cos_wrapper_type_form {
    max-width: 650px;
}

.custom-lp-banner .banner-wrap .b_content-inner {
    padding-right: 3rem;
}

.custom-lp-banner .lp.image {
  align-items:center
}
.custom-lp-banner .banner-wrap .lp .banner-img-wrap {
    z-index:10;
    margin-left: 0;
}
.custom-lp-banner .banner-wrap .lp.image .banner-img-wrap {
    top: -2%;
}

form select,
form textarea,
.hs-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  background-color: rgba(250, 250, 250, 1.0);
  border-color: rgba(238, 238, 238, 1.0);
  color: rgba(#null, 0.0);
  border-radius: 15px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(0, 0, 0, 0.0);
}

.hs-input:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus,
input[type="time"]:focus, 
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
input[type="file"]:focus, 
textarea:focus,
select:focus{
  background-color: rgba(243, 243, 243, 1.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: {color=#383838, opacity=100, rgba=rgba(56, 56, 56, 1), rgb=rgb(56, 56, 56), hex=#383838, css=#383838};
}

.hs-richtext {
  font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: omnes-pro;
}

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

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

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






th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(71, 71, 71, 1.0);
  color: rgba(71, 71, 71, 1.0);
}

thead th,
thead td {
  background-color: rgba(71, 71, 71, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(71, 71, 71, 1.0);
}





body header section.bottom_header,
body header .top_header{
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1466px;
}
header .header-menu{
  background-color: rgba(#null, 0.0);

}
.header-login > ul > li > a {
  color: rgba(0, 0, 0, 1.0);
}

.header-login > ul > li > a:hover {
  color: rgba(243, 78, 78, 1.0);
}

body .header_movie a{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}
body .header_movie a:hover{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}
body .header_entry a{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}

body .header_entry a:hover{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}

body .header-menu .nav_movie a{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}
body .header-menu .nav_movie a:hover{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}
body .header-menu .nav_entry a{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}

body .header-menu .nav_entry a:hover{
  color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}
#header_switch:before, #header_switch a:before, #header_switch a:after{
  background-color: rgba(#null, 0.0);

}
#header_switch.open a:before, #header_switch.open a:after{
  background-color: rgba(#null, 0.0);
}
#header_switch{
  background-color: rgba(#null, 0.0);
}

#header_switch.open{
  background-color: rgba(#null, 0.0);
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
header .header-menu .header_gnav>li>a, header .header-menu .header_gnav>li>span{
  color: rgba(0, 0, 0, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.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,
header .header-menu .header_gnav>li>a:hover, header .header-menu .header_gnav>li>span:hover{
  color: rgba(243, 78, 78, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active,
header .header-menu .header_gnav>li>a.active-item,
header .header-menu .header_gnav>li>a.active-branch,
header .header-menu .header_gnav>li>span.active-item{
  color: rgba(243, 78, 78, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active,
header .header-menu .header_gnav>li>a.active-item,
header .header-menu .header_gnav>li>a.active-branch,
header .header-menu .header_gnav>li>span.active-item{
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus,
header .header-menu .header_gnav>li:hover>a{
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
header .header-menu .header_gnav>li>a.active-item{
  color: rgba(243, 78, 78, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(243, 78, 78, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a ,
header .header-menu .header_gnav .header_snav a{
  color: rgba(4, 4, 4, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link,
header .header-menu .header_gnav .header_snav{
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle,
header .header-menu .header_gnav .header_snav a:hover{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(243, 78, 78, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch,
header .header-menu .header_gnav .header_snav a.active-branch,
header .header-menu .header_gnav .header_snav a.active-item{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(243, 78, 78, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: omnes-pro;
}
header .header-menu .header_gnav,
header .header-menu .header_gnav .header_snav{
  border-top-color:  rgba(#null, 0.0);
}


header .header-menu .header_gnav>li {
  border-bottom-color:  rgba(#null, 0.0);

}

body .header .submenu.level-1 > li.menu-item >a.menu-link{
  color: rgba(0, 0, 0, 1.0);

}

body .header .submenu.level-1 > li.menu-item:hover >a.menu-link{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(243, 78, 78, 1.0);
}

body .header .submenu.level-1 > li.menu-item >a.menu-link.active-item,
body .header .submenu.level-1 > li.menu-item >a.menu-link.active-branch{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(243, 78, 78, 1.0);
}

body .header ul.submenu.level-2{
  background-color: rgba(255, 255, 255, 1.0);
  border-color:rgba(#null, 0.0);
}

body .header ul.submenu.level-2>li.menu-item>a.menu-link{
  color: rgba(4, 4, 4, 1.0);
}

body .header ul.submenu.level-2>li.menu-item>a.menu-link:hover{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(243, 78, 78, 1.0);

}

body .header .submenu.level-2 > li.menu-item >a.menu-link.active-item,
body .header .submenu.level-2 > li.menu-item >a.menu-link.active-branch{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(243, 78, 78, 1.0);
}

body header.header {
  border-color: rgba(230, 230, 230, 1.0);
}

body header .top_header_links ul>li>a{
  color: rgba(0, 0, 0, 1.0);
}

body header .top_header_links ul>li>a:hover{
  color: rgba(243, 78, 78, 1.0);
}

body header .request-btn-wrap .hs-button {
  background: rgba(243, 78, 78, 1.0);
  border-color: rgba(243, 78, 78, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

body header .request-btn-wrap .hs-button:hover {
  background: rgba(254, 248, 248, 1.0);
  border-color: rgba(243, 78, 78, 1.0);
  color: rgba(243, 78, 78, 1.0);
}





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

}



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



.footer__container {
  max-width: 1466px;
}
body footer .copyright-inner h4{
  color: rgba(0, 0, 0, 1.0);
}


.footer_menu ul li.hs-menu-depth-1>a, .f_col.f_col_3 h4{
  color: rgba(0, 0, 0, 1.0);
}

.footer_menu ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a{
  color: rgba(0, 0, 0, 0.79);
}
.footer_menu ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover{
  color: rgba(243, 78, 78, 1.0);
}
body footer .bottum_links_inner ul >li >a{
  color: rgba(0, 0, 0, 0.79);
}

body footer .bottum_links_inner ul >li >a:hover{
  color: rgba(243, 78, 78, 1.0);
}
.f_col.f_col_3 p {
  color: rgba(#null, 0.0);
}


body footer .social_icons_wrap .social-item a{
  color: rgba(255, 255, 255, 1.0);
  background-color:rgba(243, 78, 78, 1.0);
}

body footer .social_icons_wrap .social-item a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color:rgba(2, 129, 202, 1.0);
}
.footer_bottum {
  border-color:rgba(230, 230, 230, 1.0);
}
body footer .footer_button_inner a.hs-button {
  background: rgba(243, 78, 78, 1.0);
  border-color: rgba(243, 78, 78, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

body footer .footer_button_inner a.hs-button:hover {
  background: rgba(254, 248, 248, 1.0);
  border-color: rgba(243, 78, 78, 1.0);
  color: rgba(243, 78, 78, 1.0);
}





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

.blog-post__date {
  border-color: {color=#383838, opacity=100, rgba=rgba(56, 56, 56, 1), rgb=rgb(56, 56, 56), hex=#383838, css=#383838};
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: {color=#383838, opacity=100, rgba=rgba(56, 56, 56, 1), rgb=rgb(56, 56, 56), hex=#383838, css=#383838};
}

.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: {color=#383838, opacity=100, rgba=rgba(56, 56, 56, 1), rgb=rgb(56, 56, 56), hex=#383838, css=#383838};
}

.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: {color=#383838, opacity=100, rgba=rgba(56, 56, 56, 1), rgb=rgb(56, 56, 56), hex=#383838, css=#383838};
}

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

.blog-pagination__link {
  color: {color=#383838, opacity=100, rgba=rgba(56, 56, 56, 1), rgb=rgb(56, 56, 56), hex=#383838, css=#383838};
}

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

.blog-post__title {
  color: {color=#000, opacity=100, rgba=rgba(0, 0, 0, 1), rgb=rgb(0, 0, 0), hex=#000, css=#000000};
  font-family:omnes-pro;
  font-size: 2.4px;
  font-weight: ;
}

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

#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(245, 245, 245);
}

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

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

.blog-post__tag-link:hover{
  color: #F34E4E;
}

.blog-post__read-more svg {
  fill: {color=#383838, opacity=100, rgba=rgba(56, 56, 56, 1), rgb=rgb(56, 56, 56), hex=#383838, css=#383838};
}

.blog-post__read-more a:hover svg {
  fill: #F34E4E;
}

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

.blog-sidebar a {
  color: {color=#383838, opacity=100, rgba=rgba(56, 56, 56, 1), rgb=rgb(56, 56, 56), hex=#383838, css=#383838};
}

.blog-sidebar a:hover {
  color: #F34E4E;
}

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

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

.blog-post {

}

.blog-post__meta a {
  color: {color=#383838, opacity=100, rgba=rgba(56, 56, 56, 1), rgb=rgb(56, 56, 56), hex=#383838, css=#383838};
}

.blog-post__body, .blog-post__tags a {
  color: {color=#383838, opacity=100, rgba=rgba(56, 56, 56, 1), rgb=rgb(56, 56, 56), hex=#383838, css=#383838};
}

.blog-post__meta a:hover {
  color: #F34E4E
}

.blog-post__links {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: {color=#383838, opacity=100, rgba=rgba(56, 56, 56, 1), rgb=rgb(56, 56, 56), hex=#383838, css=#383838};
}

.blog-post__back-to-blog:hover {
  color: #F34E4E;
}

.blog-post__back-to-blog svg {
  fill: {color=#383838, opacity=100, rgba=rgba(56, 56, 56, 1), rgb=rgb(56, 56, 56), hex=#383838, css=#383838};
}

a.blog-post__back-to-blog:hover svg {
  fill: #F34E4E;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232);
}

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

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

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











body .icon svg {
  fill: #494a52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494a52;
}

body .social-links__icon {
  background-color: #494a52;
}

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

.page-center {
  max-width: 1466px;
  margin: 0 auto;
}









.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}


@media(max-width:1024px){
  h1{
    font-size: 2.2em;
  }
  h2{
    font-size: 1.9em;
  }
  h3{
    font-size: 1.8900000000000001em;
  }
  h4{
    font-size: 30px;
  }
  h5{
    font-size: 1.12em;
  }
  h6{
    font-size: 1.0em;
  }
}

@media(max-width:991px){
  .hs-button,
  .button--primary {
    padding-bottom: 14.5px;
  }
}

@media(max-width:767px){
  h1{
    font-size: 1.7800000000000002em;
  }

  h2{
    font-size: 1.5499999999999998em;
  }

  h3{
    font-size: 1.4300000000000002em;
  }
  h4{
    font-size: 22px;
  }

}