







/* 1a. Containers */




/* 1b. Colors */













/* 1c. Typography */



























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








:root {
  --primary_color: #0C233F;
  --secondary_color: #ffffff;
  --bright_blue: #00B6C7;
  --yellow: #F0C948;
  --green: #209041;
  --green_dark: #083515;
  --green_light: #7CEA9C;
  --magenta: #F03964;
  --magenta_dark: #301042;
  --magenta_light: #E6ADEC;
  --light_bg: #f0f0f0;
}

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

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

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





html {
  font-size: 18px;
}

body {
  font-family: Parkinsans, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0C233F;
  font-size: 18px;
}

/* Paragraphs */

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

/* Anchors */

a {
  font-family: Parkinsans, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0270E0;
}



/* Headings */

h1,
.h1 {
  font-weight: 800; text-decoration: none; font-family: Parkinsans, serif; font-style: normal;
  color: #0C233F;
  font-size: 57px;
  text-transform: none;
  line-height: 104%;
  letter-spacing: -0.02em;
}

h2,
.h2 {
  font-weight: 800; text-decoration: none; font-family: Parkinsans, serif; font-style: normal;
  color: #0C233F;
  font-size: 54px;
  text-transform: none;
  line-height: 105%;
  letter-spacing: -0.02em;
}

h3,
.h3 {
  font-weight: 800; text-decoration: none; font-family: Parkinsans, serif; font-style: normal;
  color: #0C233F;
  font-size: 36px;
  text-transform: none;
  line-height: 120%;
  letter-spacing: -0.02em;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Parkinsans, serif; font-style: normal;
  color: #0C233F;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Parkinsans, serif; font-style: normal;
  color: #0C233F;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Parkinsans, serif; font-style: normal;
  color: #0C233F;
  font-size: 14px;
  text-transform: none;
}

