







/* 1a. Containers */



/* 1b. Colors */



/* 1c. Typography */























/* 1d. Buttons */












/* 1e. Forms */








































/* 1f. Tables */












/* 1g. Website header */







/* Header - Buttons */













/* 1h. Website footer */




:root{
  --primary-color: #4860F1;
  --secondary-color: #3EBBF9;
  --body-color: #73777B;
  --primary-font: 'Open Sans',sans-serif;
  --secondary-font: 'Source Sans Pro',serif;
}





.content-wrapper,
.container {
  width: 95%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  /*padding: 0 20px;*/
  padding-left: 15px;
  padding-right: 15px;
}

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

/*.dnd-section[class*="vertical-alignment"] > .row-fluid.
.dnd-section > .row-fluid,*/
.dnd-section:not([class*="full-width-section"]) > .row-fluid {
  width: 80%;
  max-width: 1680px;
}
.dnd-section:not([class*="full-width-section"]) > .row-fluid .container {
  width: 100%;
  max-width: 100%;
}


@media(max-width:980px) {
  /*.content-wrapper,.container,
  .dnd-section:not([class*="full-width-section"]) > .row-fluid { width:80%;max-width:980px;padding-left:0;padding-right:0; }
  .content-wrapper,.container,
  .dnd-section:not([class*="full-width-section"]) > .row-fluid { width:95%;max-width:980px;padding-left:0;padding-right:0; }*/
  .content-wrapper,.container,
  .dnd-section:not([class*="full-width-section"]) > .row-fluid { width:95%;max-width:980px; }
}





html {
  font-size: 15px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #73777B;
  font-size: 13.5px;
}

/* Anchors */

a {
  color: #4860F1;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #4860F1;
}

a:active {
  color: #7088ff;
}

/* Headings */
h1,.h1 {
  font-family: 'Source Sans Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
  font-size: 32.4px;
  text-transform: none;
}
h2,.h2 {
  font-family: 'Source Sans Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #333333;
  font-size: 25.5px;
  text-transform: none;
}
h3,.h3 {
  font-family: 'Open Sans', serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #333333;
  font-size: 19.599999999999998px;
  text-transform: none;
}
h4,.h4 {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', serif; font-style: normal;
  color: #333333;
  font-size: 14.7px;
  text-transform: none;
}
h5,.h5 {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', serif; font-style: normal;
  color: #333333;
  font-size: 15.2px;
  text-transform: none;
}
h6,.h6 {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', serif; font-style: normal;
  color: #000000;
  font-size: 10.639999999999999px;
  text-transform: none;
}

/* Blockquote */
blockquote {
  border-left-color: #3EBBF9;
}


@media(min-width:768px) {
  body {
    font-size: 14.025px;
  }
  h1,.h1 {
    font-size: 37.8px;
  }
  h2,.h2 {
    font-size: 27.200000000000003px;
  }
  h3,.h3 {
    font-size: 21.0px;
  }
  h4,.h4 {
    font-size: 15.0px;
  }
}
@media(min-width:981px) {
  body {
    font-size: 15px;
  }
  /**/
  h1,.h1 {
    font-size: 40.5px;
  }
  h2,.h2 {
    font-size: 28.9px;
  }
  h3,.h3 {
    font-size: 21.0px;
  }
  h4,.h4 {
    font-size: 18.0px;
  }
  h5,.h5 {
    font-size: 15.2px;
  }
  h6,.h6 {
    font-size: 10.08px;
  }
}
/*@media(min-width:1351px) {*/
@media(min-width:1281px) {
  h1,.h1 {
    font-size: 54px;
  }
  h2,.h2 {
    font-size: 34px;
  }
  h3,.h3 {
    font-size: 28px;
  }
  h4,.h4 {
    font-size: 20px;
  }
  h5,.h5 {
    font-size: 16px;
  }
  h6,.h6 {
    font-size: 11.2px;
  }
}





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

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

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(72, 98, 222, 1.0);
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12.8px;
  text-transform: none;
}

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 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  border: 1px solid #3A59CC;
;
  color: rgba(255, 255, 255, 1.0);
  700;
  background-color: rgba(58, 89, 204, 1.0);
  border-radius: 4px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(112, 138, 255, 1.0);
  border-color: #708aff;
}

@media(min-width:768px) {
  button,.button,.hs-button,
  .hs-blog-post-listing__post-button {  font-size:13.6px;  }
}
@media(min-width:981px) {
  button,.button,.hs-button,
  .hs-blog-post-listing__post-button {  font-size:14.4px;  }
}
/*@media(min-width:1351px) {*/
@media(min-width:1281px) {
  button,.button,.hs-button,
  .hs-blog-post-listing__post-button {  font-size:16px;  }
}





form,
.submitted-message {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 0px none rgba(62, 187, 249, 0%);
;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(62, 187, 249, 0.0);
  padding: 0px;
;
}

