







/* 1a. Containers */

/*  Container Width */



/*  Section Horizontal Spacing */




/*  Section Vertical Spacing */





/* 1b. Colors */







/* 1c. Typography */





/* Mini Title */











/* Body Text */











/* Heading One */












/* Heading Two */













/* Heading Three */













/* Heading Four */












/* Heading Five */













/* Heading Six */












/* Links */




/* 1d. Corners */




/* 1e. Buttons */







/* Filled Button  */

/* Light  */














/* Dark  */














/* Outlined Button  */

/* Light  */














/* Dark  */













/* 1f. Forms */







































/* 1g. Tables */













/* 1h. Site header */
























/* 1i. Site footer */





























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

.dnd-section > .row-fluid,
.content-wrapper {
  max-width: 1240px;
}

/* Drag and drop layout styles */

.dnd-section {
  padding: 40px 20px;
}

@media only screen and (min-width: 992px) {
  .dnd-section {
    padding: 80px 20px;
  }
}






body {
  background-color: #FFFFFF;
}

/* Paragraphs */

body, html,p {
  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #53535B;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
}
/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: tahoma, arial, helvetica, sans-serif; font-style: normal;
  color: #41B7FB;
}

a:hover,
a:focus,
a:active {
  color: #41B7FB;
}

/* Headings */

.ac-title-content__subtitle {
  font-family: Caveat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #ff9f0d;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 24px;
}

h1 {
  font-weight: 900; text-decoration: none; font-family: tahoma, arial, helvetica, sans-serif; font-style: normal;
  color: #0e1133;
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 48px;
  text-transform: none;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: tahoma, arial, helvetica, sans-serif; font-style: normal;
  color: #0e1133;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 40px;
  text-transform: none;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: tahoma, arial, helvetica, sans-serif; font-style: normal;
  color: #0e1133;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 38px;
  text-transform: none;
}

h4 {
  font-weight: 700; text-decoration: none; font-family: tahoma, arial, helvetica, sans-serif; font-style: normal;
  color: #0e1133;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: none;
}

h5 {
  font-weight: 700; text-decoration: none; font-family: tahoma, arial, helvetica, sans-serif; font-style: normal;
  color: #0e1133;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: none;
}

h6,
.blog-related-posts__title a {
  font-weight: 700; text-decoration: none; font-family: tahoma, arial, helvetica, sans-serif; font-style: normal;
  color: #0e1133;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 18px;
  text-transform: none;
}

/* Typography Tablet View  */

@media only screen and (min-width: 768px) {
  body, html,p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
  }

  h1 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 0.5px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.5px;
  }

  h3 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.5px;
  }

  h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.5px;
  }

  h5 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
  }

  h6,
  .blog-related-posts__title a {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
  }

  .ac-title-content__subtitle {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1px;
  }
}

/* Typography Laptop View  */

@media only screen and (min-width: 992px) {

  body, html,p {
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 26px;
  }

  h1 {
    font-size: 64px;
    letter-spacing: 0.5px;
    line-height: 70px;
  }

  h2 {
    font-size: 48px;
    letter-spacing: 0.5px;
    line-height: 56px;
  }

  h3 {
    font-size: 40px;
    letter-spacing: 0.5px;
    line-height: 44px;
  }

  h4 {
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 40px;
  }

  h5 {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 32px;
  }

  h6,
  .blog-related-posts__title a {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
  }

  .ac-title-content__subtitle {
    font-size: 32px;
    letter-spacing: 0.1px;
    line-height: 24px;
  }
}





/* Button   */

