:root body{
--theme-color--foreground: #ffffff;
    --theme-color--background: #000000;
    --theme-color--appbackground: #201d1c;
    --theme-color--primary: #d0c40f;
    --theme-color--primary_dark: #bd9a00;
    --theme-color--secondary: #EBC05C;
    --theme-color--secondary_dark: #C7A456;
    --theme-color--grey_light: #ffffff;
    --theme-color--grey_strong: #5A5A5A;
    --theme-color--grey_dark: #343434;
    --theme-color--grey_darker: #272C32;
    --theme-color--translucid: rgb(232 222 196 / 8%);
    --theme-color--buttons: #000000;
    --theme-color--fader: rgba(18, 20, 24, 0.9), rgba(18, 20, 24, 0);
}

.es-header--logo {
  height: unset;
}

.es-home_logo img, .es-header--logo img, .es-footer--about img {
  aspect-ratio: unset !important;
  height: auto; 
  max-width: 150px;
}

.es-home .es-home--form .es-home_logo{
  max-width: 41% !important;
}



.es-method--form .es-method--form_addr{
  background-color: #faefdb !important;
}

.es-method--form .es-method--form_addr li{
  color: #000000 !important;
}

.es-fullmodal .es-fullmodal--container .es-fullmodal--content .es-fullmodal--body_scroller{
  color: #000000 !important;
}