







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */









/* 1h. Site footer */
















.content-wrapper {
  max-width: 1536px;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.dnd-section > .row-fluid,.content-wrapper {
  max-width: 2141px;
  margin:0 auto;
}

.page-center{
  max-width: calc(2141px + 8rem);
  padding-left: 2rem;
  padding-right: 2rem;
  margin:0 auto;
}




/* 
html {
font-size: 18.0px;
} */

body {
  color: #242731ab;
  font-weight: 400;
  font-family: "jungkaregular";
   background-color: #FFF;
}

/* Paragraphs */

p {
  font-weight: 400;
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(36, 39, 49, 0.4)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(255, 85, 68, 1.0)

;
}

/* Headings */

h1 {
  font-family: jungkalight,sans-serif;
  font-size: 56px;
  color: #242731;
  font-weight: 200;
}

h2 {
  font-family: jungkalight,sans-serif;
  font-size: 28px;
  color: #242731;
  font-weight: 200;
}

h3 {
  font-family: jungkalight,sans-serif;
  font-size: 22px;
  color: #242731;
  font-weight: 200;
}

h4 {
  font-family: jungkalight,sans-serif;
  font-size: 22px;
  color: #242731;
  font-weight: 200;
}

h5 {
  font-family: jungkalight,sans-serif;
  font-size: 20px;
  color: #242731;
  font-weight: 200;
}

h6 {
  font-family: jungkalight,sans-serif;
  font-size: 16px;
  color: #242731;
  font-weight: 200;
}


/* .fixed-header h1 {
color: #242731;
}

.fixed-header h2 {
color: #242731;
}

.fixed-header h3 {
color: #242731;
}

.fixed-header h4 {
color: #242731;
}

.fixed-header h5 {
color: #242731;
}

.fixed-header h6 {
color: #242731;
} */

/* Blockquote */

blockquote {
  border-left-color: #242731;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(246, 247, 248, 1.0)

;
  border: 1px solid #f54;
  border-radius: 4px;
  color: #f54;
  padding: 16px 64px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #f54;
  border-color: rgba(255, 85, 68, 1.0);
  color: #ffffff;
}

button:active,
.button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ff7d6c;
  color: #f54;
}





form,
.submitted-message {
  font-size: 20px;
  color: #242731ab;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(246, 247, 248, 0.0)

;
  color: #000000;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(36, 39, 49, 0.67)

;
}

/* Form help text */

form legend {
  color: #242731;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: 

  
  
    
  


  rgba(36, 39, 49, 0.4)

;
  color: 

  
  
    
  


  rgba(36, 39, 49, 0.67)

;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline:0px;
  /*   border-color: #52a8ec; */
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #242731ab;
}

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

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: 

  
  
    
  


  rgba(36, 39, 49, 1.0)

;
}

.fn-date-picker td .pika-button:hover {
  background-color: 

  
  
    
  


  rgba(36, 39, 49, 1.0)

 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: 

  
  
    
  


  rgba(36, 39, 49, 1.0)

;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(246, 247, 248, 1.0)

;
  border: 1px solid #f54;
  border-radius: 4px;
  color: #f54;
  padding: 16px 64px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(255, 85, 68, 1.0);
  border-color: rgba(255, 85, 68, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ff7d6c;
  color: #f54;
}





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

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(36, 39, 49, 1.0)

;
  border-bottom-color: #242731;
  color: #FFFFFF;
}

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





