@font-face {
  font-family: "BasisGrotesqueArabicPro-Regular";
  src: url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/BasisGrotesqueArabicPro-Regular.woff2) format("woff2"),
    url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/BasisGrotesqueArabicPro-Regular.woff) format("woff"); 
  font-style: normal; 
  font-weight: normal;
  font-display: auto;
}
@font-face {
  font-family: "BasisGrotesqueMonoPro-Regular";
  src: url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/BasisGrotesqueMonoPro-Regular.woff2) format("woff2"), 
    url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/BasisGrotesqueMonoPro-Regular.woff) format("woff");
  font-style: normal; 
  font-weight: normal;
  font-display: auto;
}

@font-face { 
  font-family: Merriweather1;
  src: url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/merriweather-u.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  font-stretch: 100%;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
@font-face {
  font-family: Merriweather-Regular1;
  src: url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/Merriweather-Regular.woff2) format("woff2"),
    url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/Merriweather-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/fa-solid-900.eot) format("embedded-opentype"),  
    url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/fa-solid-900.woff2) format("woff2"), 
    url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/fa-solid-900.woff) format("woff"),
    url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/fa-solid-900.ttf) format("truetype"), 
    url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/fa-solid-900.svg) format("svg");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: eicons; 
  src: url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/eicons.eot) format("embedded-opentype"),
    url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/eicons.woff2) format("woff2"), 
    url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/eicons.woff) format("woff"),
    url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/eicons.ttf) format("truetype"),
    url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/eicons.svg) format("svg");
  font-style: normal; 
  font-weight: 400; 
  font-display: swap;
}
ul {
  margin: 0;
  padding-left: 40px;
}
ol {
  padding-left: 40px;
  margin: 18px 0px;
}
ol li ,
ul li {
  margin: 0;
}






:root{
  
  --primary-custom-font: BasisGrotesqueArabicPro-Regular;
  --secondary-custom-font: Merriweather1, Sans-serif;;
  
}
.child-theme body  {
  font-family: var(--primary-custom-font);
}
.child-theme h1,
.child-theme h2,
.child-theme h3,
.child-theme h4,
.child-theme h5,
.child-theme h6 {
  margin-block-start: .5rem;
  margin-block-end: 1rem;
  font-family: var(--secondary-custom-font);
}
.hs-button {
  transition: transform .2s ease-out, background-color .2s linear, box-shadow .2s;
  font-size: 16px;
  font-family: helvetica;
  font-weight: 700;
  line-height: 1.5;
}
.hs-button:hover {
  transform: translateY(-1px);
}
form label {
  margin-bottom: 10px;
  display: inline-block;
  font-family: Helvetica;
  font-size: 16px;
}
.tabber .media-col .form-wrap .hs-input, 
form input[type=email], 
form input[type=file], 
form input[type=number], 
form input[type=password],
form input[type=search],
form input[type=tel], 
form input[type=text],
form select,
form textarea {
  min-height: auto;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow .2s ease;
}
.tabber .media-col .form-wrap .hs-input:focus, 
form input[type=email]:focus, 
form input[type=file]:focus, 
form input[type=number]:focus, 
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=tel]:focus, 
form input[type=text]:focus,
form select:focus,
form textarea:focus {
  box-shadow: 0 0 3px #959494;
}
p {
  margin-block-start: 0;
  margin-block-end: .9rem;
}
.span12.widget-span.widget-type-cell {
  min-height: 0;
}

/* footer */


.cm_footer .page-center {
  padding: 10px;
}
.cm_footer .footer-section-2 .flex_row {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #fbf7f7;
}
.cm_footer .footer-section-2 .flex_row .col-section {
  padding: 0;
}
.cm_footer .footer-section-2 .flex_row .col-section ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  flex-direction: row;
}
.cm_footer .footer-section-2 .flex_row .col-section ul > li {
  margin: 0;
  padding: 0;
  position: relative;
  padding-right: 24px;
  display: flex;
  align-items: center;
}
.cm_footer .footer-section-2 .flex_row .col-section .footer-menu {
  padding: 15px 0 23px;
}
.cm_footer .footer-section-2 .flex_row .col-section ul > li:last-child {
  padding-right: 0;
}
.cm_footer .footer-section-2 .flex_row .col-section ul > li a {
  font-family: BasisGrotesqueArabicPro-Regular, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  transition: color .3s;
  color: rgba(255, 255, 255,1.0);
}
.cm_footer .footer-section-2 .flex_row .col-section ul > li:hover a {
  color:rgba(222, 124, 0,1.0) !important;
}

.cm_footer .footer-section-1 .col-section {
  padding: 0;
}
.cm_footer .footer-section-1 .col-section.num1 h6 {
  color: #fff;
  font-family: "BasisGrotesqueArabicPro-Regular";
  margin: 0;
  margin-bottom: 1px;
  padding: 0 0 8px;
  line-height: 1.8em;
  margin-top: 3px;
}

.cm_footer .footer-section-1 .col-section.num2 ul >li:nth-child(odd).active>a {
  color: #de7c00;
}

.cm_footer .footer-section-1 .col-section.num1 h5 {
  font-family: BasisGrotesqueArabicPro-Regular, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #fff;
  margin: 0;
}
.cm_footer .footer-section-1 .flex_row {
  padding: 0 0 28px;
}
.cm_footer .footer-section-1 .col-section .type_advance_menu {
  padding: 0 10px 0 0;
}
.cm_footer .footer-section-1 .col-section.num2 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cm_footer .footer-section-1 .col-section.num2 ul >li {
  display: flex;
  width: 50%;
  padding: 0 0 26px;
  margin: 0;
}
.cm_footer .footer-section-1 .col-section.num2 ul >li >a {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.cm_footer .footer-section-1 .col-section:not(:first-child) h6 {
  margin: 0;
  font-family: Merriweather-Regular1, Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8em;
}
.cm_footer .footer-section-1 .col-section:not(:first-child)  p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin-block-end: .9rem;
  margin-block-start: 0;
}
.cm_footer .footer-section-1 .col-section.num3 .type_richtext {
  padding: 0 32px 0 0;
}
.cm_footer .footer-section-1 .col-section.num4 .footer-content {
  padding: 10px 0 16px;
}
.cm_footer .footer-section-1 .col-section.num4 .footer-content ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cm_footer .footer-section-1 .col-section.num4 .footer-content ul li {
  display: flex;
  align-items: center;
}
.cm_footer .footer-section-1 .col-section.num4 .footer-content ul li:not(:last-child) {
  padding-bottom: calc(0px / 2);
}
.cm_footer .footer-section-1 .col-section.num4 .footer-content ul li a {
  font-family: BasisGrotesqueArabicPro-Regular, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.cm_footer .footer-section-1 .col-section.num4 .footer-social {
  justify-content: flex-start;
  padding: 0;
  gap: 10px;
}
.cm_footer .footer-section-1 .col-section.num4 .footer-social .footer-social-item {
  width: auto;
  height: auto;
}
.cm_footer .footer-section-1 .col-section.num4 .footer-social .footer-social-item svg {
  width: 21px;
  height: 21px;
}
.cm_header.header .primary-section {
  padding: 15.5px 0 8.5px;
}
.cm_header.header  .page-center {
  padding: 10px;
}
.cm_header  .primary-section .container-wrapper {
  gap: 0;
  justify-content: flex-start;
}
.cm_header .primary-section  .logo-section {
  width: initial;
}
.cm_header .primary-section  .nav {
  margin: 0;
  display: flex;
  width: initial;
  align-items: center;
}

.cm_header .primary-section .logo-section a {
  display: flex;
  margin: 0 34px 0 0;
  : ;
}
.cm_header .primary-section .nav  ul.header__menu-wrapper {
  gap: 0;
  margin-inline-start: auto;
  align-items: center;
}
.cm_header .primary-section .nav ul.header__menu-wrapper >li {
  padding: 0 14px;
  position: relative;
  display: flex;
}
.cm_header .primary-section .nav ul.header__menu-wrapper >li >a {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-weight: 400;
  line-height: 2em;
}
.cm_header.header.header .hs-sec-btn {
  font-size: 20px;
  line-height: 1;
  -webkit-transition: .5s;
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  padding: 14px 24px;
}
.cm_header .primary-section .nav ul.header__menu-wrapper >li:first-child {
  padding-left: 0;
}

.header .right-section {
  padding: 0 14px;
}

.nav > nav > ul .header__menu-item--depth-1 > a .child-trigger {
  position: absolute;
  right: 0;
  line-height: 10px;
  font-size: 18px;
  top: 12px;
  margin: 0;
  -webkit-transition: .5s;
}

.nav > nav > ul .header__menu-item--depth-1 > a .child-trigger svg {
  display: none;

}

.nav > nav > ul .header__menu-item--depth-1 > a .child-trigger::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  pointer-events: none;
  line-height: 10px;
}

.cm_header .primary-section .nav ul.header__menu-wrapper >li.header__menu-item--has-submenu>a {
  padding-right: 22px;
  position: relative;
}

.header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover .child-trigger {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .15);
  transform-origin: top;
  font-size: 13px;
  border-style: solid;
  border-width: 0;
  opacity: 0;
  -webkit-transform: scale3d(1, 0, 1);
  position: absolute;
  top: 100% ;
  left: 0 ;
  z-index: -9999;
  width: 180px ;
  padding: 0 ;
  transition: all .5s;
  -ms-transition: .5s;
  -webkit-transition: .5s;
  transform: scale3d(1, 0, 1);
  background-color: rgba(255, 255, 255,1.0);
}


.child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu >li {
  padding: 0 14px;
  border-bottom: 1px solid #de7c00;
  position: relative;
}

.child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu >li >a {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  line-height: 20px;
}

.child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu >li.active >a,
.child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu >li.active-branch >a{
  color: rgba(222, 124, 0,1.0);
  background-color: rgba(2, 103, 128,0.0);
}


.child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu >li:hover:after {
  height: 100%;
}

.child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu >li::after {
  position: absolute;
  content: '';
  background: #de7c00;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: all .3s;
}

