<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Nudge Activity*/
.nudgeTopWrapper
{
    padding: 0px 30px 0px 30px;
    background: rgba(0, 0, 0, 0.50);
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
    display: grid;
}
.nudgeParentWrapper
{
    background: white; 
    box-shadow: 0px 9px 46px 8px rgba(15, 60, 151, 0.12); 
    border-radius: 12px;
}
.nudgeChild1
{
    padding: 24px 24px 16px 24px; 
    color: rgba(0, 0, 0, 0.87); 
    font-size: 20px; 
    font-family: Whitney; 
    font-weight: 600; 
    line-height: 24px; 
    letter-spacing: 0.15px; 
    word-wrap: break-word; 
    border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
}
.nudgeChild2
{
    padding: 16px 24px 4px 24px; 
    color: rgba(0, 0, 0, 0.87); 
    font-size: 18px; 
    font-family: Whitney; 
    font-weight: 600; 
    line-height: 24px; 
    letter-spacing: 0.15px; 
    word-wrap: break-word;
}
.nudgeChild3
{
    padding: 0px 24px 16px 24px; 
    color: rgba(0, 0, 0, 0.87); 
    font-size: 18px; 
    font-family: Whitney; 
    font-weight: 400; 
    line-height: 24px; 
    letter-spacing: 0.15px; 
    word-wrap: break-word; 
    border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
}
.nudgeChildButtons
{
    display: flex; 
    padding: 4px 6% 8px 21%; 
    color: rgba(0, 0, 0, 0.87); 
    line-height: 24px; 
    letter-spacing: 0.15px; 
    word-wrap: break-word; 
    cursor:pointer; 
    justify-content: flex-end; 
    align-items: center;
}
.nudgeChildButton1
{
    padding-right:24px; 
    color: #1E69D2;
    font-size: 16px;
    font-family: Whitney;
    font-weight: 600; 
    line-height: 24px;
    letter-spacing: 1.25px;
    word-wrap: break-word;
    padding-top:12px;
    padding-bottom:12px;   
}
.nudgeChildButton1:hover
{
    color: #092A79;
}
.nudgeChildButton2
{
    color: #1E69D2;
    font-size: 16px;
    font-family: Whitney;
    font-weight: 600; 
    line-height: 24px;
    letter-spacing: 1.25px;
    word-wrap: break-word;
    padding-top:12px;
    padding-bottom:12px;
}
.nudgeChildButton2:hover
{
    color: #092A79;
}

.embeddedMessagingConversationButtonWrapper .embeddedMessagingConversationButton div[class="embeddedMessagingIconContainer"] &gt; svg.embeddedMessagingIconChat
{
    display:none;
}

.embeddedMessagingConversationButton {
    background-color: transparent;
}

.embeddedMessagingConversationButtonWrapper {
    position: fixed !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    font-family: sans-serif !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 100021 !important;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #1B4297;
    font-family: "Whitney", sans-serif;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #1B4297;
}

.embeddedServiceLiveAgentStateChatButtonMessage .chatContent {
    display: inline-block !important;
}

.chatMainAreaTitle2 img {
    max-width: 24px !important;
}

.chasitor a {
    color: white;
    text-decoration: none;
}

.chasitor a:hover {
    color: white;
    text-decoration: none;
}

/*Classes for chat invitation ui*/
.chatMainAreaWrapperClass {
    width: 332px;
    align-self: stretch;
    background: #E8F5FE;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 16px;
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: visible;
    z-index: 1001;
    font-family: Whitney;
}

.chatMainAreaClass {
    display: flex;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: center;
}

.chatMainAreaClassSub {
    width: 100%;
    height: 100%;
    background: #E8F5FE;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
    border-radius: 20px 20px 0px 0px;
    /* MyAccount Elevations/09dp */
    box-shadow: 0px 5px 6px 0px rgba(15, 60, 151, 0.10), 0px 3px 16px 0px rgba(15, 60, 151, 0.06), 0px 9px 12px 0px rgba(15, 60, 151, 0.07);
}

.chatMainAreaTitle1 {
    padding: 24px 0px 24px 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7.20px;
    display: inline-flex;
}

