* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #00063c;
  line-height: 1.7em;
  font-size: 13px;
}

h2 {
  font-size: 16px;
  line-height: 22px;
  color: #00063C;
  font-weight: bold;
}

@media (min-width: 960px){
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

a,
a:focus,
a:visited {
  text-decoration: none;
  color: #595e7d;
}

a:hover {
  text-decoration: underline;
}

a.ev-lightgrey {
  text-decoration: none;
  color: #136c64;
}

a.ev-lightgrey:focus,
a.ev-lightgrey:hover,
a.lightev-grey:visited {
  text-decoration: underline;
  color: #136c64;
}

.ev-link {
  color: #21b381;
}

.a-review {
  font-size: 90%;
}

.a-review:hover {
  text-decoration: underline;
}

h1 {
  font-weight: bold;
  line-height: 1.1em;
}

h1.with-subtitle {
  margin-bottom: 0.25em !important;
}

p.subtitle {
  margin-top: 0;
  color: #999;
  line-height: 1.3em;
  margin-bottom: 2em;
}

.is-center {
  text-align: center;
}

.is-right {
  text-align: right;
}

.is-right-sm {
  text-align: right;
}

.ev-inline {
  display: inline !important;
}

.l-box {
  padding: 1em;
}

.ev-grey {
  color: #dbe3e5 !important;
}

.ev-grey-2 {
  color: #e5ebed;
}

.ev-grey-3 {
  color: #edf2f5;
}

.ev-grey-4 {
  color: #f6fafc;
}

.ev-green {
  color: #61ff8c !important;
  font-size: 20px;
}

.ev-green-2 {
  color: #21b381 !important;
}

.ev-green-3 {
  color: #136c64 !important;
}

.ev-lightgreen {
  color: #c4fcd6 !important;
}

.ev-lightgreen-2 {
  color: #d6fce3 !important;
}

.ev-lightgreen-3 {
  color: #e5fcf0 !important;
}

.ev-lightgreen-4 {
  color: #f7fcfa !important;
}

.ev-red {
  color: #ff0062 !important;
}

.ev-lightgrey {
  color: #a6adba !important;
}

.ev-blue {
  /* color: #1f8dd6 !important; */
  color: #00063c !important;
}

.ev-blue-2 {
  color: #595e7d !important;
}

.ev-blue-3 {
  color: #a6adba !important;
}

.ev-lightblue {
  color: #00063c !important;
}

.ev-verylightblue {
  color: #00063c !important;
}

.ev-error {
  color: #ff0062 !important;
  margin-bottom: 1em;
  width: 100%;
}

.ev-font-20 {
  font-size: 20px;
}

.h-100 {
  height: 100%;
}

/*FORM Style*/
.pure-form input[type],
.pure-form textarea,
.pure-form select {
  /*border: 1px solid #E5EBED;
  box-shadow: none;
  font-size: 16px; */
  /*width: 100%;*/
  margin-bottom: 1em;
  min-height: 44px;
}


.pure-form input[type="text"],
.pure-form input[type="email"],
.pure-form input[type="password"],
.pure-form input[type="number"],
.pure-form input[type="tel"],
.pure-form textarea,
.pure-form select {
    border-radius: 5px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(219 227 229 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 6 60 / var(--tw-text-opacity));
    min-height: 50px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.pure-form select {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E") no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
  padding-right: 2.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pure-form input[type="text"],
.pure-form input[type="email"],
.pure-form input[type="password"],
.pure-form input[type="number"],
.pure-form input[type="tel"],
.pure-form select {
  height: 50px;
}

.pure-form textarea:focus-visible, .pure-form select:focus-visible, .pure-form input[type]:focus-visible {
  border-color: #00063C;
  outline: 0;
}

label{
  color: #595d7d;
}

.pure-form input[type]::placeholder {
  color: #595d7d;
}

input[type="checkbox"],
input[type="radio"] {
  width: 1em !important;
  min-height: unset !important;
}

.pure-form input.error {
  border-color: #ff0062;
  color: #ff0062;
}

.pure-form input.success {
  /* border-color: #00db71;
	color: #00db71; */
}

.max-582 {
  max-width: 582px;
  margin: 0 auto;
}

/*-- EASYVEST HIDE STYLES --*/
/*Display on/off styles*/
.ev-h {
  display: none !important;
}

.ev-h-md-xl {
  /*display:block;*/
}

.ev-h-sm-xl {
  display: none;
}

.ev-h-sm-md {
  display: none;
}

.ev-h-xl {
  display: block;
}

.ev-h-sm {
  display: none;
}

.ev-hide-when-medium {
  display: none;
}

.ev-hide-when-large {
  display: block;
}

.ev-show-md {
  display: none;
}

.ev-hide-md {
  display: block;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
  background-color: #61ff8c;
  border: 2px solid #00063c;
  color: #00063c;
  border-radius: 4px;
  cursor: pointer;
  padding: 0.75em 1.5em;
  text-decoration: none;
  box-shadow: -4px 4px #00063c;
  font-weight: bold;
}

.ev-button-primary {
  background-color: #61ff8c;
  border: 2px solid #00063c;
  color: #00063c;
  border-radius: 4px;
  cursor: pointer;
  padding: 0.75em 1.5em;
  text-decoration: none;
  box-shadow: -4px 4px #00063c;
  font-weight: bold;
  width: 100%;
}

.ev-signup-button {
  padding: 0.8em 0.5em;
  margin-right: 1em;
  background-color: #61ff8c;
  border: 2px solid #00063c;
  color: #00063c;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: -4px 4px #00063c;
}

a.ev-button-primary {
  background-color: #61ff8c;
  border: 2px solid #00063c;
  color: #00063c;
  border-radius: 4px;
  width: 100%;
  padding: 1em 2em;
  font-weight: bold;
  box-shadow: -4px 4px #00063c;
}

.ev-button-primary-fluid {
  background-color: #61ff8c;
  border: 2px solid #00063c;
  color: #00063c;
  width: 100%;
  font-size: 100% !important;
  /*when small screen*/
  border-radius: 4px;
  padding: 1em 2em;
  font-weight: bold;
  box-shadow: -4px 4px #00063c;
}

.ev-button-primary-fluid:visited {
  color: #00063c;
}

.ev-next {
  border: 1px solid #61ff8c;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.ev-previous {
  border: 1px solid #bbbbbb;
  color: #bbbbbb !important;
  background: none;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.ev-small-text {
  font-size: 0.875em !important;
  line-height: 1.5em !important;
}

.ev-radio-subtext-label {}

.ev-radio-subtext-sublabel {
  margin-left: 0;
  margin-top: 0.3em;
}

.dateFormat {
  display: none;
  /*hide SFDC date link*/
}

.ev-no-margin {
  margin: 0 !important;
}

a.ev-button-primary-small {
  background: #1f8dd6;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 1em 2em;
  border: none;
}

label a {
  text-decoration: underline;
  color: #00063c;
}

/*
 *--
 * This is the class for the pictures & icons Section
 * --
 */
.ev-profile-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /*filter: grayscale(1);*/
  /*-webkit-filter: grayscale(1);*/
}

.ev-center-pic {
  margin: 0 auto !important;
}

/*.ev-profile-pic:hover{
	 filter: none;
     -webkit-filter: none;
 }*/
.fa-i-right {
  margin-right: 7px;
}

.fa-sub {
  padding: 0.25em 1em 2em 13px;
  margin: 0 0 0 7px;
  border-left: 1px solid #dbdbdb;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fa-sub:last-child {
  padding-bottom: 0em;
  /*border goes no further than text bottom on last step*/
}

.fa-sub p {
  margin: 0;
}

.fa-index {
  transform: translate(-2px, -3px);
  background-color: #f6fafc;
  border: 2px solid #00063c;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #00063c;
  font-size: 80%;
  line-height: 14px;
  border-radius: 100%;
  text-align: center;
  margin-right: 7px;
  padding-top: 2px;
  box-shadow: -2px 2px #00063c;
}

.fa-index.ev-h {
  display: none !important;
  /*don't simply hide with ev-h due to css order*/
}

.fa-index.bkg-blue {
  background-color: #61ff8c;
}

.ev-content-wrapper {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

@media (max-width: 767px) {
  .ev-content-wrapper.with-banner {
    padding-top: 13.5em;
  }
}

#easyvalet-div {
  color: #a6adba;
  border-top: 1px solid #dbdbdb;
  padding-top: 1em;
}

#easyvalet-div p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#easyvalet-div p a {
  color: #595d72;
}

.ev-white-link {
  color: #a6adba;
  /*when small used in easyvalet div, no blue background*/
  cursor: pointer;
}

.ev-white-link:hover,
.ev-white-link:visited {
  color: #a6adba;
  /*when small used in easyvalet div, no blue background*/
  text-decoration: underline;
}

.ev-grey-link {
  color: #a6adba;
  cursor: pointer;
}

.ev-grey-link:hover,
.ev-grey-link:visited {
  color: #a6adba;
  text-decoration: underline;
}

/* --------------------------
 * Top bannner
 * --------------------------
*/
#top-banner {
  position: fixed;
  width: 100%;
  left: 44px;
  text-align: right;
  background: rgba(255, 255, 255, 0.7);
  height: 2em;
  top: 0;
  border: 0;
  padding-top: 12px;
}

#top-banner a {
  padding-right: 3.7em;
  top: 1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #2d3e50;
  font-weight: bold;
}

