







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





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

body {
  font-weight: 400; font-family: PPMori, arial, sans-serif;
  font-size: 16px;
  color:#00154A;
}

/* Paragraphs */
/*
p {
  font-weight: 400; font-family: PPMori, arial, sans-serif;
}
*/
/* Anchors */

a {
  font-weight: 400; font-family: PPMori, arial, sans-serif;
  color: #0270E0;
}

a:hover,
a:focus {
  color: #0048b8;
}

a:active {
  font-weight: 400; font-family: PPMori, arial, sans-serif;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 500; font-family: PPMori, arial, sans-serif;
  font-size: 60px;
  text-transform: none;
  width:100%;
}

.partner-content .hero-top h1{font-size:2.5rem !important;padding-bottom:2rem;}
.partner-content .hero .hero-wrapper{align-items: center !important;display:flex;justify-content:center; display:flex !important;}
.partner-content .hero .hero-text-wrapper{max-width:80% !important;flex-grow:1;text-align:left !important;}
.partner-content .hero .hero-media-wrapper {margin:0 !important;}
.partner-content .hero .hero-media-wrapper img{bottom:auto !important; top:0;width:100% !important;max-width:300px;height:auto !important;}
.partner-content hr{width:100% !important;}

@media (max-width: 991px){
  .partner-content .hs-video-wrapper{margin:50px auto 0;}
  .partner-content .hero .hero-wrapper{flex-direction:column;column-gap: 20px !important;row-gap:20px !important;}
  .partner-content .hero .hero-text-wrapper{text-align:center !important;gap:0}
  .partner-content .hero .hero-media-wrapper img{bottom:auto !important; top:0;width:100% !important;max-width:300px;height:auto !important;}
}

@media (max-width: 767px){
  h1{
    font-size: 2.5rem;
  }
  .partner-content .hero-top h1{font-size:2rem !important;}
}
h2,
.h2 {
  font-weight: 500; font-family: PPMori, arial, sans-serif;
  font-size: 50px;
  text-transform: none;
}
@media (max-width: 767px){
  h2{
    font-size: 2.375rem;
  }
}
h3,
.h3 {
  font-weight: 500; font-family: PPMori, arial, sans-serif;
  font-size: 36px;
  text-transform: none;
}
@media (max-width: 767px){
  h3{
    font-size: 1.875rem;
  }
}
h4,
.h4 {
  font-weight: 400; font-family: PPMori, arial, sans-serif;
  font-size: 26px;
  text-transform: none;
  line-height:1.4;
}

h5,
.h5 {
  font-weight: 500; font-family: PPMori, arial, sans-serif;
  font-size: 20px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 500; font-family: PPMori, arial, sans-serif;
  font-size: 14px;
  text-transform: none;
}

 h6.getStartedTitle {
  color:#00154A !important;
}

/* Blockquote */

blockquote {
  border-left-color: #7AD3C0;
}





button,
.button,
.hs-blog-post-listing__post-button {
  border: 1px solid #000000;

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

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(40, 40, 40, 1.0);
  border-color: #282828;
}





form,
.submitted-message {
  font-family: PPMori, arial, sans-serif !important;
  border: 1px none #7AD3C0;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(122, 211, 192, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #7AD3C0;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  ;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 36px;
  color: #000000;
  background-color: 

  
  
    
  


  rgba(122, 211, 192, 1.0)

;
}


/* Labels */

form label {
  color: #000000;
}

/* Help text */

form legend {
  color: #000000;
}

/* Inputs */

form input[type=text],
form input[type=search],
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 #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

/* Form placeholder text */

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

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

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