.error-page:before {
  color: rgb(233 238 243);
}
h2.count-wrap {
  font-size: 30px;
}
.hs-trans-btn {
  background-color: rgba(39, 71, 54, 1.0);
  border-color: rgba(39, 71, 54, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.pricing-table-gp .pricing-area .plan-price {
  font-size: 34px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.hs-search-field button {
  top: 25px;
}
.servs-details-pg .left-dnd-area .hs-search-field input.hs-search-field__input {
  padding-right: 50px;
}
.hs_service .widget-type-form .form-title {
  font-size: 32px;
}
.hs_service .widget-type-form .hs-button {
  padding: 10px 19px;
  font-size: 16px;
}
.footer-social-item a:hover svg path {
  fill: #de7c00;
}
.footer-social-item a:hover svg {
  -webkit-transition: .5s;
}
.cm_footer .footer-section-1 .col-section.num4 .footer-social .footer-social-item svg path {
  -webkit-transition: .5s;
}
.cm_post_wrp {
  position: relative;
}
.cm_post_wrp .feature_img_wrp {
  padding: 10px;
}
.cm_post_wrp .feature_img_wrp img.feature_img {
  width: 100%;
}
.cm_post_wrp  .blog-post__body {
  padding: 10px;
}
.main_wrp_add ._divider {
  padding: 0 10px;
}
.main_wrp_add  .add_div {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #e8eaf2;
  padding: 40px 0 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
}
.main_wrp_add .add_div > div {
  display: flex;
  min-height: 1px;
}
.blog_Top {
  padding: 30px 0 40px;
}
.blog_Top .inner {
  padding: 10px;
}
.blog_Top .inner h1.title {
  font-family: Merriweather-Regular1, Sans-serif;
  font-size: 60px;
  line-height: 1.1em;
  margin: 0;
  color: #274736;
}
.blog_Top .inner .blog_title {
  margin: 0 0 20px;
}
.listing_wrp {
  padding: 50px 0 60px;
}
.listing_wrp .inner {
  padding: 10px;
}
.listing_wrp .row {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}
.listing_wrp .item {
  flex-direction: column;
  transition-duration: .25s;
  transition-property: background, border, box-shadow;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.listing_wrp .item_row {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  flex-wrap: wrap;
}
.listing_wrp .img_row {
  width: 100%;
  position: relative;
}
.listing_wrp .img_row a.imgLink {
  display: inline-block;
  width: 100%;
}
.listing_wrp .img_row a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing_wrp .item_row .title_row {
  width: 100%;
  position: absolute;
  bottom: 10px;
}
.listing_wrp .item_row .abs_row {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  : ; top: 0;
  bottom: 0;
  opacity: 0;
  transition: all .5s;
  -ms-transform: scale3d(1,0,1);
  -webkit-transform: scale3d(1, 0, 1);
  transform-origin: bottom;
  -ms-transform: scale3d(1,0,1);
  -webkit-transform: scale3d(1, 0, 1);
}
.listing_wrp .item_row .title_row .title_inner {
  padding: 0 20px 20px 25px;
}
.listing_wrp .item_row .title_row h4.heading-title {
  font-family: Merriweather-Regular1, Sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0;
  font-size: 30px;
}

.listing_wrp .item_row .title_row h4.heading-title a {
  color: #fff;
}
.listing_wrp .item:hover .abs_row {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  : ; -ms-transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1, 1, 1);
}

.listing_wrp .item:hover .title_row {
  opacity: 0;
}
.listing_wrp .item_row .abs_row .inner_wrp {
  padding: 38px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  align-content: flex-end;
  align-items: flex-end;
  height: 100%;
}
.listing_wrp .item_row .abs_row .background-overlay {
  width: 100%;
  inset: 0;
  position: absolute;
  background-color: #7b7878;
  opacity: .8;
  transition: background .3s, border-radius .3s, opacity .3s;
}
.listing_wrp .item_row .abs_row .inner_wrp .title_wrp {
  width: 100%;
  position: relative;
  margin-block-end: 20px;
}
.listing_wrp .item_row .abs_row .inner_wrp .title_wrp h4 {
  margin: 0;
  font-family: Merriweather-Regular1, Sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 30px;
}
.listing_wrp .item_row .abs_row .inner_wrp .title_wrp h4 a {
  color: #fff;
}
.listing_wrp .item_row .abs_row .inner_wrp .btn_wrp {
  position: relative;
}
.listing_wrp .item_row .abs_row .inner_wrp .btn_wrp a.btn-sm {
  font-family: Roboto, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  word-spacing: 5px;
  background-color: #de7c00;
  padding: 14px 20px;
  line-height: 1em;
  color: #ffffff;
  border-radius: 24px 24px 24px 24px;
  display: inline-block;
  text-align: center;
}
.listing_wrp .item_row .abs_row .inner_wrp .title_wrp h4 a:hover {
  color: #de7c00;
}
.listing_wrp .item_row .abs_row .inner_wrp .title_wrp h4 a {
  -webkit-transition: .5s;
}
.listing_wrp .item_row .abs_row .inner_wrp .btn_wrp a.btn-sm:hover {
  background-color: #274736;
  color: #ffffff;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  padding: 30px 0px;
  gap: 10px;
  padding-bottom: 0;
}
.blog-pagination a {
  color: #fff;
  display: inline-block;
  padding: 4px 12px;
  background: #de7c00;
}
.blog-pagination a:hover,.blog-pagination a.active {
  background: #274736;
}
.body-container.cm-index-wrp {
  padding-bottom: 80px;
}
.cnt-wit-bg-wrp.cm_pane {
  border-radius: 10px 10px 10px 10px;
}
.cnt-wit-bg-wrp.cm_pane h4 {
  font-size: 25px;
  font-family: Merriweather-Regular1, Sans-serif;
  line-height: 1.2em;
  margin-top: 20px;
}
.cnt-wit-bg-wrp.cm_pane a.hs-sec-btn {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 20px;
  line-height: 1em;
}
.cnt-wit-bg-wrp.cm_pane a.hs-sec-btn:hover {
  background-color: #fff;
  color: #274736;
}
.blog-sidebar input.hs-search-field__input {
  padding-right: 50px;
}
.hs-breadcrumb-menu-item {
  float: none;
  padding: 0;
  display: inline-block;
  margin-block-end: .9rem;
  margin-block-start: 0;
  font-family: BasisGrotesqueArabicPro-Regular, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #191919;
}
.hs-breadcrumb-menu {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #e8eaf2;
  padding: 40px 0 15px;
  line-height: normal;
}
.hs-breadcrumb-menu-item span.hs-breadcrumb-menu-divider::before {
  content: ' - ';
  padding: 0;
}
.hs-breadcrumb-menu-item a {
  color: #c36;
}
.hs-breadcrumb-menu-item a:hover {
  color: #465c67;
}
.two-col-content.flex_two_col .columns_rowo_wrap {
  padding: 0 10px;
}
.two-col-content.flex_two_col .content-col {
  padding: 0;
  width: 52%;
}
.two-col-content.flex_two_col .media_column {
  width: 48%;
  padding: 0;
}
.two-col-content.flex_two_col .content-col .cont-inner {
  padding: 0 32px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.two-col-content.flex_two_col .content-col .cont-inner .description {
  margin: 0;
}
.two-col-content.flex_two_col .content-col .btn_row {
  margin: 0;
  justify-content: flex-start;
}
.two-col-content.flex_two_col .content-col .btn-items {
  width: 100%;
}
.two-col-content.flex_two_col .content-col .btn-items a.hs-sec-btn {
  font-family: BasisGrotesqueArabicPro-Regular, Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}
.two-col-content.flex_two_col .content-col .btn-items a.hs-sec-btn:before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 11px;
}
.two-col-content.flex_two_col .content-col .cont-inner .description h1 {
  font-family: Merriweather-Regular1, Sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 15px;
}
.child-theme .flex_top_img.cnt-wit-tp-img-wrp .top_sec  .content_widget  .title {
  color: #274736;
  font-family: Merriweather-Regular1, Sans-serif;
  margin: 0;
  line-height: 1.16em;
}
.flex_top_img  .page-center {
  padding: 10px;
}
.flex_top_img .page-center .top_sec {
  padding: 0;
  margin: 0;
}
.flex_top_img  .bottom_row {
  padding: 45px 0 70px;
}
.flex_top_img .bottom_row .cnt-col {
  padding: 0;
}
.flex_top_img .bottom_row .cnt-col:not(:last-child) {
  border-right: 1px solid #274736;
}
.flex_top_img .bottom_row .cnt-col:not(:first-child) .inner_spacing {
  padding: 20px 15px 20px 32px;
}
.flex_top_img .bottom_row .cnt-col:first-child .inner_spacing {
  padding: 20px 15px 20px 0;
  max-width: 95.114%;
}
.flex_top_img .bottom_row .cnt-col .inner_spacing .svgbox {
  margin-bottom: 44px;
}
.flex_top_img .bottom_row .cnt-col .inner_spacing .svgbox svg {
  fill: #274736;
  color: #274736;
  border-color: #274736;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  transition: all .3s;
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
.flex_top_img.cnt-wit-tp-img-wrp .col-title {
  font-family: Merriweather-Regular1, Sans-serif;
  font-weight: 400;
  color: #274736;
  margin-block-start: .5rem;
  line-height: 1.2em;
  margin-bottom: 16px;
}
.flex_top_img .bottom_row .cnt-col:last-child .inner_spacing  .svgbox  svg{
  font-size: 80px;
}
.flex_top_img .bottom_row .cnt-col:last-child .inner_spacing .svgbox {
  margin-bottom: 16px;
}
.heeft.two-col-content.flex_two_col .content-col .cont-inner {
  padding: 0 5px 0 32px;
}
.heeft.two-col-content.flex_two_col .content-col {
  width: 51.5%;
}
.heeft.two-col-content.flex_two_col .media_column {
  width: 48.5%;
}
.two-col-content.flex_two_col .content-col .cont-inner .description h2 {
  line-height: 1.3em;
  font-family: Merriweather-Regular1, Sans-serif;
}
.unieke.card_gallery .icon_box.large_sz .icon_inner {
  height: 100%;
  width: 100%;
}
.card_gallery.unieke .page-center {
  padding: 0px 10px;
}
.card_gallery.unieke .page-center .card_item {
  padding: 0 24px 0 0;
}
.card_gallery.unieke .page-center .card_item:nth-child(2) img {
  height: 500px;
  object-fit: fill;
}
a {
  transition: all .5s ;
  -ms-transition: .5s;
  -webkit-transition: .5s ;
}
.project-slider .right_col .articleRow .title_inner h5 a:hover {
  color: #de7c00;
}
.two-col-content.cm_pane .page-center {
  padding: 10px;
}
.two-col-content.cm_pane .col6 {
  padding: 0;
}
.cm_pane.two-col-content .content-col .description {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.cm_pane.two-col-content .content-col .description > span {
  max-width: 42.338%;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  transition: all .3s;
  margin-bottom: 9px;
}
.cm_pane.two-col-content .content-col .description > span svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  margin: 0 auto;
}
.cm_pane.two-col-content .content-col .description h5 {
  font-family: "BasisGrotesqueMonoPro-Regular", Sans-serif;
  font-weight: 400;
  margin: 0;
  margin-bottom: 14px;
  line-height: 1.3em;
}
.cm_pane.two-col-content .content-col .description h2 {
  margin: 0;
  font-family: "Merriweather-Regular1", Sans-serif;
  font-weight: 400;
  line-height: 1.16em;
}
.cm_pane.two-col-content .columns_rowo_wrap {
  padding: 0px 0px 30px 0px;
}
.cm_pane.two-col-content .media_column {
  padding: 0px 0px 5px 160px;
}
.cm_pane.two-col-content .media_column .content_box {
  margin: 0;
  padding: 0px 0px 6px 0px;
}
.cm_pane.two-col-content .media_column a.hs-sec-btn {
  font-family: "BasisGrotesqueMonoPro-Regular", Sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1em;
}
.cm_pane.two-col-content .media_column .content_box p {
  margin-block-end: .9rem;
  margin-block-start: 0;
}
.cm_pane.two-col-content .media_column .btn_row {
  margin: 0;
}
a.hs-sec-btn{
  padding:14px 24px;

}
.child-theme .two-col-content.flex_two_col .media_column img {
  border-radius: 5px 5px 5px 5px !important;
}

/* hubdb */


.hubdb_listing_wrp .listing_wrp .item_row {
  width: 100%;
}
.hubdb_listing_wrp .listing_wrp .row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
.listing_wrp .item_row .abs_row .inner_wrp .content_wrp {
  width: 100%;
  color: #fff;
  position: relative;
  margin-block-end: 20px; }

.listing_wrp .item_row .abs_row .inner_wrp .content_price {
  width: 100%;
  position: relative;
  margin-block-end: 20px; font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.hubdb_listing_wrp .listing_wrp .item_row .abs_row .inner_wrp .btn_wrp a.btn-sm {
  display: inline-block;
  padding: 14px 24px;
}
.hubdb_listing_wrp .listing_wrp .item_row .title_row .content_price {
  color: #fff;
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.listing_wrp .item_row .title_row h4.heading-title {
  margin-block-end: 20px;
}

.hubdb_listing_wrp .listing_wrp .item_row img {
  min-height: auto;
}
.breadcrumb-post .span12.dnd-column {
  padding: 0 10px;
}
.post_two_col {
  padding: 30px 0 70px;
}
.post_two_col .inner {
  padding: 10px;
}
.post_two_col .left {
  width: 25.67%;
}
.post_two_col .left .inner {
  padding: 0 32px 0 0;
}
.post_two_col .left .inner img {
  border-radius: 10px 10px 10px 10px;
}
.post_two_col .left .inner .img_item {
  margin: 0 0 24px;
}
.post_two_col .middle {
  width: 42.61%;
}
.post_two_col .middle .inner {
  padding: 0 32px 0 0;
}
.post_two_col .middle .inner .img_item {
  margin-block-end: 20px; }
.post_two_col .middle .inner .img_item img {
  border-radius: 10px 10px 10px 10px;
}
.post_two_col .inner .right {
  width: 31.386%;
}
.post_two_col .inner .right .inner {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.post_two_col .inner .right .inner .sub_title {
  margin: 28px 0 14px;
}
.post_two_col .inner .right .inner .sub_title h2 {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  margin: 0;
}
.post_two_col .inner .right .title {
  margin: 0 0 20px;
}
.post_two_col .inner .right .title h2 {
  font-family: Merriweather-Regular, Sans-serif;
  font-size: 60px;
  line-height: 1.1em;
  margin: 0;
  color: #274736;
}
.post_two_col .inner .right .description {
  margin: 0 0 24px;
}
.post_two_col .inner .right .btn_1 .hs-button,
.post_two_col .inner .right .btn_2 .hs-button,
.tab_btm_btn .hs-button{
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  background-color: #de7c00;
  border-radius: 24px 24px 24px 24px;
  padding: 14px 24px;
  line-height: 1em;
}
.post_two_col .inner .right .description p {
  margin: 0;
}
.post_two_col .inner .right .btn_1 .hs-button:hover ,
.post_two_col .inner .right .btn_2 .hs-button:hover,
.tab_btm_btn .hs-button:hover{
  transform: unset;
  background-color: #274736;
}
.post_two_col .inner .right .btn_2 {
  margin: 16px 0 0;
}
.char-acteristics {
  background-color: #f8f4f2;
  padding-top: 70px;
  padding-bottom: 14px;
}
.char-acteristics .top-section {
  text-align: center;
  margin: 0 0 96px;
  padding: 0 10px;
}
.char-acteristics .top-section h2 {
  font-family: Merriweather-Regular, Sans-serif;
  font-size: 48px;
  line-height: 1.1em;
  margin: 0;
  color: #274736;
}

.char-acteristics .inner {
  padding: 10px;
}
.char-acteristics .inner .row {
  flex-wrap: wrap;
  margin: 0 -10px;
  display: flex;
}
.char-acteristics .inner .row .item {
  width: 33.333%;
  padding: 0 10px;
}
.char-acteristics .inner .item-inner {
  margin: 0 0 56px;
}
.char-acteristics .inner .icon {
  padding: 0 0 9px;
}
.char-acteristics .inner .icon .elm-icon {
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  transition: all .3s;
}
.char-acteristics .inner .icon .elm-icon svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
.char-acteristics .inner .row .item .title {
  margin: 0 0 16px;
}
.char-acteristics .inner .row .item .title h2 {
  margin: 0;
  font-family: "Merriweather-Regular";
  font-size: 30px;
  line-height: 1.2em;
  color: #274736;
  font-weight: 400;
}
.img_with_text {
  padding: 69px 0 70px;
}
.img_with_text .inner {
  padding: 10px;
}
.img_with_text .row {
  display: flex;
  flex-wrap: wrap;
}
.img_with_text .row .content-col {
  width: 51.53%;
}
.img_with_text .row .content-col .content-inner {
  padding: 0 36px 0 0;
}
.img_with_text .row .content-col .content-inner h2 {
  color: #274736;
}
.img_with_text .row .img-col {
  width: 48.47%;
}
.img_with_text .row .img-col img {
  border-radius: 10px 10px 10px 10px;
}
.tabber_wrp .inner {
  padding: 10px;
}
.tabber_wrp .cm_tab_inner {
  padding: 0 0 40px;
  border-radius: 0 0 0 0;
}
.tabber_wrp .cm_tab_inner .cm_tab_top .tab_title {
  position: relative;
  border: solid transparent;
  cursor: pointer;
  display: table-cell;
  : ; background: #f8f9fc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 400;
  padding: 32px 40px 24px;
  border-width: 3px;
  color: #000;
  font-family: "Merriweather-Regular1";
  line-height: 1.3em;
  font-size: 24px;
}
.tabber_wrp .cm_tab_inner .cm_tab_top .tab_title.active::after {
  content: "" !important;
  left: 0 !important;
  right: 0 !important;
  background: #fff !important;
  border-color: #fff !important;
  bottom: -3px !important;
  width: initial !important;
  z-index: 9;
  position: absolute;
  height: 0;
  border-width: 3px;
  border-bottom-style: solid;
}
.tabber_wrp .cm_tab_inner .cm_tab_top .tab_title.active {
  color: #000;
  background-color: #fff;
  border-color: #e8eaf2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-width: 3px;
  border-bottom-style: none;
}
.tabber_wrp .cm_tab_inner .cm_tab_btm {
  border: 1px #d5d8dc;
  border-width: 3px;
  border-color: #e8eaf2;
  background-color: #fff;
}
.tabber_wrp .cm_tab_inner .cm_tab_btm .tab_pane {
  border: 1px #d5d8dc;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 3px solid #e8eaf2;
  padding: 32px 40px 40px;
  border-style: none solid solid;
  border-width: 3px;
  border-color: #e8eaf2;
}
.tabber_wrp .cm_tab_inner .tab-content-item-cntlr {
  display: flex;
  flex-wrap: wrap;
}
.tabber_wrp .cm_tab_inner .tab-content-item {
  width: 50%;
}
.tabber_wrp .cm_tab_inner .cm_tab_btm .tab_pane {
  display: none;
}
.tabber_wrp .cm_tab_inner .cm_tab_btm .tab_pane.active {
  display: block;
}
.tabber_wrp .cm_tab_inner .tab-content-item ul {
  padding: 0;
}
.tabber_wrp .cm_tab_inner .tab-content-item ul li {
  position: relative;
  padding-left: 37px;
  list-style: none;
}
.tabber_wrp .cm_tab_inner .tab-content-item ul li::before {
  position: absolute;
  content: '';
  top: 12px;
  left: 11px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #060606;
}
.tabber_wrp .cm_tab_inner .cm_tab_btm .tab_pane {
  border-top: 3px solid #e8eaf2 !important;
}
.cm_tab_bottom p {
  margin-bottom: 17px;
}
.tabber_wrp {
  padding: 0 0 164px;
}
.tab_btm_btn .hs-button {
  text-shadow: none;
}
.binnen_slider_wrp .top_section {
  padding: 10px;
  margin: 0 0 22px;
}
.binnen_slider_wrp .top_section h2 {
  margin: 0;
  color: #274736;
  font-family: "Merriweather-Regular1";
  line-height: 1.1em;
}
.binnen_slider_wrp {
  position: relative;
  width: 100%;
  padding: 0 0 139px;
}
.binnen_slider_wrp .slider_inner > ul {
  padding: 0;
  margin: 0;
}
.binnen_slider_wrp .slider_inner > ul .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.binnen_slider_wrp .slider_inner > ul  li {
  padding: 0 16px;
  list-style: none;
}
.binnen_slider_wrp .slider_inner > ul li img {
  width: 100%;
  border-radius: 10px 10px 10px 10px;
  display: block;
}
.cm_btm_arrow_add {
  padding: 22px 0 0;
}
.cm_btm_arrow_add .page-center {
  padding: 10px;
}
.cm_btm_arrow_add .model-arrow {
  display: flex;
  align-items: center;
  width: 250px;
  justify-content: space-between;
  margin-left: auto;
}
.cm_btm_arrow_add button {
  border: none;
  outline: 0;
  top: 50%;
  display: block;
  padding: 14px 24px;
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 20px;
  line-height: 1em;
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50% 50%;
  text-indent: -99999px;
  background: #274736;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  left: 0;
  right: 0;
}
.cm_btm_arrow_add button:hover {
  background: #fe9f1f;
}
.cm_btm_arrow_add button.slick-prev::after,.cm_btm_arrow_add button.slick-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%,-50%);
  width: 22px;
  height: 22px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  content: '' !important;
}
.cm_btm_arrow_add button.slick-next::after {
  background-image: url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/images/next-icon.png);
}
.cm_btm_arrow_add button.slick-prev::after {
  background-image: url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/images/prev-icon.png);
}
.cnt-wit-bg-wrp.cm_content_with_bg .page-center {
  padding: 10px;
}
.cnt-wit-bg-wrp.cm_content_with_bg .page-center h2.title {
  margin-block-end: 20px; margin-top: 0;
  font-family: Merriweather-Regular1, Sans-serif;
}
.cnt-wit-bg-wrp.cm_content_with_bg .bg_img {
  background-size: auto;
  background-position: unset !important;;
}
.cnt-wit-bg-wrp.cm_content_with_bg .page-center a.hs-sec-btn {
  font-size: 20px;
  line-height: 1em;
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
}
.post_two_col .inner .right .inner .sub_title h2 {
  color: #274736;
}
.tab_title.mobile {
  display: none;
}
.loftcabin_reviews {
  padding: 0 0 90px;
}
.loftcabin_reviews .inner {
  padding: 10px;

}
.loftcabin_reviews .top_section {
  text-align: center;
}
.loftcabin_reviews .top_section h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.3em;
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  color: #274736;
}
.loftcabin_reviews .top_section h2 {
  color: #274736;
  font-family: "Merriweather-Regular1";
  margin: 0 0 56px;
}
.loftcabin_reviews .bottom {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
.loftcabin_reviews .item {
  width: 33.3333%;
  padding: 0 16px;
}
.loftcabin_reviews .item .inner {
  margin: 0 0 50px;
  padding: 0;
}
.loftcabin_reviews .item .inner-theme {
  border-style: solid;
  border-width: 1px;
  border-color: #e8eaf2;
  box-shadow: 16px 32px 40px 0 rgba(0, 0, 0, .16);
  padding: 27px 24px 44px;
  border-radius: 10px 10px 10px 10px;
}
.loftcabin_reviews .item .rating {
  display: block;
  margin: 0;
}
.loftcabin_reviews .rating .container {
  padding: 0 0 16px;
}
.loftcabin_reviews .rating ul {
  padding: 0;
  margin: 0;
  margin-right: calc(0px / 2);
  margin-left: calc(0px / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.loftcabin_reviews .rating ul >li {
  margin-right: calc(0px / 2);
  margin-left: calc(0px / 2);
  display: flex;
  justify-content: center;
}
.loftcabin_reviews .rating ul >li span.icon-list-icon i {
  font-size: 24px;
  width: 1.25em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.loftcabin_reviews .rating ul >li span.icon-list-text {
  align-self: center;
  padding-inline-start: 5px;
}
.loftcabin_reviews .item .img-bio {
  display: flex;
  flex-direction: row;
  text-align: start;
  align-items: center;
}
.loftcabin_reviews .item .img-bio figure {
  margin: 0;
}
.loftcabin_reviews .item .img-bio .img-box {
  width: 33%;
  margin-right: 24px;
  display: flex;
}
.loftcabin_reviews .item .img-bio figure img {
  border-style: solid;
  border-width: 1px;
  border-color: #e8eaf2;
  border-radius: 100%;
  transition-duration: .3s;
  padding: 2px;
}
.loftcabin_reviews .item .img-bio .image-box-content {
  width: 100%;
}
.loftcabin_reviews .item .img-bio .image-box-content h3.image-box-title {
  margin: 0;
  margin-bottom: 8px;
  font-family: Merriweather-Regular1, Sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  color: #274736;
}
.loftcabin_reviews .item .inner-theme .content {
  padding: 0 0 10px;
}
.loftcabin_reviews .item .img-bio .image-box-content p.image-box-description {
  font-family: BasisGrotesqueArabicPro-Regular, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  margin: 0;
}
/* Default: make all stars dark green first */
.icon-list-items li .fa-star {
  color: #274736;
}

/* One star orange */
.icon-list-items.one_star li:nth-child(1) .fa-star {
  color: #fe9f1f;
}

/* Two stars orange */
.icon-list-items.two_star li:nth-child(-n+2) .fa-star {
  color: #fe9f1f;
}

/* Three stars orange */
.icon-list-items.three_star li:nth-child(-n+3) .fa-star {
  color: #fe9f1f;
}

/* Four stars orange */
.icon-list-items.four_star li:nth-child(-n+4) .fa-star {
  color: #fe9f1f;
}

/* Five stars orange */
.icon-list-items.five_star li:nth-child(-n+5) .fa-star {
  color: #fe9f1f;
}
.cm_faq_sectoin .inner {
  padding: 10px;
}
.cm_faq_sectoin .cm_container {
  margin: 0 auto;
  max-width: 728px;
}
.cm_faq_sectoin h3 {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  margin: 0 0 16px;
  color: #274736;
}
.cm_faq_sectoin .cm_container h2 {
  margin: 0 0 56px;
  font-family: "Merriweather-Regular1";
  color: #274736;
}
.cm_faq_sectoin .cm_container .faq_wrp {
  padding: 0 0 40px;
}
.cm_faq_sectoin .cm_container .faq_wrp h5 {
  font-family: Merriweather-Regular1, Sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  color: #274736;
}
.cm_faq_sectoin {
  padding: 0 0 70px;
}
.cm_faq_sectoin .cm_container .btn_wrp .hs-button {
  background-color: #de7C0000;
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  fill: #274736;
  color: #274736;
  border-style: solid;
  border-width: 2px;
  border-color: #274736;
  border-radius: 24px 24px 24px 24px;
  padding: 12px 24px;
}
.cm_faq_sectoin .cm_container .btn_wrp .hs-button:hover {
  transform: unset;
  background-color: #274736;
  color: #ffffff;
}
.cm_faq_sectoin .cm_container .faq_wrp hr {
  background: #979797;
}
.cm-home-cads .top_sec {
  padding: 0;
  margin: 0;
}
.cm-home-cads .top_sec h2.title {
  font-family: Merriweather-Regular, Sans-serif;
  font-weight: 400;
  line-height: 1.16em;
  color: #274736;
  margin: 0;
}

.cnt-wit-tp-img-wrp.cm-home-cads .bottom_row {
  padding: 60px 0 70px;
}
.cnt-wit-tp-img-wrp.cm-home-cads .page-center {
  padding: 10px;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col {
  border-right: 1px solid #274736;
  padding: 0;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(3n) {
  border-right: 0;
}
.cnt-wit-tp-img-wrp.cm-home-cads .bottom_row .flex-row {
  gap: 0;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:first-child .inner_spacing,
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(4) .inner_spacing {
  padding: 20px 15px 20px 0;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:first-child .inner_spacing {
  max-width: 95.114%;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col .inner_spacing .svgbox {
  margin-bottom: 2px;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  transition: all .3s;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col .inner_spacing .svgbox svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col h4.col-title {
  font-family: Merriweather-Regular, Sans-serif;
  font-weight: 400;
  color: #274736;
  margin-bottom: 15px;
}
.cm-home-cads.cnt-wit-tp-img-wrp .tp-img-cnt-inner p {
  color: #191919;
  margin-bottom: 10px;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(4),
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(5),
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(6) {
  border-top: 1px solid #274736;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:last-child .inner_spacing {
  background-color: #274736;
  padding: 30px 30px 30px 35px;
  margin: 20px 0 20px 15px;
  border-radius: 10px 10px 10px 10px;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:last-child .inner_spacing h4.col-title {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(3) .svgbox {
  font-size: 80px;
  display: flex;
  justify-content: left;
  margin-bottom: 18px;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(3) .inner_spacing {
  padding-top: 0;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:last-child .inner_spacing .tp-img {
  margin: 0 0 10px;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:last-child .inner_spacing .tp-img {
  margin: 0 0 10px;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col a.hs-sec-btn {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-weight: 500;
  padding: 14px 24px;
  font-size: 20px;
  line-height: 1em;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col .col-btn-grp {
  margin: 0;
}
.cnt-wit-tp-img-wrp.cm-home-cads .cnt-col a.hs-sec-btn:hover {
  background-color: #fff;
  color: #274736;
}
.cm_btn_wrp .page-center {
  padding: 10px;
}
.child-theme .cm_btn_wrp .page-center a.hs-button {
  font-family: BasisGrotesqueArabicPro-Regular, Sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 24px;
  line-height: 1em;
  position: relative;
  display: flex;
  gap: 16px;
}
.child-theme .cm_btn_wrp .page-center a.hs-button::before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.child-theme .cm_btn_wrp .page-center a.hs-button:hover {
  transform: unset;
}
.project-slider.project-slider-v2 .right_col {
  width: 100%;
}
.project-slider.project-slider-v2 .right_col .inner_wrp {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.project-slider.project-sec-cntlr.project-slider-v2 {
  padding-left: 0 !important;
}
.project-slider.project-sec-cntlr.project-slider-v2 .top-section {
  max-width: 1130px;
  margin: 0 auto;
  padding: 10px;
  margin-bottom: 18px;
}
.project-slider.project-sec-cntlr.project-slider-v2 .top-section h2.title {
  color: #274736;
  font-family: "BasisGrotesqueArabicPro-Regular";
  margin: 0;
  line-height: 1;
}
.project-slider-v2.project-slider .right_col .articleRow .title_inner h5 {
  font-family: Merriweather-Regular, Sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 7px;
}
.project-slider-v2.project-slider .right_col .articleRow .title_inner .price_txt {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.project-slider.project-sec-cntlr.project-slider-v2 + .project-slider-arrow .arrow_wrp_ {
  padding: 0;
}

.project-slider.project-sec-cntlr.project-slider-v2 + .project-slider-arrow .arrow_ {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 10px;
}
.project-slider.project-sec-cntlr.project-slider-v2 + .project-slider-arrow a.hs-sec-btn {
  font-size: 20px;
  line-height: 1em;
  background-color: #274736;
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-weight: 500;
}
.project-slider.project-sec-cntlr.project-slider-v2 + .project-slider-arrow a.hs-sec-btn:hover {
  background-color: #de7c00;
}
.project-slider-v2.project-slider .right_col .articleRow .inner_wrp .title_wrp {
  left: -10px;
  bottom: 18px;
}

.home-reviews .page-center {
  padding: 10px;
}
.home-reviews .page-center .testmn_item {
  padding: 0 16px;

  display: inline-block;
}
.home-reviews .page-center  .testmn_row {
  margin: 0 -16px;
}
.home-reviews .page-center .testmn_item .card_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-reviews .page-center .testmn_item .card_box .rating {
  width: 100%;
  order: 1;
}
.home-reviews .page-center .testmn_item .card_box  .card_quote {
  width: 100%;
  order: 2;
}
.home-reviews .page-center .testmn_item .card_box .card_bottom {
  width: 100%;
  order: 3;
  display: flex;
  align-items: center;
}
.breadcrumb-post .hs-breadcrumb-menu-item {
  font-size: 16px;
  line-height: 1.5em;
  color: #465c67;
}
.breadcrumb-post .hs-breadcrumb-menu-item a {
  color: #465c67;
}
.breadcrumb-post .hs-breadcrumb-menu-item a:hover {
  color: #de7c00;
}
.home-reviews .top_sec {
  padding: 0;
  margin: 0;
}
.home-reviews .top_sec h6 {
  margin: 0 0 7px;
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  color: #274736;
}
.home-reviews .top_sec .top_content h2 {
  color: #274736;
  margin: 0 0 53px;
  font-family: "Merriweather-Regular";
}
.home-reviews .page-center .testmn_item .testmn_inner {
  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8eaf2;
  box-shadow: 16px 32px 40px 0 rgba(0, 0, 0, .16);
}
.home-reviews .page-center .testmn_item .card_box .rating svg {
  width: 1.25em;
  font-size: 24px;
  height: 24px;
}

.home-reviews .page-center .testmn_item .card_box .card_quote p {
  text-align: left;
  padding: 0 0 10px;
}

.home-reviews .page-center .testmn_item .card_box .rating {
  margin-bottom: 16px;
}

.home-reviews .page-center .testmn_item .card_box .card_bottom .card_content {
  margin: 0;
  text-align: left;
  width: 100%;
}

.home-reviews .page-center .testmn_item .card_box .card_bottom h4 {
  margin-bottom: 8px;
  font-family: Merriweather-Regular, Sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  color: #274736;
}

.home-reviews .page-center .testmn_item .card_box .card_bottom .icon_inner {
  margin: 0;

  display: block;
}

.home-reviews .page-center .testmn_item .card_box .card_bottom .icon_box {
  width: 33%;
  margin-right: 24px;
}

.home-reviews .page-center .testmn_item .card_box .card_bottom .card_content span {
  font-family: BasisGrotesqueArabicPro-Regular, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
}

.home-reviews .page-center .testmn_item .card_box .card_bottom .icon_inner span.icon_img {
  width: auto;
  height: auto;
  overflow: visible;
}

.home-reviews .page-center .testmn_item .card_box .card_bottom .icon_inner span.icon_img img {
  border-style: solid;
  border-width: 1px;
  border-color: #e8eaf2;
  border-radius: 100%;
  transition-duration: .3s;
  width: 100%;
  padding: 2px;
}
.two-col-content.home_tiny_two_col .content-col {
  padding: 10px;
}
.two-col-content.home_tiny_two_col .content-col .description {
  margin: 0;
}
.two-col-content.home_tiny_two_col .content-col .description h5 {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-weight: 400;
  color: #274736;
  line-height: 1.3em;
  margin-bottom: 14px;
}
.two-col-content.home_tiny_two_col .content-col .description  h2 {
  color: #274736;
  font-family: Merriweather-Regular, Sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 14px;
}
.two-col-content.home_tiny_two_col .content-col .description h2 span {
  text-decoration: underline;
}
.two-col-content.home_tiny_two_col .content-col  a.hs-sec-btn {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1em;
  margin-top: 8px;
}
.home-faq .page-center {
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
}

.home-faq .page-center .top_sec {
  padding: 0;
  margin: 0;
  text-align: left;
  margin: 0 0 53px;
}

.home-faq .page-center .top_sec h3 {
  color: #274736;
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-size: 24px;
  line-height: 1.3em;
}

.home-faq .page-center .top_sec h2 {
  color: #274736;
  font-family: "Merriweather-Regular1";
}

.accordion_wrap.home-faq .acc-item {
  margin: 0;
  border: 1px solid #979797;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.accordion_wrap.home-faq .acc-item .acctitle {
  box-shadow: none;
}

.accordion_wrap.home-faq .acc-item .acctitle h4 {
  font-family: Merriweather-Regular, Sans-serif;
  font-size: 24px;
  line-height: 1.5em;
}

.child-theme .home-faq.accordion_wrap .acc-item .acc-content .desc p:last-child {
  margin-block-end: .9rem;
}

.accordion_wrap.home-faq .acc-item .carrortwrap {
  all: unset;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  background: #274736;
  border-radius: 100%;
  margin-top: 1px;
}
.accordion_wrap.home-faq .acc-item .carrortwrap svg {
  display: none !important;
}
.accordion_wrap.home-faq .acc-item .carrortwrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 15px;
  width: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  transition: all .5s;
  z-index: 1;
}
.accordion_wrap.home-faq .acc-item .carrortwrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 15px;
  width: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  transition: all .5s;
  z-index: 1;
  width: 15px;
  height: 2px;
  right: 3.5px;
}

.accordion_wrap.home-faq .acc-item.activeaccord     .carrortwrap::after {
  opacity: 0;
}
.accordion_wrap.home-faq .acc-item .acc-content {
  box-shadow: none;
}

.accordion_wrap.home-faq .acc-item {
  margin: 0!important;
}
.accordion_wrap.home-faq .acc-item:last-child {
  border: 1px solid #979797;
  border-left: 0;
  border-right: 0;
}
.accordion_wrap.home-faq .acc-item .acctitle h4:hover {
  color: inherit;
}

.child-theme .accordion_wrap.home-faq .acc-item .acctitle h4{
  color: #274736;
}
.child-theme .accordion_wrap.home-faq .acc-item:hover .acctitle h4 span{
  color: #274736 !important;
}
.listing_wrp.cmlisting .row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 10px;
}
.cmlisting.listing_wrp .item_row .title_row h4.heading-title {
  margin: 0;
}
.cmlisting.listing_wrp .item_row .abs_row .inner_wrp .btn_wrp a.btn-sm {
  word-spacing: 5px;
  padding: 14px 24px;
}
.cmlisting.listing_wrp .img_row a img {
  border-radius: 10px;
  overflow: hidden;
}

@media(min-width:576px) {

  .cm_post_wrp h1.post-title {
    max-width: 500px;
    margin-left:auto;
    margin-right:auto;
  }
}

@media(min-width:768px) {

  .cm_post_wrp h1.post-title {
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;
  }
}

@media(min-width:992px){

  .child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul {
    transform: scale3d(1, 1, 1) ;
    -ms-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1, 1, 1) ;
    -o-transform: scale3d(1,1,1);
    opacity: 1 ;
    visibility: visible ;
    z-index: 9999;
    display: block ;
  }

  .cm_post_wrp h1.post-title {
    max-width: 800px;
    margin-left:auto;
    margin-right:auto;
  }
}

@media(min-width:1200px) {

  .cm_post_wrp h1.post-title {
    max-width: 1140px;
    margin-left:auto;
    margin-right:auto;
  }
}
@media(max-width:992px) and (min-width:768px){
  h2 {
    font-size: 40px;
  }

}


@media(max-width:1300px) and (min-width:992px){
  .project-slider.project-sec-cntlr {
    padding-left: 10px;
  } 

}
@media(max-width:1199px){
  .cm_header .primary-section .nav {
    margin-left: auto;
  }
  .cm_header.header.header .hs-sec-btn {
    font-size: 16px;
    : ; padding: 12px 20px;
  }
  .cm_header .primary-section .nav ul.header__menu-wrapper >li {
    padding: 0 10px;
  }
  .cm_header.header .page-center {
    max-width: 1130px;
    padding-right: 0;
  }
  .header .right-section {
    padding: 0 10px;
  }
  .cm_header .primary-section .nav ul.header__menu-wrapper >li >a {
    font-size: 15px;
  }
  .child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu >li {
    padding: 0 10px;
  }
  .child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu >li >a {
    font-size: 15px;
  }
  .blog_Top .inner h1.title {
    font-size: 52px;
  }
  .listing_wrp .item_row .abs_row .inner_wrp .title_wrp h4 {
    font-size: 28px;
  }
  .listing_wrp .item_row .title_row h4.heading-title {
    font-size: 28px;
  }
  .cnt-wit-bg-wrp.cm_pane a.hs-sec-btn {
    font-size: 19px;
    padding: 14px 24px;
  }
  .post_two_col .left .inner {
    padding: 0 24px 0 0;
  }
  .post_two_col .middle .inner {
    padding: 0 24px 0 0;
  }
  .post_two_col .inner .right .inner .sub_title h2 {
    font-size: 23px;
  }
  .post_two_col .inner .right .title h2 {
    font-size: 52px;
  }
  .post_two_col .inner .right .title {
    width: 100%;
  }
  .char-acteristics .top-section h2 {
    font-size: 44px;
  }
  .char-acteristics {
    padding: 60px 0 14px;
  }
  .char-acteristics .top-section {
    margin: 0 0 80px;
  }
  .char-acteristics .inner .row .item .title h2 {
    font-size: 28px;
  }
  .char-acteristics .inner .item-inner {
    margin: 0 0 46px;
  }
  .img_with_text {
    padding: 60px 0;
  }
  .img_with_text .row .content-col .content-inner h2 {
    font-size: 44px;
  }
  .tabber_wrp .cm_tab_inner .cm_tab_top .tab_title {
    font-size: 23px;
  }
  .tabber_wrp {
    padding: 0 0 130px;
  }
  .binnen_slider_wrp .top_section h2 {
    font-size: 44px;
  }
  .binnen_slider_wrp {
    padding: 0 0 120px;
  }
  .loftcabin_reviews .top_section h3 {
    font-size: 23px;
  }
  .loftcabin_reviews .top_section h2 {
    font-size: 44px;
    margin: 0 0 40px;
  }
  .loftcabin_reviews .item .inner-theme {
    padding: 24px 18px 36px;
  }
  .loftcabin_reviews {
    padding: 0 0 70px;
  }
  .cm-home-cads .top_sec h2.title {
    font-size: 44px;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col h4.col-title {
    font-size: 28px;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col a.hs-sec-btn {
    font-size: 19px;
    padding: 14px 24px;
  }
  .project-slider.project-sec-cntlr.project-slider-v2 .top-section h2.title {
    font-size: 44px;
  }
  .project-slider-v2.project-slider .right_col .articleRow .title_inner h5 {
    font-size: 28px;
  }
  .project-slider.project-sec-cntlr.project-slider-v2 + .project-slider-arrow a.hs-sec-btn {
    font-size: 19px;
    padding: 14px 24px;
  }
  .home-faq .page-center .top_sec h2 {
    font-size: 44px;
  }
  .home-faq .page-center .top_sec {
    margin: 0 0 40px;
  }
  .two-col-content.home_tiny_two_col .content-col .description h2 {
    font-size: 44px;
  }
  .two-col-content.home_tiny_two_col .content-col a.hs-sec-btn {
    font-size: 19px;
    padding: 14px 24px;
  }
  .home-reviews .top_sec h6 {
    font-size: 23px;
  }
  .home-reviews .top_sec .top_content h2 {
    font-size: 44px;
  }
}

@media(max-width:991px){
  .cm_footer .footer-section-2 .flex_row .col-section .footer-menu {
    text-align: center;
    padding: 10px 0;
  }
  .cm_footer .footer-section-2 .flex_row .col-section ul {
    max-width: 650px;
    margin: 0 auto;
  }
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num1,
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num2,
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num3,
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num4 {
    width: 50%;
  }
  .cm_footer .footer-section-1 .flex_row {
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .footer.footer_section__2 .footer-section-1 .col-section.num1 {
    margin: 0 0 30px;
  }
  .cm_footer .footer-section-1 .col-section .type_advance_menu {
    padding: 0;
  }
  .cm_header .primary-section .nav {
    background-color: #fff;
    font-size: 13px;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: top;
    transition: max-height .3s, transform .3s;
    padding: 20px 14px;
    max-width: 300px;
    width: 100%;
    left: initial !important;
    right: 0;
    margin-top: 0 !important;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    border-top-right-radius: 0;
    position: absolute;
    z-index: 9997;
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0);
    display: block;
    top: 84px;
    right: 10px;
  }
  @keyframes hide-scroll {
    0%, 100% {
      overflow: hidden;
    }
  }

  header.header .mobile-open .nav {
    animation: .3s backwards hide-scroll;
    max-height: 100vh;
    transform: scaleY(1);
    height: auto;
  }
  .cm_header.header .page-center {
    padding: 10px;
  }
  header.header .nav .header__menu.header__menu--desktop {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
  header.header .nav .header__menu.header__menu--desktop> ul {
    padding: 0;
    display: block;
  }

  header.header .mobile-close-icon {
    display: none;
  }

  header.header .nav .header__menu.header__menu--desktop> ul >li> a {
    color: #274736;
  }

  header.header .nav .header__menu.header__menu--desktop> ul >li> a:hover {
    color: #de7c00;
  }
  .header .cst-humburger-icon span.trigger {
    display: none;
  }
  .header .cst-humburger-icon {
    justify-content: center;
    padding: .25em;
    display: flex;
    font-size: 24px;
    align-items: center;
    background-color: rgba(0, 0, 0, .05);
    border: 0 solid;
    border-radius: 3px;
    color: #274736;
  }
  .header .cst-humburger-icon::before {
    content: "\e816";
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header .right-section {
    padding: 0;
  }
  .header .mobile-open .cst-humburger-icon::before {
    content: "\e87f";
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li> a {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    line-height: 2em;
    width: auto;
  }
  header.header .nav .header__menu.header__menu--desktop ul >li {
    padding: 0;
    padding-bottom: 14px;
    text-align: center;
    line-height: normal;
    justify-content: center;
    z-index:99;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> a {
    padding: 0;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger {
    -webkit-transform: initial;
    width: auto;
    height: auto;
    color: inherit;
    font-size: 18px;
    left: auto;
    right: 86px;
    top: 4px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger::before {
    content: "\f078";
    line-height: 10px;
    pointer-events: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .container-wrapper.mobile-open .top-section.mobile_section {
    padding: 0;
    text-align: center;
  }
  header.header .top-section.mobile_section .btn-section a {
    width: auto;
  }
  header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger.child-open:before {
    font-size: inherit;
  }
  .header .top-section.mobile_section .cst-inner-wrapper .btn-section {
    width: auto;
    display: inline-block;
  }
  .container-wrapper.mobile-open .top-section.mobile_section {
    display: flex;
  }
  .header .top-section.mobile_section .cst-inner-wrapper {
    display: block;
    width: auto;
  }
  .container-wrapper.mobile-open .top-section.mobile_section .page-center {
    padding: 0;
    padding-bottom: 14px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> a {
    padding-right: 22px;
    position: relative;
  }
  header.header .nav .header__menu.header__menu--desktop ul >li:not(:last-child) {
    border: 0;
  }
  header.header .nav .header__menu.header__menu--desktop ul >li:not(:last-child) {
    border: 0;
  }

  header.header .nav .header__menu.header__menu--desktop>ul>li:hover>a,
  header.header .nav .header__menu.header__menu--desktop>ul>li:hover>a:after {
    color: #de7c00;
  }

  header.header .nav .header__menu.header__menu--desktop>ul>li:hover .mobile-child-trigger {
    color: #de7c00;
  }
  header.header .nav .header__menu.header__menu--desktop ul >li:not(:last-child) {
    border: 0;
  }
  header.header .nav .header__menu.header__menu--desktop>ul>li:hover>a,
  header.header .nav .header__menu.header__menu--desktop>ul>li:hover>a:after {
    color: #de7c00;
  }

  header.header .nav .header__menu.header__menu--desktop>ul>li:hover .mobile-child-trigger {
    color: #de7c00;
  }
  .child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu {
    position: static;
    transform: unset;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    box-shadow: none;
    width: 100%;
    padding-top: 10px;
    pointer-events: all;
  }
  header.header .nav .header__menu.header__menu--desktop ul >li {
    flex-direction: column;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger.child-open {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu >li {
    padding: 0;
    padding-bottom: 14px;
    text-align: center;
  }
  .child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu >li >a {
    font-size: 14px;
    color: #274736;
    padding: 0;
  }
  .child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu >li::after {
    display: none;
  }
  .child-theme .cm_header .header__menu--desktop>.header__menu-wrapper .header__menu-submenu >li >a:hover {
    color: #de7c00;
  }
  .blog_Top .inner h1.title {
    font-size: 42px;
  }
  .blog_Top {
    padding: 20px 0 50px;
  }
  .blog_des {
    font-size: 17px;
  }
  .listing_wrp .item_row .abs_row .inner_wrp .title_wrp h4 {
    font-size: 26px;
  }
  .listing_wrp .item_row .title_row h4.heading-title {
    font-size: 26px;
  }
  .body-container.cm-index-wrp {
    padding: 0 0 60px;
  }
  .two-col-content.flex_two_col .content-col .cont-inner .description h1 {
    font-size: 48px;
  }
  .flex_top_img .bottom_row .flex-row {
    justify-content: flex-start;
    gap: 0;
  }
  .flex_top_img.cnt-wit-tp-img-wrp .col-title {
    font-size: 23px;
  }

  .card_gallery.unieke .page-center .flex_row {
    gap: 0;
    justify-content: flex-start;
  }
  .listing_wrp .item_row .abs_row .inner_wrp {
    padding: 24px;
  }
  .hubdb_listing_wrp .listing_wrp .row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .hubdb_listing_wrp .listing_wrp {
    padding: 30px 0 50px;
  }
  .post_two_col {
    padding: 20px 0 50px;
  }
  .post_two_col .left .inner {
    padding: 0 20px 0 0;
  }
  .post_two_col .middle .inner {
    padding: 0 20px 0 0;
  }
  .post_two_col .inner .right .title h2 {
    font-size: 42px;
  }
  .post_two_col .inner .right .inner .sub_title h2 {
    font-size: 22px;
  }
  .post_two_col .inner .right .btn_1 .hs-button, 
  .post_two_col .inner .right .btn_2 .hs-button, 
  .tab_btm_btn .hs-button {
    font-size: 18px;
    padding: 14px 20px;
  }
  .post_two_col .inner .right .inner .sub_title {
    margin-top: 20px;
  }
  .post_two_col .inner .right .description p {
    font-size: 17px;
  }
  .char-acteristics .top-section h2 {
    font-size: 40px;
  }
  .char-acteristics {
    padding: 50px 0 14px;
  }
  .char-acteristics .inner .row .item .title h2 {
    font-size: 26px;
  }
  .char-acteristics .inner .item-inner .content {
    font-size: 17px;
  }
  .img_with_text {
    padding: 50px 0;
  }
  .img_with_text .row .content-col .content-inner h2 {
    font-size: 40px;
  }
  .tabber_wrp .cm_tab_inner .cm_tab_top .tab_title {
    font-size: 22px;
    padding: 24px 30px;
  }
  .tabber_wrp .cm_tab_inner .cm_tab_btm .tab_pane {
    padding: 25px 30px 30px;
  }
  .tabber_wrp .cm_tab_inner .tab-content-item {
    font-size: 17px;
  }
  .binnen_slider_wrp .top_section h2 {
    font-size: 36px;
  }
  .tabber_wrp {
    padding: 0 0 100px;
  }
  .cm_btm_arrow_add .model-arrow {
    width: 170px;
  }
  .cm_btm_arrow_add button {
    width: 40px;
    height: 40px;
    font-size: 17px;
    padding: 14px 20px;
  }
  .cm_btm_arrow_add button.slick-prev::after, .cm_btm_arrow_add button.slick-next::after {
    width: 18px;
    height: 18px;
  }
  .binnen_slider_wrp {
    padding: 0 0 100px;
  }
  .loftcabin_reviews .top_section h3 {
    font-size: 22px;
  }
  .loftcabin_reviews .top_section h2 {
    font-size: 40px;
  }
  .loftcabin_reviews .item {
    width: calc(50% - 10px);
  }
  .loftcabin_reviews .bottom {
    max-width: 728px;
    margin: 0 auto;
  }
  .loftcabin_reviews {
    padding: 0 0 50px;
  }
  .cm_faq_sectoin .cm_container h2 {
    font-size: 44px;
  }

  .cm_faq_sectoin .cm_container h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }

  .loftcabin_reviews {
    padding: 0 0 50px;
  }

  .cm_faq_sectoin {
    padding: 0 0 60px;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(3) {
    border-right: 1px solid #274736;
    border-top: 1px solid #274736;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(2n) {
    border-right: 0;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:first-child .inner_spacing,
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(4) .inner_spacing, 
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col .inner_spacing {
    padding: 10px 15px;
  }
  .project-slider.project-sec-cntlr.project-slider-v2 .top-section h2.title {
    font-size: 40px;
  }
  .project-slider-v2.project-slider .right_col .articleRow .title_inner h5 {
    font-size: 26px;
    : ;
  }
  .project-slider.project-sec-cntlr.project-slider-v2 + .project-slider-arrow a.hs-sec-btn {
    font-size: 18px;
    padding: 14px 20px;
  }
  .cm_pane.two-col-content .media_column {
    padding-left: 50px;
  }
  .home-faq .page-center .top_sec h2 {
    font-size: 40px;
  }
  .home-faq .page-center .top_sec {
    margin: 0 0 30px;
  }
  .accordion_wrap.home-faq .acc-item .acctitle h4 {
    font-size: 22px;
  }
  .child-theme .home-faq.accordion_wrap .acc-item .acc-content .desc p:last-child {
    font-size: 15px;
  }
  .two-col-content.home_tiny_two_col .content-col .description h2 {
    font-size: 40px;
  }
  .home-reviews .page-center .testmn_row {
    justify-content: flex-start;
  }
  .home-reviews .top_sec .top_content h2 {
    font-size: 40px;
  }
}


@media(max-width:767px){
  .cm_footer .footer-section-2 .flex_row .col-section ul>li {
    padding-bottom: 5px;
  }
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num1,
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num2, 
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num3, 
  .child-theme .footer.footer_section__2 .footer-section-1 .col-section.num4 {
    width: 100%;
  }
  .footer-social-item:not(:first-child) {
    margin: 0;
  }
  .cm_footer .footer-section-1 .flex_row {
    padding-bottom: 6px;
  }
  .cm_footer .footer-section-1 .col-section.num1 h6 {
    font-size: 18px;
    margin-top: 14px;
  }
  .footer.footer_section__2 .footer-section-1 .col-section.num1 {
    margin: 0;
  }
  .cm_footer .footer-section-1 .col-section.num2 ul>li {
    padding: 0 0 8px;
  }
  .footer .flex_row .col-section:not(:first-child) {
    padding: 0;
  }
  .footer.footer_section__2 .footer-section-1 .col-section.num2 {
    padding: 19px 0 0;
  }
  .cm_footer .footer-section-1 .col-section.num3 .type_richtext {
    padding:0;
  }
  .cm_footer .footer-section-1 .col-section.num4 .footer-content {
    padding-top: 0;
    padding-bottom: 9px;
  }
  form {
    margin-bottom: 30px;
  }

  .blog_Top .inner h1.title {
    font-size: 35px;
  }
  .blog_Top {
    padding: 30px 0 40px;
  }
  .blog_des {
    font-size: 16px;
  }
  .listing_wrp {
    padding: 20px 0 40px;
  }
  .listing_wrp .row {
    grid-template-columns: repeat(1, 1fr);
  }
  .listing_wrp .item_row .abs_row .inner_wrp .title_wrp h4 {
    font-size: 22px;
  }
  .listing_wrp .item_row .title_row h4.heading-title {
    font-size: 22px;
  }
  .listing_wrp .item_row .abs_row .inner_wrp {
    padding: 10px;
  }
  .listing_wrp .item_row .abs_row .inner_wrp .btn_wrp a.btn-sm {
    font-size: 16px;
    padding: 10px 20px;
  }
  .body-container.cm-index-wrp {
    padding: 0 0 30px;
  }
  .cnt-wit-bg-wrp.cm_pane a.hs-sec-btn {
    font-size: 16px;
    padding: 14px 20px;
  }
  .two-col-content.flex_two_col .content-col {
    width: 100%;
  }
  .two-col-content.flex_two_col .content-col .cont-inner {
    padding: 20px 0px 25px 0px;
  }
  .two-col-content.flex_two_col .content-col .cont-inner .description h1 {
    font-size: 45px;
  }
  .two-col-content.flex_two_col  .flex_row {
    gap: 0;
  }
  .two-col-content.flex_two_col .media_column {
    width: 100%;
  }
  .child-theme .flex_top_img.cnt-wit-tp-img-wrp .top_sec .content_widget .title {
    font-size: 36px;
  }
  .flex_top_img .bottom_row {
    padding: 30px 0px 30px 0px;
  }
  .flex_top_img .bottom_row .cnt-col:first-child .inner_spacing {
    padding: 6px 0px 10px 0px;
    max-width: 100%;
  }
  .flex_top_img .bottom_row .cnt-col:not(:last-child) {
    border-right: initial;
    border-bottom: 1px solid #274736;
  }
  .flex_top_img .bottom_row .cnt-col:not(:first-child) .inner_spacing {
    padding: 15px 0px 10px 0px;
  }
  .heeft.two-col-content.flex_two_col .content-col {
    width: 100%;
  }
  .heeft.two-col-content.flex_two_col .media_column {
    width: 100%;
  }
  .heeft.two-col-content.flex_two_col .content-col .cont-inner {
    padding: 0;
  }
  .two-col-content.flex_two_col .content-col .cont-inner .description h2 {
    font-size: 35px;
  }
  .card_gallery.unieke .page-center .card_item {
    padding: 0;
  }
  .card_gallery.unieke .page-center .card_item:nth-child(2) img {
    height: 100%;
  }
  .unieke.card_gallery .icon_box.large_sz .icon_inner img {
    width: 100%;
    height: 100%;
  }
  .unieke.card_gallery .icon_box.large_sz .icon_inner span.icon_img {
    width: 100%;
  }
  .card_gallery.unieke .page-center .card_item .btn_row {
    margin: 0;
  }
  .cm_pane.two-col-content .media_column {
    padding: 0;
    text-align: center;
  }
  .cm_pane.two-col-content .content-col .description {
    justify-content: center;
    align-items: center;
  }
  .cm_pane.two-col-content .media_column .btn_row {
    width: 100%;
    justify-content: center;
  }
  .cm_pane.two-col-content .media_column a.hs-sec-btn {
    padding: 14px 20px 14px 20px;
    font-size: 16px;
  }
  a.hs-sec-btn {
    font-size: 16px;

    padding: 12px 20px 12px 20px ;
  }
  .cm_pane.two-col-content .content-col .description h5 {
    font-size: 22px;
  }
  .cm_pane.two-col-content .content-col .description h2 {
    font-size: 36px;
  }
  .cm_pane.two-col-content .columns_rowo_wrap .flex_row {
    gap: 20px;
  }
  .hubdb_listing_wrp .listing_wrp .item_row .abs_row .inner_wrp .btn_wrp a.btn-sm {
    padding: 10px 20px;
  }
  .hubdb_listing_wrp .listing_wrp .row {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }
  .post_two_col {
    padding: 30px 0 40px;
  }
  .post_two_col .left {
    width: 100%;
  }
  .post_two_col .left .inner {
    padding: 0;
  }
  .post_two_col .middle {
    width: 100%;
  }
  .post_two_col .middle .inner {
    padding: 0;
  }
  .post_two_col .inner .right {
    width: 100%;
  }
  .post_two_col .inner .right .inner .sub_title h2 {
    font-size: 20px;
  }
  .post_two_col .inner .right .title h2 {
    font-size: 35px;
  }
  .post_two_col .inner .right .inner .sub_title {
    margin-top: 0;
  }
  .char-acteristics {
    padding: 40px 0 14px;
  }
  .char-acteristics .top-section h2 {
    font-size: 32px;
  }
  .char-acteristics .inner .row .item {
    width: 100%;
  }
  .char-acteristics .inner .item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 36px;
  }
  .char-acteristics .top-section {
    margin-bottom: 37px;
  }
  .char-acteristics .inner .row .item .title h2 {
    font-size: 22px;
  }
  .char-acteristics .inner .item-inner .content {
    font-size: 16px;
  }
  .img_with_text .row .content-col {
    width: 100%;
    order: 2;
  }
  .img_with_text .row .img-col {
    width: 100%;
    order: 1;
  }
  .img_with_text {
    padding: 40px 0;
  }
  .img_with_text .row .img-col .img-inner {
    padding: 0 0 30px;
  }
  .img_with_text .row .content-col .content-inner h2 {
    font-size: 36px;
  }
  .img_with_text .row .content-col .content-inner {
    padding: 0;
  }
  .cm_tab_top {
    display: none;
  }
  .tab_title.mobile {
    display: block;
  }
  .tab_title.mobile {
    font-weight: 400;
    background: #f8f9fc;
    border: 3px solid #e8eaf2;
    border-width: 3px;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    font-family: "Merriweather-Regular1";
    line-height: 1.3em;
    padding: 20px;
  }
  .tabber_wrp .cm_tab_inner .cm_tab_btm .tab_pane {
    border-top-right-radius: 0;
    border-top: none !important;
    border-bottom: 3px solid #e8eaf2 !important;
    margin-bottom: 10px;
  }
  .tab_title.mobile.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
  }
  .tabber_wrp .cm_tab_inner .tab-content-item {
    width: 100%;
    font-size: 16px;
  }

  .tabber_wrp .cm_tab_inner .cm_tab_btm .tab_pane {
    padding: 20px;
  }
  .tab_title.mobile {
    margin-bottom: 10px;
  }
  .tabber_wrp {
    padding: 0 0 60px;
  }
  .binnen_slider_wrp .top_section h2 {
    font-size: 32px;
  }
  .cm_btm_arrow_add .model-arrow {
    width: 120px;
  }
  .binnen_slider_wrp {
    padding: 0 0 50px;
  }
  .cnt-wit-bg-wrp.cm_content_with_bg .page-center h2.title {
    font-size: 32px;
  }
  .loftcabin_reviews .item {
    width: 100%;
    padding: 0;
  }
  .loftcabin_reviews .bottom {
    max-width: 100%;
  }
  .loftcabin_reviews .top_section h3 {
    font-size: 20px;
  }
  .loftcabin_reviews .top_section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .loftcabin_reviews .rating ul >li span.icon-list-icon i {
    font-size: 18px;
  }
  .loftcabin_reviews .item .img-bio .image-box-content h3.image-box-title {
    font-size: 16px;
  }
  .loftcabin_reviews .item .img-bio .image-box-content p.image-box-description {
    font-size: 15px;
  }
  .cm_faq_sectoin .cm_container h2 {
    font-size: 32px;
  }
  .cm_faq_sectoin .cm_container .faq_wrp {
    padding: 0 0 30px;
  }
  .cm_faq_sectoin {
    padding: 0 0 45px;
  }
  .hs-breadcrumb-menu-item {
    font-size: 16px;
  }
  .cm-home-cads .top_sec h2.title {
    font-size: 36px;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:first-child .inner_spacing,
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(4) .inner_spacing, 
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col .inner_spacing {
    padding: 0;
    padding: 20px 0;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col {
    border: 0;
    border-bottom: 1px solid #274736;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col h4.col-title {
    font-size: 22px;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:first-child .inner_spacing {
    max-width: 100%;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(3) {
    border: 0;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(4), 
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(5),
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:nth-child(6) {
    border: 0;
    border: 0;
    border-bottom: 1px solid #274736;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:last-child .inner_spacing {
    margin: 0;
    padding: 20px;
    margin: 20px 0;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col a.hs-sec-btn {
    font-size: 16px;
    padding: 14px 20px;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .cnt-col:last-child {
    border: 0;
  }
  .cnt-wit-tp-img-wrp.cm-home-cads .bottom_row {
    padding: 20px 0 0;
  }
  .project-slider.project-sec-cntlr.project-slider-v2 .top-section h2.title {
    font-size: 40px;
  }
  .project-slider-v2.project-slider .right_col .articleRow .title_inner h5 {
    font-size: 26px;
    : ; }
  .project-slider.project-sec-cntlr.project-slider-v2 + .project-slider-arrow a.hs-sec-btn {
    font-size: 18px;
    padding: 14px 20px;
  }
  .child-theme .cm_btn_wrp .page-center a.hs-button {
    padding: 14px 20px;
  }
  .project-slider.project-sec-cntlr.project-slider-v2 .top-section h2.title {
    font-size: 36px;
  }
  .project-slider.project-sec-cntlr.project-slider-v2 .top-section {
    margin: 0;
  }
  .project-slider-v2.project-slider .right_col .articleRow .title_inner h5 {
    font-size: 22px;
  }
  .project-slider.project-sec-cntlr.project-slider-v2 + .project-slider-arrow a.hs-sec-btn {
    font-size: 16px;
  }
  .project-slider.project-sec-cntlr.project-slider-v2 + .project-slider-arrow .arrow_ {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  .home-faq .page-center {
    padding: 10px;
  }
  .home-faq .page-center .top_sec h2 {
    font-size: 32px;
  }
  .accordion_wrap.home-faq .acc-item .acctitle h4 {
    font-size: 20px;
    padding-right: 34px;
  }
  .child-theme .home-faq.accordion_wrap .acc-item .acc-content .desc p:last-child {
    font-size: 16px;
  }
  .two-col-content.home_tiny_two_col .content-col .description h2 {
    font-size: 36px;
  }
  .two-col-content.home_tiny_two_col .content-col .description h5 {
    font-size: 22px;
  }
  .two-col-content.home_tiny_two_col .content-col a.hs-sec-btn {
    font-size: 16px;
    padding: 14px 20px;
  }
  .home-reviews .top_sec .top_content h2 {
    font-size: 32px;
  }
  .home-reviews .page-center .testmn_item .card_box .rating svg {
    font-size: 18px;
  }

  .home-reviews .page-center .testmn_item .card_box .card_bottom h4 {
    font-size: 16px;
  }

  .home-reviews .page-center .testmn_item .card_box .card_bottom .card_content span {
    font-size: 15px;
  }

  .home-reviews .page-center .testmn_item .card_box .card_bottom .icon_box {
    width: 30%;
  }

  .home-reviews .page-center .testmn_row {
    gap: 40px;
  }
}

@media(max-width:575px){
  .two-col-content.flex_two_col .content-col .cont-inner .description h1 {
    font-size: 35px;
  }
  .two-col-content.flex_two_col .content-col .cont-inner {
    padding: 20px 0px 10px 0px;
  }

  .cm_post_wrp h1.post-title {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }
}



/* child1 */

.two-col-content.house-community .content-col h2 {
  font-family: Merriweather-Regular, Sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 14px;
} 
.two-col-content.house-community .content-col {
  padding-top: 10px;
  padding-bottom: 10px;
}
.two-col-content.house-community .media_column {
  padding-top: 10px;
  padding-bottom: 10px;
}
.two-col-content.house-community .content-col .description {
  margin-bottom: 0;
}
/* child2 */


@font-face { font-family: Merriweather-Regular; 
  src: url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/Merriweather-Regular.woff2) format("woff2"), 
    url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/Merriweather-Regular.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap;
}

@font-face { font-family: Merriweather2; 
  src: url(//146424746.fs1.hubspotusercontent-eu1.net/hubfs/146424746/raw_assets/public/Tiny_July2025/fonts/merriweather-u.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 700; 
  font-stretch: 100%; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

.cnt-wit-bg-wrp.onlyText .rich_text h1 {
  font-family: Merriweather2; 
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
}

.cnt-wit-bg-wrp.tiny .rich_text p {
  font-size: 18px;
}

.cnt-wit-bg-wrp.tiny .rich_text h3 {
  font-size: 36px;
}

.cnt-wit-bg-wrp.onlyText .rich_text ol {
  font-size: 100%;
  margin-bottom: 0;
}

.cnt-wit-bg-wrp.onlyText .rich_text h3 {
  font-family: Merriweather2; 
}

.cnt-wit-bg-wrp.mobFont .rich_text p{
  line-height:1.8;
}

.cnt-wit-bg-wrp.mobFont .rich_text ul li,
.cnt-wit-bg-wrp.mobFont .rich_text ul{
  border:none !important;
}

.cnt-wit-bg-wrp.mobFont .rich_text ul li{
  line-height:28.8px;
}

.two-col-content.tinyHouse .content-col {
  padding: 0;
  width: 48.53%;
}

.two-col-content.tinyHouse .content-col .description {
  margin: 0;
}

.two-col-content.tinyHouse .flex_row {
  gap: 36px;
  flex-wrap: nowrap;
}

.two-col-content.tinyHouse .media_column.col6 {
  width: 48.47%;
  padding: 0;
}

.two-col-content.tinyHouse .media_column.col6 img {
  border-radius: 10px !important;
}

.cnt-wit-bg-wrp.blwText .rich_text h2 {
  margin-block-start: .5rem;
  margin-block-end: 1rem;
}

.cnt-wit-bg-wrp.blwText .rich_text h2:not(:first-child) {
  padding-top: 30px;
}

.two-col-content.overOns .content-col .description {
  margin: 0;
}

.two-col-content.overOns .content-col .description h5 {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-weight: 400;
  color: #274736;
}

.two-col-content.overOns .content-col .description h2 {
  font-family: Merriweather-Regular, Sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 14px;
  margin-top: 0;
  color: #274736;
}

.two-col-content.overOns .content-col .description h2 span {
  text-decoration: underline;
}

.two-col-content.overOns .content-col .description p {
  font-size: 18px;
  margin-bottom: 28.4px;
}

.two-col-content.overOns .content-col .btn-items .btn_row {
  margin: 0;
}

.two-col-content.overOns .content-col .btn-items .btn_row a.hs-sec-btn {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1em;
}

.cnt-wit-bg-wrp.maken .rich_text h2 {
  font-size: 48px;
  font-family: BasisGrotesqueArabicPro-Regular, sans-serif;
  color: rgb(39, 71, 54);
  margin-bottom: 14px;
  margin-top: 0;
}

.cnt-wit-bg-wrp.maken .btn_row {
  margin: 0;
  justify-content: center;
}

.cnt-wit-bg-wrp.maken .rich_text p {
  margin-bottom: 28px;
}

.cnt-wit-bg-wrp.maken .btn_row a.hs-sec-btn {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-weight: 500;
  border-radius: 24px 24px 24px 24px;
  padding: 14px 24px;
  font-size: 20px;
  line-height: 1em;
}

.cnt-wit-bg-wrp.tiny .rich_text h4 {
  font-size: 30px;
  line-height: 1.2em;
}

.cnt-wit-bg-wrp.tiny .rich_text h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.card_gallery.smallSlider .page-center {
  padding: 10px;
}

.card_gallery.smallSlider .bottom_row {
  width: 72%;
  margin-left: auto;
  margin-right: auto;
  position: unset;
}

.card_gallery.smallSlider .card_item {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  font-size: unset;
  height: 200px;
}

.card_gallery.smallSlider .card_item .card_inner {
  padding: 0;
  border-radius:0px;
}

.card_gallery.smallSlider .card_item .icon_inner {
  width: unset;
  font-size: unset;
  height: 200px;
  margin-bottom: 0;
  display: block;
}

.card_gallery.smallSlider .card_item .btn_row {
  margin: 0;
}

.card_gallery.smallSlider .card_item .icon_inner img {
  border-radius: 0;
}

.card_gallery.threeImg .card_item .card_inner {
  border-radius: 0;
}

.card_gallery.smallSlider .bottom_row button.splide__arrow--prev {
  font-size: 20px;
  top: calc(50% - 30px / 2);
  left: 10px;
  color: hsla(0, 0%, 93%, .9);
  cursor: pointer;
  display: inline-flex;
}

.card_gallery.smallSlider .bottom_row button.splide__arrow--next {
  right: 10px;
  color: hsla(0, 0%, 93%, .9);
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  top: calc(50% - 30px / 2);
}

.card_gallery.smallSlider .bottom_row button.splide__arrow svg {
  display: none;
}

.card_gallery.smallSlider .bottom_row button.splide__arrow--next i.eicon-chevron-right {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.card_gallery.smallSlider .bottom_row button.splide__arrow--next i.eicon-chevron-right::before {
  content: "\e87d";
}

.card_gallery.smallSlider .bottom_row button.splide__arrow--prev i.eicon-chevron-left {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.card_gallery.smallSlider .bottom_row button.splide__arrow--prev i.eicon-chevron-left::before {
  content: "\e87e";
}

.card_gallery.smallSlider .splide .splide__pagination {
  bottom: 20px;
}

.card_gallery.smallSlider .splide .splide__pagination li button {
  width: 6px;
  height: 6px;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.2;
  background-color:#000;
}

.card_gallery.smallSlider ul.splide__pagination .splide__pagination__page.is-active {
  background: #000 !important;
  transform: scale(1);
  opacity:1;
}

.two-col-content.tinyHouse .content-col .description h2 {
  font-size: 48px;
}

.card_gallery.twoImg .card_item {
  padding: 10px;
}

.card_gallery.twoImg .card_inner{
  border-radius:0px;
}

.card_gallery.twoImg .bottom_row.notshadow .rowGap15 {
  row-gap: 0;
}

.card_gallery.twoImg .card_item .icon_inner {
  width: auto;
  height: auto;
  font-size: unset;
  border-radius: 0;
  margin-bottom:0;
}

.card_gallery.twoImg .card_item .icon_inner img {
  border-radius: 0;
}

.card_gallery.twoImg .card_item {
  padding: 10px;
}

.card_gallery.twoImg .card_inner{
  border-radius:0px;
}

.card_gallery.oneImg .bottom_row.notshadow .rowGap15 {
  row-gap: 0;
}

.card_gallery.oneImg .card_item .icon_inner {
  width: auto;
  height: auto;
  font-size: unset;
  border-radius: 0;
  margin-bottom:0;
}

.card_gallery.oneImg .card_item .icon_inner img {
  border-radius: 0;
}

.card_gallery.twoImg .card_item .btn_row{
  margin:0;
}

.card_gallery.oneImg .card_item .btn_row{
  margin:0;
}

.card_gallery.noImg .bottom_row.notshadow .rowGap15 {
  row-gap: 0;
}

.card_gallery.noImg .card_item .icon_inner {
  width: auto;
  height: auto;
  font-size: unset;
  border-radius: 0;
  margin-bottom:0;
}

.card_gallery.noImg .card_item .icon_inner img {
  border-radius: 0;
}

.card_gallery.noImg .card_item .btn_row{
  margin:0;
}

.card_gallery.noImg .card_item .btn_row{
  margin:0;
}

.card_gallery.oneImg.type2 .card_item .icon_inner img {
  min-width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.card_gallery.oneImg .card_item {
  width: 100%;
  padding: 0;
}

.card_gallery.threeImg .card_item .btn_row{
  margin:0;
}

.card_gallery.threeImg .bottom_row.notshadow .rowGap15 {
  row-gap: 0;
}

.card_gallery.threeImg .card_item .icon_inner {
  width: auto;
  height: auto;
  font-size: unset;
  border-radius: 0;
  margin-bottom:0;
}

.card_gallery.threeImg .card_item .icon_inner img {
  border-radius: 0;
}

.card_gallery.threeImg .card_item .btn_row{
  margin:0;
}

.card_gallery.threeImg .card_item .btn_row{
  margin:0;
}


.cm_post_wrp .blog-post__body section li {
  counter-increment: none !important;
  display: flex !important;
  line-height: 29px;
}

.two-col-content.aankop .content-col .cont-inner {
  padding: 10px;
}

.two-col-content.aankop .content-col .cont-inner .description {
  margin: 0;
}

.two-col-content.aankop .media_column .mediaimg {
  padding: 10px;
}

.two-col-content.aankop .top_sec.noButton {
  padding: 0;
  margin-bottom: 10px;
}

.two-col-content.aankop .content-col .cont-inner .description h2 {
  font-family: Merriweather-Regular, Sans-serif;
  line-height: 1;
  color: rgb(39, 71, 54);
  margin-top: 0;
  margin-bottom: 14px;
}

.content-with-image-slider.right_align.margin .cntnt-section .des {
  margin-bottom: 30px;
}

.cnt-wit-tp-img-wrp.cm-home-cads.rente .cnt-col .inner_spacing .svgbox svg {
  width: 50px;
  /* height: 50px; */
}

.cnt-wit-tp-img-wrp.cm-home-cads.rente .cnt-col:nth-child(3) .inner_spacing .svgbox svg {
  height: 70px;
}

.cnt-wit-tp-img-wrp.cm-home-cads.rente .cnt-col:nth-child(3) .svgbox {
  /* margin: 0; */
  font-size: 80px;
}

.cnt-wit-bg-wrp.bekijk .rich_text h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Merriweather-Regular, Sans-serif;
  line-height: 1;
}

.cnt-wit-bg-wrp.bekijk .btn_row {
  margin-top: 30px;
}

.cnt-wit-bg-wrp.bekijk .btn_row a.hs-sec-btn {
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
  font-size: 20px;
  line-height: 1em;
}

.card_gallery.oneImg .card_item .card_inner {
  border-radius:0;
}
@media(max-width:1199px) {
  .cnt-wit-bg-wrp.onlyText .rich_text h1{
    font-size:53px;
  }

  .cnt-wit-bg-wrp.onlyText .rich_text h3,
  .cnt-wit-bg-wrp.blwText .rich_text h3{
    font-size:33px;
  }

  .cnt-wit-bg-wrp.tiny .rich_text h3 {
    font-size: 33px;
  }

  .cnt-wit-bg-wrp.privTxt .rich_text h2,
  .two-col-content.tinyHouse .content-col .description h2{
    font-size:44px;
  }

  .two-col-content.tinyHouse .content-col .description h3 {
    font-size:33px;
  }

  .cnt-wit-bg-wrp.blwText .rich_text h2{
    font-size:44px;
  }

  .cnt-wit-bg-wrp.tiny .rich_text h4 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .two-col-content.tinyHouse .content-col .description h2 {
    font-size: 44px;
  }

  .cm_post_wrp h1.post-title{
    font-size:53px;
  }
}
@media(max-width:991px){

  .cnt-wit-bg-wrp.onlyText .rich_text h1{
    font-size:46px;
  }

  .cnt-wit-bg-wrp.onlyText .rich_text h3,
  .cnt-wit-bg-wrp.blwText .rich_text h3{
    font-size:30px;
  }

  .two-col-content.tinyHouse .content-col .description h3 {
    font-size:30px;
  }

  .cnt-wit-bg-wrp.onlyText .rich_text p,
  .cnt-wit-bg-wrp.blwText .rich_text p{
    font-size:17px; 
  }

  .cnt-wit-bg-wrp.tiny .rich_text p {
    font-size: 17px;
  }

  .cnt-wit-bg-wrp.tiny .rich_text h3 {
    font-size: 30px;
  }

  .cnt-wit-bg-wrp.onlyText .rich_text ol {
    font-size:17px; 
  }

  .cnt-wit-bg-wrp.privTxt .rich_text h2{
    font-size:40px;
  }
  .cnt-wit-bg-wrp.blwText .rich_text h2,
  .two-col-content.tinyHouse .content-col .description h2{
    font-size:40px;
  }

  .cnt-wit-bg-wrp.tiny .rich_text h4 {
    font-size: 26px;
    line-height: 1.2em;
  }

  .cnt-wit-bg-wrp.tiny .rich_text h5 {
    font-size: 23px;
    line-height: 1.2em;
  }

  .two-col-content.tinyHouse .content-col .description h2 {
    font-size: 44px;
  }

  .card_gallery.oneImg.type2 .card_item .icon_inner img {
    min-width: unset;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .card_gallery.oneImg .card_item {
    width: 100%;
    padding-left:10px;
    padding-right:10px;
  }

  .cm_post_wrp h1.post-title{
    font-size:46px;
  }

}

@media(max-width:991px) and (min-width:768px){

  .card_gallery.threeImg .bottom_row.notshadow .rowGap15 {
    row-gap: 20px;
  }
}

@media(max-width:880px) {

  .card_gallery.smallSlider .card_item{
    width:50% !important;
  }
}

@media(max-width:767px){

  .cnt-wit-bg-wrp.onlyText .rich_text h1{
    font-size:42px;
  }

  .cnt-wit-bg-wrp.onlyText .rich_text h3,
  .cnt-wit-bg-wrp.blwText .rich_text h3{
    font-size:28px;
  }

  .two-col-content.tinyHouse .content-col .description h3 {
    font-size:28px;
  }

  .cnt-wit-bg-wrp.onlyText .rich_text p,
  .cnt-wit-bg-wrp.blwText .rich_text p{
    font-size:16px; 
  }

  .cnt-wit-bg-wrp.tiny .rich_text p {
    font-size: 16px;
  }

  .cnt-wit-bg-wrp.tiny .rich_text h3 {
    font-size: 28px;
  }

  .cnt-wit-bg-wrp.onlyText .rich_text ol {
    font-size:16px; 
  }

  .cnt-wit-bg-wrp.mobFont .rich_text p,
  .cnt-wit-bg-wrp.blwText .rich_text p{
    line-height:1.6;
  }

  .cnt-wit-bg-wrp.privTxt .rich_text h2{
    font-size:38px;
  }

  .cnt-wit-bg-wrp.mobFont .rich_text ul li{
    line-height:25.6px;
  }

  .two-col-content.tinyHouse .flex_row {
    flex-wrap: wrap;
    gap: 30px;
  }

  .two-col-content.tinyHouse .content-col {
    order: 2;
    width: 100%;
  }

  .two-col-content.tinyHouse .media_column.col6 {
    width: 100%;
  }

  .cnt-wit-bg-wrp.blwText .rich_text h2,
  .two-col-content.tinyHouse .content-col .description h2{
    font-size:38px;
  }

  .two-col-content.overOns .content-col .description h2 {
    font-size: 38px;
  }

  .two-col-content.overOns .content-col .btn-items .btn_row a.hs-sec-btn {
    font-size: 17px;
  }

  .cnt-wit-bg-wrp.maken .btn_row a.hs-sec-btn{
    font-size:17px;
  }

  .cnt-wit-bg-wrp.maken .rich_text h2{
    font-size:38px;
  }

  .cnt-wit-bg-wrp.tiny .rich_text h4 {
    font-size: 24px;
    line-height: 1.2em;
  }

  .cnt-wit-bg-wrp.tiny .rich_text h5 {
    font-size: 22px;
    line-height: 1.2em;
  }

  .two-col-content.tinyHouse .content-col .description h2 {
    font-size: 38px;
  }

  .card_gallery.threeImg .card_item {
    margin-bottom: 20px;
  }

  .card_gallery.threeImg .card_item:last-child {
    margin-bottom: 0px;
  }

  .two-col-content.aankop .top_sec.noButton {
    padding-left: 10px;
    padding-right: 10px;
  }

  .two-col-content.aankop .content-col .cont-inner .description h2 {
    font-size: 36px;
  }

  .two-col-content.aankop .flex_row.flex_center {
    row-gap: 0;
  }

  .cnt-wit-bg-wrp.bekijk .rich_text h2 {
    font-size: 36px;
  }

  .cnt-wit-bg-wrp.bekijk .btn_row a.hs-sec-btn {
    font-size: 16px;
  }

  .cm_post_wrp h1.post-title{
    font-size:42px;
  }

}

@media(max-width:575px){

  .cnt-wit-bg-wrp.onlyText .rich_text h1{
    font-size:38px;
  }

  .cnt-wit-bg-wrp.onlyText .rich_text h3,
  .cnt-wit-bg-wrp.blwText .rich_text h3{
    font-size:26px;
  }

  .cnt-wit-bg-wrp.tiny .rich_text p {
    font-size: 16px;
  }

  .cnt-wit-bg-wrp.tiny .rich_text h3 {
    font-size: 26px;
  }

  .two-col-content.tinyHouse .content-col .description h3 {
    font-size:26px;
  }

  .cnt-wit-bg-wrp.onlyText .rich_text p,
  .cnt-wit-bg-wrp.blwText .rich_text p{
    font-size:16px; 
  }

  .cnt-wit-bg-wrp.onlyText .rich_text ol {
    font-size:16px; 
  }

  .cnt-wit-bg-wrp.privTxt .rich_text h2{
    font-size:36px;
  }

  .cnt-wit-bg-wrp.blwText .rich_text h2,
  .two-col-content.tinyHouse .content-col .description h2{
    font-size:36px;
  }

  .content-with-image-slider .cntnt-section .des h5 {
    font-size: 22px;
  }

  .cnt-wit-bg-wrp.maken .rich_text h2 {
    font-size: 36px;
    line-height: 1;
  }

  .cnt-wit-bg-wrp.maken .btn_row a.hs-sec-btn {
    font-size: 16px;
  }

  .two-col-content.overOns .content-col .description h5 {
    font-size: 22px;
  }

  .two-col-content.overOns .content-col .description h2 {
    font-size: 36px;
  }

  .two-col-content.overOns .flex_row.flex_center {
    row-gap: 0;
  }

  .two-col-content.overOns .content-col .description p {
    font-size: 16px;
  }

  .two-col-content.overOns .content-col .btn-items .btn_row a.hs-sec-btn {
    font-size: 16px;
  }

  .two-col-content.house-community .content-col h2{
    font-size:36px;
  }

  .two-col-content.house-community .flex_row.flex_center {
    row-gap: 0;
  }

  .cnt-wit-bg-wrp.tiny .rich_text h4 {
    font-size: 22px;
    line-height: 1.2em;
  }


  .card_gallery.smallSlider .card_item{
    width:100% !important;
  }



  .cnt-wit-bg-wrp.tiny .rich_text h5 {
    font-size: 22px;
    line-height: 1.2em;
  }

  .two-col-content.tinyHouse .content-col .description h2 {
    font-size: 36px;
  }

  .cm_post_wrp h1.post-title {
    max-width: 100%;;
    margin-left:auto;
    margin-right:auto;
  }

  .cm_post_wrp h1.post-title{
    font-size:38px;
  }

}

/* child3 */

.ctm_meer.two-col-content{
  border-radius: 10px 
}

.ctm-contact.two-col-content .content_box,
.cm-missie.two-col-content .content-col .description h1,
.ctm_meer.two-col-content .content_box {
  margin-top: 0;
}

.ctm-contact.two-col-content .content-col .description,
.cm-missie.two-col-content .content-col .description,
.ctm_meer.two-col-content .form_wrap h3,
.ctm_meer.two-col-content .content-col .description {
  margin: 0px;
}

.ctm-contact.two-col-content .content-col .form_wrap,
.ctm_meer.two-col-content .content-col .form_wrap {
  padding-top: 0px;
}

.ctm_meer.two-col-content .content_box h5{
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-weight: 400;
  margin: 0 0 14px;
}

.ctm_meer.two-col-content .content_box h2{
  letter-spacing: 0.5px;
  line-height: 1;
}

.ctm_meer form .hs-form-field{
  margin-bottom: 25px; 
}

.ctm_meer form input[type=email] {
  border-radius: 10px;
  line-height: 1.2em;
  border: 1px solid #a6b0c7;
  font-size: 16px;
  padding: 12px 12px 12px 16px;
  height: 48px;
}

.ctm_meer form input[type=email]::placeholder{
  color: #a6b0c7;
}

.ctm_meer form .hs_submit {
  margin-top: 23px;
}

.ctm_meer form .legal-consent-container .hs-form-booleancheckbox-display input {
  height: 16px;
  width: 16px;
}

.ctm_meer form .hs_submit .hs-button{
  background-color: #DE7C00;
  border-radius: 24px;
  padding: 14px 24px;
  font-size: 20px;
  line-height: 1em;
  font-family: BasisGrotesqueMonoPro-Regular, Sans-serif;
  font-weight: 400;
}

.ctm_meer form .hs_submit .hs-button:hover{
  background-color: #274736;
}

.ctm_meer form  ul.hs-error-msgs li{
  background: #fff9f9;
  border-radius: 5px;
  border: 1.5px solid #c02b0a;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
  padding: 16px 16px 16px 20px;
  margin: 5px 0 ;
}

.ctm_meer form  ul.hs-error-msgs li label{
  margin: 0; 
  font-size: 13.2px;
  line-height: 17.6px;
}

.ctm_meer form  .hs-fieldtype-checkbox label,
.ctm_meer form .inputs-list li.hs-form-checkbox label,
.ctm_meer form .inputs-list li.hs-form-checkbox {
  margin: 0;
}

.ctm_meer form ul li.hs-form-booleancheckbox label span a {
  text-decoration: underline;
}

.ctm_meer form ul li.hs-form-booleancheckbox label span a:hover {
  text-decoration: none;
  color: #de7c00 !important;
}

.ctm_meer form ul li.hs-form-booleancheckbox label {
  width: 100%;
  display: flex;
  align-items: center;
}

.ctm_meer form ul li.hs-form-booleancheckbox label span {
  margin-left: 7px !important;
}

.ctm_meer form .hs_email > label{
  display: none; 
}

.cm-missie.two-col-content .content-col .description h1{
  margin-bottom: 20px; 
}

.visit-slider .splide__list > .splide__slide {
  margin-top: 0;
  margin-bottom: 0;
  padding-right:0;
  max-height:335px;
}

.visit-slider ul.splide__pagination .splide__pagination__page {
  background: #000000;
  opacity: 0.2;
  height: 6px;
  width: 6px;
}

.visit-slider ul.splide__pagination .splide__pagination__page.is-active {
  background: #000000;
  transform: scale(1);
  opacity: 1;
}

.visit-slider .splide__arrow svg,
.visit-slider .splide__arrow svg path{
  fill: #ededede6; 
}

.visit-slider .splide__arrow{
  width: 1em;
}

.cm-contact-bnr.simple-banner {
  min-height: 528px; 
}

.ctm-contact.two-col-content .form_wrap h2 {
  padding: 40px 40px 0;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.1em;
  margin-bottom: 31px;
  color: #274736; 
  line-height: 1.1em;
}

.ctm-contact.two-col-content .cont-inner {
  background-color: #ffffff;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 16px 32px 39px 0 rgba(0, 0, 0, .16);
  border: 1px solid #e8eaf2;
  margin-left: 130px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ctm-contact.two-col-content .flex_row .col7{
  width: 60%;
}

.ctm-contact.two-col-content .flex_row .col5{
  width: 40%;
}

body form .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret__Flag{
  line-height: 1.2em;
}



body form .hsfc-Step__Content .hsfc-FieldLabel{
  font-size: 16px;
  line-height: 18.4px;
  margin-bottom: 10px;
}
body .cnt-mid-sec form input:not(.hs-button), 
body .cnt-mid-sec form textarea
{
  padding: 12px;
  font-size: 16px; 
}

body form .hsfc-Step__Content button.hsfc-Button{
  font-size: 16px; 
}

.ctm-contact.two-col-content form .hsfc-Step .hsfc-Step__Content {
  padding-bottom: 80px;
}

.ctm-contact.two-col-content .content_box h4{
  margin-top: 0; 
  margin-bottom: 9px;
}
.ctm-contact.two-col-content .content_box p a{
  color: #191919; 
}

.ctm-contact.two-col-content .content_box p a:hover{
  color: #DE7C00; 
}

.ctm-contact.two-col-content .content_box hr {
  background-color: #e8eaf2;
  margin: 40px 0 40px;
}

.ctm-opnemen.cnt-wit-bg-wrp .rich_text h3 {
  font-family: BasisGrotesqueArabicPro-Regular, Sans-serif; 
  line-height: 1;
  margin-bottom: 20px;
}

.ctm-opnemen.cnt-wit-bg-wrp .rich_text h3:not(:first-child) {
  padding-top: 20px; 
}

.ctm-contact.two-col-content .flex_row{
  margin-top: -447px;
}

.ctm-contact.two-col-content {
  overflow: visible;
}

body form .hsfc-Step__Content .hsfc-ErrorAlert{
  font-size: 16px;
  line-height: 1.15;
}

@media (max-width: 1199px) {
  .cm-contact-bnr.simple-banner {
    min-height: 400px; 
  }
  .ctm-contact.two-col-content .flex_row {
    margin-top: -330px;
  }
  .ctm-contact.two-col-content .media_column{
    padding-top: 400px
  }
}

@media (max-width: 991px) {
  .cm-contact-bnr.simple-banner {
    min-height: 375px; 
  }

  .ctm-contact.two-col-content .cont-inner{
    margin-left: 50px; 
  }
}


@media(max-width: 767px){

  .ctm-contact.two-col-content .form_wrap h2{
    font-size: 36px; 
  }

  .ctm-contact.two-col-content .flex_row {
    margin-top: 0px;
  }

  .ctm-contact.two-col-content .cont-inner{
    margin-left: 0px; 
  }

  .ctm_meer.two-col-content .content_box h2{
    font-size: 38px;
  } 

  .ctm_meer.two-col-content .flex_row {
    row-gap: 0px;
  }
  .cm-contact-bnr.simple-banner {
    min-height: 350px; 
  }

  .ctm-contact.two-col-content .flex_row .col5,
  .ctm-contact.two-col-content .flex_row .col7{
    width: 100%;
  }

  .ctm-contact.two-col-content .page-center{
    max-width: 500px;
  }

  .ctm-contact.two-col-content .form_wrap h2 {
    padding: 40px 30px;
    padding-bottom: 0;
  }

  .ctm-contact.two-col-content form .hsfc-Step .hsfc-Step__Content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ctm-contact.two-col-content .media_column {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .ctm-contact.two-col-content .content_box h4 {
    font-size: 30px;
  }

  .ctm-contact.two-col-content .content_box p a {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .cm-contact-bnr.simple-banner {
    min-height: 300px; 
  }
  .ctm-contact.two-col-content .form_wrap h2{
    font-size: 32px; 
    padding: 30px 20px;
  }

  .ctm-contact.two-col-content .flex_row .col7,
  .ctm-contact.two-col-content .flex_row .col5{
    padding-left:10px;
    padding-right:10px;
  }

  .ctm-contact.two-col-content form .hsfc-Step .hsfc-Step__Content{
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:65px;
  }

  .ctm-contact.two-col-content .content_box hr{
    margin:30px 0;
  }

  .ctm-contact.two-col-content{
    padding-bottom:70px;
  }
}

@media(max-width:480px) {

  .logo_slider.visit-slider .splide .splide__arrows {
    display: block;
  }

  .cm_post_wrp h1.post-title {
    font-size: 32px;
  }
}