







/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */









/* 1d. Typography */












/* 1f. Corner Radius */



/* 1g. Lists */




/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */












/* 1o. Blog */








.content-wrapper, .page-center {
  max-width: 1600px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

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





html {
  font-size: 16px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
}

/* Paragraphs */



/* Anchors */

a {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3b5aff;
}

a:hover, a:focus {
 
  color: #e73d57;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
  color: #ff8da7;
}

a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
  font-family: 'Merriweather Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #263061;
  text-transform: none;
}



h1, .h1 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #000000;
  font-size: 40px;
  letter-spacing: 0px;
  text-transform: none;
}

h2, .h2 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
}

h3, .h3 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 26px;
  letter-spacing: 0px;
  text-transform: none;
}

h4, .h4 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
}

h5, .h5 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

h6, .h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: none;
}

/*-=-=- Only Desktop CSS -=-=-*/
@media (max-width:1199px ) {
  h1, .h1 { font-size: 35px; }
  h2, .h2 { font-size: 28px; }
  h3, .h3 { font-size: 24px; }
  h4, .h4 { font-size: 20px; }
  h5, .h5 { font-size: 14px; }
  h6, .h6 { font-size: 12px; }
}

/*-=-=- Smaller Desktop Devices -=-=-*/
@media (max-width:991px ) {
  h1, .h1 { font-size: 32px; }
  h2, .h2 { font-size: 28px; }
  h3, .h3 { font-size: 24px; }
  h4, .h4 { font-size: 20px; }
  h5, .h5 { font-size: 14px; }
  h6, .h6 { font-size: 12px; }
}

/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {
  h1, .h1 { font-size: 32px; }
  h2, .h2 { font-size: 28px; }
  h3, .h3 { font-size: 24px; }
  h4, .h4 { font-size: 20px; }
  h5, .h5 { font-size: 14px; }
  h6. .h6 { font-size: 12px; }
}




/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

ul li,
ol li {
  margin: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Blockquote */

blockquote {
  border-left: 10px solid #343F64;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #d0d0d0;
}





/* Primary Button */

button,
.button {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: #e73d57;
  border: 1px solid #E73D57;
  border-radius: 6px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 18px;
  padding: 14px 24px;

 
}
.button.button_reverse {
  background-color: transparent;
  border: 1px solid #E73D57;
  color: #e73d57;
  fill: #e73d57;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active,
.button.button_reverse:hover,
.button.button_reverse:focus,
.button.button_reverse:active{
  font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: #fc4d75;
  border: 1px solid #fc4d75;
  color: #FFFFFF;
}

/* Disabled Button */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #f1f1f1;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
}

/* Secondary Button */

.button.button--secondary,
.button.button--secondary.button_reverse:hover,
.button.button--secondary.button_reverse:focus{
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #3B5AFF;
  border: 1px solid #3B5AFF;
  border-radius: 6px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 14px 24px;

}
.button.button--secondary.button_reverse {
  background-color:transparent;
  color:#fff;
  border-color:#fff;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: #834BFB;
  border: 1px solid #834BFB;
  color: #FFFFFF;
  fill: #FFFFFF;
  box-shadow: 2px 3px 10px 0px #686BD140;
}

/* Simple Button */

.button.button--simple {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #e73d57;
  fill: #e73d57;
  text-transform: none;
}



.button.button--simple:after {
  content: none;
}



.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active{
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3b5aff;
  fill: #3b5aff;
}



.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  background-color: #E73D57;
  bottom: -2px;
  height: 1px;
}


/* Button Icon */

.icon-btn-1{
  font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: #e73d57;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 18px; 
}
.icon-btn-1:hover, .icon-btn-1:focus, .icon-btn-1:active{
  font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: #fc4d75;
  color: #FFFFFF;
}
.icon-btn-2{
  font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: #263061;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 18px; 
}
.icon-btn-2:hover, .icon-btn-2:focus, .icon-btn-2:active{
  font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: #000000;
  color: #FFFFFF;
}
/* Button Sizing */