.ac-button {
  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Button Filled  */

.ac-button--filled {
  border: 2px solid #ffffff;

  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background: #ffffff;
  color: #41B7FB;
}

.ac-button--filled:hover {
  border: 2px solid #ffffff;

  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background: #ffffff;
  color: #41B7FB;
}

.ac-button--filled:active {
  border: 2px solid #ffffff;

  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background: #ffffff;
  color: #41B7FB;
}

.ac-button--filled:focus {
  border: 2px solid #ffffff;

  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background: #ffffff;
  color: #41B7FB;
  outline-color: #53535B;
}

/* Filled Dark Button */

.ac-button--filled-dark {
  border: 2px solid #41B7FB;

  font-weight: normal; svgUrl: https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/marketer_assets/fonts/Mulish/Bold-1707411917920.svg; text-decoration: none; name: Bold; files: [{id=15027352, file=https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/Mulish-Bold.woff, fileId=156167288414, format=woff}]; style: {"font-weight":700}; font-family: verdana, geneva; font-style: normal;
  background: #41B7FB;
  color: #ffffff;
}

.ac-button--filled-dark:hover {
  border: 2px solid #2099D8;

  font-weight: normal; svgUrl: https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/marketer_assets/fonts/Mulish/Bold-1707411917920.svg; text-decoration: none; name: Bold; files: [{id=15027352, file=https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/Mulish-Bold.woff, fileId=156167288414, format=woff}]; style: {"font-weight":700}; font-family: verdana, geneva; font-style: normal;
  background: #2099D8;
  color: #ffffff;
}

.ac-button--filled-dark:active {
  border: 2px solid #41B7FB;

  font-weight: normal; svgUrl: https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/marketer_assets/fonts/Mulish/Bold-1707411917920.svg; text-decoration: none; name: Bold; files: [{id=15027352, file=https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/Mulish-Bold.woff, fileId=156167288414, format=woff}]; style: {"font-weight":700}; font-family: verdana, geneva; font-style: normal;
  background: #41B7FB;
  color: #ffffff;
}

.ac-button--filled-dark:focus {
  border: 2px solid #41B7FB;

  font-weight: normal; svgUrl: https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/marketer_assets/fonts/Mulish/Bold-1707411917920.svg; text-decoration: none; name: Bold; files: [{id=15027352, file=https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/Mulish-Bold.woff, fileId=156167288414, format=woff}]; style: {"font-weight":700}; font-family: verdana, geneva; font-style: normal;
  background: #41B7FB;
  color: #ffffff;
  outline-color: #53535B;
}

/* Button Outlined  */
.ac-button--outlined {
  border: 2px solid #ffffff;

  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #ffffff;
}

.ac-button--outlined:hover {
  border: 2px solid #ffffff;

  ;
  background: #ffffff;
  color: #41B7FB;
}

.ac-button--outlined:active {
  border: 2px solid #ffffff;

  ;
  background: #ffffff;
  color: #41B7FB;
}

.ac-button--outlined:focus {
  
  ;
  background: #ffffff;
  color: #41B7FB;
  outline-color: #53535B;
}

.ac-button--outlined-dark {
  border: 2px solid #41B7FB;

  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #41B7FB;
}

.ac-button--outlined-dark:hover {
  border: 2px solid #41B7FB;

  ;
  background: rgba(65, 183, 251, 4%);
  color: #41B7FB;
}

.ac-button--outlined-dark:active {
  border: 2px solid #41B7FB;

  ;
  background: rgba(65, 183, 251, 16%);
  color: #41B7FB;
}

.ac-button--outlined-dark:focus {
  border: 2px solid #41B7FB;

  ;
  background: rgba(65, 183, 251, 16%);
  color: #41B7FB;
  outline-color: #53535B;
}





/* Form */

form {
  border: 1px none #EDEEF3;

  padding: 20px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
}

.submitted-message {
  padding: 20px;
;
}

.ac-form .ac-form--form {
  border-radius: 8px;
}

.form-title + div > form,
.ac-form--form > span > .form-title + div > form {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-title + div > form,
.ac-form--form > span > .form-title + div > form {
  border-radius: 0 0 8px 8px;
}

/* Form title */

.form-title {
  padding: 20px;

  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #0e1133;
  font-size: 40px;
  letter-spacing: 0.5px;
  line-height: 44px;
  text-transform: none;
  margin-bottom: 0;
}

/* Labels */

form label {
  padding: 0px;

  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #53535B;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
  text-transform: none;
}

/* Help text */

form legend {
  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #53535B;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px solid #EDEEF3;

  padding: 10px;

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

  
  
    
  


  rgba(58, 207, 125, 1.0)

;
  border-radius: 8px;
  color: #0E1133;
  font-size: 16px;
}

form input[type='text']:focus,
form input[type='email']:focus,
form input[type='password']:focus,
form input[type='tel']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form select:focus,
form textarea:focus {
  border-color: #41B7FB;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #53535B;
}

::-moz-placeholder {
  color: #53535B;
}

:-ms-input-placeholder {
  color: #53535B;
}

:-moz-placeholder {
  color: #53535B;
}

::placeholder {
  color: #53535B;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(65, 183, 251, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #41B7FB;
}

form .is-selected .pika-button {
  background-color: #ffffff;
  color: #41B7FB;
}

form .pika-button:hover {
  background-color: #41B7FB !important;
}

/* Headings and 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: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #53535B;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container span,
form .legal-consent-container p,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #53535B;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button,
form .hs-button.primary {
  border: 2px solid #41B7FB;

  font-weight: normal; svgUrl: https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/marketer_assets/fonts/Mulish/Bold-1707411917920.svg; text-decoration: none; name: Bold; files: [{id=15027352, file=https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/Mulish-Bold.woff, fileId=156167288414, format=woff}]; style: {"font-weight":700}; font-family: verdana, geneva; font-style: normal;
  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  background: #41B7FB;
  color: #ffffff;
}

form input[type=submit]:hover,
form .hs-button:hover,
form .hs-button.primary:hover {
  border: 2px solid #2099D8;

  font-weight: normal; svgUrl: https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/marketer_assets/fonts/Mulish/Bold-1707411917920.svg; text-decoration: none; name: Bold; files: [{id=15027352, file=https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/Mulish-Bold.woff, fileId=156167288414, format=woff}]; style: {"font-weight":700}; font-family: verdana, geneva; font-style: normal;
  background: #2099D8;
  color: #ffffff;
}

body form input[type=submit]:active,
body form .hs-button:active{
  border: 2px solid #41B7FB;

  font-weight: normal; svgUrl: https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/marketer_assets/fonts/Mulish/Bold-1707411917920.svg; text-decoration: none; name: Bold; files: [{id=15027352, file=https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/Mulish-Bold.woff, fileId=156167288414, format=woff}]; style: {"font-weight":700}; font-family: verdana, geneva; font-style: normal;
  background: #41B7FB;
  color: #ffffff;
}

body form input[type=submit]:focus,
body form .hs-button:focus {
  border: 2px solid #41B7FB;

  font-weight: normal; svgUrl: https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/marketer_assets/fonts/Mulish/Bold-1707411917920.svg; text-decoration: none; name: Bold; files: [{id=15027352, file=https://23418851.fs1.hubspotusercontent-na1.net/hubfs/23418851/Mulish-Bold.woff, fileId=156167288414, format=woff}]; style: {"font-weight":700}; font-family: verdana, geneva; font-style: normal;
  background: #41B7FB;
  color: #ffffff;
  outline-color: #53535B;
}

.hs-form__alerts__list-item--error,
.hs-error-msgs .hs-main-font-element,
.hs-error-msg{
  padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;

  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #DC3545;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
  text-transform: none;
}

.error,
.hs-input.invalid.error {
  border: 1px solid #DC3545 ;
}

.hs-form .hs-input[type="radio"]:checked:before,
.hs-form .hs-input[type=checkbox]:checked {
  background: #41B7FB;
}

.hs-form .hs-input[type="radio"]:checked {
  border-color: #41B7FB;
}

.hs-form .hs-input[type=checkbox]:checked {
  border: 1px solid #41B7FB;
}

/* Passowrd Reset Input Field */
.membership-reset-password__form form .hs-form-field:first-of-type {
  margin-bottom: 0;
}





/* Table */

table {
  border: 1px solid #D7D9E3;

}

/* Table cells */

td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

th,
td {
  border: 1px solid #D7D9E3;

  padding: 10px;
;
  color: #41B7FB;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(65, 183, 251, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #41B7FB;
}





/* Header container */

.ac-header-wrap,
.ac-menu-toggler-wrap.toggle--open,
.ac-header__menu-wrap,
.ac-header {
  background: rgba(255, 255, 255,1.0);
}

.ac-header__top {
  background: #41B7FB;
}

.ac-header__bottom {
  background: #41B7FB;
}

/* Menu items */
.ac-header-wrap .menu__link,
.ac-lang-switcher__label--current,
.lang_switcher_link {
  font-weight: 400; font-family: Mulish;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Menu items - top level */

.ac-header-wrap .menu__item--depth-1 > .menu__link:not(.ac-button),
.ac-header-wrap .menu__link,
.ac-lang-switcher__label--current,
.lang_switcher_link {
  color: #53535B;
}

.ac-header-wrap .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: #53535B;
  border-right-color: #53535B;
}

.ac-header-wrap .menu__item--depth-1:hover >.menu__child-toggle .menu__child-toggle-icon,
.ac-header-wrap .menu__item--depth-1:focus >.menu__child-toggle .menu__child-toggle-icon {
  border-bottom-color: #0E1133;
  border-right-color: #0E1133;
}

.ac-header-wrap .menu__item--depth-1:hover > .menu__link,
.ac-header-wrap .menu__item--depth-1:focus > .menu__link {
  font-weight: 400; font-family: Mulish;
  color: #0E1133;
}

.ac-header-wrap .menu__item--depth-1 > .menu__link:active,
.ac-header-wrap .menu__item--depth-1 > .menu__link.menu__link--active-link {
  font-weight: 400; font-family: Mulish;
  color: #0E1133;
}

/* Menu items - submenus */

.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item .menu__link,
.ac-header-wrap .hs-menu-item a {
  color: #53535B;
}

.ac-header-wrap .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom-color: #53535B;
  border-right-color:  #53535B;
}

.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: #53535B;
  border-right-color: #53535B;
}

