<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Colors*/
:root {
  --psa-white: rgb(255,255,255); /* White */
  --psa-bright-mint: rgb(81,240,176); /* Bright Mint */
  --psa-magic-mint: rgb(179,255,214); /* Magic Mint */
  --psa-green-haze: rgb(0,224,150); /* Green Haze */
  --psa-jade: rgb(0,179,131); /* Jade */
  --psa-alto: rgb(218,218,218); /* Alto */
  --psa-silver: rgb(183,183,183); /* Silver */
  --psa-gray: rgb(133,133,133); /* Gray */
  --psa-mine-shaft: rgb(70,70,70); /* Mine Shaft */
  --psa-charcoal: rgb(34,43,69); /* Charcoal */
  --psa-cerulean: rgb(0,179,227); /* Cerulean */
  --psa-blaze-orange: rgb(255,107,0); /* Blaze Orange */
  --psa-red-orange: rgb(255,32,19); /* Red Orange */
  --psa-cerise: rgb(218,58,179); /* Cerise */
  --psa-blue: rgb(51,102,255); /* Blue */
  --psa-blue-light: rgba(51,102,255,0.76); /* Blue Light */
  --bs-border-width: 1px; /* overwrite standard from bootstrap 5.3.0-alpha1 */
  --bs-btn-active-color: rgba(51,102,255,0.76); /* Blue Light */
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: rgba(51,102,255,0.76); /* Blue Light */
}

/* Font*/
@font-face {
  font-family: 'Fira Sans';
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNext-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext-Regular.ttf") format("truetype"), url("../fonts/AvenirNext-Regular.svg#../fonts/AvenirNext-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-sans-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Regular'), local('FiraSans-Regular'), url('../fonts/fira-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/fira-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/fira-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/fira-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/fira-sans-v10-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
  text-rendering: optimizeLegibility;
}


/* -&gt; --- PSA relevant CSS Changes --- */
h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  word-break: break-word;
}

h7 {
  font-size: 0.8rem;
  word-break: break-word;
}

.content {
  text-align: center;
/*  max-width: 320px;
  max-height: 400px;*/
  margin: 5% auto;
}

#psa-wrapper {
  margin: auto;
  max-width: 90%;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #656464b0;
/*  padding: 7%;*/
}

.psa-logo {
  max-width: 200px;  
  width: 25%;
  margin-top: 8%;
  margin-bottom: 8%;
}

.psa-icon-wrapper {
  position: absolute; 
  right: 18px;
  top: 30px;
}

.psa-icon {
  width: 81px;
}

.psa-headline {
  color: var(--psa-mine-shaft);
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
}

.psa-description {
  max-width: 80%;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  margin: 10px auto;
}

.psa-info {
  color: var(--psa-gray);
  font-style: italic;
  font-size: 12px;
  display: inline-block;
  max-width: 600px;
  width: 80%;
}

.psa-shareduserinfo {
  max-width: 55%;
  margin: auto;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  /*text-align: center;*/
  border-radius: 16px;
  border: 1px solid var(--psa-green-haze);
  padding: 10px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
    .psa-icon {
        width: 36px;
    }
}

@media (max-width: 767px) {
  .psa-shareduserinfo {
    max-width: initial;
  }
  .psa-icon {
    width: 24px;
    top: 20px;
    right: 20px;
  }
}

.input-group {
    max-width: 250px;
    margin: 20px auto;
    border: none;
    border-bottom: 2px solid var(--psa-silver);
}

.input-group-icon {
    height: 35px;
    border: none;
    background-color: initial;
}

.psa-input {
  /*color: #555555 !important;*/
  font-size: 14px !important;
  /*letter-spacing: 0;*/
  /*line-height: 18px !important;*/
  text-align: center;
  /*box-sizing: border-box;*/
  border: none;
/*  border-bottom: 2px solid var(--psa-silver);*/
/*  background-color: #fff !important;
  margin-top: 15%;*/
}