/* Form title */
.form-title {
  border: 0px none ;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 35px;
padding-left: 0px;
;
  color: #444444; font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro'; font-style: normal; opacity: 100;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 20px;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.0);
}


/* Labels */
form label {
  color: rgba(68, 68, 68, 1.0);
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 13.5px;
  line-height: 1.3335;
}
form .hs-form-field > label {
  font-weight: 600;
/*   text-transform: uppercase; */
}

/* Help text */
form legend {
  color: rgba(68, 68, 68, 1.0);
}


/* 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 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 13.5px;
  border: 1px solid #cbd6e2;

  background-color: rgba(245, 248, 250, 1.0);
  color: rgba(115, 119, 123, 1.0);
  text-overflow: ellipsis;
  border-radius: 3px;
  outline: none !important;
  /*padding: 10px 15px;
  min-height: 40px;*/
  padding: 15px 15px;
  min-height: 52px;
}
form input[type=text]:focus,
form input[type=search]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus { border-color:rgba(115, 119, 123, 1.0); }

/* Select */
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  background-image: url('https://24192882.fs1.hubspotusercontent-na1.net/hubfs/24192882/AdvisorControls_2024/images/select-input-arrow.svg');
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 17px 30px;
}

/* Form placeholder text */
::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(115, 119, 123, 1.0);
}
::-moz-placeholder {
  opacity: 1 !important;
  color: rgba(115, 119, 123, 1.0);
}
:-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(115, 119, 123, 1.0);
}
::placeholder {
  opacity: 1 !important;
  color: rgba(115, 119, 123, 1.0);
}

/* Inputs - date picker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: rgba(115, 119, 123, 1.0);
}
.fn-date-picker td.is-selected .pika-button {
  background: #4860F1;
}
.fn-date-picker td .pika-button:hover {
  background-color: #4860F1 !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #4860F1;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  border: 2px solid #4865ee;
;
  padding-top: 15px;
padding-right: 25px;
padding-bottom: 15px;
padding-left: 25px;
;
  font-weight: 600; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal; opacity: 100;
  color: #ffffff;
  font-size: 14.4px;
  background-color: rgba(72, 101, 238, 1.0);
  border-radius: 5px;
  text-transform: none;
  min-width: 160px;
  margin: 15px 0 0;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  font-weight: 600; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal; opacity: 100;
  color: rgba(72, 101, 238, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border: 2px solid #4865ee;
;
  border-radius: 5px;
}

form input[type=submit]:active,
form .hs-button:active {
  font-weight: 600; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal; opacity: 100;
  border: 2px solid #4865ee;
;
  color: rgba(72, 101, 238, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 5px;
}


/* Error Message */
form label.hs-error-msg {
  font-size: 13.5px;
}


/**/
@media(min-width:768px) {
  form label {  font-size:14.025px;  }
  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 {
    font-size: 14.025px;
    /*padding-top: 12px;
    padding-bottom: 12px;
    min-height: 45px;*/
  }
  form input[type=submit],form .hs-button {
    font-size: 14.96px;
    min-width: 200px;
  }
}
@media(min-width:981px) {
  form label {  font-size:14.0625px;  }
  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 {
    font-size: 15px;
    /*padding-top: 15px;
    padding-bottom: 15px;
    min-height: 52px;*/
  }
  form input[type=submit],form .hs-button {
    font-size: 16px;
  }
}
/*@media(min-width:1351px) {*/
@media(min-width:1281px) {
  form input[type=submit],form .hs-button {
    min-width: 290px;
  }
}

@media(max-width:767px) {
  form input[type=submit],form .hs-button {
    min-width: 215px;
    width: 100%;
  }
}






/* Table */

table {
  border: 1px solid #494A52;

  background-color: rgba(255, 255, 255, 1.0);
}

/* Table cells */

td,
th {
  border: 1px solid #494A52;

  padding: 18px;

  color: rgba(68, 68, 68, 1.0);
}

/* Table header */