.chatMainAreaTitle1Content1 {
    align-self: stretch;
    color: var(--Light-Mode-Content-Primary, rgba(0, 0, 0, 0.87));
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Whitney;
    font-size: 20px;
    font-style: normal;
    /*PLEASE NOTE: The font-weight below has been updated to handle the override of the font-weight. 
    This override is being caused by an unknown css class or style on the A.org end. The original 
    value in Figma is 375. We have bumpped it below to 575 to achieve the same effect. Please pursue
    a story to determine the source class or style on the A.org side that is causing the override. Once 
    determined, the appropriate action would need to be taken*/
    font-weight: 575;/*375;*/
    line-height: 24px;
    letter-spacing: 0.15px;
}

.chatMainAreaTitle1Content2 {
    width: 288px;
    color: var(--Light-Mode-Content-Secondary, rgba(0, 0, 0, 0.60));
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Whitney;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;/*325*/
    line-height: 24px;
    letter-spacing: 0.5px;
}

.chatMainAreaTitle2 {
    border-radius: 36px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
    display: flex;
    padding: 24px 24px 24px 0px;
}

.chatInvitationWrapper {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
    background-color: white;
    padding: 24px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 5px 6px 0px rgba(15, 60, 151, 0.10), 0px 3px 16px 0px rgba(15, 60, 151, 0.06), 0px 9px 12px 0px rgba(15, 60, 151, 0.07);
}

.chatInvitationWrapperSub {
    align-self: stretch;
    height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #1E69D2;
    border-radius: 32px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: inline-flex;
    cursor:pointer;
}

.chatInvitationWrapperSubIconContainer {
    width: 24px;
    height: 24px;
    position: relative;
}

.chatInvitationWrapperSubContent {
    color: white;
    font-size: 16px;
    font-family: Whitney;
    font-weight: 525;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1.25px;
    word-wrap: break-word;
    cursor: pointer;
}

.chatMinimizedAreaWrapper {
    align-self: stretch;
    flex-direction: column;
    margin: 16px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    font-family: Whitney;
    padding: 12px;
    box-shadow: 0px 3px 5px rgba(15, 60, 151, 0.10);
    border-radius: 9999px;
    border: 2px #1E69D2 solid;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    background: white;
    cursor: pointer;
}

.chatMinimizedAreaWrapperContent1 {
    width: 24px;
    height: 24px;
    position: relative;
}

.chatbuttonClass {
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: visible;
    z-index: 999;
    font-family: Whitney;
    padding-bottom: 24px;
    background: white;
    box-shadow: 0px 5px 6px rgba(15, 60, 151, 0.10);
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: inline-flex;
}

