









/* Forms */





/* Buttons */












































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

.dnd-section {
  padding-top: 120px;
  padding-bottom: 120px;  
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

.body-container-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}

.body-container .dnd-section:nth-child(odd) {
  
  background-color: rgba(248, 250, 252, 1.0);
  
}






html {
  font-size: 14px;
}

body {
  color: #454545;
  font-family: Poppins;
  font-size: 14px;
}

p {
  font-family: Poppins;
}

a {
  color: #674EA7;
}

a:hover,
a:focus {
  color: #3f267f;
}

a:active {
  color: #8f76cf;
}

h1 {
  
  color: #494a52;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h1 {
    font-size: 34.0px;
  }
}

h2 {
  color: #494a52;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h2 {
    font-size: 27.2px;
  }
}

h3 {
  color: #454545;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h3 {
    font-size: 20.4px;
  }
}

h4 {
  color: #454545;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h4 {
    font-size: 11.9px;
  }
}

h5 {
  color: #454545;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h6 {
  color: #454545;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

blockquote {
  border-left: 10px solid #F8FAFC;;
}






.form--style-1 form {
  padding: 40px;
  background: #FFFFFF;
}

@media (min-width: 1150px) {
  .form--style-1 {
    margin-left: 80px;
  }
}

@media (max-width: 1150px) {
  .form--style-1 form {
    padding: 20px;
  }
}

@media (max-width: 1150px) {
  .form--style-1 form {
    padding: 20px;
  }
}


.form--style-1 h3 {  
  color: rgba(0, 0, 0, 1.0);  
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 1.0);
}

form,
.submitted-message {
  border-color: rgba(248, 250, 252, 1.0) ;
  font-family: Poppins;
}

/* Form Submit Button Styles */


form input[type='submit'], form .hs-button {
    font-size: 16px;
    padding: 12px 44px;
}

form input[type='submit'], form .hs-button {
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    background-color: rgba(147,39,143,1.0);
    border: 1px solid #93278f;
    border-radius: 50px;
    color: #fff;
    fill: #fff;
    padding: 12px 44px;
    text-transform: none;
}
form input[type='submit'], form .hs-button {
    cursor: pointer;
    display: block;
    letter-spacing: 0;
    margin: 0 0 1.5rem;
    text-align: center;
    transition: all .15s linear;
    white-space: normal;
    width: 100%;
}



  form input[type=submit],
  form .hs-button {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 114, 118, 1.0)

;
    border: 2px solid #ff7276;
    border-radius: 50px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 20px 48px;
    text-transform: none;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.01)

;
    border: 3px solid #ff7276;
    color: #000000;
  }

  form input[type=submit]:active,
  form .hs-button:active {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border: 3px solid #ff7276;
    border-color: #ffc2c6;
}





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











/* Primary Button */

button,
.button {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 114, 118, 1.0)

;
  border: 2px solid #ff7276;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 20px 48px;
  text-transform: none;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.01)

;
  border: 3px solid #ff7276;
  color: #000000;
  fill: #000000;
}

button:active,
.button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  background-color: #ffffff;
  border: 3px solid #ff7276;
  border-color: #ffc2c6;
}

/* Secondary Button */

.button.button--secondary {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 114, 118, 0.0)

;
  border: 2px solid #FF7276;
  border-radius: 50px;
  color: #FF7276;
  fill: #FF7276;
  padding: 20px 48px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 4, 1.0)

;
  border: 1px solid #FF7276;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button.button--secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(255, 255, 84, 100);
  border: 1px solid #FF7276;
  border-color: #ffc2c6;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000 !important;
  fill: #000000 !important;
  text-transform: none;
}



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



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #FFFF04 !important;
  fill: #FFFF04 !important;
}



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



.button.button--simple:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #ffff54;
  fill: #ffff54;
}

/* Button Sizing */

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

.button.button--large {
  font-size: 18px;
  padding: 20px 48px;
}

form label {
  color: rgba(69, 69, 69, 1.0);
}

form legend {
  color: rgba(69, 69, 69, 1.0);
}

form input,
form .hs-input,
form select,
form textarea {
  border-color: rgba(231, 234, 243);
  color: #454545;
}

form input:focus,
form .hs-input:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(0, 0, 0, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #454545;
}

.hs-richtext {
  font-size: 14px;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Poppins;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(69, 69, 69, 1.0);
  color: rgba(69, 69, 69, 1.0);
}

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

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

table,
tbody + tbody {
  border-color: rgba(69, 69, 69, 1.0);
}





.header {
  background-color: rgba(255, 255, 255, 0.01);
}

.header__container {
  max-width: 950px;
  padding-top: 50px;
  padding-bottom: 50px;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(69, 69, 69, 1.0);
}

body .navigation-primary a:hover,
body .navigation-primary a: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: #fff;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color:#fff;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #000000;
}

.navigation-primary .submenu:not(.level-1) {
    background-color: #2d2d2d !important;
  color:#fff;
}