.header-spacing{
  background-color: 

  
  
    
  


  rgba(0, 38, 58, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper ul>li>a,
#main-menu-button #hamburger .line,
span#main-menu-button-text-mobile,
.header-barnd a>svg,
.header-logo-title h1 a{
  color:#ffffff;
  fill: #ffffff;
}

.social-buttons .social-buttons--list li a{
  background-color: rgba(204, 206, 207, 1.0);
}

.social-buttons .social-buttons--list li a:hover{
  background-color: rgba(255, 0, 0, 1.0);
}

.show .slide-menu-background{
  background-color:#ffffff;
}


.header-outer-wrap.blog-site-header + .slide-menu-background + .header-spacing{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.blog-site-header .custom-menu-primary .hs-menu-wrapper ul>li>a,
.blog-site-header #main-menu-button #hamburger .line,
.blog-site-header span#main-menu-button-text-mobile,
.blog-site-header .header-barnd a>svg,
.blog-site-header .header-logo-title h1 a{
  color:#242731;
  fill: #242731;
}

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

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

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

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: 

  
  
    
  


  rgba(36, 39, 49, 1.0)

;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(0, 38, 58, 1.0)

;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(0, 38, 58, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(0, 38, 58, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: tiemposregular;
}

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

.slide-menu-wrap .hs-menu-wrapper>ul li a{
  color:#000000;
}

/* Medium-small screens */
@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(0, 38, 58, 1.0)

;
  }

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





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

/* Footer Content */

.footer * {
  color: 

  
  
    
  


  rgba(36, 39, 49, 0.4)

;
}

.ft-social-buttons ul.ft-social-buttons--list>li a svg path{
  fill: 

  
  
    
  


  rgba(36, 39, 49, 0.4)

;
  fill-opacity: 1;
}

.ft-social-buttons ul.ft-social-buttons--list>li a:hover svg path{
  fill: 

  
  
    
  


  rgba(255, 0, 0, 1.0)

;
  fill-opacity: 1;
}

.ft-content-widget h2, .ft-ct-col h2{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.ft-nav-wrap .hs-menu-wrapper ul li a span{
  color: 

  
  
    
  


  rgba(36, 39, 49, 1.0)

;
}

.ft-nav-wrap .hs-menu-wrapper ul li a:hover span{
  color: 

  
  
    
  


  rgba(36, 39, 49, 1.0)

;
}








/* Blog Header */

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

/* Blog Listing */

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

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

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: 

  
  
    
  


  rgba(255, 85, 68, 1.0)

;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: 

  
  
    
  


  rgba(255, 85, 68, 1.0)

;
}

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

/* .blog-pagination__link {
color: #242731ab;
} */

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

.blog-post__title {
  color: #242731;
  font-family:jungkalight,sans-serif;
  font-size: 56px;
  font-weight: 200;
}

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

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

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

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

/*             Blog Grid Listing and Post styles            */

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

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: 

  
  
    
  


  rgba(255, 85, 68, 1.0)

;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: 

  
  
    
  


  rgba(255, 85, 68, 1.0)

;
}

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

.blog-index__post-content a {
  color: #242731ab;
}

.blog-post__read-more svg {
  fill: #242731ab;
}

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

.blog-sidebar a {
  color: #242731ab;
}

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

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

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

.blog-post__meta a {
  color: #242731ab;
}

.blog-post__meta a:hover {
  color: 

  
  
    
  


  rgba(255, 85, 68, 1.0)

;
}

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

.blog-post__back-to-blog {
  color: #242731ab;
}

.blog-post__back-to-blog svg {
  fill: #242731ab;
}

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

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

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

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











.card__price {
  font-family: jungkalight,sans-serif
    font-size: 22px;
  color: #242731;
  font-weight: 200
}

/* Larger screens only */
@media(min-width: 70em){
  body {
    font-size: 20px;
  }

  .dnd-section > .row-fluid,.content-wrapper{
   /*  max-width: 1536px;
   padding-left: 4rem;
    padding-right: 4rem; */
  }
   .page-center{
   
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media(min-width: 40em) and (max-width: 70em){
  h1 {
    font-size: 40.000800000000005px;
  }

  h2 {
    font-family: jungkalight,sans-serif;
    font-size: 22.0024px;
  }
}

/** Small screens **/
@media(max-width: 639px) {
  h1 {
    font-size: 28.0px;
  }
  .widget-type-custom_widget.dnd-module .widget-type-rich_text, .widget-type-custom_widget.dnd-module .widget-type-form {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .side-titled-section, .module-pull-quote{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .widget-type-custom_widget.dnd-module img{
    max-width: 100%;
  }
  
}


form .hs-fieldtype-select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input::after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 12px;
  right: 12px;
  position: absolute;
  background: url(https://insights.reaktor.com/hubfs/Reaktor_July2021/arrow.svg) no-repeat;
  background-size: auto;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

.custom-reaktor-form {
  transform: translateY(100px);
}
  
@media (max-width: 768px) {
  .custom-reaktor-form {
   transform: translateY(50px);
  }
}

@media (min-width: 776px) {
  .custom-reaktor-img {
    margin-top: -70px;
  }
}  
  
.header-main__menu-nav-container {
  width: 100%;
text-align: center;
display: inline-block !important;
}