#top-banner a:hover,
#top-banner a:focus {
  text-decoration: underline;
}

/* --------------------------
 * main <div>
 * --------------------------
*/
#main {
  margin-top: 4em;
}

/* --------------------------
 * Community fields layout
 * --------------------------
*/

.ev-c-big-number {
  font-size: 200%;
  margin-bottom: 0.1em;
}

a:hover.ev-c-big-number {
  color: rgb(52, 52, 52);
}

a.ev-c-big-number {
  color: rgb(52, 52, 52);
}

.ev-c-label {
  margin-top: 0.1em;
  text-transform: uppercase;
}

/* --------------------------
 * Width limiters
 * --------------------------
*/
.ev-600 {
  max-width: 600px;
}

/* --------------------------
 * Onboarding
 * --------------------------
*/
#onboarding h4 {
  margin-top: 0em;
  margin-bottom: 0em;
  color: #00063c !important;
}

/* --------------------------
 * Footer
 * --------------------------
*/
.questionnaire-footer {
  padding-top: 10em;
}

.footer {
  margin-top: 1em;
  color: #a6adba;
  font-size: 10px;
  line-height: 1.4em;
  margin-bottom: 5em;
}

.ev-disclaimer {
  border-top: 1px solid #dbdbdb;
}

/* --------------------------
 * Multi-steps form styles
 * --------------------------
*/
/*Display only first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

#progressbar {
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

/*Hide first label (--none--) of the radio button list*/
/*.ev-radio label:first-of-type{
	display:none;
}*/
.ev-radio label {
  display: block;
}