body .submenu.level-1,
body .submenu.level-2,
body .header__language-switcher .lang_list_class,
.header__cta--mobile {
  /* background-color: rgba(255, 255, 255, 0.01); */
      background-color: #2d2d2d !important;
}

body .submenu.level-2 {
  box-shadow: 0 2px 9px 0 rgba(69, 69, 69, 0.2);
  -webkit-box-shadow: 0 2px 9px 0 rgba(69, 69, 69, 0.2);
}

body .submenu.level-2 > li:last-of-type {
  border-bottom: none;
}

.header__language-switcher .lang_list_class:after, .lang_list_class:before {
  display: none !important;
}

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

.header__language-switcher--toggle:before {
  color: rgba(69, 69, 69, 1.0);
}

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

body .header__navigation--toggle {
  display: none;
  color: rgba(69, 69, 69, 1.0);
}

.header__navigation.open {
  background-color: rgba(255, 255, 255, 0.01);
}

body .header__search--toggle {
  color: rgba(69, 69, 69, 1.0);
}

body .header__menu {
  display: none
}

body .header__search--wrapper {
  display: none
}


  .header__cta.header__cta--main {
    display: none;
  }



  .header__cta.header__cta--secondary {
    display: none;
  }


body .header__search.open {
  background-color: rgba(255, 255, 255, 0.01);
}

body .menu-arrow-bg {
  color: rgba(69, 69, 69, 1.0);
}

@media (min-width: 1150px) {
  
  body .submenu.level-2 > li,
  .header__language-switcher .lang_list_class li {
    border-bottom: 1px solid rgba(73, 74, 82, 1.0);
  }

  body .header.header--transparent .submenu.level-1 {
    background-color: transparent !important;
  }
}

@media (max-width: 1150px) {
  
  body .header__navigation--toggle, body .menu-arrow-bg {
    display: none;    
  }
}

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

  .header__navigation-toggle svg,
  .menu-arrow-bg {
    fill: red;
  }
}


