







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */















/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */












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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 0.67rem;
}

.dnd-section > .row-fluid {
  max-width: 1360px;
}





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

body {
  font-family: 'SuisseIntl', sans-serif !important;
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #4C042D;
  font-size: 18px;
}

i, em {
  font-family: 'SuisseIntl Italic', sans-serif;
}
b, strong {
  font-family: 'SuisseIntl', sans-serif;
  font-weight: 700;
}
/* Paragraphs */

p {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'SuisseIntl', sans-serif;
  line-height: 23px;
}

/* Anchors */

a {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #4C042D;
  font-family: 'SuisseIntl', sans-serif;
}

a:hover,
a:focus {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
/*   color: #240005; */
  color: #4C042D;
  font-family: 'SuisseIntl', sans-serif;
}

a:active {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #742c55;
  font-family: 'SuisseIntl', sans-serif;
}

/* Headings */

h1,
.h1 {
  font-family: 'Futura Passata', sans-serif !important;
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4C042D;
  font-size: 90px;
  text-transform: none;
  line-height: 90px;
}

h2,
.h2 {
  font-family: 'SuisseIntl', sans-serif;
  color: #4C042D;
  font-size: 60px;
  text-transform: none;
  line-height: 60px;
}

h3,
.h3 {
  font-family: 'SuisseIntl', sans-serif;
  color: #4C042D;
  font-size: 40px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Helvetica, sans-serif; font-style: normal;
  color: #4C042D;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Helvetica, sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Helvetica, sans-serif; font-style: normal;
  color: #4C042D;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

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

h1.f-font, h2.f-font, h3.f-font, h1.f-font a, h2.f-font a, h3.f-font a, h1.f-font a:hover, h2.f-font a:hover, h3.f-font a:hover, h1.f-font a:active, h2.f-font a:active, h3.f-font a:active {
  font-family: 'Futura Passata', sans-serif;
/*   line-height: 60px; */
}

h1.s-font, h2.s-font, h3.s-font, h4.s-font {
  font-family: 'SuisseIntl', sans-serif;
  font-weight: bold;
}

h1.s-font {
  font-size: 60px;
}
h2.s-font {
  font-size: 40px;
  line-height: 52px; 
}
h3.s-font {
  font-size: 30px;
}
h4.s-font {
  font-size: 24px;
  line-height: 31px;
}
p.s-font {
  font-family: 'SuisseIntl', sans-serif;
  font-weight: normal;
  font-size: 18px;
}
p.s-font-lg.s-font-lg {
  font-size: 24px;
}
p.s-font-medium {
  font-weight: medium;
}





button,
.button {
  border: 1px solid #FE8E9F;

  padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;

  font-family: Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(254, 142, 159, 1.0)

;
  border-radius: 4px;
  color: #4C042D;
  font-size: 16px;
  text-transform: none;
  font-family: 'SuisseIntl', sans-serif;
  
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'SuisseIntl', sans-serif;
  background-color: rgba(214, 102, 119, 1.0);
  border-color: #d66677;
}

button:active,
.button:active {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 182, 199, 1.0);
  border-color: #ffb6c7;
  font-family: 'SuisseIntl', sans-serif;
}







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

/* Form title */

.form-title {
  color: #FE8E9F;
}

/* Labels */

form label {
  color: #4C042D;
}

/* Help text */

form legend {
  color: #4C042D;
}

/* 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: 2px solid rgba(76, 4, 45, 20%);

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #4C042D;
  border-radius: 4px;
  font-size:18px;
  padding-top: 14px;
padding-right: 16px;
padding-bottom: 14px;
padding-left: 20px;

}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: {color=#4C042D, opacity=50, rgba=rgba(76, 4, 45, 0.5), rgb=rgb(76, 4, 45), hex=#4C042D, css=rgba(76, 4, 45, 50%)};
}

::-moz-placeholder {
  color: {color=#4C042D, opacity=50, rgba=rgba(76, 4, 45, 0.5), rgb=rgb(76, 4, 45), hex=#4C042D, css=rgba(76, 4, 45, 50%)};
}

:-ms-input-placeholder {
  color: {color=#4C042D, opacity=50, rgba=rgba(76, 4, 45, 0.5), rgb=rgb(76, 4, 45), hex=#4C042D, css=rgba(76, 4, 45, 50%)};
}

::placeholder {
  color: {color=#4C042D, opacity=50, rgba=rgba(76, 4, 45, 0.5), rgb=rgb(76, 4, 45), hex=#4C042D, css=rgba(76, 4, 45, 50%)};
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: {color=#4C042D, opacity=50, rgba=rgba(76, 4, 45, 0.5), rgb=rgb(76, 4, 45), hex=#4C042D, css=rgba(76, 4, 45, 50%)};
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #FE8E9F;

  padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;

/*   font-family: Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; */
  font-family: 'SuisseIntl', sans-serif;
  font-size: 16px;
  background-color: 

  
  
    
  


  rgba(254, 142, 159, 1.0)

