
    @import url(/dam/jcr:c085f361-39ce-4f38-b43c-727f6e69f0fe/PTSans-Regular.woff2);
    @import url(/dam/jcr:6441cb4d-0fe3-44f6-be95-dd04e7319a12/PTSans-Bold.woff2);

    @font-face {
      font-family: 'PTSans-Regular';
      font-display: swap;
      src: url(/dam/jcr:c085f361-39ce-4f38-b43c-727f6e69f0fe/PTSans-Regular.woff2) format('woff2');
    }
    @font-face {
      font-family: 'PTSans-Bold';
      font-display: swap;
      src: url(/dam/jcr:6441cb4d-0fe3-44f6-be95-dd04e7319a12/PTSans-Bold.woff2) format('woff2');
    }

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


























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




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




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










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




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




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






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












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






:root {
  --theme-color-primary1: #E7E6E6;
  --theme-color-primary2: #6C1D45;
  --theme-color-primary3: #565657;
  --theme-color-secondary1: #00677F;
  --theme-color-secondary2: #F6EB61;
  --theme-color-secondary3: #F1F2F2;
  --theme-color-secondary4: #F2F7F8;
  --theme-color-secondary5: #EFE4E9;
  --theme-color-secondary6: #B0ADAD;
  --theme-color-secondary7: #F8F3F6;
  --theme-color-secondary8: #005164;
  --theme-color-tertiary1: #7079BD;
  --theme-color-tertiary2: #2B2B38;
  --theme-color-tertiary3: #F2F7F8;
  --theme-color-tertiary4: #6E6E91;
  --theme-color-tertiary5: #f1f2f2;
  --theme-color-tertiary6: #fff;
  --theme-color-tertiary7: #575756;
  --theme-color-tertiary8: #f6eb61;
  --theme-color-transparent: transparent;



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

  /*
    Typography
  */
  --theme-font-title: PTSans-Bold;
  --theme-title-text-color: #6C1D45;
  --theme-font-body: PTSans-Regular;
  --theme-body-text-color: #000;
  /*
    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: #6C1D45;
  --theme-rich-text-heading-font-family: inherit;
  /*
    Navigation
  */
  --theme-navigation-font-family: PTSans-Bold;
  /*
    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: #00677F;
  --theme-link-text-color-hover: #00677F;
  /*
    List
  */
  --theme-bullet-color: inherit;
  /*
    Button default
  */
  --theme-button-font-family: PTSans-Bold;
  --theme-button-text-color: white;
  --theme-button-text-color-hover: #00677F;
  --theme-button-bg-color: #00677F;
  --theme-button-bg-color-hover: white;
  --theme-button-border-radius: 0px;
  --theme-button-padding: 0.5rem 1.25rem;
  /*
    Button secondary
  */
  --theme-button-secondary-font-family: PTSans-Bold;
  --theme-button-secondary-text-color: #6C1D45;
  --theme-button-secondary-text-color-hover: #6C1D45;
  --theme-button-secondary-bg-color: #F6EB61;
  --theme-button-secondary-bg-color-hover: white;
  --theme-button-secondary-border-radius: 0px;
  --theme-button-secondary-padding: 0.5rem 1.25rem;
  /*
    Button tertiary
  */
  --theme-button-tertiary-font-family: PTSans-Bold;
  --theme-button-tertiary-text-color: white;
  --theme-button-tertiary-text-color-hover: #6C1D45;
  --theme-button-tertiary-bg-color: #6C1D45;
  --theme-button-tertiary-bg-color-hover: white;
  --theme-button-tertiary-border-radius: 0px;
  --theme-button-tertiary-padding: 0.5rem 1.25rem;
  /*
    Button quaternary
  */
  --theme-button-quaternary-font-family: ;
  --theme-button-quaternary-text-color: #fff;
  --theme-button-quaternary-text-color-hover: #fff;
  --theme-button-quaternary-bg-color: #2157A1;
  --theme-button-quaternary-bg-color-hover: #007CB1;
  --theme-button-quaternary-border-radius: 999rem;
  --theme-button-quaternary-padding: 0.5rem 1.25rem;
  /*
    Category Tags
  */
  --theme-category-tags-font-family: ;
  --theme-category-tags-border-radius: 0px;
  --theme-category-tags-text-color: #000;
  --theme-category-tags-bg-color: transparent;
  /*
    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:  #6C1D45;
  --theme-content-block-thead-bg-color:  #6C1D45;
  --theme-content-block-thead-txt-color:  white;
  --theme-content-block-cell-bg-color:  #6C1D45;
  --theme-content-block-cell-txt-color:  white;
  --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: ;
  /*
    FAQs
  */
  --theme-faqs-font-family: ;
  /*
    Tabs
  */
  --theme-tabs-font-family: ;
  /*
    Carousel
  */
  --theme-carousel-nav-color: #525CA3;
  --theme-carousel-playpause-btn-icon-color: #525CA3;
  --theme-carousel-playpause-btn-icon-hover-color: #FFFFFF;
  --theme-carousel-playpause-btn-bg-hover-color: #525CA3;
  /*
    Forms
  */
  --theme-forms-header-color: #525CA3;
  --theme-forms-bg-color: #FFFFFF;
  --theme-forms-text-color: #525CA3;
  --theme-forms-title-color: #FFFFFF;
  --theme-forms-subtitle-color: #525CA3;
  --theme-forms-label-color: #525CA3;
  /*
    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: 22px;
  --title-2-font-size: 18px;
  --title-3-font-size: 16px;
  --title-4-font-size: 17px;
  --title-5-font-size: 12px;
  --title-6-font-size: 20px;
  /*
    Text size varibles for mobile
  */
  --text-1-font-size: 12px;
  --text-2-font-size: 14px;
  --text-3-font-size: 27px;
  --text-4-font-size: 18px;
  --text-5-font-size: 14px;
  --text-6-font-size: 14px;
}


/*
  Title size varibles for tablet & desktop
*/
@media screen and (min-width: 768px) {
  :root {
    /*
      Title size varibles for tablet
    */
    --title-1-font-size: 22px;
    --title-2-font-size: 18px;
    --title-3-font-size: 16px;
    --title-4-font-size: 17px;
    --title-5-font-size: 12px;
    --title-6-font-size: 18px;
    /*
      Text size varibles for tablet
    */
    --text-1-font-size: 12px;
    --text-2-font-size: 14px;
    --text-3-font-size: 27px;
    --text-4-font-size: 18px;
    --text-5-font-size: 14px;
    --text-6-font-size: 16.38px;
  }
}


@media screen and (min-width: 1024px) {
  :root {
    /*
      Title size varibles for deskop
    */
      --title-1-font-size: 40px;
      --title-2-font-size: 34px;
      --title-3-font-size: 28px;
      --title-4-font-size: 20px;
      --title-5-font-size: 12px;
      --title-6-font-size: 26px;
    /*
      Text size varibles for desktop
    */
      --text-1-font-size: 23px;
      --text-2-font-size: 16px;
      --text-3-font-size: 27px;
      --text-4-font-size: 23px;
      --text-5-font-size: 14px;
      --text-6-font-size: 18.72px;
    }
}

