/* 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: 34.0906052906%;
  animation-delay: -21.3307296166s;
}
.snow > div:nth-child(2) {
  left: 85.9209826444%;
  animation-delay: -3.5512141662s;
}
.snow > div:nth-child(3) {
  left: 90.5949895201%;
  animation-delay: -18.7459293338s;
}
.snow > div:nth-child(4) {
  left: 60.5348393882%;
  animation-delay: -25.3444458064s;
}
.snow > div:nth-child(5) {
  left: 66.9059879048%;
  animation-delay: -5.4923126495s;
}
.snow > div:nth-child(6) {
  left: 71.2414344574%;
  animation-delay: -18.8013223889s;
}
.snow > div:nth-child(7) {
  left: 84.0109134244%;
  animation-delay: -6.5707190492s;
}
.snow > div:nth-child(8) {
  left: 48.0117026073%;
  animation-delay: -29.8808849135s;
}
.snow > div:nth-child(9) {
  left: 43.6636265822%;
  animation-delay: -16.8536398657s;
}
.snow > div:nth-child(10) {
  left: 19.3301213318%;
  animation-delay: -19.2905237372s;
}
.snow > div:nth-child(11) {
  left: 29.7605750624%;
  animation-delay: -23.2735491809s;
}
.snow > div:nth-child(12) {
  left: 85.912921039%;
  animation-delay: -29.0095346506s;
}
.snow > div:nth-child(13) {
  left: 22.3082362821%;
  animation-delay: -3.6952106266s;
}
.snow > div:nth-child(14) {
  left: 87.536445006%;
  animation-delay: -18.912428965s;
}
.snow > div:nth-child(15) {
  left: 57.5773650869%;
  animation-delay: -27.8733342953s;
}
.snow > div:nth-child(16) {
  left: 55.0121745615%;
  animation-delay: -1.0104468699s;
}
.snow > div:nth-child(17) {
  left: 75.9904868705%;
  animation-delay: -29.0637344969s;
}
.snow > div:nth-child(18) {
  left: 70.6623748595%;
  animation-delay: -19.4863563643s;
}
.snow > div:nth-child(19) {
  left: 26.6714569449%;
  animation-delay: -26.5009182303s;
}
.snow > div:nth-child(20) {
  left: 91.7145421426%;
  animation-delay: -14.5826217214s;
}
.snow > div:nth-child(21) {
  left: 24.0494243007%;
  animation-delay: -7.2518269357s;
}
.snow > div:nth-child(22) {
  left: 9.0973657868%;
  animation-delay: -8.5442133021s;
}
.snow > div:nth-child(23) {
  left: 65.8038851509%;
  animation-delay: -21.8705318666s;
}
.snow > div:nth-child(24) {
  left: 31.959545491%;
  animation-delay: -11.2836615175s;
}
.snow > div:nth-child(25) {
  left: 16.9299492384%;
  animation-delay: -24.0340006952s;
}
.snow > div:nth-child(26) {
  left: 77.6865527511%;
  animation-delay: -20.0973024853s;
}
.snow > div:nth-child(27) {
  left: 56.2801829803%;
  animation-delay: -7.1340784047s;
}
.snow > div:nth-child(28) {
  left: 90.1399040058%;
  animation-delay: -9.013605196s;
}
.snow > div:nth-child(29) {
  left: 65.9234224908%;
  animation-delay: -6.5356532199s;
}
.snow > div:nth-child(30) {
  left: 9.1661684363%;
  animation-delay: -22.4084763709s;
}
.snow > div:nth-child(31) {
  left: 4.2086225483%;
  animation-delay: -15.8081173244s;
}
.snow > div:nth-child(32) {
  left: 72.297009118%;
  animation-delay: -7.8405406263s;
}
.snow > div:nth-child(33) {
  left: 57.0741802612%;
  animation-delay: -29.6198715412s;
}
.snow > div:nth-child(34) {
  left: 84.9971916538%;
  animation-delay: -25.6132125762s;
}
.snow > div:nth-child(35) {
  left: 60.3638600947%;
  animation-delay: -27.7367826768s;
}
.snow > div:nth-child(36) {
  left: 81.4644252416%;
  animation-delay: -17.974780833s;
}
.snow > div:nth-child(37) {
  left: 70.3928644092%;
  animation-delay: -5.9111020127s;
}
.snow > div:nth-child(38) {
  left: 74.2604720224%;
  animation-delay: -2.9576927832s;
}
.snow > div:nth-child(39) {
  left: 87.9934071851%;
  animation-delay: -7.3855315181s;
}
.snow > div:nth-child(40) {
  left: 26.6601873072%;
  animation-delay: -24.0447657441s;
}
.snow > div:nth-child(41) {
  left: 94.7294628287%;
  animation-delay: -18.2402743717s;
}
.snow > div:nth-child(42) {
  left: 77.8925582949%;
  animation-delay: -19.5227892812s;
}
.snow > div:nth-child(43) {
  left: 42.7260109935%;
  animation-delay: -27.5392142984s;
}
.snow > div:nth-child(44) {
  left: 81.6524644015%;
  animation-delay: -18.3501858559s;
}
.snow > div:nth-child(45) {
  left: 91.2364771347%;
  animation-delay: -9.0602346979s;
}
.snow > div:nth-child(46) {
  left: 97.0541237989%;
  animation-delay: -25.1022110153s;
}
.snow > div:nth-child(47) {
  left: 1.1416846856%;
  animation-delay: -0.9466542725s;
}
.snow > div:nth-child(48) {
  left: 12.9869636058%;
  animation-delay: -27.7447247271s;
}
.snow > div:nth-child(49) {
  left: 71.9744733673%;
  animation-delay: -24.7579806022s;
}
.snow > div:nth-child(50) {
  left: 17.1323884154%;
  animation-delay: -2.0765671236s;
}
.snow > div:nth-child(51) {
  left: 88.8532633941%;
  animation-delay: -14.6558886232s;
}
.snow > div:nth-child(52) {
  left: 52.993559105%;
  animation-delay: -20.6979525099s;
}
.snow > div:nth-child(53) {
  left: 90.6587776045%;
  animation-delay: -25.8733952864s;
}
.snow > div:nth-child(54) {
  left: 46.447777255%;
  animation-delay: -21.4297256999s;
}
.snow > div:nth-child(55) {
  left: 31.7598629797%;
  animation-delay: -16.9606980313s;
}
.snow > div:nth-child(56) {
  left: 13.736549038%;
  animation-delay: -6.2953828059s;
}
.snow > div:nth-child(57) {
  left: 62.7880547332%;
  animation-delay: -7.164466369s;
}
.snow > div:nth-child(58) {
  left: 57.1480857233%;
  animation-delay: -23.7703514268s;
}
.snow > div:nth-child(59) {
  left: 81.9582801488%;
  animation-delay: -8.0805462195s;
}
.snow > div:nth-child(60) {
  left: 52.4821147106%;
  animation-delay: -7.170631727s;
}
.snow > div:nth-child(61) {
  left: 43.6510175721%;
  animation-delay: -8.7462278016s;
}
.snow > div:nth-child(62) {
  left: 81.3121939578%;
  animation-delay: -2.0162137906s;
}
.snow > div:nth-child(63) {
  left: 72.7790082327%;
  animation-delay: -6.7833879679s;
}
.snow > div:nth-child(64) {
  left: 17.4156406179%;
  animation-delay: -20.0879561287s;
}
.snow > div:nth-child(65) {
  left: 0.0172224155%;
  animation-delay: -8.8849056727s;
}
.snow > div:nth-child(66) {
  left: 86.8286623343%;
  animation-delay: -29.3199627372s;
}
.snow > div:nth-child(67) {
  left: 32.8104830762%;
  animation-delay: -28.0935785725s;
}
.snow > div:nth-child(68) {
  left: 47.3130353599%;
  animation-delay: -14.1198222652s;
}
.snow > div:nth-child(69) {
  left: 62.981400682%;
  animation-delay: -2.1286692645s;
}
.snow > div:nth-child(70) {
  left: 21.771759566%;
  animation-delay: -19.6956589568s;
}
.snow > div:nth-child(71) {
  left: 39.2426229877%;
  animation-delay: -7.08382716s;
}
.snow > div:nth-child(72) {
  left: 85.5541643865%;
  animation-delay: -11.4348231975s;
}
.snow > div:nth-child(73) {
  left: 10.1150587807%;
  animation-delay: -21.0934554528s;
}
.snow > div:nth-child(74) {
  left: 64.4381168008%;
  animation-delay: -0.5596217299s;
}
.snow > div:nth-child(75) {
  left: 49.1822607208%;
  animation-delay: -27.215668365s;
}
.snow > div:nth-child(76) {
  left: 93.7807196329%;
  animation-delay: -5.4014716084s;
}
.snow > div:nth-child(77) {
  left: 97.4172852654%;
  animation-delay: -25.1822420593s;
}
.snow > div:nth-child(78) {
  left: 88.1488683867%;
  animation-delay: -23.6171409768s;
}
.snow > div:nth-child(79) {
  left: 23.1936869976%;
  animation-delay: -0.032591742s;
}
.snow > div:nth-child(80) {
  left: 31.6768668728%;
  animation-delay: -11.9792438113s;
}
.snow > div:nth-child(81) {
  left: 95.6947246122%;
  animation-delay: -27.8497148489s;
}
.snow > div:nth-child(82) {
  left: 30.4311807368%;
  animation-delay: -19.1204811204s;
}
.snow > div:nth-child(83) {
  left: 79.736793186%;
  animation-delay: -8.0296170593s;
}
.snow > div:nth-child(84) {
  left: 16.6797019927%;
  animation-delay: -29.8098052072s;
}
.snow > div:nth-child(85) {
  left: 24.7545834414%;
  animation-delay: -29.3071529904s;
}
.snow > div:nth-child(86) {
  left: 46.6720828913%;
  animation-delay: -2.5015189665s;
}
.snow > div:nth-child(87) {
  left: 25.5270703083%;
  animation-delay: -13.6253663105s;
}
.snow > div:nth-child(88) {
  left: 53.9168735228%;
  animation-delay: -23.8874751133s;
}
.snow > div:nth-child(89) {
  left: 8.5564798589%;
  animation-delay: -10.0330540422s;
}
.snow > div:nth-child(90) {
  left: 58.4381979594%;
  animation-delay: -17.554233884s;
}
.snow > div:nth-child(91) {
  left: 27.2604883859%;
  animation-delay: -7.4210168484s;
}
.snow > div:nth-child(92) {
  left: 48.9993160541%;
  animation-delay: -22.9556702173s;
}
.snow > div:nth-child(93) {
  left: 22.6678806922%;
  animation-delay: -1.6355069352s;
}
.snow > div:nth-child(94) {
  left: 86.0418704732%;
  animation-delay: -9.9871349029s;
}
.snow > div:nth-child(95) {
  left: 27.5629393995%;
  animation-delay: -21.2918298784s;
}
.snow > div:nth-child(96) {
  left: 4.8984943383%;
  animation-delay: -16.5290992076s;
}
.snow > div:nth-child(97) {
  left: 70.6951982278%;
  animation-delay: -18.5863982397s;
}
.snow > div:nth-child(98) {
  left: 86.3540380617%;
  animation-delay: -15.1857017796s;
}
.snow > div:nth-child(99) {
  left: 95.9492315816%;
  animation-delay: -26.9846248042s;
}
.snow > div:nth-child(100) {
  left: 51.3015625782%;
  animation-delay: -3.2366152501s;
}
.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;
  cursor: pointer;
}
ef-game-list a:hover {
  background-color: rgba(124, 75, 77, 0.2);
}
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-DS5L4FAF.css.map */
