/* src/styles/main.scss */
@keyframes snowwind {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 32px 0;
  }
}
@keyframes snowfall {
  from {
    transform: translateY(-16px) rotate(0deg);
  }
  to {
    transform: translateY(1000px) rotate(720deg);
  }
}
@keyframes snowfade {
  from {
    opacity: 0.7;
  }
  60% {
    opacity: 0.7;
  }
  to {
    opacity: 0;
  }
}
.snow {
  display: none;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.snow > div {
  width: 48px;
  height: 48px;
  background-image: url("./media/snowflake-2Z4S5VMI.svg");
  background-repeat: no-repeat;
  position: absolute;
  animation-timing-function:
    linear,
    ease-in-out,
    ease-out;
  animation-duration:
    30s,
    4s,
    30s;
  animation-name:
    snowfall,
    snowwind,
    snowfade;
  animation-iteration-count:
    infinite,
    infinite,
    infinite;
  animation-direction:
    normal,
    alternate,
    normal;
}
.snow > div:nth-child(1) {
  left: 35.9760705873%;
  animation-delay: -11.5976913262s;
}
.snow > div:nth-child(2) {
  left: 22.7148191903%;
  animation-delay: -4.3124574185s;
}
.snow > div:nth-child(3) {
  left: 25.4966941172%;
  animation-delay: -5.8553131365s;
}
.snow > div:nth-child(4) {
  left: 35.9009595235%;
  animation-delay: -14.6820527266s;
}
.snow > div:nth-child(5) {
  left: 47.5996619477%;
  animation-delay: -2.1607351547s;
}
.snow > div:nth-child(6) {
  left: 72.5080193741%;
  animation-delay: -2.8756697968s;
}
.snow > div:nth-child(7) {
  left: 11.505041162%;
  animation-delay: -12.076841524s;
}
.snow > div:nth-child(8) {
  left: 0.9270396771%;
  animation-delay: -10.4944730813s;
}
.snow > div:nth-child(9) {
  left: 12.2841290936%;
  animation-delay: -27.7823235907s;
}
.snow > div:nth-child(10) {
  left: 90.9431625825%;
  animation-delay: -18.925583751s;
}
.snow > div:nth-child(11) {
  left: 73.8980983084%;
  animation-delay: -11.5971871454s;
}
.snow > div:nth-child(12) {
  left: 3.3250088309%;
  animation-delay: -5.7981923191s;
}
.snow > div:nth-child(13) {
  left: 13.0361435124%;
  animation-delay: -17.0226510226s;
}
.snow > div:nth-child(14) {
  left: 55.0097435358%;
  animation-delay: -0.3521061206s;
}
.snow > div:nth-child(15) {
  left: 81.227323695%;
  animation-delay: -15.6378838944s;
}
.snow > div:nth-child(16) {
  left: 69.2173170686%;
  animation-delay: -6.7232924423s;
}
.snow > div:nth-child(17) {
  left: 8.8463421377%;
  animation-delay: -0.8212343931s;
}
.snow > div:nth-child(18) {
  left: 39.3745520109%;
  animation-delay: -29.3181040502s;
}
.snow > div:nth-child(19) {
  left: 20.4726799535%;
  animation-delay: -7.5762570265s;
}
.snow > div:nth-child(20) {
  left: 81.7806862066%;
  animation-delay: -6.5339834276s;
}
.snow > div:nth-child(21) {
  left: 30.7243704387%;
  animation-delay: -24.2881786154s;
}
.snow > div:nth-child(22) {
  left: 96.7541412917%;
  animation-delay: -16.015230804s;
}
.snow > div:nth-child(23) {
  left: 45.718561976%;
  animation-delay: -4.8550182713s;
}
.snow > div:nth-child(24) {
  left: 40.0544151271%;
  animation-delay: -20.6262805203s;
}
.snow > div:nth-child(25) {
  left: 5.0851749406%;
  animation-delay: -1.2842372399s;
}
.snow > div:nth-child(26) {
  left: 51.6854126915%;
  animation-delay: -16.6996093425s;
}
.snow > div:nth-child(27) {
  left: 30.1196270456%;
  animation-delay: -20.8431588852s;
}
.snow > div:nth-child(28) {
  left: 62.9814207579%;
  animation-delay: -5.4564128679s;
}
.snow > div:nth-child(29) {
  left: 88.3015948829%;
  animation-delay: -20.5435738592s;
}
.snow > div:nth-child(30) {
  left: 34.3424666338%;
  animation-delay: -2.7004968825s;
}
.snow > div:nth-child(31) {
  left: 1.9611160163%;
  animation-delay: -16.8816981789s;
}
.snow > div:nth-child(32) {
  left: 20.407833823%;
  animation-delay: -7.2185096722s;
}
.snow > div:nth-child(33) {
  left: 42.5599501706%;
  animation-delay: -12.5810642662s;
}
.snow > div:nth-child(34) {
  left: 61.9262994248%;
  animation-delay: -15.3075645797s;
}
.snow > div:nth-child(35) {
  left: 16.4034493601%;
  animation-delay: -2.5461230667s;
}
.snow > div:nth-child(36) {
  left: 88.4960169587%;
  animation-delay: -9.433885269s;
}
.snow > div:nth-child(37) {
  left: 39.6137395876%;
  animation-delay: -6.8573975342s;
}
.snow > div:nth-child(38) {
  left: 29.7167278896%;
  animation-delay: -10.5012432061s;
}
.snow > div:nth-child(39) {
  left: 57.4656897295%;
  animation-delay: -14.3026732109s;
}
.snow > div:nth-child(40) {
  left: 87.2139228354%;
  animation-delay: -13.1802814151s;
}
.snow > div:nth-child(41) {
  left: 10.2272150624%;
  animation-delay: -16.5825132778s;
}
.snow > div:nth-child(42) {
  left: 53.9415374865%;
  animation-delay: -28.9569889878s;
}
.snow > div:nth-child(43) {
  left: 74.3088777944%;
  animation-delay: -24.0121151731s;
}
.snow > div:nth-child(44) {
  left: 66.4108861644%;
  animation-delay: -18.1511891909s;
}
.snow > div:nth-child(45) {
  left: 91.5532747644%;
  animation-delay: -15.9511631822s;
}
.snow > div:nth-child(46) {
  left: 17.696210112%;
  animation-delay: -28.0828897127s;
}
.snow > div:nth-child(47) {
  left: 38.6909489401%;
  animation-delay: -26.9657758844s;
}
.snow > div:nth-child(48) {
  left: 5.3772238833%;
  animation-delay: -8.4916011243s;
}
.snow > div:nth-child(49) {
  left: 18.7551414801%;
  animation-delay: -21.7087134146s;
}
.snow > div:nth-child(50) {
  left: 60.7854373616%;
  animation-delay: -14.8799754191s;
}
.snow > div:nth-child(51) {
  left: 11.635654401%;
  animation-delay: -10.8257352346s;
}
.snow > div:nth-child(52) {
  left: 82.0518640451%;
  animation-delay: -21.3271527578s;
}
.snow > div:nth-child(53) {
  left: 70.7128362271%;
  animation-delay: -27.4618482437s;
}
.snow > div:nth-child(54) {
  left: 11.4413159795%;
  animation-delay: -26.480484488s;
}
.snow > div:nth-child(55) {
  left: 59.0835167516%;
  animation-delay: -17.896473575s;
}
.snow > div:nth-child(56) {
  left: 18.6503851031%;
  animation-delay: -27.0142577466s;
}
.snow > div:nth-child(57) {
  left: 27.9427111337%;
  animation-delay: -2.6082210624s;
}
.snow > div:nth-child(58) {
  left: 87.4182268747%;
  animation-delay: -21.5608687302s;
}
.snow > div:nth-child(59) {
  left: 78.1583699857%;
  animation-delay: -24.2252000752s;
}
.snow > div:nth-child(60) {
  left: 53.1449447189%;
  animation-delay: -8.7735011733s;
}
.snow > div:nth-child(61) {
  left: 30.0881768566%;
  animation-delay: -11.5987516105s;
}
.snow > div:nth-child(62) {
  left: 85.0637663281%;
  animation-delay: -22.9920191272s;
}
.snow > div:nth-child(63) {
  left: 97.8282389797%;
  animation-delay: -29.1453929245s;
}
.snow > div:nth-child(64) {
  left: 34.5829891495%;
  animation-delay: -20.1416283524s;
}
.snow > div:nth-child(65) {
  left: 0.0400846788%;
  animation-delay: -24.1125203297s;
}
.snow > div:nth-child(66) {
  left: 30.99234884%;
  animation-delay: -11.4963561883s;
}
.snow > div:nth-child(67) {
  left: 62.7479072639%;
  animation-delay: -21.0716053649s;
}
.snow > div:nth-child(68) {
  left: 18.2349001208%;
  animation-delay: -29.1281764311s;
}
.snow > div:nth-child(69) {
  left: 86.8765385351%;
  animation-delay: -18.3535686995s;
}
.snow > div:nth-child(70) {
  left: 17.2297054155%;
  animation-delay: -25.2673835171s;
}
.snow > div:nth-child(71) {
  left: 17.3235696478%;
  animation-delay: -26.5288193012s;
}
.snow > div:nth-child(72) {
  left: 27.8212324378%;
  animation-delay: -5.449322673s;
}
.snow > div:nth-child(73) {
  left: 41.9176008108%;
  animation-delay: -25.04107111s;
}
.snow > div:nth-child(74) {
  left: 59.4112115663%;
  animation-delay: -21.7479177081s;
}
.snow > div:nth-child(75) {
  left: 90.2376072917%;
  animation-delay: -25.3748182328s;
}
.snow > div:nth-child(76) {
  left: 64.0048557463%;
  animation-delay: -22.0258005446s;
}
.snow > div:nth-child(77) {
  left: 53.1226176839%;
  animation-delay: -8.1068567883s;
}
.snow > div:nth-child(78) {
  left: 9.9566358323%;
  animation-delay: -23.3076568446s;
}
.snow > div:nth-child(79) {
  left: 67.3877731895%;
  animation-delay: -26.1035231539s;
}
.snow > div:nth-child(80) {
  left: 12.1794014794%;
  animation-delay: -21.7649046153s;
}
.snow > div:nth-child(81) {
  left: 70.6154480969%;
  animation-delay: -23.8511140189s;
}
.snow > div:nth-child(82) {
  left: 72.3746292405%;
  animation-delay: -22.3161043838s;
}
.snow > div:nth-child(83) {
  left: 1.6664640957%;
  animation-delay: -19.8966131019s;
}
.snow > div:nth-child(84) {
  left: 63.8426411081%;
  animation-delay: -13.78330828s;
}
.snow > div:nth-child(85) {
  left: 75.5153502155%;
  animation-delay: -28.0543227787s;
}
.snow > div:nth-child(86) {
  left: 63.7172924417%;
  animation-delay: -18.2940343143s;
}
.snow > div:nth-child(87) {
  left: 32.2352103404%;
  animation-delay: -8.2976358482s;
}
.snow > div:nth-child(88) {
  left: 45.4830726932%;
  animation-delay: -6.0672121642s;
}
.snow > div:nth-child(89) {
  left: 78.9919072362%;
  animation-delay: -27.9175376317s;
}
.snow > div:nth-child(90) {
  left: 57.3903475931%;
  animation-delay: -21.4935560479s;
}
.snow > div:nth-child(91) {
  left: 90.1688422588%;
  animation-delay: -8.1958227226s;
}
.snow > div:nth-child(92) {
  left: 81.3600462262%;
  animation-delay: -17.1971102995s;
}
.snow > div:nth-child(93) {
  left: 48.3963721586%;
  animation-delay: -12.2546556465s;
}
.snow > div:nth-child(94) {
  left: 64.276011788%;
  animation-delay: -10.796008018s;
}
.snow > div:nth-child(95) {
  left: 49.9761984288%;
  animation-delay: -21.6962002993s;
}
.snow > div:nth-child(96) {
  left: 93.2293450753%;
  animation-delay: -28.0197317425s;
}
.snow > div:nth-child(97) {
  left: 36.2324475371%;
  animation-delay: -25.1492756314s;
}
.snow > div:nth-child(98) {
  left: 16.9896672967%;
  animation-delay: -13.7527026998s;
}
.snow > div:nth-child(99) {
  left: 82.8168873244%;
  animation-delay: -13.5382658344s;
}
.snow > div:nth-child(100) {
  left: 82.0232699794%;
  animation-delay: -9.5889391203s;
}
.theme-xmas.theme-xmas-snow .snow {
  display: block;
}
#toggle-snow {
  position: absolute;
  top: 2px;
  right: 25px;
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: none;
  outline: none;
  color: transparent;
  background: url("./media/snowflake-2Z4S5VMI.svg") no-repeat;
  display: none;
}
.theme-xmas #toggle-snow {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ef-app {
  flex: 1;
}
.content {
  position: relative;
  flex: 1;
  width: 636px;
  margin: auto;
  min-height: 400px;
  padding-top: 8px;
  padding-left: 74px;
  padding-right: 25px;
  padding-bottom: 1px;
}
footer {
  height: 257px;
  position: relative;
}
footer > div {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
footer .wrapper {
  margin: auto;
  margin-top: 50px;
  width: 636px;
  text-align: center;
}
footer .languages {
  margin-top: 70px;
}
footer .flag {
  display: inline-block;
  margin: 10px;
}
footer .flag a {
  color: transparent;
  display: inline-block;
  width: 16px;
  height: 11px;
}
footer .flag a[lang=de-DE] {
  background-image: url("./media/de.x16-QCIWPXY6.png");
  background-repeat: no-repeat;
}
footer .flag a[lang=en-US] {
  background-image: url("./media/en.x16-EGABVHFC.png");
  background-repeat: no-repeat;
}
footer .flag a[lang=es-SP] {
  background-image: url("./media/es.x16-BG3EH6QE.png");
  background-repeat: no-repeat;
}
footer .flag a[lang=fr-FR] {
  background-image: url("./media/fr.x16-UYVUBAE6.png");
  background-repeat: no-repeat;
}
footer .recommendations {
  margin-top: 10px;
}
footer .recommendations a {
  text-shadow: 0 0 1px black;
  display: inline-block;
  margin: 0 0.5em;
  text-decoration: none;
}
footer .recommendations a:hover span {
  text-decoration: underline;
}
footer .recommendations img {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}
footer .recommendations span {
  margin-left: 0.2em;
}
header {
  width: 636px;
  height: 178px;
  margin: auto;
  margin-top: 24px;
  position: relative;
}
header .img-title {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 32px;
  left: 50%;
  height: 100px;
  width: 437px;
  margin-left: -223.5px;
}
header .img-rays {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 175px;
  overflow: hidden;
}
header .img-rays svg {
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
}
header .img-rays .grad {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 178px;
}
header .img-main-bar {
  position: absolute;
  bottom: 0;
  left: 22px;
  right: 22px;
  height: 22px;
  border-radius: 7px;
}
header .img-snow {
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -27px;
  left: -66px;
  height: 69px;
  width: 762px;
}
header .img-left {
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -27px;
  left: -66px;
  height: 201px;
  width: 191px;
}
header .img-right {
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -27px;
  right: -66px;
  height: 194px;
  width: 207px;
}
header .img-expansion-dimensions {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 105px;
  left: 50%;
  width: 182px;
  height: 66px;
  margin-left: -41px;
}
header h1 {
  position: absolute;
  top: 34px;
  left: 100px;
  right: 100px;
  height: 100px;
  opacity: 0;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header .main-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
header .main-bar nav {
  width: 586px;
  height: 22px;
  margin: auto;
  text-align: center;
}
header .main-bar a {
  display: inline-block;
  line-height: 12pt;
  margin: 2px;
  padding: 0 5px;
  text-decoration: none;
}
header .main-bar a.button {
  text-align: center;
  cursor: pointer;
}
header .main-bar a:not(.button):hover {
  text-decoration: underline;
}
html {
  height: 100%;
}
body {
  display: flex;
  min-height: 100%;
  min-width: 762px;
  font-family:
    Trebuchet MS,
    Verdana,
    Georgia,
    sans-serif;
  font-size: 10pt;
  text-align: justify;
  position: relative;
}
p {
  line-height: 1.15em;
}
ef-app {
  color: #8f201e;
  background-color: #3a366f;
  background-image:
    url("./media/landscape-back-overlay-K3LT75RH.png"),
    linear-gradient(#26264d 0, #3a366f 100%),
    radial-gradient(
      circle at 131px 101px,
      white,
      rgba(255, 255, 255, 0.3) 3px,
      rgba(255, 255, 255, 0.1) 4px,
      transparent 6px),
    radial-gradient(
      circle at 73px 111px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 54px 58px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 230px 69px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 233px 127px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 245px 99px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    linear-gradient(#26264d 0, #3a366f 100%);
  background-size:
    auto,
    762px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px;
  background-position:
    bottom center,
    top center,
    top center,
    top center,
    top center,
    top center,
    top center,
    top center,
    top center;
  background-repeat:
    repeat-x,
    no-repeat,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x;
}
ef-app.theme-xmas {
  color: #8f201e;
  background-color: #3a366f;
  background-image:
    url("./media/landscape-back-overlay-K3LT75RH.png"),
    linear-gradient(#26264d 0, #3a366f 100%),
    radial-gradient(
      circle at 131px 101px,
      white,
      rgba(255, 255, 255, 0.3) 3px,
      rgba(255, 255, 255, 0.1) 4px,
      transparent 6px),
    radial-gradient(
      circle at 73px 111px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 54px 58px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 230px 69px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 233px 127px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    radial-gradient(
      circle at 245px 99px,
      white,
      rgba(255, 255, 255, 0.1) 1px,
      transparent 5px),
    linear-gradient(#26264d 0, #3a366f 100%);
  background-size:
    auto,
    762px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px,
    262px 202px;
  background-position:
    bottom center,
    top center,
    top center,
    top center,
    top center,
    top center,
    top center,
    top center,
    top center;
  background-repeat:
    repeat-x,
    no-repeat,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x,
    repeat-x;
}
.content {
  border-left: 3px solid #c52f36;
  border-right: 3px solid #c52f36;
  background-color: #ebd9e6;
}
.content strong {
  font-weight: bold;
}
.content h1 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18pt;
  font-weight: normal;
  text-align: right;
  border-bottom: solid 1px #8f201e;
}
.content nav.main-nav {
  width: 32px;
  height: 100px;
  position: absolute;
  top: 33px;
  left: 20px;
}
.content form.logout input,
.content a.settings {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  color: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
}
.content a.settings {
  background: url("./media/icon_account-NGHSGOVL.png");
}
.content form.logout input {
  background: url("./media/icon_logout-7EF6SNFC.png");
}
footer > div {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
footer .img-front {
  background-image: url("./media/landscape-front-VWE4MQVO.png");
  background-position: center;
}
footer .img-back {
  height: 100%;
  width: 636px;
  margin: auto;
  border-left: 3px solid #c52f36;
  border-right: 3px solid #c52f36;
  background-color: #ebd9e6;
}
footer .wrapper {
  margin: auto;
  margin-top: 50px;
  width: 636px;
  text-align: center;
}
footer .recommendations a {
  color: white;
}
header {
  border-top: 3px solid #c52f36;
  border-left: 3px solid #c52f36;
  border-right: 3px solid #c52f36;
  background-color: #ebd9e6;
}
header .img-title {
  background-image: url("./media/header-title-2Q2A4C5P.png");
}
header .img-rays svg #header-rays {
  fill: rgba(221, 34, 47, 0.3);
}
header .img-rays .grad {
  background-image: linear-gradient(transparent 74px, #ebd9e6 124px);
  background-size: 100% 178px;
  background-position: bottom center;
  background-repeat: repeat-x;
}
header .img-main-bar {
  background-color: hsl(357, 55%, 68%);
  background-image:
    repeating-linear-gradient(
      -66.67deg,
      transparent,
      transparent 0px,
      hsl(357, 55%, 62%) 4px,
      hsl(357, 55%, 62%) 4px,
      transparent 8px);
}
header .img-snow {
  display: initial;
  background-image: url("./media/header-snow-JLRXPTEL.png");
}
header .img-left {
  display: initial;
  background-image: url("./media/header-hof-A4LGM5DF.svg");
}
header .img-right {
  display: initial;
  background-image: url("./media/header-igor-ef-46LEHINX.svg");
}
header .img-expansion-dimensions {
  background-image: url("./media/header-expansion-dimensions-OITNCBT2.png");
}
header .main-bar a {
  color: #ffffff;
}
header .main-bar a.button {
  background-color: #b4b4b4;
  border: solid 1px #8f201e;
}
header .main-bar a.button:hover {
  background: #9b9b9b;
}
ef-app.theme-xmas .content {
  border-left: 3px solid #c52f36;
  border-right: 3px solid #c52f36;
  background-color: #ebd9e6;
}
ef-app.theme-xmas .content strong {
  font-weight: bold;
}
ef-app.theme-xmas .content h1 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18pt;
  font-weight: normal;
  text-align: right;
  border-bottom: solid 1px #8f201e;
}
ef-app.theme-xmas .content nav.main-nav {
  width: 32px;
  height: 100px;
  position: absolute;
  top: 33px;
  left: 20px;
}
ef-app.theme-xmas .content form.logout input,
ef-app.theme-xmas .content a.settings {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  color: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
}
ef-app.theme-xmas .content a.settings {
  background: url("./media/icon_account-NGHSGOVL.png");
}
ef-app.theme-xmas .content form.logout input {
  background: url("./media/icon_logout-7EF6SNFC.png");
}
ef-app.theme-xmas footer > div {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
ef-app.theme-xmas footer .img-front {
  background-image: url("./media/landscape-front-VWE4MQVO.png");
  background-position: center;
}
ef-app.theme-xmas footer .img-back {
  height: 100%;
  width: 636px;
  margin: auto;
  border-left: 3px solid #c52f36;
  border-right: 3px solid #c52f36;
  background-color: #ebd9e6;
}
ef-app.theme-xmas footer .wrapper {
  margin: auto;
  margin-top: 50px;
  width: 636px;
  text-align: center;
}
ef-app.theme-xmas footer .recommendations a {
  color: white;
}
ef-app.theme-xmas header {
  border-top: 3px solid #c52f36;
  border-left: 3px solid #c52f36;
  border-right: 3px solid #c52f36;
  background-color: #ebd9e6;
}
ef-app.theme-xmas header .img-title {
  background-image: url("./media/header-title-2Q2A4C5P.png");
}
ef-app.theme-xmas header .img-rays svg #header-rays {
  fill: rgba(221, 34, 47, 0.3);
}
ef-app.theme-xmas header .img-rays .grad {
  background-image: linear-gradient(transparent 74px, #ebd9e6 124px);
  background-size: 100% 178px;
  background-position: bottom center;
  background-repeat: repeat-x;
}
ef-app.theme-xmas header .img-main-bar {
  background-color: hsl(357, 55%, 68%);
  background-image:
    repeating-linear-gradient(
      -66.67deg,
      transparent,
      transparent 0px,
      hsl(357, 55%, 62%) 4px,
      hsl(357, 55%, 62%) 4px,
      transparent 8px);
}
ef-app.theme-xmas header .img-snow {
  display: initial;
  background-image: url("./media/header-snow-JLRXPTEL.png");
}
ef-app.theme-xmas header .img-left {
  display: initial;
  background-image: url("./media/header-tuber-P2WKOL25.png");
}
ef-app.theme-xmas header .img-right {
  display: initial;
  background-image: url("./media/header-igor-GJNPT5WG.png");
}
ef-app.theme-xmas header .img-expansion-dimensions {
  background-image: url("./media/header-expansion-dimensions.xmas-KYJEKBS6.png");
}
ef-app.theme-xmas header .main-bar a {
  color: #ffffff;
}
ef-app.theme-xmas header .main-bar a.button {
  background-color: #b4b4b4;
  border: solid 1px #8f201e;
}
ef-app.theme-xmas header .main-bar a.button:hover {
  background: #9b9b9b;
}
.body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#tid-bar {
  height: 32px;
  background-color: #111317;
  color: #b7b9c6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
#tid-bar marquee {
  line-height: 32px;
  font-family: Arial, sans-serif;
  font-size: 12pt;
}
header {
  width: 636px;
  height: 178px;
  margin: auto;
  margin-top: 24px;
  position: relative;
}
header .img-title {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  top: 32px;
  left: 50%;
  height: 100px;
  width: 437px;
  margin-left: -223.5px;
}
header .img-rays {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 175px;
  overflow: hidden;
}
header .img-rays svg {
  position: absolute;
  bottom: 37px;
  left: 0;
  right: 0;
}
header .img-rays .grad {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 178px;
}
header .img-main-bar {
  position: absolute;
  bottom: 0;
  left: 22px;
  right: 22px;
  height: 22px;
  border-radius: 7px;
}
header .img-snow {
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -27px;
  left: -66px;
  height: 69px;
  width: 762px;
}
header .img-left {
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -27px;
  left: -66px;
  height: 201px;
  width: 191px;
}
header .img-right {
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -27px;
  right: -66px;
  height: 194px;
  width: 207px;
}
header .img-expansion-dimensions {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 105px;
  left: 50%;
  width: 182px;
  height: 66px;
  margin-left: -41px;
}
header h1 {
  position: absolute;
  top: 34px;
  left: 100px;
  right: 100px;
  height: 100px;
  opacity: 0;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header .main-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
header .main-bar nav {
  width: 586px;
  height: 22px;
  margin: auto;
  text-align: center;
}
header .main-bar a {
  display: inline-block;
  line-height: 12pt;
  margin: 2px;
  padding: 0 5px;
  text-decoration: none;
}
header .main-bar a.button {
  text-align: center;
  cursor: pointer;
}
header .main-bar a:not(.button):hover {
  text-decoration: underline;
}
input.small,
select.small {
  background-color: white;
  outline: none;
  width: 150px;
  font-family:
    Trebuchet MS,
    Verdana,
    Georgia,
    sans serif;
  margin: 0;
  padding: 0;
  border: 1px solid hsl(357, 55%, 68%);
  font-size: 10pt;
  color: hsl(357, 55%, 62%);
}
input.small:focus,
select.small:focus {
  border-style: dashed;
}
input[type=submit].small {
  width: 100%;
  color: #ffffff;
  background-color: hsl(357, 61%, 71%);
  border-top: 1px solid hsl(357, 61%, 66%);
  border-left: 1px solid hsl(357, 61%, 66%);
  border-bottom: 1px solid hsl(357, 61%, 53%);
  border-right: 1px solid hsl(357, 61%, 53%);
  text-align: center;
  cursor: pointer;
}
input[type=submit].small:not([disabled]):hover {
  border-top: 1px solid hsl(357, 61%, 53%);
  border-left: 1px solid hsl(357, 61%, 53%);
  border-bottom: 1px solid hsl(357, 61%, 66%);
  border-right: 1px solid hsl(357, 61%, 66%);
  background-color: hsl(357, 61%, 69%);
}
input[type=submit].small[disabled] {
  cursor: default;
}
.form-row {
  position: relative;
  height: 22px;
  margin-top: 8px;
}
.form-row > .left,
.form-row > .right {
  width: 50%;
  display: inline-block;
}
.form-row > .left {
  padding-right: 30px;
  text-align: right;
}
.form-row > .left span {
  font-weight: bold;
}
ef-game-list a {
  display: flow-root;
  padding: 10px;
  width: 100%;
  text-decoration: none;
  border: none;
  background-color: transparent;
  color: inherit;
  text-align: left;
}
ef-game-list a:hover {
  background-color: rgba(124, 75, 77, 0.2);
}
ef-game-list a {
  cursor: pointer;
}
ef-game-list img {
  float: left;
  width: 60px;
  height: 60px;
}
ef-game-list span {
  display: block;
}
ef-game-list .details {
  margin-left: 70px;
}
ef-game-list .name {
  margin-bottom: 5px;
  font-size: 1.2em;
}
ef-game-list .version {
  float: right;
}
ef-game-list .description {
  text-align: justify;
  opacity: 0.7;
  line-height: 1.1em;
}
ef-game-pagination ul {
  text-align: center;
}
ef-game-pagination li {
  display: inline-block;
  margin: 0 0.3em;
  font-size: 2em;
}
ef-game-view .game-tabs a,
ef-leaderboard .game-tabs a,
ef-profile .game-tabs a {
  display: block;
  float: left;
  padding: 10px 15px;
  background: #e8b0b3;
  border: 1px solid #e8b0b3;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  margin-left: 10px;
  margin-right: 1px;
  color: #8f201e;
  text-decoration: none;
}
ef-game-view .game-tabs a + a,
ef-leaderboard .game-tabs a + a,
ef-profile .game-tabs a + a {
  margin-left: 0;
}
ef-game-view .game-tabs a.blurred,
ef-leaderboard .game-tabs a.blurred,
ef-profile .game-tabs a.blurred {
  background-repeat: repeat-x;
  background-size: 1px 10px;
  background-position: bottom;
  background-image: linear-gradient(#e8b0b3, #d38184);
}
ef-game-view .game-tabs a.blurred:hover,
ef-leaderboard .game-tabs a.blurred:hover,
ef-profile .game-tabs a.blurred:hover {
  background-size: 1px 100%;
}
ef-game-view nav,
ef-leaderboard nav,
ef-profile nav {
  padding: 0 0 34px 0;
}
table {
  border: 1px solid #6a100e;
  width: 100%;
}
thead th {
  padding: 4px;
  text-align: center;
  background-color: #e8b0b3;
  color: #8f201e;
  border: 1px solid #6a100e;
}
td {
  padding: 4px;
  text-align: center;
  border: 1px solid #6a100e;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-HUJVDVM5.css.map */