.chatButtonClass .assistiveText {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

@media only screen and (min-width: 48em) {
    .chatButtonClass {
        background-color: transparent;
    }
}

.chatButtonClass .helpButton {
    position: fixed;
    bottom: 12px;
    right: 12px;
    height: 46px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.chatButtonClass div[dir="rtl"].helpButton {
    left: 12px;
    right: auto;
}

@supports not (-ms-high-contrast:none) {
    .chatButtonClass.embeddedServiceBottomTabBar .helpButton {
        bottom: calc(0.75rem + env(safe-area-inset-bottom, 0));
    }
}

.chatButtonClass .helpButton .uiButton {
    box-sizing: border-box;
    margin: 0;
    padding: 0 12px;
    height: 46px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    line-height: 1;
    background: #000;
    font-size: 0.875em;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    font-family: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.chatButtonClass .helpButton .uiButton .label {
    color: #fff;
}

.embeddedServicePreventScrolling {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%
}

.chatButtonClass .helpButton .uiButton:focus {
    outline: none;
}

.chatButtonClass .helpButton .helpButtonEnabled:hover::before,
.chatButtonClass .helpButton .helpButtonEnabled:focus::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 23px;
    background-color: #000;
    opacity: 0.2;
    pointer-events: none;
}

.chatButtonClass .helpButton .helpButtonEnabled.no-hover:hover::before,
.chatButtonClass .helpButton .helpButtonEnabled.no-hover:focus::before {
    display: none;
}

@media only screen and (min-width: 48em) {

    .chatButtonClass .helpButton,
    .chatButtonClass.embeddedServiceBottomTabBar .helpButton {
        position: fixed;
        bottom: 0;
    }

    .chatButtonClass .helpButton .uiButton {
        border-radius: 8px 8px 0 0;
    }

    .chatButtonClass .helpButton .uiButton:hover::before,
    .chatButtonClass .helpButton .uiButton:focus::before {
        border-radius: 8px 8px 0 0;
    }
}

.chatButtonClass .uiButton {
    font-weight: bold;
    font-size: 16px;
    margin: 2px 3px;
    padding: 4px 6px;
    min-width: 12em;
    max-width: 14em;
    text-decoration: none;
    text-align: center;
    border: 0;
    background: #dddfe1;
}

.chatButtonClass .helpButtonDisabled {
    cursor: default;
    box-shadow: none;
    text-shadow: none;
}

.chatButtonClass .helpButtonEnabled {
    cursor: pointer;
    position: relative;
}

.chatButtonClass .uiButton .helpButtonLabel {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-width: 100%;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chatButtonClass .uiButton .helpButtonLabel .message {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.helpButtonEnabled:focus .helpButtonLabel {
    text-decoration: underline;
}

.chatButtonClass .embeddedServiceIcon {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
    vertical-align: top;
}

.chatButtonClass div[dir="rtl"] .embeddedServiceIcon {
    margin-left: 10px;
    margin-right: auto;
}

.chatButtonClass .embeddedServiceIcon::before {
    font-family: "embeddedserviceiconfont";
    font-size: 1.25em;
    content: attr(data-icon);
    text-rendering: auto;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.default-device .bodyclass {
    z-index: 1003;
}

.pulse {
    position: absolute;
    border-radius: 100%;
    animation: pulse 1.2s ease infinite;
    background: #B74900;
}

.embedded-messaging-automated-response {
    font-family: var(--font, Whitney, sans-serif), "Twemoji Mozilla", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Android Emoji", "Noto Color Emoji", "EmojiOne Color" !important;
}

.slds-chat-message__body {
    font-family: "Whitney", "Twemoji Mozilla", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Android Emoji", "Noto Color Emoji", "EmojiOne Color" !important;
}

embededmessaging-container {
    font-family: "Whitney", "Twemoji Mozilla", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Android Emoji", "Noto Color Emoji", "EmojiOne Color" !important;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@font-face {
    font-family: "embeddedserviceiconfont";
    src: url(data:application/octet-stream;base64,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) format("truetype");
}

@media only screen and (min-width: 48em) {
    .embedded-messaging&gt;.embeddedMessagingFrame[class~="isMaximized"] {
        max-height: calc(100vh - 40px) !important;
        bottom: 0 !important;
        right: 0 !important;
        z-index: 1001 !important;
    }
}
/*Tabs and other mobile devices*/
/*
@media only screen and (max-width: 689px)
{
    .chatMainAreaWrapperClass
    {
        width: 92%;
        left: 0;
        margin: 16px auto;
    }
}
*/

/*RESKINNED Chat Invitation*/
/*Desktop*/
.chatReskinTopWrapper
{
    margin: 16px; 
    z-index: 998;/*1003;*/
    position: fixed; 
    right: 0;
    bottom: 0; 
}
.chatReskinMainAreaWrapper
{
    background: #9A0A81;
    font-family: Whitney, Roboto, Arial, sans-serif !important; 
    height: 100%; 
    padding-top: 12px;  
    padding-bottom: 12px;  
    padding-left: 12px; 
    padding-right: 20px;  
    box-shadow: 0px 5px 6px rgba(15, 60, 151, 0.10);
    border: 2px white solid;
    border-radius: 9999px;
    align-items: center;
    display: inline-flex;
    overflow: hidden; 
    justify-content: flex-start;
    gap: 8px;
    cursor:pointer;
}
.chatReskinMainArea1
{
    width: 24px;
    height: 24px;
    position: relative;
}
.chatReskinMainArea1Sub
{
    width: 20px; 
    height: 20px; 
    left: 2px; 
    top: 2px; 
    position: absolute;
}
.chatReskinMainArea2
{
    color: white; 
    font-family: Whitney, Roboto, Arial, sans-serif !important; 
    font-size: 16px;
    font-weight: 600;/*375;*/ 
    text-transform: uppercase; 
    line-height: 24px;
    letter-spacing: 1.25px; 
    word-wrap: break-word;
}
/*Mobile*/
.chatReskinMobileWrapper
{
    align-self: stretch;
    flex-direction: column;
    margin: 16px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    font-family: Whitney, Roboto, Arial, sans-serif !important; 
    padding: 12px;
    box-shadow: 0px 3px 5px rgba(15, 60, 151, 0.10);
    border-radius: 9999px;
    border: 2px white solid;/*1px white solid;*/
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    background: #9A0A81;
}
.chatReskinMobileMain1
{
    width: 24px; 
    height: 24px; 
    position: relative;   
}
.chatReskinMobileMain1Sub
{
    width: 20px; 
    height: 20px; 
    left: 2px; 
    top: 2px; 
    position: absolute;    
}</pre></body></html>