table.ev-radio td {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2em;
  cursor: pointer;
}

/* Outer circle and container */
table.ev-radio td input {
  -webkit-appearance:none;
  width:13px !important;
  height:13px !important;
  border:1px solid #dbe3e5;
  border-radius:9999px;
  outline:none;
  margin-bottom: 0 !important;
  margin-top: 4px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  cursor: pointer;
}


/* Inner hover background for feedback */
table.ev-radio td input:not(:checked):hover {
  background-color: #a6adba;
}

/* Inner circle */
table.ev-radio td input:before {
  content:'';
  width:7px !important;
  height:7px !important;
  border-radius:9999px;
}

/* Border when checked */
table.ev-radio td input:checked{
  border:1px solid #00063C;

}

/* Inner circle color */
table.ev-radio td input:checked:before {
  background: #61ff8c;
}

/* Remove focus blue highlight */
table.ev-radio td input:focus {
  outline: none;
  box-shadow: none;
}

table.ev-radio td input:focus-visible {
  outline: none;
  box-shadow: none;
}



table.ev-radio td label {
  margin-top: 0;
  margin-left: 1em;
  line-height: 20px;
  cursor: pointer;
}


/*Hide the standard SFDC select field replaced by a radio list*/
.ev-fake-radio {
  display: none !important;
}

.ev-input-unit {
  text-align: left;
  margin-top: 0.5em;
  padding-left: 0.5em;
}

.ev-radio td label {
  display: inline !important;
}

.ev-radio td {
  line-height: 2.3em;
}

/* ---------------------------------
 * SFDC Input Fields error messages
 * ---------------------------------
 */
.errorMsg {
  color: #a6adba;
}

.errorMsg strong {
  display: none;
  /*Hide the Error label*/
}

/* ---------------------
 * Tooltip Styles
 * ----------------------
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-transform: initial;
  /*background-image: url(../img/pixel.png);*/
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* --------------------------
 * DatePicker React
 * --------------------------
*/

.custom-calendar-formControlContainer {
  margin-bottom: 1em;
}

.custom-calendar-rightPadding {
  padding-right: 1em;
}

.custom-calendar-inputContainer {
  position: relative;
}