.button.button--small {
  font-size: 18px;
  padding: 14px 24px;
}

.button.button--large {
  font-size: 18px;
  padding: 14px 24px;
}





form {
  background-color: {color=#000000, opacity=0, rgba=rgba(0, 0, 0, 0), rgb=rgb(0, 0, 0), hex=#000000, css=rgba(0, 0, 0, 0%)};
  border: 1px none #DCE4F0;
  border-radius: 6px;
  padding: 0px 0px;
}

.hs-form-field {
  margin-bottom: 8px;
}

/* Form Title */

.form-title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: #000000;
  border: 1px none #D0D0D0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #2A3360;
  font-size: 26px;
  padding: 0px 0px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3E4878;
  font-size: 14px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3E4878;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #C4C5DC;
  border-radius: 6px;
  color: #2A3360;
  font-size: 16px;
  padding: 10px 12px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline-color: #000000;
}

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

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

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

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

::placeholder {
  color: #C4C5DC;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3E4878;
  font-size: 14px;
}

/* Inputs - Datepicker */

.fn-date-picker .pika-table thead th {
  background-color: #000000;
  color: #FFFFFF;
}

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #343F64;
  color: #000000;
}

.hs-datepicker button.pika-button:hover {
  background-color: #000000 !important;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3E4878;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3E4878;
  font-size: 14px;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #ef6b51 !important;
}

.hs-error-msg,
.hs-error-msgs {
  color: #ef6b51 !important;
}

/* Submit */



form input[type='submit'],
form .hs-button {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: #e73d57;
  border: 1px solid #E73D57;
  border-radius: 6px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 14px 24px;
  text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: #fc4d75;
  border: 1px solid #fc4d75;
  color: #FFFFFF;
}

form input[type='submit']:active,
form .hs-button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: rgba(255, 157, 197, 100);
  border: 1px solid #fc4d75;
  border-color: #ff9dc5;
}





form input[type='submit'],
form .hs-button {
  font-size: 18px;
  padding: 14px 24px;
}



/* Inline Thank You Message */

.submitted-message {
  background-color: {color=#000000, opacity=0, rgba=rgba(0, 0, 0, 0), rgb=rgb(0, 0, 0), hex=#000000, css=rgba(0, 0, 0, 0%)};
  border: 1px none #DCE4F0;
  border-radius: 6px;
  padding: 0px 0px;
}





table {
  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  border: 1px solid #D2E9FC;
}

th,
td {
  border: 1px solid #D2E9FC;
  color: #000000;
  padding: 15px 15px;
}

thead th,
thead td {
  background-color: #000000;
  border-bottom: 2px none #D2E9FC;
  color: #FFFFFF;
}

tbody + tbody {
  border-top: 2px none #D2E9FC;
}






.header {
  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  border-bottom: 1px none #E3E4F1;
}

.header__container {
  max-width: 1600px;
}

/* Header Content */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header span,
.header div,
.header li,
.header blockquote,
.header .related-post__title a {
  color: #252525;
}

/* Logo */

.header__logo .logo-company-name {
  color: {color=#252525, opacity=100, rgba=rgba(37, 37, 37, 1), rgb=rgb(37, 37, 37), hex=#252525, css=#252525};
}

/* Navigation Menu */

.header__menu .hs-menu-item a, a.login_btn_label {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #252525;
  font-size: 16px;
  text-transform: capitalize;
}

.header__menu .hs-menu-item a:hover,
.header__menu .hs-menu-item a:focus, a.login_btn_label:hover, a.login_btn_label:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #fb2152;

}

.header__menu .hs-menu-item a:active,a.login_btn_label:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #fb2152;
}


.header__menu .hs-menu-children-wrapper .hs-menu-item a {
  color: #252525;
}

.header__menu .hs-menu-children-wrapper .hs-menu-item a:hover,
.header__menu .hs-menu-children-wrapper .hs-menu-item a:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: transparent;
  color: #252525;
}