.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon,
.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:focus .menu__child-toggle-icon {
  border-bottom-color: #0E1133;
  border-right-color: #0E1133;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus,
.ac-header-wrap .hs-menu-item a:hover,
.ac-header-wrap .hs-menu-item a:focus,
.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:hover > .menu__link,
.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:focus > .menu__link {
  font-weight: 400; font-family: Mulish;
  color: #0E1133;
}

.ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
  color: #0E1133;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Language switcher */

.ac-header-wrap .header__language-switcher-label-current {
  ;
  color: ;
  font-size: px;
  line-height: px;
  text-transform: ;
}

.ac-header-wrap .ac-lang-switcher:hover .header__language-switcher-label-current,
.ac-header-wrap .ac-lang-switcher:focus .header__language-switcher-label-current {
  ;
  color: ;
}

/* Language switcher - submenu */

.ac-header-wrap .ac-lang-switcher .lang_list_class {
  background-color: #FFFFFF;
}

.ac-header-wrap .ac-lang-switcher .lang_list_class a:not(.ac-button) {
  ;
  color:#53535B;
  font-size: 14px;
  line-height: 22px;
}

.ac-header-wrap .ac-lang-switcher .lang_list_class a:hover,
.ac-header-wrap .ac-lang-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #0E1133;
}