.custom-calendar-input {
  width: 100%;
  margin-bottom: 0 !important;
}

.custom-calendar-inputIcon {
  position: absolute;
  bottom: 0;
  right: 1em;
  height: 2em;
  cursor: pointer;
}

/* --------------------------
 * Performance screen
 * --------------------------
*/
.ev-performance-text-div {
  margin-left: none;
}

/* --------------------------
 * Responsive Styles
 * --------------------------
*/

/* ---------------------------------
 * TABLET small/vertical width & up
 * ---------------------------------
*/
@media screen and (min-width: 48em) {

  /* --------------------------
	 * Performance screen
	 * --------------------------
	*/
  .ev-performance-text-div {
    margin-left: 120px;
  }

  /*-- EASYVEST HIDE STYLES --*/
  /*Display on/off styles*/
  .ev-h-md-xl {
    display: none;
  }

  .ev-h-sm-xl {
    display: block;
  }

  .ev-h-sm-md {
    display: none;
  }

  .ev-h-xl {
    display: block;
  }

  .ev-h-sm {
    display: inline-block;
  }

  .ev-hide-md {
    display: none;
  }

  .ev-show-md {
    display: block;
  }

  .is-center-md {
    text-align: center;
  }

  .is-right-sm {
    text-align: inherit;
  }

  /*-----
	 * Layout styles
	 *-----*/
  .ev-l-border {
    border-left: 1px solid #aaaaaa;
  }

  .ev-r-border {
    border-right: 1px solid #aaaaaa;
  }

  #easyvalet-div {
    border-top: none;
    height: 100%;
  }
}

@media (max-width: 64em) {}

@media (min-width: 64em) {

  /*To keep Easyvalet div fixed when user scrolls on large screens*/
  .ev-fixed-when-large {
    position: fixed;
  }

  .ev-white-link,
  .ev-white-link:hover {
    color: white;
  }
}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 80em) {
  body {
    font-size: 14px;
  }

  /*-- EASYVEST HIDE STYLES --*/
  /*Display on/off styles*/
  .ev-h-md-xl {
    display: none;
  }

  .ev-h-sm-xl {
    display: none;
  }

  .ev-h-sm-md {
    display: block;
  }

  .ev-h-xl {
    display: none;
  }

  .ev-h-sm {
    display: inline-block;
  }

  .ev-hide-when-medium {
    display: block;
  }

  .ev-hide-when-large {
    display: none;
  }

  /*--
	 * Large styles
	 *--*/

  .ev-button-primary-fluid {
    width: auto;
  }
}

.ev-list-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/*
 * -- WHEN PAGE IS PRINTED --
 */
@media print {

  .no-print,
  .no-print * {
    display: none !important;
  }
}

@media (max-width: 48em) {
  .embeddedServiceHelpButton .helpButton {
    bottom: 80px !important;
  }
}

/* ---------------------------------
 * List cell class styles
 * ---------------------------------
 */
.ev-list-cell {
  background: #ffffff;
  --tw-shadow: 0px 1px 1px rgba(0, 6, 60, 0.05), 0px 0px 50px rgba(0, 6, 60, 0.05);
  --tw-shadow-colored: 0px 1px 1px var(--tw-shadow-color), 0px 0px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 1rem 1.25rem 1rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 14px;
  list-style: 20px;
  --tw-border-opacity: 1;
  border-color: rgb(219 227 229 / var(--tw-border-opacity));
  border-width: 1px;
}

.ev-list-cell .big-number {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: #00063c;
  text-align: end;
}

.ev-list-cell .title {
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0.1em;
  color: #00063c;
  text-decoration: none;
}

.ev-list-cell .cell-value {
  font-style: normal;
  font-weight: bold;
  color: #00063c;
}

.ev-list-cell .cell-label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #a6adba;
}

.ev-list-cell .infos {
  font-weight: bold;
  margin: 0;
  text-decoration: none;
  color: #00063C;
}

.performance-big-number {
  font-style: normal;
  font-weight: bold;
  margin: 0;
}

.ev-c-base-container {
  max-width: 768px;
  padding-top: 4em;
  padding: 6em 0.5em 0 0.5em;
  margin: 0 auto;
}

@keyframes principal_button_pressed {
  0% {
    transform: translate(0px, 0px);
    box-shadow: -4px 4px;
  }

  100% {
    transform: translate(-2px, 2px);
    box-shadow: -2px 2px;
  }
}

