







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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


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





html {
  font-size: 18px;
}

body {
  font-family: Archivo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #555555;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: Archivo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00838d;
  text-decoration: underline;
}

a:hover,
a:focus {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #005b65;
}
a:active {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #28abb5;
}
.btn-blue:hover,
.btn-blue:focus {
  background-color: #005b65;
  color: #ffffff;
}



/* Headings */

h1 {
  font-family: Archivo, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1d184c;
  font-size: 52px;
  text-transform: none;
}

h2 {
  font-family: Archivo, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1d184c;
  font-size: 44px;
  text-transform: none;
}

h3 {
  font-family: Archivo, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1d184c;
  font-size: 30px;
  text-transform: none;
}

h4 {
  font-family: Archivo, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1d184c;
  font-size: 26px;
  text-transform: none;
}

h5 {
  font-family: Archivo, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1d184c;
  font-size: 22px;
  text-transform: none;
}

h6 {
  font-family: Archivo, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1d184c;
  font-size: 20px;
  text-transform: none;
}

/*changing heading style for blog posts*/
.blog-post__body h2, 
.blog-post__body h3, 
.blog-post__body h4, 
.blog-post__body h5, 
.blog-post__body h6,
.blog-post__body h2 a, 
.blog-post__body h3 a, 
.blog-post__body h4 a, 
.blog-post__body h5 a, 
.blog-post__body h6 a,
.blog-post__body h2 a:hover, 
.blog-post__body h3 a:hover, 
.blog-post__body h4 a:hover, 
.blog-post__body h5 a:hover, 
.blog-post__body h6 a:hover {
  font-family: 'tt-commons-pro', sans-serif;!important;
}
.blog-post__body h2, 
.blog-post__body h3 {
  margin: 1rem 0;
}


/* Blockquote */

blockquote {
  border-left: 10px solid #f2f79d;
  font-size: 1.25rem;
  margin: 3rem;
  padding-left: 2rem;
  color: #0d0935;
  font-family: 'tt-commons-pro', sans-serif;
}






button,
.button {
  border: 0px none #494A52;

  padding-top: 15px;
padding-right: 40px;
padding-bottom: 15px;
padding-left: 40px;

  font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(241, 92, 94, 1.0)

;
  border-radius: 88px;
  color: #FFFFFF;
  text-transform: none;
  text-decoration: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(201, 52, 54, 1.0);
  border-color: #21222a;
  color: #ffffff;
}

button:active,
.button:active {
  font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 132, 134, 1.0);
  border-color: ;
  color: #ffffff;
}





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

/* Form title */

.form-title {
  color: #000000;
}

/* Labels */

form label {
  color: #1d184c;
}

/* Help text */

form legend {
  color: #1d184c;
}

/* 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 {
  
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
  border-radius: 8px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

::placeholder {
  color: #666666;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #666666;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 0px none #494A52;

  padding-top: 15px;
padding-right: 40px;
padding-bottom: 15px;
padding-left: 40px;

  font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(241, 92, 94, 1.0)

;
  border-radius: 88px;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(201, 52, 54, 1.0);
  border-color: #21222a;
}

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





/* Table */

table {
  border: 1px solid #1d184c;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #1d184c;

  padding: 18px;

  border-color: ;
  color: #1d184c;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 131, 141, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1d184c;
}

span.pricing-table__feature-value {
  font-family: 'tt-commons-pro', sans-serif;
  font-size: 18px !important;
}

.marketing-table th[scope='row'],
.pricing-table tbody td {
  vertical-align: middle;
}

.marketing-table tr {
  height: auto;
}

.marketing-table thead th {
  vertical-align: middle !important;
  color: #555;
}

p.heading--4 {
  margin-bottom: 0px!important;
}

thead tr {
  height: 90px !important;
}








/*.header {
background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}*/

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

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

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

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #1d184c;
}





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

/* Blog post */

.blog-post__meta a {
  color: #555555;
}

.blog-post__tag-link {
  color: #555555;
}

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

.blog-post__tag-link:active {
  color: #7d7d7d;
}

/* Blog related posts */


/* Blog comments */

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

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

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

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





.hs-search-results__title {
  ;
  color: ;
}





/* Blog listing */

.blog-index__post-title-link {
  color: ;
}

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

/* Blog pagination */

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

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #2d2d2d;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #7d7d7d;
}

.pagination__link-icon svg {
  fill: #555555;
}

/* Pricing card */

.card__price {
  font-family: Archivo, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1d184c;
  font-size: 30px;
}

.card__body svg {
  fill: #1d184c;
}

/* Social follow */

.social-links__icon {
  background-color: #1d184c;
}

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

.social-links__icon:active {
  background-color: #454074;
  font-family: Archivo, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1d184c;
  font-size: 30px;
}