
    @font-face {
      font-family: 'Nexa-Book';
      font-display: swap;
      src: url(/dam/jcr:fa4522ff-d8ad-4b83-9f0f-6b71373b6364/NexaBook_normal_normal.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Nexa-Regular';
      font-display: swap;
      src: url(/dam/jcr:4497a1d5-cdf2-4464-885c-a9b67a3a0d26/NexaRegular_normal_normal.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Nexa-Bold';
      font-display: swap;
      src: url(/dam/jcr:e17b7a37-76c2-4ee5-bc73-2436f324a0be/NexaBold_normal_normal.woff2) format('woff2');
    }

:root {
  --theme-color-white: #fff;
  --theme-color-black: #000;
}


























    .font-title {
      font-family: 'Nexa-Regular', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .font-body {
      font-family: 'Nexa-Book', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .font-navigation {
      font-family: 'Nexa-Regular', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }






    .font-card {
      font-family: 'Nexa-Bold', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .category-tags {
      font-family: 'Nexa-Book', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .button--default, .button--outline {
      font-family: 'Nexa-Book', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .button--secondary, .button--secondary--outline {
      font-family: 'Nexa-Book', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .button--tertiary, .button--tertiary--outline {
      font-family: 'Nexa-Book', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .button--quaternary, .button--quaternary--outline {
      font-family: 'Nexa-Book', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .button--quinary, .button--quinary--outline {
      font-family: 'Nexa-Book', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .button--link {
      font-family: 'Nexa-Book', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




    .accordion-title {
      font-family: 'Nexa-Bold', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }








    .breadcrumbs {
      font-family: 'Nexa-Book', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }








:root {
  --theme-color-primary1: #800080;
  --theme-color-primary2: #3B0044;
  --theme-color-primary3: #666666;
  --theme-color-secondary1: #D399CF3D;
  --theme-color-secondary2: #900088;
  --theme-color-secondary3: #F9F2F9;
  --theme-color-secondary4: #DBDBDB;
  --theme-color-secondary5: #FF9100;
  --theme-color-secondary6: #630072;
  --theme-color-secondary7: #4D4D4D;
  --theme-color-secondary8: #FCF8FC;
  --theme-color-tertiary1: #4F005B;
  --theme-color-tertiary2: #3B0044;
  --theme-color-tertiary3: #2727277A;
  --theme-color-tertiary4: #FFF2FC;
  --theme-color-tertiary5: #FFCCF3;
  --theme-color-tertiary6: #F7EEF7;
  --theme-color-tertiary7: #F3F3F3;
  --theme-color-tertiary8: #E4C2E2;
  --theme-color-transparent: transparent;


--grid-max-width-xs: 480px;
--grid-max-width-sm: 640px;
--grid-max-width-md: 768px;
--grid-max-width-lg: 1025px;
--grid-max-width-xl: 1280px;


  /*
    page
  */
  --theme-body-background-color: transparent;

  /*
    Typography
  */
  --theme-font-title: Nexa-Regular;
  --theme-title-text-color: #800080;
  --theme-font-body: Nexa-Book;
  --theme-body-text-color: #666666;
  /*
    Title
  */
  --theme-title-font-weight: inherit;
  /*
    Rich text
  */
  --theme-rich-text-line-height: inherit;
  --theme-rich-text-p-vertical-spacing: 1.5rem;
  --theme-rich-text-heading-weight: inherit;
  --theme-rich-text-heading-font-color: #800080;
  --theme-rich-text-heading-font-family: inherit;
  /*
    Navigation
  */
  --theme-navigation-font-family: Nexa-Regular;
  /*
    Page Menu
  */
  --theme-pageMenu-active-anchor-link: black;
  /*
    Footer Links
  */
  --theme-footerLinks-font-family: ;
  /*
    Link (Button links and Akamai form links)
  */
  --theme-link-text-color: #800080;
  --theme-link-text-color-hover: #800080;
  /*
    List
  */
  --theme-bullet-color: inherit;
  /*
    Button default
  */
  --theme-button-font-family: Nexa-Book;
  --theme-button-text-color: white;
  --theme-button-text-color-hover: white;
  --theme-button-bg-color: #900088;
  --theme-button-bg-color-hover: #800080;
  --theme-button-border-color: #800080;
  --theme-button-border-color-hover: transparent;
  --theme-button-border-radius: 8px;
  --theme-button-padding: 12px;
  /*
    Button secondary
  */
  --theme-button-secondary-font-family: Nexa-Book;
  --theme-button-secondary-text-color: #900088;
  --theme-button-secondary-text-color-hover: #900088;
  --theme-button-secondary-bg-color: #F9F2F9;
  --theme-button-secondary-bg-color-hover: #E4C2E2;
  --theme-button-secondary-border-color: transparent;
  --theme-button-secondary-border-color-hover: transparent;
  --theme-button-secondary-border-radius: 8px;
  --theme-button-secondary-padding: 12px;
  /*
    Button tertiary
  */
  --theme-button-tertiary-font-family: Nexa-Book;
  --theme-button-tertiary-text-color: #800080;
  --theme-button-tertiary-text-color-hover: #900088;
  --theme-button-tertiary-bg-color: transparent;
  --theme-button-tertiary-bg-color-hover: transparent;
  --theme-button-tertiary-border-color: transparent;
  --theme-button-tertiary-border-color-hover: transparent;
  --theme-button-tertiary-border-radius: 999rem;
  --theme-button-tertiary-padding: 12px;
  /*
    Button quaternary
  */
  --theme-button-quaternary-font-family: Nexa-Book;
  --theme-button-quaternary-text-color: #800080;
  --theme-button-quaternary-text-color-hover: #800080;
  --theme-button-quaternary-bg-color: white;
  --theme-button-quaternary-bg-color-hover: #F9F2F9;
  --theme-button-quaternary-border-color: transparent;
  --theme-button-quaternary-border-color-hover: transparent;
  --theme-button-quaternary-border-radius: 8px;
  --theme-button-quaternary-padding: 12px;
  /*
    Button quinary
  */
  --theme-button-quinary-font-family: Nexa-Book;
  --theme-button-quinary-text-color: #666666;
  --theme-button-quinary-text-color-hover: #666666;
  --theme-button-quinary-bg-color: transparent;
  --theme-button-quinary-bg-color-hover: transparent;
  --theme-button-quinary-border-color: transparent;
  --theme-button-quinary-border-color-hover: transparent;
  --theme-button-quinary-border-radius: 0px;
  --theme-button-quinary-padding: 0.5rem 1.25rem;
  /*
    Category Tags
  */
  --theme-category-tags-font-family: Nexa-Book;
  --theme-category-tags-border-radius: 4px;
  --theme-category-tags-text-color: #800080;
  --theme-category-tags-bg-color: #FFF2FC;
  --theme-category-tags-border-color: #800080;
  /*
    Content Block
  */
  --theme-content-block-bullet-color:  #000;
  --theme-content-block-table-width: auto;
  --theme-content-block-table-border-width: 1px;
  --theme-content-block-table-border-color:  #000;
  --theme-content-block-thead-bg-color:  #fff;
  --theme-content-block-thead-txt-color:  #000;
  --theme-content-block-cell-bg-color:  #fff;
  --theme-content-block-cell-txt-color:  #000;
  --theme-content-block-cell-horizontal-padding: 1rem;
  --theme-content-block-cell-vertical-padding: 1rem;
  /*
    Cards
  */
  --theme-cards-border-radius: 4px;
  /*
    Accordion
  */
  --theme-accordion-font-family: Nexa-Bold;
  /*
    FAQs
  */
  --theme-faqs-font-family: ;
  /*
    Tabs
  */
  --theme-tabs-font-family: ;
  /*
    Carousel
  */
  --theme-carousel-nav-color: #800080;
  --theme-carousel-btn-active-color: #800080;
  --theme-carousel-btn-inactive-color: white;
  --theme-carousel-playpause-btn-icon-color: white;
  --theme-carousel-playpause-btn-icon-hover-color: #800080;
  --theme-carousel-playpause-btn-bg-hover-color: white;
  /*
    Forms
  */
  --theme-forms-header-color: #525CA3;
  --theme-forms-bg-color: #FFFFFF;
  --theme-forms-text-color: #800080;
  --theme-forms-title-color: #FFFFFF;
  --theme-forms-subtitle-color: #525CA3;
  --theme-forms-label-color: #800080;
  /*
    Image Caption
  */
  --theme-image-caption-font-size: 1rem;
  --theme-image-caption-font-family: ;

  /*
    Share Page
  */
  --theme-share-page-border-radius: 999rem;
  --theme-share-page-fill: var(--theme-color-white);

/*
  Title size varibles for mobile
*/
  --title-1-font-size: 44px;
  --title-2-font-size: 32px;
  --title-3-font-size: 28px;
  --title-4-font-size: 18px;
  --title-5-font-size: 22px;
  --title-6-font-size: 22px;
  /*
    Text size varibles for mobile
  */
  --text-1-font-size: 14px;
  --text-2-font-size: 20px;
  --text-3-font-size: 20px;
  --text-4-font-size: 1rem;
  --text-5-font-size: .75rem;
  --text-6-font-size: 12px;
  --text-7-font-size: .5rem;
  --text-8-font-size: .5rem;
  --text-9-font-size: 24px;
  --text-10-font-size: 16px;
  --text-11-font-size: 18px;
}


/*
  Title size varibles for tablet & desktop
*/
@media screen and (min-width: 768px) {
  :root {
    /*
      Title size varibles for tablet
    */
    --title-1-font-size: 56px;
    --title-2-font-size: 32px;
    --title-3-font-size: 32px;
    --title-4-font-size: 22px;
    --title-5-font-size: 22px;
    --title-6-font-size: 22px;
    /*
      Text size varibles for tablet
    */
    --text-1-font-size: 14px;
    --text-2-font-size: 20px;
    --text-3-font-size: 24px;
    --text-4-font-size: 1rem;
    --text-5-font-size: .75rem;
    --text-6-font-size: 12px;
    --text-7-font-size: .5rem;
    --text-8-font-size: .5rem;
    --text-9-font-size: 24px;
    --text-10-font-size: 16px;
    --text-11-font-size: 22px;
  }
}


@media screen and (min-width: 1024px) {
  :root {
    /*
      Title size varibles for deskop
    */
      --title-1-font-size: 70px;
      --title-2-font-size: 56px;
      --title-3-font-size: 32px;
      --title-4-font-size: 22px;
      --title-5-font-size: 22px;
      --title-6-font-size: 28px;
    /*
      Text size varibles for desktop
    */
      --text-1-font-size: 14px;
      --text-2-font-size: 20px;
      --text-3-font-size: 24px;
      --text-4-font-size: 1rem;
      --text-5-font-size: .75rem;
      --text-6-font-size: 12px;
      --text-7-font-size: .5rem;
      --text-8-font-size: .5rem;
      --text-9-font-size: 24px;
      --text-10-font-size: 16px;
      --text-11-font-size: 22px;
    }
}

