







/* 1a. Containers */




/* 1b. Colors */







/* 1c. Typography */
































/* 1d. Buttons */





/* Primary Button */






/* Primary Button Hover */




/* Primary Button Focus */





/* Secondary Button */






/* Secondary Button Hover */




/* Secondary Button Focus */







/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */













/* 1h. Website footer */




/* Color Variables */
:root {
  --color-primary: #2B52D9;
  --color-secondary: #ECEFF1;
  --color-tertiary: #C7E31B;
  --color-body: #16163F;
  --color-heading: #16163F;
}





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

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

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





html {
  font-size: 16px;
}

body {
  font-family: 'Satoshi Variable';
  color: #1B1B1B;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: 'Satoshi Variable';
}

/* Anchors */

a {
  font-weight: bold; svgUrl: https://25373711.fs1.hubspotusercontent-eu1.net/hubfs/25373711/marketer_assets/fonts/Satoshi_Variable/Cursiva%20delgada-1716314853823.svg; text-decoration: none; name: Cursiva delgada; files: [{file=https://25373711.fs1.hubspotusercontent-eu1.net/hubfs/25373711/Satoshi-LightItalic.otf, fileId=103585925344, format=opentype, id=30051959}]; font-family: sans-serif, serif; style: {"font-weight":100, "font-style":"italic"}; font-style: normal;
  color: #FFFFFF;
}

a:hover,
a:focus {
  font-weight: bold; svgUrl: https://25373711.fs1.hubspotusercontent-eu1.net/hubfs/25373711/marketer_assets/fonts/Satoshi_Variable/Cursiva%20delgada-1716314853823.svg; text-decoration: none; name: Cursiva delgada; files: [{file=https://25373711.fs1.hubspotusercontent-eu1.net/hubfs/25373711/Satoshi-LightItalic.otf, fileId=103585925344, format=opentype, id=30051959}]; font-family: sans-serif, serif; style: {"font-weight":100, "font-style":"italic"}; font-style: normal;
  color: #d7d7d7;
}

a:active {
  font-weight: bold; svgUrl: https://25373711.fs1.hubspotusercontent-eu1.net/hubfs/25373711/marketer_assets/fonts/Satoshi_Variable/Cursiva%20delgada-1716314853823.svg; text-decoration: none; name: Cursiva delgada; files: [{file=https://25373711.fs1.hubspotusercontent-eu1.net/hubfs/25373711/Satoshi-LightItalic.otf, fileId=103585925344, format=opentype, id=30051959}]; font-family: sans-serif, serif; style: {"font-weight":100, "font-style":"italic"}; font-style: normal;
  color: #ffffff;
}

/* Headings */

h1 {
  font-weight: 400; font-family: 'Satoshi Variable'; text-decoration: none;
  color: #16163F;
  font-size: 20px;
  text-transform: none;
}

h2 {
  font-weight: 400; font-family: 'Satoshi Variable'; text-decoration: none;
  color: #2B52D9;
  font-size: 20px;
  text-transform: none;
}

h3 {
  font-weight: 400; font-family: 'Satoshi Variable'; text-decoration: none;
  color: #2B52D9;
  font-size: 28px;
  text-transform: none;
}

h4 {
  font-weight: 400; font-family: 'Satoshi Variable'; text-decoration: none;
  color: #1B1B1B;
  font-size: 20px;
  text-transform: none;
}

h5 {
  font-weight: 400; font-family: 'Satoshi Variable'; text-decoration: none;
  color: #16163F;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-weight: 400; font-family: 'Satoshi Variable'; text-decoration: none;
  color: #2B52D9;
  font-size: 18px;
  text-transform: none;
}

@media (min-width: 992px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 72px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }
}

/* Blockquote */

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




.en-btn,
form input[type=submit],
form .hs-button {
  border-radius: 25px;
  padding-top: 12px;
padding-right: 15px;
padding-bottom: 12px;
padding-left: 15px;

  text-transform: none;
}

button,
.button,
.en-btn--primary,
form input[type=submit],
form .hs-button {
  border: 1px none #FFE300;

  text-decoration: none; font-family: 'Satoshi Variable';
  background-color: #FFE300;
  color: #1B1B1B;
}

.en-btn--primary.en-btn--outline {
  color: #FFE300;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.en-btn--primary:hover,
.en-btn--primary:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  color: #ffffff;
  background-color: #1B1B1B;
  border: 1px none #FFE300;
;
}

button:active,
.button:active,
.en-btn--primary:active,
form input[type=submit]:active,
form .hs-button:active {
  color: #ffffff;
  background-color: #1B1B1B;
  border: 1px none #FFE300;
;
}

