
    @import url(/dam/jcr:e1502f66-019e-499e-b2d3-f6c6782c079e/futur.woff2);
    @import url(/dam/jcr:1cc847ed-2f0d-41b6-b23c-a4f8df41408e/WorkSans-Regular.woff2);
    @import url(/dam/jcr:06ac49b1-1aed-47b4-bc42-b700e88fcc85/WorkSans-Bold.ttf);

    @font-face {
      font-family: 'Futura Bold';
      font-display: swap;
      src: url(/dam/jcr:e1502f66-019e-499e-b2d3-f6c6782c079e/futur.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Work Sans Regular';
      font-display: swap;
      src: url(/dam/jcr:1cc847ed-2f0d-41b6-b23c-a4f8df41408e/WorkSans-Regular.woff2) format('woff2');
    }
    @font-face {
      font-family: 'Work Sans Bold';
      font-display: swap;
      src: url(/dam/jcr:06ac49b1-1aed-47b4-bc42-b700e88fcc85/WorkSans-Bold.ttf) format('woff2');
    }

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


























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




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




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






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






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




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




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




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






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






    .tabComponent__tabsList li button {
      font-family: 'Work Sans Bold', sans-serif !important;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0px;
    }




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








:root {
  --theme-color-primary1: #2A3F4A;
  --theme-color-primary2: #E4EEF4                              ;
  --theme-color-primary3: #0F1D24;
  --theme-color-secondary1: #F8AD26;
  --theme-color-secondary2: #799FB1;
  --theme-color-secondary3: #54BCE9;
  --theme-color-secondary4: #26353E;
  --theme-color-secondary5: #FE732D;
  --theme-color-secondary6: #332100;
  --theme-color-secondary7: #507FFF;
  --theme-color-secondary8: #37505C;
  --theme-color-tertiary1: #0A699B;
  --theme-color-tertiary2: #F84E26;
  --theme-color-tertiary3: #0044FF;
  --theme-color-tertiary4: #707070;
  --theme-color-tertiary5: #909090;
  --theme-color-tertiary6: #5A5A5A;
  --theme-color-tertiary7: #ADABD4;
  --theme-color-tertiary8: #A6BA72;
  --theme-color-transparent: transparent;



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

  /*
    Typography
  */
  --theme-font-title: Futura Bold;
  --theme-title-text-color: #525CA3;
  --theme-font-body: Work Sans Regular;
  --theme-body-text-color: #000;
  /*
    Title
  */
  --theme-title-font-weight: inherit;
  /*
    Rich text
  */
  --theme-rich-text-line-height: 30px;
  --theme-rich-text-p-vertical-spacing: 1.5rem;
  --theme-rich-text-heading-weight: inherit;
  --theme-rich-text-heading-font-color: inherit;
  --theme-rich-text-heading-font-family: inherit;
  /*
    Navigation
  */
  --theme-navigation-font-family: Futura 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: #525CA3;
  --theme-link-text-color-hover: #735A8F;
  /*
    List
  */
  --theme-bullet-color: inherit;
  /*
    Button default
  */
  --theme-button-font-family: Futura Bold;
  --theme-button-text-color: #332100;
  --theme-button-text-color-hover: #332100;
  --theme-button-bg-color: #F8AD26;
  --theme-button-bg-color-hover: #F8AD26;
  --theme-button-border-radius: 999rem;
  --theme-button-padding: 14px 34px;
  /*
    Button secondary
  */
  --theme-button-secondary-font-family: Futura Bold;
  --theme-button-secondary-text-color: #332100;
  --theme-button-secondary-text-color-hover: #332100;
  --theme-button-secondary-bg-color: #54BCE9;
  --theme-button-secondary-bg-color-hover: #A6BA72;
  --theme-button-secondary-border-radius: 999rem;
  --theme-button-secondary-padding: 14px 34px;
  /*
    Button tertiary
  */
  --theme-button-tertiary-font-family: Futura Bold;
  --theme-button-tertiary-text-color: #332100;
  --theme-button-tertiary-text-color-hover: #332100;
  --theme-button-tertiary-bg-color: #A6BA72;
  --theme-button-tertiary-bg-color-hover: #A6BA72;
  --theme-button-tertiary-border-radius: 999rem;
  --theme-button-tertiary-padding: 14px 34px;
  /*
    Button quaternary
  */
  --theme-button-quaternary-font-family: Futura Bold;
  --theme-button-quaternary-text-color: #332100;
  --theme-button-quaternary-text-color-hover: #332100;
  --theme-button-quaternary-bg-color: #ADABD4;
  --theme-button-quaternary-bg-color-hover: #A6BA72;
  --theme-button-quaternary-border-radius: 999rem;
  --theme-button-quaternary-padding: 14px 34px;
  /*
    Category Tags
  */
  --theme-category-tags-font-family: ;
  --theme-category-tags-border-radius: 4px;
  --theme-category-tags-text-color: #E4EEF4                              ;
  --theme-category-tags-bg-color: #0F1D24;
  /*
    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: Work Sans Bold;
  /*
    FAQs
  */
  --theme-faqs-font-family: ;
  /*
    Tabs
  */
  --theme-tabs-font-family: Work Sans Bold;
  /*
    Carousel
  */
  --theme-carousel-nav-color: #2A3F4A;
  --theme-carousel-playpause-btn-icon-color: white;
  --theme-carousel-playpause-btn-icon-hover-color: #2A3F4A;
  --theme-carousel-playpause-btn-bg-hover-color: white;
  /*
    Forms
  */
  --theme-forms-header-color: transparent;
  --theme-forms-bg-color: white;
  --theme-forms-text-color: black;
  --theme-forms-title-color: black;
  --theme-forms-subtitle-color: #2A3F4A;
  --theme-forms-label-color: black;
  /*
    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: 32px;
  --title-2-font-size: 35px;
  --title-3-font-size: 26px;
  --title-4-font-size: 22px;
  --title-5-font-size: 18px;
  --title-6-font-size: 24px;
  /*
    Text size varibles for mobile
  */
  --text-1-font-size: 22px;
  --text-2-font-size: 20px;
  --text-3-font-size: 18px;
  --text-4-font-size: 15px;
  --text-5-font-size: 13px;
  --text-6-font-size: 10px;
}


/*
  Title size varibles for tablet & desktop
*/
@media screen and (min-width: 768px) {
  :root {
    /*
      Title size varibles for tablet
    */
    --title-1-font-size: 40px;
    --title-2-font-size: 42px;
    --title-3-font-size: 32px;
    --title-4-font-size: 28px;
    --title-5-font-size: 22px;
    --title-6-font-size: 24px;
    /*
      Text size varibles for tablet
    */
    --text-1-font-size: 28px;
    --text-2-font-size: 22px;
    --text-3-font-size: 18px;
    --text-4-font-size: 18px;
    --text-5-font-size: 13px;
    --text-6-font-size: 10px;
  }
}


@media screen and (min-width: 1024px) {
  :root {
    /*
      Title size varibles for deskop
    */
      --title-1-font-size: 45px;
      --title-2-font-size: 55px;
      --title-3-font-size: 35px;
      --title-4-font-size: 28px;
      --title-5-font-size: 26px;
      --title-6-font-size: 24px;
    /*
      Text size varibles for desktop
    */
      --text-1-font-size: 28px;
      --text-2-font-size: 22px;
      --text-3-font-size: 18px;
      --text-4-font-size: 20px;
      --text-5-font-size: 13px;
      --text-6-font-size: 10px;
    }
}