.ac-header-wrap .ac-lang-switcher .lang_list_class a:active {
  background-color: #FFFFFF;
  color: #0E1133;
}

@media only screen and (min-width: 768px) {
  .ac-header-wrap .menu .menu__wrapper .menu__submenu {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu-submenu .header__menu-item:hover,
  .header__menu-submenu .header__menu-item:focus,
  .ac-header-wrap .hs-menu-item a:hover,
  .ac-header-wrap .hs-menu-item a:focus,
  .ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:hover > .menu__link,
  .ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:focus > .menu__link {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .ac-header-wrap .menu__link {
    font-size: 16px;
    line-height: 24px;
  }

  .ac-header-wrap .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: #53535B;
    border-right-color:  #53535B;
  }

  .ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
    border-bottom-color: #53535B;
    border-right-color: #53535B;
  }

  .ac-header-wrap .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon {
    border-bottom-color: #0E1133;
    border-right-color: #0E1133;
  }

  .ac-header-wrap .header__language-switcher-label-current {
    font-size: ;
    line-height: px;
  }

  .ac-header-wrap .ac-lang-switcher .lang_list_class a:not(.ac-button) {
    font-size: 14px;
    line-height: 24px;
  }

  .ac-header-wrap .menu__item--depth-1:after, .ac-header-wrap .menu__item--depth-1:before {
    background-color: #41B7FB;
  }
}