.header__menu .hs-menu-children-wrapper .hs-menu-item a:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: #fb2152;
  color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

/* Blog Post Listing Module */

.header .blog-post-listing h1,
.header .blog-post-listing h2,
.header .blog-post-listing h3,
.header .blog-post-listing h4,
.header .blog-post-listing h5,
.header .blog-post-listing h6,
.header .blog-post-listing p,
.header .blog-post-listing div,
.header .blog-post-listing span {
  color: #000000;
}





.footer--site-page {
  background-color: #334155;
  border-top: 1px none #000000;
}

.footer--landing-page {
  background-color: #334155;
}

.footer__container {
  max-width: 1600px;
}


/* Footer Content */

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p,
footer a:not(.button),
footer div,
footer span,
footer blockquote,
footer .related-post__title a {
  color: #FFFFFF;
}
footer svg {
  fill: #FFFFFF;
}



.footer--site-page h4 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: none;
}



/* Footer Menu */

.footer .hs-menu-item a {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: none;
}

.footer .hs-menu-item a:hover,
.footer .hs-menu-item a:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fb2152;
}

.footer .hs-menu-item a:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #fb2152;
}

/* Form Module */

.footer--site-page .form-title,
.footer--site-page form .hs-richtext,
.footer--site-page form .hs-richtext *,
.footer--site-page form .hs-richtext p,
.footer--site-page form .hs-richtext h1,
.footer--site-page form .hs-richtext h2,
.footer--site-page form .hs-richtext h3,
.footer--site-page form .hs-richtext h4,
.footer--site-page form .hs-richtext h5,
.footer--site-page form .hs-richtext h6,
.footer--site-page .hs-form-field > label,
.footer--site-page .hs-form-field > label span,
.footer--site-page .hs-form-field legend,
.footer--site-page form .inputs-list:not(.no-list) label,
.footer--site-page form .inputs-list:not(.no-list) label > span,
.footer--site-page form .inputs-list:not(.no-list) label > span p {
  color: #FFFFFF;
}

/* Blog Post Listing Module */

.footer .blog-post-listing h1,
.footer .blog-post-listing h2,
.footer .blog-post-listing h3,
.footer .blog-post-listing h4,
.footer .blog-post-listing h5,
.footer .blog-post-listing h6,
.footer .blog-post-listing p,
.footer .blog-post-listing div,
.footer .blog-post-listing span {
  color: #000000;
}

/* Related Posts Module */

.footer--site-page .related-post__title a:hover,
.footer--site-page .related-post__title a:focus {
  color: #afafaf;
}

.footer--site-page .related-post__title a:active {
  color: #ffffff;
}

/* Social Follow Module */

.footer--site-page .social-links__icon svg {
  fill: #FFFFFF;
}

.footer--site-page .social-links__icon:hover svg {
  fill: #334155;
}

.footer--site-page .social-links__icon:hover {
  background-color: #FFFFFF;
}





/* Error Pages - Global */

.error-page:before {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: 'Merriweather Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #263061;
}

.hs-search-results__title:hover {
  font-family: 'Merriweather Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3E4878;
  font-size: 14px;
  padding: 6px 0px;
}

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #3E4878;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 1.5rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.5rem;
  padding: 10px 12px !important;
}





/* Icon */

body .icon svg {
  fill: #343F64;
}

/* Pricing Table */

body .price-block__header {
  background-color: #343F64;
}

body .billing-selectors__pricing-option input[type='radio']:checked + label:before {
  border-color: #343F64;
}

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

body .social-links__icon svg {
  fill: #000000;
}

body .social-links__icon:hover svg {
  fill: #000000;
}

body .social-links__icon:hover {
  background-color: transparent;
}

/* Statististic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__info {
  color: #000000;
}

body .statistic__bar,
body .statistic__fill,
body .statistic__fill {
  border-color: #343F64;
}

body .statistic__circle:after {
  background-color: #FFFFFF
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #d0d0d0;
}

body .tns-nav .tns-nav-active {
  background-color: #343F64;
}