







/* 1a. Containers */






/* 1b. Breakpoints */







/* 1c. Colors */









/* 1d. Typography */











/* 1e. Border */



/* 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 {
  max-width: 1800px;
}


@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: 0px 20px;
} */

/* .dnd-section > .row-fluid {
max-width: 1440px;
} */






html {
  font-size: 24px;
}

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #000;
  font-size: 24px;
}

/* Paragraphs */

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

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a, a:hover, a:focus, a:active {
  font-weight: 400; font-style: normal; text-decoration: none
  color: ;
}



a:hover, a:focus {
  text-decoration: underline; color: #1F1F1F;
  color: #4e4ce0!important;
}

a:active {
  text-decoration: underline; color: #1F1F1F;
  color: #fff;!important;
  background-color: #4e4ce0!important;
  border-radius: 70px!important;
}

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

/* Headings */

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



h1, .h1 {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000;
  font-size: 76px;
  letter-spacing: 0px;
  text-transform: none;
}

h2, .h2 {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000;
  font-size: 56px;
  letter-spacing: 0px;
  text-transform: none;
}

h3, .h3 {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000;
  font-size: 36px;
  letter-spacing: 0px;
  text-transform: none;
}

h4, .h4 {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000;
  font-size: 28px;
  letter-spacing: 0px;
  text-transform: none;
}

h5, .h5 {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.6px;
  text-transform: none;
}

h6, .h6 {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: none;
}

/*-=-=- Only Desktop CSS -=-=-*/

/*-=-=- Tablet Devices -=-=-*/
@media (max-width:991px ) {
  h1, .h1 { font-size: 60px; }
  h2, .h2 { font-size: 34px; }
  h3, .h3 { font-size: 22px; }
  h4, .h4 { font-size: 18px; }
  h5, .h5 { font-size: 16px; }
  h6, .h6 { font-size: 14px; }
}
/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {
  h1, .h1 { font-size: 32px; }
  h2, .h2 { font-size: 24px; }
  h3, .h3 { font-size: 18px; }
  h4, .h4 { font-size: 18px; }
  h5, .h5 { font-size: 16px; }
  h6, .h6 { font-size: 14px; }
}




/* Lists */

ul,
ol {
  margin: 20px 0;
  padding-left: 0;
}

ul li,
ol li {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  margin: 10px 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 20px;
}

/* Blockquote */

blockquote {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-left: 10px solid #ffffff;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

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





/* Primary Button */


.button span:first-child {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: #4E4CE0;
  border: 0px;
  border-radius: 44px;
  color: #fff;
  fill: #fff;
  font-size: 20px;
  padding: 15px 40px;
  text-transform: none;
  line-height: 1.30;
}


.button:disabled span:first-child {
  background-color: #d0d0d0;
  color: #f1f1f1;
}



/* .button {
border: 1px solid transparent;
border-radius: 44px;
padding: 12px;
}
.button:focus {
border: 1px solid 

  
  
    
  


  rgba(41, 231, 214, 1.0)

;  
outline: none;
} */



/* Secondary Button */

.button.button--secondary span:first-child {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: #4E4CE0;
  border: 0px;
  border-radius: 44px;
  color: #fff;
  fill: #fff;
  padding: 15px 40px;
  text-transform: none;
}


.button.button--secondary:active span:first-child {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  border: 1px solid #1F1F1F;
  border-color: #6f6f6f;
  color: #505050;
  fill: #505050;
}

/* Tertiary Button */

.button.button--tertiary span:first-child {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  border: 0px;
  background-color: #4E4CE0;
  border-radius: 44px;
  color: #fff;
  fill: #fff;
 padding: 15px 40px;
  text-transform: none;
}


.button.button--tertiary span:first-child {
  border: 0px;
}

/* Simple Button */

.button.button--simple {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000;
  fill: #000;
  text-transform: uppercase;
  background: transparent;
}



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



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #29E7D6;
  fill: #29E7D6;
}



.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none;
}



.button.button--simple:active {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #79ffff;
  fill: #79ffff;
}
/* Button Sizing */

.button.button--small span:first-child {
  font-size: 15px;
  padding: 11px 20px;
}

.button.button--large span:first-child {
  font-size: 20px;
  padding: 15px 40px;
}





