<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important
} 

#socialLoginContainer, #idSocialLoginContainer {
	display: none !important;
} 

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

h1 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #666666
   
}

/* Code to change page width START */
.container_12 {
  width: 1600px;
}
.s1_grid_12{
  width: auto;
}
@media only screen and (max-width: 1599px) and (min-width: 600px){
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1599px;
    min-width: 600px;
  }
}
@media only screen and (max-width: 616px){
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
  }
}
/* Code to change page width END */

body
{
  font-family: sans-serif;
}


/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #ffffff;
  color: #1b1464;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  text-decoration: underline;
}

.collapsible2 {
  background-color: #ffffff;
  color: #679FD3;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  font-style: normal
}

.wrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ffffff;
}

.active, .collapsible2:hover {
  background-color: #ffffff;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  flex-flow: row;
  background-color: #ffffff;
  text-align: start
}

body {
  font-family: 'Open Sans', sans-serif;
  }

h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}


</pre></body></html>