.menu-toggle {
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
  display: inline-block;
  font-size: .875em;
  line-height: 0;
  margin-left: auto;
  padding: 0;
  text-transform: uppercase;
  /*  @include breakpoint($breakpoint-desktop-menu) {
    display: none;
  }*/ }
  .menu-toggle:hover svg, .menu-toggle:focus svg, .menu-toggle:active svg {
    transform: scale(0.95); }
  .menu-toggle__icon {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 0;
    position: relative; }
    .menu-toggle__icon svg {
      transition: all 0.2s ease-in-out;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .menu-toggle__icon .icon-open {
      opacity: 1; }
    .menu-toggle__icon .icon-close {
      opacity: 0; }
  .menu-toggle__label-open {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal; }
  .menu-toggle__label-close {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
    display: none; }
  .is-active-menu .menu-toggle .icon-menu {
    opacity: 0; }
  .is-active-menu .menu-toggle .icon-close {
    opacity: 1; }







:root {
  --color-footer:       var(--color-white);
  --color-footer-bg:   #2D2D2D; }

.site-footer {
  background: #2D2D2D;
  margin-top: 2rem;
  padding: 2rem 0; }
  .site-footer__container {
    max-width: calc(var(--width-l) + 2 * var(--spacing-m));
    padding-left: var(--spacing-m);
    padding-right: var(--spacing-m);
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .site-footer__container:after {
      content: '';
      display: table;
      clear: both; }
    .site-footer__container h2, .site-footer__container h3, .site-footer__container h4, .site-footer__container h5, .site-footer__container h6, .site-footer__container p, .site-footer__container span, .site-footer__container li {
      color: #fff;
font-size:1.2rem;
    margin-bottom: 1.6rem;}
    .site-footer__container a {
      color: #FF7276;
      font-weight: bold;
      text-decoration: none; }
      .site-footer__container a:hover, .site-footer__container a:focus, .site-footer__container a:active {
        color: var(--color-primary); }
  @media (min-width: 720px) {
    .site-footer__widgets {
      display: flex; } }
  .site-footer__widgets ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .site-footer__widgets li {
    display: inline-block;
    margin: 0 0 2rem 0;
    width: 100%; }
  @media (min-width: 720px) {
    .site-footer__widgets div {
      width: 100%; }
.site-footer .site-footer__social {
        width: 37%;
        float: right;
        padding-bottom:5px;}
}
  @media (min-width: 1120px) {
    .site-footer__widgets .site-footer__widgets--1 li {
      display: inline-block;
      width: 50%; } }

  .site-footer .site-footer__social {
    padding: 0; }
    .site-footer .site-footer__social:after {
      content: '';
      display: table;
      clear: both; }

 .footer__column {
    margin-bottom: 10px;
}

.site-footer .wp-block-heading {
    border-bottom: 1px solid #fff;
    font-size: 1.4rem;
    color:#fff;
    font-weight: normal;
    text-transform: uppercase; }

}

@media (max-width: 770px) {
.site-footer__widgets {
    margin-left: 1rem !important;
}
  
  .footer__column {
    margin-bottom: 40px;
}
}
.single .entry__footer {
  max-width: calc(var(--width-l) + 2 * var(--spacing-m));
  padding-left: var(--spacing-m);
  padding-right: var(--spacing-m);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(var(--width-m) + 2 * var(--spacing-m));
  margin-bottom: 1.5rem; }
  .single .entry__footer > :first-child {
    margin-top: 0; }
  .single .entry__footer > :last-child {
    margin-bottom: 0; }
  @media (min-width: 560px) {
    .single .entry__footer {
      margin-bottom: 3rem; } }


.social-navigation__items {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0; }
  .social-navigation__items li {
    display: inline;
    margin-right: .75rem; }
    .social-navigation__items li:last-of-type {
      margin-right: 0; }
  .social-navigation__items a {
    transition: all 0.2s ease-in-out;
    color: #fff; }
    .social-navigation__items a:hover, .social-navigation__items a:focus, .social-navigation__items a:active {
      color: #93278F; }
  .social-navigation__items svg {
    height: 1.5rem;
    width: 1.5rem; }
  .social-navigation__items .social-navigation__item__label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal; }


.site-footer .hs-form-5f98e0c3-fa30-4cac-b4c9-b927d344f4fb_69d4d578-6082-4ce0-9796-e5e04798506e .legal-consent-container .hs-richtext, .site-footer .hs-form-5f98e0c3-fa30-4cac-b4c9-b927d344f4fb_69d4d578-6082-4ce0-9796-e5e04798506e .legal-consent-container label {
    font-family: Poppins;
    color: #fff !important;
    font-size: 14px;
}

.site-footer .hs-form-5f98e0c3-fa30-4cac-b4c9-b927d344f4fb_69d4d578-6082-4ce0-9796-e5e04798506e .hs-form-field label:not(.hs-error-msg) {
    color: #fff !important;
}

.site-footer p, .site-footer span, .site-footerhs-richtext {
  font-family: Poppins;
    color: #fff !important;
  font-size: 14px;
}


.site-footer form {
    background-color: #2d2d2d;
    border: none;
    border-radius: 0px;
    padding: 0px;
}

form input[type=submit]:hover, form input[type=submit]:focus, form .hs-button:hover, form .hs-button:focus {
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    background-color: rgba(255,255,255,0.01);
    border: 3px solid #ff7276;
    color: #fff !important;
}


.block-editor .wp-block[data-type="core/list"] > *,
.blocks .wp-block-list {
  padding-left: 2.9rem; }

.wp-block-paragraph {
  line-height: 1.5 !important; }

.footer {
  background-color: #2D2D2D;
}

.footer__container {
  max-width: 950px;
  padding-top: 40px;
  padding-top: 40px;
}

.footer .social-links__icon {
  background-color: rgba(69, 69, 69, 1.0);
}

.footer .social-links__icon:hover,
.footer .social-links__icon:focus {
  background-color: rgba(69, 69, 69, 8.799999999999999);
}

.footer .social-links__icon:active {
  background-color: rgba(69, 69, 69, 1.0);
}

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

.footer .social-links__icon:hover svg,
.footer .social-links__icon:focus svg,
.footer .social-links__icon:active svg {
  fill: #FFFFFF;
}






.hs-blog-listing, .hs-blog-post {
  background-color: rgba(255, 255, 255, 1.0);  
}

.blog-post__date {
  border-color: #454545;
}

.blog-header__back a,
.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #454545;
}

.blog-header__back a:hover,
.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #1d1d1d;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #6d6d6d;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #000000;
}

.blog-pagination__link {
  color: #454545;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #000000;
}

.blog-post__title {
  color: #494a52;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(103, 78, 167, 1.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(63, 38, 127, 1.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(143, 118, 207, 1.0);
}

.blog-index__post-content a {
  color: #494a52;
}

.blog-recent-posts__post {
  color: #494a52 !important;
}










body .icon svg {
  fill: #000000;
}

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

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #000000;
}

body .team-member__description {
  background-color: #F8FAFC;
}





.no-scroll {
  overflow: hidden;
}

.hidden {
  display: none;
}

.p-fixed {
  position: fixed;
}

.drop-shadow {
  box-shadow: 0px 3px 15px rgba(69, 69, 69, 0.2);
}

.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 40px 10px rgba(69, 69, 69, 0.2);
}

.shadow-lg {
    box-shadow: 0px 3px 15px rgba(140, 152, 164, 0.2);
}

.shadow-dark {
  box-shadow: 0px 3px 15px rgb(181, 181, 181);
}

.no-shadow {
  box-shadow: initial !important;
}

.auto-margin {
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.header-max-width {
  max-width: 800px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 1.0);
  background-clip: border-box;
}

.text-subheader {
  opacity: 0.7;
}

.text-center {
  text-align: center;
}

.text-cap {
  text-transform: uppercase;
}

.text-small {
  font-size: 0.8rem;
}

.text-bold {
  font-weight: bold;
}

.image--rounded {
  border-radius: 50%;
}

.module-library__header {
  max-width: 800px;
  padding: 100px 20px 20px 100px;
}

.module-library__header h2 {
  font-size: 24px;
}

.module-library__header p {
  font-size: 0.9rem;
}