/* disable blue background in Chrome on autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

/* disable green border from bootstrap */
.psa-input:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none !important;
}


.psa-dynamic-linking {
  color: var(--psa-mine-shaft);
  font-size: 25px;
}

.psa-copyright {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  color: #000;
  width: auto;
  padding: 0;
}

.psa-copyright-link {
  color: var(--psa-green-haze);
  cursor: pointer;
  width: auto;
  padding: 0 0 0 5px;
}

#chkConsent {
  display: inline; /* force checkbox and input in one line */
  margin-right: 5px;
}

.ddl-consent {
    margin-top: -0.5rem !important;
}

/*Primary Button*/

.btn {
  font-family: AvenirNext;
  display: block;
  min-width: 240px;
  color: #000;
  border: 0px;
  margin: 1% auto;
  background: var(--psa-green-haze); /*#76F4C6;*/
  padding: 16px 24px;
  border-radius: 30px;
  font-size: 18px !important;
  color: #000;
  font-weight: bold !important; /*600;*/
  cursor: pointer;
  /*  margin-right: 10px;*/
}

  .btn:hover {
    border: 0px;
    background: #00D377;
    color: #000;
    outline: none;
  }

  .btn:active {
    border: 0px;
    background: #BEF7E0;
    color: #000;
    outline: none;
  }

  .btn:focus {
    border: 0px;
    outline: none;
  }

  .btn[disabled] {
    border: 0px;
    color: #B7B7B7;
    background: var(--psa-magic-mint); /*#BEF7E0;*/
  }

.inlineButton {
  display: inline-block;
}

/*Secondary Button*/

.button-secondary {
  font-family: AvenirNext;
  min-width: 240px;
  display: block;
  min-width: 240px;
  color: var(--psa-blue);
  border: 1px solid var(--psa-blue);
  background: var(--psa-white); /*#fff;*/
  /*padding: 16px 24px;*/
  border-radius: 30px;
  /*font-size: 18px;*/
  /*color: #05CE7C;*/
  font-weight: bold; /*600;*/
  /*cursor: pointer;*/
  /*margin-right: 10px;*/
}

  .button-secondary:hover {
    border: 1px solid var(--psa-blue-light);
    color: var(--psa-blue-light);
    outline: none;
    background: #fff;
  }

  .button-secondary:active {
    border: 1px solid var(--psa-blue-light);
    color: var(--psa-blue-light);
    outline: none;
    background: #fff;
  }

  .button-secondary:focus {
    border: 1px solid var(--psa-blue-light);
    color: var(--psa-blue-light);
    outline: none;
    box-shadow: 0 0 0 0.2rem rgb(81 240 176 / 25%);
  }

  .button-secondary[disabled] {
    border: 1px solid var(--psa-silver);
    background: #fff;
    color: var(--psa-silver);
    cursor: not-allowed;
  }

.wl-dropdown-menu {
  float: inherit; /*overwrite bootstrap*/
  position: initial; /*overwrite bootstrap*/
  display: block; /*overwrite bootstrap*/
  margin: auto;
  padding: 0.2rem 0;
  max-width: 100%;
}

option {
  font-size: 1rem; /*overwrite the bootstrap 1.25rem*/
}

/*overwrite bootstrap because of the asp:linkedbtn in reactivation flow*/
a:hover {
  color: #000; 
}

.display-none {
  display: none;
}

.margin-0px {
  margin: 0px;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.margin-left-10px {
  margin-left: 10px;
}

.margin-top--05pc {
  margin-top: -0.5%;
}

.margin-top--25px {
  margin-top: -25px;
}

.max-width-125px {
  max-width: 125px;
}

.max-width-450px {
  max-width: 450px;
}

.padding-0_15rem-1_25rem {
  padding: 0.15rem 1.25rem;
}

.padding-20px-5px-5px-10px {
  padding: 20px 5px 5px 10px;
}

.height-18px {
  height: 18px;
}

.error-desc {
    font-style: italic;
}</pre></body></html>