::placeholder {
  color: #000000;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #000000;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

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





/* Table */

table {
  border: 1px solid #000000;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #000000;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





.header {
  background-color: 

  
  
    
  


  rgba(122, 211, 192, 1.0)

;
}

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

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

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

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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(122, 211, 192, 1.0)

;
}

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

  
  
    
  


  rgba(122, 211, 192, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(122, 211, 192, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(122, 211, 192, 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: #000000;
}





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

/* Blog post */

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

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

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

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

/* 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-weight: 500; font-family: PPMori, arial, sans-serif;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

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


#hs_cos_wrapper_password_prompt form {
    background-color: #00154A !important;
    border: none !important;
    border-radius: 18px !important;
    padding: 35px 35px !important;
   }
  
  #hs_cos_wrapper_password_prompt form input[type='submit'], form .hs-button {
    font-size: 16px;
    padding: 12px 44px;
  }
  #hs_cos_wrapper_password_prompt form .hs-button, form input[type=submit]{width:auto !important}
  #hs_cos_wrapper_password_prompt form input[type='submit'], form .hs-button {
    font-family: PPMori, arial, sans-serif !important;
    font-style: normal;
    font-weight: 600 !important;
    text-decoration: none;
    background-color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    color: #00154A !important;
    fill: #FFFFFF;
    padding: 14px 24px;
    text-transform: none;
      -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
  }
  #hs_cos_wrapper_password_prompt form input[type='submit'], form .hs-button:hover {
    background-color: #FF4A4A !important;
    border: 1px solid #FF4A4A !important;
  }
  .systems-page h1 {
    font-family: PPMori, arial, sans-serif !important;
    font-style: normal;
    font-weight: 600;
    color: #00326D;
   }

.flex {display: flex; }
.flex-col{flex-direction: column; }
.gap-4{gap: 1rem}
.gap-8{gap: 2rem}
.items-center{align-items:center}
.justify-center{justify-content:center;}

@media(max-width: 1360px) {
  .start .wrapper{max-width: 630px !important;}
}




.hs-search-results__title {
  font-weight: 500; font-family: PPMori, arial, sans-serif;
  color: #D91140;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 500; font-family: PPMori, arial, sans-serif;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #D91140;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #b10018;
}

.hs-blog-post-listing__post-title-link:active {
  color: #ff3968;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #D91140;
}

/* Blog pagination */

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

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #b10018;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #ff3968;
}

.hs-pagination__link-icon svg {
  fill: #D91140;
}

/* Pricing card */

.card__price {
  font-weight: 500; font-family: PPMori, arial, sans-serif;
  color: #D91140;
  font-size: 36px;
}

.card__body svg {
  fill: #000000;
}

/* Social follow */

.social-links__icon {
  background-color: #000000;
}

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

.social-links__icon:active {
  background-color: #282828;
  font-weight: 500; font-family: PPMori, arial, sans-serif;
  color: #D91140;
  font-size: 36px;
}

 h3.small__header{
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #00154A !important;
  }



.hero-header-text h3.small__header{
  margin-bottom: 30px;
}

.dnd-section .dnd-column.span4{
  border-radius:1.8rem;
}
.hero .hero-wrapper{width:100%;}
.hero-media-wrapper{
  display:flex;
  align-items:center;
  justify-content:end;
  flex-grow: 1;
}

.hero-text-wrapper{
  display:flex;
  flex-direction:column;
  align-items:start;
  justify-content:center;
}

@media (max-width: 1080px){
  .hero-text-wrapper,
  .hero-media-wrapper{
    justify-content:center;
    align-items:center;
  }
}

@media (max-width: 767px){
  .hero-header-text{
    padding-top:0px;
  }
  .hero-media-wrapper{padding-bottom:40px;}
  .dnd-section .dnd-column.span4{
    border-radius:0rem;
  }
}


/*
.ss-grid-card .hs-blog-post-listing__post-image-wrapper {
  position:relative;
  display:block;
  height:auto !important;
  width:100%;
  -webkit-transition:all .2s ease;
  -o-transition:all .2s ease;
  transition:all .2s ease;
  -webkit-transition-delay:0s;
  -o-transition-delay:0s;
  transition-delay:0s;
}

.ss-grid-card .hs-blog-post-listing__post-image-wrapper img{
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: normal;
    object-fit: normal;
}*/
}