
    @font-face {
      font-family: 'Poppins-Medium';
      font-display: swap;
      src: url(/dam/jcr:0d504f9e-bb44-4a8d-a90b-22cfa4580b1b/Poppins-Medium.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Poppins-Regular';
      font-display: swap;
      src: url(/dam/jcr:16cc6726-ec90-45f6-b720-d9368fbe05aa/Poppins-Regular.woff2) format('woff2');
    }

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


























    .font-title {
      font-family: 'Poppins-Medium', sans-serif !important;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 0px;
    }




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




    .font-navigation {
      font-family: 'Poppins-Medium', sans-serif !important;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 0px;
    }




    .font-footer-links {
      font-family: 'Poppins-Medium', sans-serif !important;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 0px;
    }




    .font-card {
      font-family: 'Poppins-Medium', sans-serif !important;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 0px;
    }




    .category-tags {
      font-family: 'Poppins-Medium', sans-serif !important;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 0px;
    }




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




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




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




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






    .button--link {
      font-family: 'Poppins-Medium', sans-serif !important;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 0px;
    }




    .accordion-title {
      font-family: 'Poppins-Medium', sans-serif !important;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 0px;
    }




    .faqs--question {
      font-family: 'Poppins-Medium', sans-serif !important;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 0px;
    }














:root {
  --theme-color-primary1: #4D7899;
  --theme-color-primary2: #0072CE;
  --theme-color-primary3: #AADEEE;
  --theme-color-secondary1: #EAEFF7;
  --theme-color-secondary2: #39586A;
  --theme-color-secondary3: #FAFAF9;
  --theme-color-secondary4: #113E76;
  --theme-color-secondary5: #FFFDF8;
  --theme-color-secondary6: #4F80BD;
  --theme-color-secondary7: #D4F8CD ;
  --theme-color-secondary8: #314f66;
  --theme-color-tertiary1: #EDF8FC;
  --theme-color-tertiary2: #EAF9F0;
  --theme-color-tertiary3: #bddaf2;
  --theme-color-tertiary4: #fef8ea;
  --theme-color-tertiary5: #356EB3;
  --theme-color-tertiary6: #E1F7FD;
  --theme-color-tertiary7: #EFFCEC;
  --theme-color-tertiary8: #666666;
  --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: Poppins-Medium;
  --theme-title-text-color: #4D7899;
  --theme-font-body: Poppins-Regular;
  --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: #4D7899;
  --theme-rich-text-heading-font-family: inherit;
  /*
    Navigation
  */
  --theme-navigation-font-family: Poppins-Medium;
  /*
    Page Menu
  */
  --theme-pageMenu-active-anchor-link: black;
  /*
    Footer Links
  */
  --theme-footerLinks-font-family: Poppins-Medium;
  /*
    Link (Button links and Akamai form links)
  */
  --theme-link-text-color: #4D7899;
  --theme-link-text-color-hover: #4D7899;
  /*
    List
  */
  --theme-bullet-color: #666666;
  /*
    Button default
  */
  --theme-button-font-family: Poppins-Medium;
  --theme-button-text-color: white;
  --theme-button-text-color-hover: #0072CE;
  --theme-button-bg-color: #0072CE;
  --theme-button-bg-color-hover: white;
  --theme-button-border-color: #0072CE;
  --theme-button-border-color-hover: #0072CE;
  --theme-button-border-radius: 999rem;
  --theme-button-padding: 0.5rem 1.25rem;
  /*
    Button secondary
  */
  --theme-button-secondary-font-family: Poppins-Medium;
  --theme-button-secondary-text-color: #0072CE;
  --theme-button-secondary-text-color-hover: #0072CE;
  --theme-button-secondary-bg-color: transparent;
  --theme-button-secondary-bg-color-hover: transparent;
  --theme-button-secondary-border-color: #bddaf2;
  --theme-button-secondary-border-color-hover: #bddaf2;
  --theme-button-secondary-border-radius: 999rem;
  --theme-button-secondary-padding: 0.5rem 1.25rem;
  /*
    Button tertiary
  */
  --theme-button-tertiary-font-family: Poppins-Medium;
  --theme-button-tertiary-text-color: white;
  --theme-button-tertiary-text-color-hover: #356EB3;
  --theme-button-tertiary-bg-color: #356EB3;
  --theme-button-tertiary-bg-color-hover: white;
  --theme-button-tertiary-border-color: white;
  --theme-button-tertiary-border-color-hover: #007CB1;
  --theme-button-tertiary-border-radius: 999rem;
  --theme-button-tertiary-padding: 0.5rem 1.25rem;
  /*
    Button quaternary
  */
  --theme-button-quaternary-font-family: Poppins-Medium;
  --theme-button-quaternary-text-color: #0072CE;
  --theme-button-quaternary-text-color-hover: #E1F7FD;
  --theme-button-quaternary-bg-color: #2157A1;
  --theme-button-quaternary-bg-color-hover: #007CB1;
  --theme-button-quaternary-border-color: transparent;
  --theme-button-quaternary-border-color-hover: transparent;
  --theme-button-quaternary-border-radius: 999rem;
  --theme-button-quaternary-padding: 0.5rem 1.25rem;
  /*
    Button quinary
  */
  --theme-button-quinary-font-family: ;
  --theme-button-quinary-text-color: white;
  --theme-button-quinary-text-color-hover: #0072CE;
  --theme-button-quinary-bg-color: #0072CE;
  --theme-button-quinary-bg-color-hover: white;
  --theme-button-quinary-border-color: #0072CE;
  --theme-button-quinary-border-color-hover: #0072CE;
  --theme-button-quinary-border-radius: 999rem;
  --theme-button-quinary-padding: 0.5rem 1.25rem;
  /*
    Category Tags
  */
  --theme-category-tags-font-family: Poppins-Medium;
  --theme-category-tags-border-radius: 999rem;
  --theme-category-tags-text-color: #0072CE;
  --theme-category-tags-bg-color: #E1F7FD;
  --theme-category-tags-border-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:  #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: Poppins-Medium;
  /*
    FAQs
  */
  --theme-faqs-font-family: Poppins-Medium;
  /*
    Tabs
  */
  --theme-tabs-font-family: ;
  /*
    Carousel
  */
  --theme-carousel-nav-color: #0072CE;
  --theme-carousel-btn-active-color: #0072CE;
  --theme-carousel-btn-inactive-color: white;
  --theme-carousel-playpause-btn-icon-color: white;
  --theme-carousel-playpause-btn-icon-hover-color: #0072CE;
  --theme-carousel-playpause-btn-bg-hover-color: white;
  /*
    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: 40px;
  --title-2-font-size: 32px;
  --title-3-font-size: 28px;
  --title-4-font-size: 20px;
  --title-5-font-size: 1.8rem;
  --title-6-font-size: 16px;
  /*
    Text size varibles for mobile
  */
  --text-1-font-size: 16px;
  --text-2-font-size: 14px;
  --text-3-font-size: 12px;
  --text-4-font-size: 10px;
  --text-5-font-size: 20px;
  --text-6-font-size: 12px;
  --text-7-font-size: 20px;
  --text-8-font-size: 22px;
  --text-9-font-size: 32px;
  --text-10-font-size: .5rem;
  --text-11-font-size: 20px;
}


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


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