form {
  background-color: 

  
  
    
  


  rgba(41, 231, 214, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}

.hs-form-field {
  margin-bottom: 1.5rem;
}

.submitted-message {
  background-color: 

  
  
    
  


  rgba(41, 231, 214, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}

/* Form Title */

.form-title {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #000;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #29E7D6;
  font-size: 40px;
  padding: 0px 0px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000;
  font-size: 20px;
  padding: 0px 0px;
}

/* Help Text - Legends */

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

/* 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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000;
}

/* GDPR Text */

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

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #000;
  border-radius: 31px;
  color: #000;
  font-size: 20px;
  padding: 14px 26px;
}

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

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

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

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

::placeholder {
  color: #000;
}

/* 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: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000;
  font-size: 20px;
}

/* Inputs - Datepicker */

.hs-datepicker .is-selected button.pika-button {
  background-color: #ffffff;
}

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

/* Validation */

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

.hs-error-msg, .hs_error_rollup .hs-main-font-element {
  color: #ef6b51;
}

/* Submit */

.contact-form-col .actions:after {
    background: none !important;
}


form input[type='submit'],
form .hs-button {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: #4E4CE0!important;
  border: 1px solid #1F1F1F!important;
  border-radius: 44px!important;
  color: #fff!important;
  fill: #fff!important;
  font-size: 20px;
  padding: 15px 40px;
  text-transform: none;
  line-height: 1.30;
}



form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background: linear-gradient(90deg, 

  
  
    
  


  rgba(225, 187, 244, 1.0)

 0%, 

  
  
    
  


  rgba(41, 231, 214, 1.0)

 100%);
  border: 1px solid #1F1F1F;
  color: #000000;
  fill: #000000;
}

form input[type='submit']:active,
form .hs-button:active {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background: linear-gradient(90deg, 

  
  
    
  


  rgba(225, 187, 244, 1.0)

 0%, 

  
  
    
  


  rgba(41, 231, 214, 1.0)

 100%);
  border: 1px solid #1F1F1F;
  color: #000000;
}






form input[type='submit'],
form .hs-button {
  font-size: 20px;
  padding: 15px 40px;
}







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D2E9FC;
}

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

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(41, 231, 214, 1.0)

;
  border-bottom: 2px none #D2E9FC;
  color: #FFFFFF;
}

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






.header {
  background-color: 

  
  
    
  


  rgba(31, 31, 31, 1.0)

;
  border-bottom: 1px none #FFFFFF;
}
.header .header__navigation ul li ul {
  background-color: 

  
  
    
  


  rgba(31, 31, 31, 1.0)

;
}

.header__container, .page-center {
  max-width: 1440px;
}

/* 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: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo .logo-company-name {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Navigation Menu */

.navigation-primary .hs-menu-item  a {
  font-family: TTNormsProMedium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
}

.navigation-primary .hs-menu-item:hover a,
.navigation-primary .hs-menu-item  a:focus {
  font-family: TTNormsProMedium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #ffffff;
  outline: none!important;
}

.navigation-primary .hs-menu-item a:active {
  font-family: TTNormsProMedium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #ffffff;
  background-color: #1f1f1f!important;
}

.navigation-primary .submenu:not(.level-1) {
  background-color: 

  
  
    
  


  rgba(31, 31, 31, 1.0)

;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:hover,
.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:focus {
  font-family: TTNormsProMedium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #ffffff;
}

.navigation-primary .submenu:not(.level-1) .menu-item .menu-link:active {
  font-family: TTNormsProMedium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #ffffff;
}

.navigation-primary .hs-menu-item li.hs-menu-item.hs-menu-depth-2 a{
  color: #ffffff;
}

@media (min-width: 768px) {
  .navigation-primary .submenu:not(.level-1) {
    border: 2px solid #EFF7FE;
  }
}
@media (max-width: 768px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(31, 31, 31, 1.0)

;
  }

  .header__menu .header__mobile-menu-icon,
  .header__menu .header__mobile-menu-icon:after,
  .header__menu .header__mobile-menu-icon:before,
  .header__menu .menu-arrow-icon,
  .header__menu .menu-arrow-icon:after {
    background-color: #ffffff;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:hover,
  .navigation-primary .submenu.level-1 .menu-item .menu-link:focus {
    font-family: TTNormsProMedium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #ffffff;
  }

  .navigation-primary .submenu.level-1 .menu-item .menu-link:active {
    font-family: TTNormsProMedium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #ffffff;
  }
}

/* Menu Toggle */

@media screen and (max-width: 767px) {
  body .header__navigation-toggle svg,
  body .menu-arrow svg {
    fill: #ffffff;
  }
}

/* Language Switcher */

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(31, 31, 31, 1.0)

;
  border: 2px solid #EFF7FE;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: TTNormsProMedium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
}