@keyframes principal_button_released {
  0% {
    transform: translate(-2px, 2px);
    box-shadow: -2px 2px;
  }

  100% {
    transform: translate(0px, 0px);
    box-shadow: -4px 4px;
  }
}

.primary_button {
  display: inline-block;
  background-color: #61ff8c !important;
  color: #00063c !important;
  font-weight: bold !important;
  text-align: center !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  border: 2px solid #00063c !important;
  cursor: pointer !important;
  padding: 13px 20px !important;
  box-shadow: -4px 4px #00063c;
  animation-name: principal_button_released;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  width: fit-content;
  max-width: 100%;
}

.primary_button.white {
  background-color: white !important;
}

.primary_button.inactive,
.primary_button.inactive:hover,
.primary_button.inactive:active {
  background-color: #dbe3e5 !important;
  cursor: default !important;
  animation: unset !important;
}

.primary_button.large {
  width: 100%;
}

.primary_button:hover,
.primary_button:focus {
  animation-name: principal_button_pressed;
}

.bold-circle {
  /* Green #1 */
  background: #61ff8c !important;
  /* easyvest/darkblue */
  border: 2px solid #080f3d !important;
  box-sizing: border-box !important;
  box-shadow: -1px 1px 0px #080f3d !important;
  border-radius: 35px !important;
  padding: 3px !important;
}

.sidebarHeader path,
.headerAnnouncement path {
  stroke: inherit;
  fill: inherit;
}

.download-banner-mobile {
  width: 100%;
  height: 10em;
  color: white;
  font-weight: bold;
  background-color: #00063c;
  padding: 0 1em 0;
  display: flex;
  flex-direction: row;
}

.download-banner .left, .download-banner-mobile .left {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding-bottom: 0.5em;
}

.download-banner .left {
  padding: 1.5em 2em;
  justify-content: space-around;
}

.download-banner-mobile .left {
  padding: 10px;
}

.download-banner .right, .download-banner-mobile .right {
  display: flex;
  flex-shrink: 1;
  flex-direction: column;
}

.download-banner .right {
  justify-content: flex-end;
}

.download-banner-mobile img {
  height: 10em;
  object-fit: scale-down;
}

.download-banner-mobile p {
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 15px;
}


.download-banner {
  display: none;
  width: 100%;
  background-color: #00063c;
  color: white;
  border-radius: 8px;
  margin: 3em 0;
}

.download-banner p {
  margin: 0;
}

.download-banner .banner-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

.download-banner .banner-subtext {
  font-size: 14px;
  line-height: 18px;
  color: #A6ADBA;
  margin-bottom: 1.3em;
}

.download-banner .download-links {
  display: flex;
  flex-direction: row;
}

.download-banner .download-links img {
  height: 46px;
  object-fit: contain;
  margin-right: 1em;
}

.download-banner .download-banner-mobile-phone {
  height: 218px;
  object-fit: contain;
  transform: scale(117%) translate(-22px, -7.4%);
}

.banner-button {
  display: flex;
}

.banner-button a {
  border-radius: 4px;
  background-color: #61FF8C;
  padding: 0.3em 0.8em;
  color: #00063C;
}

.banner-button a:hover {
  text-decoration: none;
}

@media (min-width: 48em) {
  .download-banner-mobile {
    display: none;
  }

  .download-banner {
    display: flex;
  }
}

.pills {
  width: fit-content;
  margin: auto;
  white-space: nowrap;
  border-radius: 9999px;
  background-color: rgb(237 242 245);
  padding: 0.5rem 1rem;
  color: rgb(89 94 125);
  transition-duration: .2s;
  border: 0;
}

.pills:hover {
  text-decoration: underline;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.easyvalet-team {
  object-fit: contain;
  width: 14rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.gap-8 {
  gap: 8px;
}

.ev-global-spinner-container {
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.ev-global-spinner-cog-frame {
  display: flex;
  position: absolute;
  inset: 0px;
  justify-content: center;
  align-items: center;
}

.ev-global-spinner-cog-icon {
  color: #00063C;
}

.ev-overflow-clip {
  overflow: clip;
}

.esg-answer-details {
  font-size: 12px;
  line-height: 18px;
  color: #A6ADBA;
}

/*RADIO INPUT CUSTOMIZATION - END*/

/* MIFID Radio answer details */
.esg-answer-details ul {
  padding-inline-start: 1rem;
}

.mifid {
  overflow: hidden;
  overflow-y: auto;
}

.mifid select {
  height: 44px;
}