/* Footer Background  */

.footer {
  background: rgba(0, 0, 0,1.0);
}

.ac-footer__copyright {
  border-color: rgba(58, 207, 125,0.16);
}

/* Footer Heading */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Footer text */

.footer p,
.footer li:not(.menu__item),
.footer blockquote,
.footer a:not(.menu__link),
.footer span:not(.menu__link),
.footer span
.footer a:not(.menu__link),
.ac-footer-copyright span,
.ac-footer-copyright .ac-footer-copyright__links a {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Footer menu */

.footer nav a,
.footer .menu__link {
  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.footer nav a:hover,
.footer nav a:focus,
.footer .menu__link:hover,
.footer .menu__link:focus {
  color: #ffffff;
}

.footer nav a:active,
.footer .menu__link:active {
  color: #ffffff;
}

.footer nav .active > a,
.footer .menu__link .active > a {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6 {
    font-size: 20px;
    line-height: 24px;
  }

  .footer p,
  .footer li:not(.menu__item),
  .footer blockquote,
  .footer a:not(.menu__link),
  .footer span:not(.menu__link),
  .footer span,
  .footer a:not(.menu__link),
  .ac-footer-copyright span,
  .ac-footer-copyright .ac-footer-copyright__links a {
    font-size: 16px;
    line-height: 24px;
  }

  .footer nav a,
  .footer .menu__link {
    font-size: 16px;
    line-height: 24px;
  }
}





.ac-button--outlined.blog-post__tag-link,
.ac-blog__banner-topic {
  color: #41B7FB;
}

.ac-button--outlined.blog-post__tag-link {
  border-color: #41B7FB;
}

.ac-circle {
  background-color: #41B7FB !important;
}

.ac-blog__action-tag .ac-button svg path {
  stroke: #41B7FB;
}

.blog-post__social-sharing .social-links__icon svg path {
  fill: #41B7FB;
}

.ac-blog-layout__columns--count:hover .ac-blog-list__img-tag-link,
body .ac-blog__listing:hover .ac-blog-list__img-tag-link {
  background-color: #41B7FB;
}

.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;
  }
}





.search-results-wrap .hs-search-results__listing li a {
  color: #0E1133;
}

.search-results-wrap .hs-search-results__listing li a:hover {
  color: #41B7FB;
}

.search-results-wrap .hs-search-results__pagination a {
  font-family: tahoma, arial, helvetica, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #41B7FB;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.backup-unsubscribe input[type=email] {
  border: 1px solid #EDEEF3;

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

  
  
    
  


  rgba(58, 207, 125, 1.0)

;
  border-radius: 8px;
  color: #0E1133;
  font-size: 16px !important;
}





.ac-team .ac-team__card-col-img img,
.ac-blog-list__featured-image img,
.ac-portfolio-grid__item-img img,
.ac-video-popup__image--overlay,
.blog-related-posts__post img,
.ac-blog-list__img-tag-link,
.ac-listing-grid__image img,
.ac-video-popup-wrapper img,
.ac-gallery-grid__item img,
.ac-blog-grid__img img,
.ac-portfolio__link a,
.ac-banner__image img,
.ac-image img {
  border-radius: 8px;
}

.ac-team .ac-team__card-col .ac-team__card-col-content,
.search-results-wrap .hs-search-results__listing li,
.ac-partner--slider .ac-partner__item,
.ac-blog-layout__columns--count,
.ac-listing-card--items-info,
.ac-blog-list__img-tag-link,
.ac-listing-grid__content,
.blog-related-posts__post,
.ac-sidebar__widget--one,
.ac-listing--items-info,
.ac-team__card-col-wrap,
.ac-blog-grid__column,
.ac-listing__tag,
.ac-icon-box__col,
.ac-notice__card,
.ac-cta-section,
.ac-pricing-card,
.ac-subscribe,
.ac-git {
  border-radius: 8px;
}