.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:focus a {
  font-family: TTNormsProMedium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #ffffff;
}

.header__language-switcher .lang_list_class li:hover {
  font-family: TTNormsProMedium, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #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: #000;
}

/* Related Posts Module */

.header .related-post__title a:hover,
.header .related-post__title a:focus {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .related-post__title a:active {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Social Follow Module */

.header .social-links__icon svg {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .social-links__icon:hover svg {
  fill: 

  
  
    
  


  rgba(31, 31, 31, 1.0)

;
}

.header .social-links__icon:hover {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





.footer--site-page {
  background-color: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
  border-top: 1px none #000;
}

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

.footer__container {
  max-width: 1440px;
}

.footer__bottom-section {
  border-color: #FFFFFF;
  border-top: 2px solid #EFF7FE;
}

/* Footer Content */

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



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



/* Footer Menu */

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

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

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

/* Form Module */

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

/* 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: 

  
  
    
  


  rgba(17, 17, 17, 1.0)

;
}

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





/* Blog Meta - Author */

.blog-card__author-name,
.blog-post__author-name {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000;
}

.blog-post__author-links svg {
  fill: #000;
}

.blog-post__author-links a:hover svg {
  fill: ;
}

/* Tags */

.blog-card__tag-link,
.blog-post__tag-link {
  background-color: 

  
  
    
  


  rgba(41, 231, 214, 1.0)

;
  color: #000000;
}

.blog-card__tags svg,
.blog-post__tags svg {
  fill: #ffffff;
}

/* Blog Listing */

.blog-header {
  background: #ffffff url('https://7303166.fs1.hubspotusercontent-na1.net/hubfs/7303166/Session/blog-listing-banner.jpg') no-repeat center center;
    background-size: cover;
    }

.blog-subheader__author-links a {
  background-color: ;
}

.blog-subheader__author-links a:hover {
  background-color: ;
}

/* Blog Pagination */

.blog-pagination__link {
  color: ;
}

.blog-pagination__link:hover {
  color: ;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: ;
}

.blog-pagination__link:active {
  color: ;
}

.blog-pagination__link:active svg {
  fill: ;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d0d0d0;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}

.blog-pagination__link--active {
  background-color: #000000;
  color: #fff;
}

.blog-pagination__link--active:hover {
  color: #fff;
}

/* Blog Post */

.blog-post__image {
  border-radius: 18px;
}





/* Error Pages - Global */

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

/* System Pages - Global */

.hs-search-results__title {
  font-family: Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
}

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

/* Forms in System Pages */

#email-prefs-form h3 {
  font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000;
  font-size: 20px;
  padding: 0px 0px;
}

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

/* Password Prompt */

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

/* Backup Unsubscribe */

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





body .blog-card__title a,
body .blog-card__author-name {
  color: #000;
}

/* Icon */

body .icon svg {
  fill: #ffffff;
}

/* Pricing Table */

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

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

/* Image Module */

img {
  max-width: 100%;
}

/* Social Follow */

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

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

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

/* Statististic */

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

body .statistic__info {
  color: #000;
}

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

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

/* Testimonial Slider */

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

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

.body-container a:not(.button) {
  position: relative;
  
  text-decoration: none;
}
.body-container a:not(.button):after {
  
}

.body-container a:hover:after {
  width: 100%;
}

/*-=-=- Only Desktop CSS -=-=-*/
@media (max-width:1520px ) {
  p, body, ul li, ol li, blockquote { font-size: px; }

}

@media (max-width:1365px ) {
  p, body, ul li, ol li, blockquote { font-size: px; }
  input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='file'], input[type='number'], select, textarea {
    font-size: 22px;
  }
}