;
  border-radius: 4px;
  color: #4C042D;
  font-size: 16px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(214, 102, 119, 1.0);
  border-color: #d66677;
}

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





/* Table */

table {
  border: 1px solid #4C042D;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #4C042D;

  padding: 18px;

  color: #4C042D;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(76, 4, 45, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */
footer {
  position: relative;
}
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #4C042D;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 249, 250, 1.0)

;
  z-index: 99999;
  position: relative;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Helvetica;
}

.menu__child-toggle-icon {
  border-top-color: ;
}

.menu .menu__link:hover,
.menu .menu__link: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: ;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: ;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.menu__child-toggle-icon:active {
  border-top-color: ;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: ;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #4C042D;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #4C042D;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: ;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 249, 250, 1.0)

;
}

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

  
  
    
  


  rgba(255, 249, 250, 1.0)

;
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 249, 250, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(254, 142, 159, 1.0)

;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #4C042D;
}

.blog-post__tag-link {
  color: #4C042D;
}

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

.blog-post__tag-link:active {
  color: #742c55;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
  line-height: 40px;
}

.blog-related-posts__title-link {
  color: #4C042D;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #240005;
}

.blog-related-posts__title-link:active {
  color: #742c55;
}

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #4C042D;
}

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

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





.hs-search-results__title {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4C042D;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
  font-family: 'Futura Passata', sans-serif;
  line-height: 60px;
}

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

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #240005;
}

.blog-index__post-title-link:active {
  color: #742c55;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #4C042D;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #4C042D;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
/*   color: #240005; */
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #742c55;
}

.pagination__link-icon svg {
  fill: #4C042D;
}

/* Pricing card */

.card__price {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4C042D;
  font-size: 40px;
}

.card__body svg {
  fill: #4C042D;
}

/* Social follow */

.social-links__icon {
  background-color: #4C042D;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #240005;
}

.social-links__icon:active {
  background-color: #742c55;
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4C042D;
  font-size: 40px;
}

/* Custom CSS */
.hs-video-container {
    border-radius: 16px !important;
    overflow: hidden;
}

.has-start-icon {
    position: relative;
}
.has-start-icon:after {
    content: url(//4254341.fs1.hubspotusercontent-na1.net/hubfs/4254341/raw_assets/public/checkin-theme/images/start-icon.svg);
    position: absolute;
    right: 240px;
    bottom: 130px;
    z-index: -1;
}
.no-container .row-fluid {
    max-width: 100% !important;
}
.no-container.dnd-section .dnd-column {
    padding: 0 0 !important;
}
@media (max-width: 1366px){
    .has-start-icon:after {
      right: 0;
    }
}
@media (max-width: 991px){
  h1, .h1, h1.f-font, h2.f-font {
    line-height: 40px;
  }
  
  h3.f-font {
    line-height: 24px;
  }
  
  h1, .h1 h1.f-font {
    font-size: 40px;
  }
  
  h2.f-font {
    font-size: 32px;
  }
  
  h3.f-font {
    font-size: 24px;
  }
  
  h1.s-font {
    font-size: 32px;
  }
  h2.s-font, h2 {
    font-size: 32px;
    line-height: 32px;
  }
  h3.s-font, h3 {
    font-size: 24px;
    line-height: 32px;
  }
  p.s-font-lg.s-font-lg, p {
    font-size: 20px;
    line-height: 24px;
  }
  .has-start-icon:after {
    display: none;
  }
}
.body-container.body-container--home .row-fluid-wrapper {
  position: relative;
}
a.see-more-link {
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-radius: 4px;
  text-decoration: underline;
  font-size:16px;
}
a.see-more-link:hover, a.see-more-link:focus {
  background: #EDE6EA;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-radius: 4px;
}
/* Content Blocks Start */
.image-block {
  position: relative;
}
.lottie-sparkle {
  position: absolute;
  top: -65px;
  left: -40px;
}
a.content-block-cta.button {
  font-size: 16px;
  text-decoration: none;
}
a.content-block-cta {
  font-size: 18px;
  text-decoration: underline;
}
.content-block-text {
  padding-right: 148px;
}
.content-block-text.order-3 {
  padding-left: 148px;
  padding-right: 16px;
}
.image-content {
  z-index: 10;
  position: relative;
  border-radius: 16px;
}
.image-content img {
  border-radius: 16px;
}
.p-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.show-mobile { display: none; }
.show-desktop { margin-top: 48px; }
@media (max-width: 991px){
  .content-block-text {
    padding-right: 16px;
  }
  .content-block-text.order-3 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .lottie-sparkle {
    display:none;
  }
  .show-desktop {
    display:none;
  }
  .show-mobile {
    display:block;
    margin-top: 32px;
  }
  a.content-block-cta {
    font-size: 16px;
  }
}
/* Content Blocks End */

/* utility css */
.hyphens-manual, .hm {
    hyphens: manual;
}
.leading-none {
  line-height: 0;
}
.mb-24 {
  margin-bottom: 24px;
}
.block {
  display: block;
}
.h-100 {
  height: 100%;
}

.pointer:hover{
	cursor:pointer;
}