span{
  {font=Parkinsans, font_set=GOOGLE, styles={font-family=Parkinsans, serif, font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#0C233F, variant=null, fallback=serif, style=font-family: Parkinsans, serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #0C233F;font-family: Parkinsans, serif;};
}

/* Blockquote */

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





.cta-btn,
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 2px solid #0C233F;

  padding-top: 10px;
padding-right: 22px;
padding-bottom: 10px;
padding-left: 22px;

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

  
  
    
  


  rgba(240, 201, 72, 1.0)

;
  border-radius: 60px;
  color: #0C233F;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
.cta-btn:hover,
.cta-btn:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 2px solid #0C233F;
;
  color: 

  
  
    
  


  rgba(12, 35, 63, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 0.0)

;
  border-radius: 60px;
}





form,
.submitted-message {
  font-family: Parkinsans, serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 0px none #0C233F;
;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: 

  
  
    
  


  rgba(12, 35, 63, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 0px none #ffffff;
;
  padding: 0px;
;
  font-family: Parkinsans; font-style: normal; font-weight: 800; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 36px;
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}


/* Labels */

form label {
  color: #ffffff;
}

/* Help text */

form legend {
  color: #ffffff;
}

/* 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: 1px solid #B0BABF;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0C233F;
  border-radius: 8px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #9CA3AF;
}

::-moz-placeholder {
  color: #9CA3AF;
}

:-ms-input-placeholder {
  color: #9CA3AF;
}

::placeholder {
  color: #9CA3AF;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 2px solid #F0C948;
;
  padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;
;
  font-family: Parkinsans, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #F0C948;
  font-size: 14px;
  background-color: 

  
  
    
  


  rgba(12, 35, 63, 1.0)

;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 700;
}

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

  
  
    
  


  rgba(240, 201, 72, 1.0)

;
  color: #0C233F;
  border: 2px solid #F0C948;
;
}





/* Table */

table {
  border: 1px solid #0C233F;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #0C233F;

  padding: 18px;

  color: #0C233F;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(12, 35, 63, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0C233F;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

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

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

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

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

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

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

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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, 0.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(12, 35, 63, 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: #ffffff;
}





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

/* Blog post */

.blog-post__meta a {
  color: #0C233F;
}

.blog-post__tag-link {
  color: #0C233F;
}

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

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

/* 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: 800; text-decoration: none; font-family: Parkinsans, serif; font-style: normal;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

#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-search-results__title {
  font-weight: 800; text-decoration: none; font-family: Parkinsans, serif; font-style: normal;
  color: #0C233F;
}





/* 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: 800; text-decoration: none; font-family: Parkinsans, serif; font-style: normal;
  text-transform: none;
}

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

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

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


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

/* Blog pagination */

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

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

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

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

/* Pricing card */

.card__price {
  font-weight: 800; text-decoration: none; font-family: Parkinsans, serif; font-style: normal;
  color: #0C233F;
  font-size: 36px;
}

.card__body svg {
  fill: #0C233F;
}

/* Social follow */

.social-links__icon {
  background-color: #0C233F;
}

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

.social-links__icon:active {
  background-color: #344b67;
  font-weight: 800; text-decoration: none; font-family: Parkinsans, serif; font-style: normal;
  color: #0C233F;
  font-size: 36px;
}


.form-title {
  text-align: center;
}
.form-title h2 {
  color: var(--secondary_color);
  font-size: 24px;
  line-height: 129%;
  font-weight: 600;
  margin: 0 0 33px;
}

ul.slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
  gap: 10px;
  left: 0px;
}
ul.slick-dots li {
  line-height: 0;
  margin: 0;
  width: auto;
  height: auto;
}
ul.slick-dots li button {
  width: 12.03px;
  height: 12.03px;
  font-size: 0;
  border: 0;
  padding: 0;
  background-color: #d9d9d9;
}
ul.slick-dots li.slick-active button {
  background-color: var(--primary_color);
}
.slick-dots li button::before {
  display: none;
}
button.slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 0;
  padding: 0;
  background-color: transparent !important;
  background-image: url(https://6868746.fs1.hubspotusercontent-na1.net/hubfs/6868746/Thnks/images/slider-arrow.svg) !important;
  border: 0px !important;
  background-size: contain !important;
  z-index: 1;
  background-repeat: no-repeat !important;
}
button.slick-arrow.slick-next {
  right: 0;
}
button.slick-arrow.slick-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
button.slick-arrow.slick-arrow::before,
button.slick-arrow.slick-disabled {
  display: none !important;
}
.cards-slider-wrap button.slick-arrow {
  background-image: url(https://6868746.fs1.hubspotusercontent-na1.net/hubfs/6868746/Thnks/images/angle-arrow-right.svg) !important;
  width: 22px;
  height: 31px;
}
.cards-slider-wrap button.slick-arrow.slick-next {
  right: 43px;
}
.cards-slider-wrap button.slick-arrow.slick-prev {
  left: 43px;
}

/* Footer  */

.footer-top {
  padding: 100px 0px;
  text-align: center;
  margin: 0 auto 42px;
}
.footer-top.holidays{
  background-image: url(https://6868746.fs1.hubspotusercontent-na1.net/hubfs/6868746/raw_assets/public/Thnks/images/Section.png);
  background-position: center;
  background-size: cover;
}
.footer-top h2 {
  color: var(--green_light);
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.02em;
  max-width: 560px;
  margin: 0 auto 39px;
}
.footer-top h2 span {
  color: var(--magenta_light);
}
.footer .button-wrapper .button, .footer .button {
  border-color: var(--yellow);
}
.footer .button-wrapper .button:hover, .footer .button-wrapper .button:focus, .footer .button:hover, .footer .button:focus {
  color: var(--yellow);
}
.footer .hs_cos_wrapper_type_logo img {
  max-width: 135px !important;
  filter: brightness(0) saturate(100%) invert(58%) sepia(80%) saturate(1645%) hue-rotate(141deg) brightness(88%) contrast(101%);
}
.footer-bottom {
  padding: 55px 0 62px;
  border-top: 1px solid rgba(255, 255, 255, .25);
  margin: 0px auto 0px;
  max-width: 960px;
}
.hide_footer_top .footer {
  padding: 0px 0px 0px;
}
.hide_footer_top .footer-top {
  display: none;
}
.hide_footer_top .footer-bottom {
  border-top: 0px;
  padding: 42px 0px;
}

@media (max-width: 991px) {
  .h1, h1 {
    font-size: 42px;
  }
  .h2, h2 {
    font-size: 40px;
  }
  .h3, h3 {
    font-size: 30px;
  }
  .footer-top {
    margin: 0 auto 0;
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .h1, h1 {
    font-size: 36px;
  }
  .h2, h2 {
    font-size: 30px;
  }
  .h3, h3 {
    font-size: 24px;
  }
  .footer-top {
    padding: 50px 15px;
  }
  .footer-top h2 {
    font-size: 30px;
    margin: 0 auto 29px;
  }
  .footer-bottom, .hide_footer_top .footer-bottom {
    padding: 30px 15px;
  }
  .cards-slider-wrap button.slick-arrow {
    height: 20px;
    width: 13px;
  }
  .cards-slider-wrap button.slick-arrow.slick-prev {
    left: 10px;
  }
  .cards-slider-wrap button.slick-arrow.slick-next {
    right: 10px;
  }
  
}