thead th {
  background-color: rgba(68, 68, 68, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

/* Table footer */

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(68, 68, 68, 1.0);
}






button.menu-btn,.button.menu-btn,.hs-button.menu-btn,
.button.menu-btn.solid,.button.menu-btn.solid.blue-btn {
  color: rgba(255, 255, 255, 1.0);
  700;
  text-transform: none;
  margin:0;
  border: 1px solid #4860F1;

  background-color: rgba(72, 96, 241, 1.0);
  border-radius: 5px;
  padding-top: 9.735px;
  padding-bottom: 9.735px;
  padding-left: 20.9px;
  padding-right: 20.9px;
}
button.menu-btn:hover,button.menu-btn:focus,
.button.menu-btn:hover,.button.menu-btn:focus,
.hs-button.menu-btn:hover,.hs-button.menu-btn:focus,
.button.menu-btn.solid:hover,.button.menu-btn.solid.blue-btn:hover,
.button.menu-btn.solid:focus,.button.menu-btn.solid.blue-btn:focus {
  border: 1px solid #3a59cc;
;
  color: rgba(255, 255, 255, 1.0);
  700;
  background-color: rgba(58, 89, 204, 1.0);
  border-radius: 5px;
}
button.menu-btn:active,.button.menu-btn:active,.hs-button.menu-btn:active,
.button.menu-btn.transparent:active,.button.menu-btn.transparent.blue-btn:active,.button.menu-btn.transparent.white-btn:active,
.button.menu-btn.solid:active,.button.menu-btn.solid.blue-btn:active,.button.menu-btn.solid.white-btn:active {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(112, 136, 255, 1.0);
  border-color: #7088ff;
}
/**/
.button.menu-btn.transparent,
.button.menu-btn.transparent.blue-btn {
  color: rgba(72, 96, 241, 1.0);
  background-color: transparent;
  border: 1px solid #4860F1;

}
.button.menu-btn.transparent.white-btn {
  color: rgba(255, 255, 255, 1.0);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1.0);
}
.button.menu-btn.transparent:hover,.button.menu-btn.transparent:focus,
.button.menu-btn.transparent.blue-btn:focus,.button.menu-btn.transparent.blue-btn:focus,
.button.menu-btn.transparent.white-btn:focus,.button.menu-btn.transparent.white-btn:focus {
  border: 1px solid #3a59cc;
;
  color: rgba(255, 255, 255, 1.0);
  700;
  background-color: rgba(58, 89, 204, 1.0);
  border-radius: 5px;
}
/**/
.button.menu-btn.solid.white-btn {
  color: rgba(72, 96, 241, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #4860F1;
}
.button.menu-btn.solid.white-btn:hover,
.button.menu-btn.solid.white-btn:focus {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(72, 96, 241, 1.0);
  border-color: #4860F1;
}

@media(min-width:981px) {
  button.menu-btn,.button.menu-btn,.hs-button.menu-btn,
  .button.menu-btn.solid,.button.menu-btn.solid.blue-btn {
    padding-left: 17.6px;
    padding-right: 17.6px;
  }
}
@media(min-width:1025px) {
  button.menu-btn,.button.menu-btn,.hs-button.menu-btn,
  .button.menu-btn.solid,.button.menu-btn.solid.blue-btn {
    padding-left: 20.35px;
    padding-right: 20.35px;
  }
}
@media(min-width:1281px) {
  button.menu-btn,.button.menu-btn,.hs-button.menu-btn,
  .button.menu-btn.solid,.button.menu-btn.solid.blue-btn {
    padding-top: 11px;
padding-right: 22px;
padding-bottom: 11px;
padding-left: 22px;

  }
}





.site-header-wrapper, .site-header-module, .header-nonav-module {
  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: rgba(68, 68, 68, 1.0);
  font-family: Open Sans;
}

.menu__child-toggle-icon {
  border-top-color: rgba(68, 68, 68, 1.0);
}

/*
*/
.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: rgba(68, 68, 68, 1.0);
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: rgba(68, 68, 68, 1.0);
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: rgba(68, 68, 68, 1.0);
}

.menu__child-toggle-icon:active {
  border-top-color: rgba(68, 68, 68, 1.0);
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: rgba(68, 68, 68, 1.0);
}

@media(max-width:980px) {
  .header-extra-links-group ul > li > a {
    color: rgba(68, 68, 68, 1.0);
  }
}
@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 0px solid ;

    background-color: rgba(255, 255, 255, 1.0);
  }

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

    background-color: rgba(255, 255, 255, 1.0);
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: rgba(68, 68, 68, 1.0);
  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: Open Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(68, 68, 68, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(68, 68, 68, 1.0);
  }
}





.footer,
.site-footer-wrapper {
  color: rgba(242, 244, 253, 0.5);
  background-color: rgba(29, 35, 43, 1.0);
}

/* Footer content */
.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6,
.site-footer-wrapper h1,.site-footer-wrapper h2,.site-footer-wrapper h3,
.site-footer-wrapper h4,.site-footer-wrapper h5,.site-footer-wrapper h6 {
  color: rgba(255, 255, 255, 1.0);
}
.footer p,.footer label,.footer span,.footer li,.footer img,
.site-footer-wrapper p,.site-footer-wrapper label,.site-footer-wrapper span,.site-footer-wrapper li,.site-footer-wrapper img {
  color: rgba(242, 244, 253, 0.5);
}
.site-footer-wrapper svg {
  fill: rgba(242, 244, 253, 0.5);
}









.hs-search-results__title {
  font-family: 'Source Sans Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
}





/* 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-family: 'Source Sans Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  text-transform: none;
}

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

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

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


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

/* Blog pagination */

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

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

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

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

/* Pricing card */

.card__price {
  font-family: 'Open Sans', serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #333333;
  font-size: 28px;
}

.card__body svg {
  fill: #4860F1;
}

/* Social follow */

.social-links__icon {
  background-color: #4860F1;
}

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

.social-links__icon:active {
  background-color: #7088ff;
  font-family: 'Open Sans', serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #333333;
  font-size: 28px;
}