.en-btn--secondary {
  border: 1px none #ECEFF1;

  font-family: 'Satoshi Variable';
  background-color: #FFFFFF;
  color: #2B52D9;
  text-transform: none;
}

.en-btn--secondary:hover,
.en-btn--secondary:focus {
  color: #FFFFFF;
  background-color: #1B1B1B;
  border: 1px none #1B1B1B;
;
}

.en-btn--secondary:active {
  color: #FFFFFF;
  background-color: #1B1B1B;
  border: 1px none #1B1B1B;
;
}






form,
.submitted-message {
  font-family: 'Satoshi Variable';
}

/* Form title */

.form-title {
  color: #16163F;
}

/* Labels */

form label {
  color: #1B1B1B;
}

/* Help text */

form legend {
  color: #2B52D9;
}

/* 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: #16163F;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #1B1B1B;
}

::-moz-placeholder {
  color: #1B1B1B;
}

:-ms-input-placeholder {
  color: #1B1B1B;
}

::placeholder {
  color: #1B1B1B;
}

/* Inputs - date picker */

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

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

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

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





/* Table */

table {
  border: 1px solid #16163F;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #16163F;

  padding: 18px;

  border-color: ;
  color: #2B52D9;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(43, 82, 217, 1.0)

;
  color: #16163F;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #16163F;
}





.en-header.header {
  background-color: 

  
  
    
  


  rgba(43, 82, 217, 1.0)

;
}

.en-header__top-bar {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.en-header__bottom-bar {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__navigation--toggle span {
  background-color: 

  
  
    
  


  rgba(43, 82, 217, 1.0)


}

.header__logo .logo-company-name {
  color: #FFFFFF;
  font-family: Satoshi Variable;
}

.menu__link,
.menu .menu__link ~ .menu__child-toggle svg * {
  color: #FFFFFF;
  font-family: Satoshi Variable;
  stroke: #FFFFFF;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.menu__link--active-link,
.menu__link--active-branch {
  color: #FAFAFA;
}

@media (min-width: 992px) {
  .menu__link,
  .menu .menu__link ~ .menu__child-toggle svg * {
    color: #FFFFFF;
    stroke: #FFFFFF;
  }
}

.menu .menu__link:hover ~ .menu__child-toggle svg *,
.menu .menu__link--active-link ~ .menu__child-toggle svg *,
.menu .menu__link--active-branch ~ .menu__child-toggle svg * {
  stroke: #FAFAFA;
}

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

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

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

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

@media (min-width: 992px) {
  .menu .menu__submenu,
  .en-lang-switcher .lang_list_class {
    border: 2px none #2B52D9;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px none #2B52D9;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__item,
.menu__wrapper,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.en-lang-switcher .lang_list_class li a {
  color: #FFFFFF;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.en-lang-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.menu__submenu .menu__link ~ .menu__child-toggle svg * {
   stroke: #FFFFFF;
}

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

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

  
  
    
  


  rgba(43, 82, 217, 1.0)

;
  color: #FAFAFA;
}

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

  
  
    
  


  rgba(43, 82, 217, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(27, 27, 27, 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;
}

.footer .en-footer-copyright__links > a,
.en-footer__link a {
  color: #FFFFFF !important;
}





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

/* Blog post */

.blog-post__meta a {
  color: #1B1B1B;
}

.blog-post__tag-link {
  color: #1B1B1B;
}

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

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

.blog-post {
  max-width: 960px;
}

.blog-post__body,
.blog-post__body p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .blog-post__body,
  .blog-post__body p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .blog-post__body,
  .blog-post__body p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}

/* 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: 400; font-family: 'Satoshi Variable'; text-decoration: none;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: 400; font-family: 'Satoshi Variable'; text-decoration: none;
  color: #16163F;
}





/* 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-weight: 400; font-family: 'Satoshi Variable'; text-decoration: none;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #2B52D9;
}

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

.blog-index__post-title-link:active {
  color: #537aff;
}

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

/* Blog pagination */

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

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

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

.pagination__link-icon svg {
  fill: #1B1B1B;
}

/* Pricing card */

.card__price {
  font-weight: 400; font-family: 'Satoshi Variable'; text-decoration: none;
  color: #2B52D9;
  font-size: 32px;
}

.card__body svg {
  fill: #2B52D9;
}

/* Social follow */

.social-links__icon {
  background-color: #2B52D9;
}

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

.social-links__icon:active {
  background-color: #537aff;
  font-weight: 400; font-family: 'Satoshi Variable'; text-decoration: none;
  color: #2B52D9;
  font-size: 32px;
}

/* Case Details Module */
.en-feature-card__content:not(.en-feature-card__content--card) {
  background: linear-gradient(180deg, rgba(20, 99, 86, 0) 0%, rgba(43, 82, 217, 0.8) 60%);
}