/* 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: 11.8224509001%;
  animation-delay: -9.0654313525s;
}
.snow > div:nth-child(2) {
  left: 23.8109412143%;
  animation-delay: -18.166418236s;
}
.snow > div:nth-child(3) {
  left: 44.6131497326%;
  animation-delay: -7.9060368435s;
}
.snow > div:nth-child(4) {
  left: 69.8280331116%;
  animation-delay: -16.6754068085s;
}
.snow > div:nth-child(5) {
  left: 16.7670635273%;
  animation-delay: -16.3042037233s;
}
.snow > div:nth-child(6) {
  left: 33.6751639599%;
  animation-delay: -18.37054819s;
}
.snow > div:nth-child(7) {
  left: 24.5921208518%;
  animation-delay: -0.8357454348s;
}
.snow > div:nth-child(8) {
  left: 48.5904056047%;
  animation-delay: -11.3263474784s;
}
.snow > div:nth-child(9) {
  left: 64.7266520374%;
  animation-delay: -24.5968579313s;
}
.snow > div:nth-child(10) {
  left: 78.2308742283%;
  animation-delay: -24.3998528667s;
}
.snow > div:nth-child(11) {
  left: 11.4664982136%;
  animation-delay: -17.9197883094s;
}
.snow > div:nth-child(12) {
  left: 41.7431515928%;
  animation-delay: -5.9673133131s;
}
.snow > div:nth-child(13) {
  left: 38.9157419536%;
  animation-delay: -3.5804451062s;
}
.snow > div:nth-child(14) {
  left: 18.600658302%;
  animation-delay: -12.879611539s;
}
.snow > div:nth-child(15) {
  left: 35.3604931138%;
  animation-delay: -20.1247869016s;
}
.snow > div:nth-child(16) {
  left: 59.3703949381%;
  animation-delay: -0.4865244942s;
}
.snow > div:nth-child(17) {
  left: 86.4580408368%;
  animation-delay: -7.0920633833s;
}
.snow > div:nth-child(18) {
  left: 87.5444137587%;
  animation-delay: -2.3256011128s;
}
.snow > div:nth-child(19) {
  left: 77.5945034299%;
  animation-delay: -16.658064476s;
}
.snow > div:nth-child(20) {
  left: 5.4586681313%;
  animation-delay: -11.4925491858s;
}
.snow > div:nth-child(21) {
  left: 84.0192208722%;
  animation-delay: -2.1240049004s;
}
.snow > div:nth-child(22) {
  left: 57.6772615408%;
  animation-delay: -11.1592235702s;
}
.snow > div:nth-child(23) {
  left: 44.3802915589%;
  animation-delay: -15.8416852754s;
}
.snow > div:nth-child(24) {
  left: 58.2036162434%;
  animation-delay: -4.0505296662s;
}
.snow > div:nth-child(25) {
  left: 32.8511604558%;
  animation-delay: -17.1019557794s;
}
.snow > div:nth-child(26) {
  left: 52.2756954442%;
  animation-delay: -15.622023525s;
}
.snow > div:nth-child(27) {
  left: 39.992005684%;
  animation-delay: -25.4197091978s;
}
.snow > div:nth-child(28) {
  left: 94.9749212667%;
  animation-delay: -8.9947966984s;
}
.snow > div:nth-child(29) {
  left: 32.1769950598%;
  animation-delay: -11.3170198652s;
}
.snow > div:nth-child(30) {
  left: 26.6133884275%;
  animation-delay: -18.1796976181s;
}
.snow > div:nth-child(31) {
  left: 69.6758143302%;
  animation-delay: -1.1196577194s;
}
.snow > div:nth-child(32) {
  left: 78.6022920052%;
  animation-delay: -2.8757145781s;
}
.snow > div:nth-child(33) {
  left: 15.4241768202%;
  animation-delay: -13.0241770278s;
}
.snow > div:nth-child(34) {
  left: 57.4613731198%;
  animation-delay: -8.5352587747s;
}
.snow > div:nth-child(35) {
  left: 62.5025442925%;
  animation-delay: -16.9665637818s;
}
.snow > div:nth-child(36) {
  left: 54.1868985993%;
  animation-delay: -1.9067484497s;
}
.snow > div:nth-child(37) {
  left: 65.5664086179%;
  animation-delay: -2.3710687302s;
}
.snow > div:nth-child(38) {
  left: 50.7212561909%;
  animation-delay: -15.8069746706s;
}
.snow > div:nth-child(39) {
  left: 76.2561954905%;
  animation-delay: -12.7651875644s;
}
.snow > div:nth-child(40) {
  left: 48.8947446328%;
  animation-delay: -12.2489590767s;
}
.snow > div:nth-child(41) {
  left: 98.4962743728%;
  animation-delay: -21.1938238552s;
}
.snow > div:nth-child(42) {
  left: 62.1266830157%;
  animation-delay: -17.7974458789s;
}
.snow > div:nth-child(43) {
  left: 67.2363197807%;
  animation-delay: -12.4883342679s;
}
.snow > div:nth-child(44) {
  left: 24.0807737678%;
  animation-delay: -0.4598990147s;
}
.snow > div:nth-child(45) {
  left: 57.4915543452%;
  animation-delay: -18.0124335762s;
}
.snow > div:nth-child(46) {
  left: 56.8515882068%;
  animation-delay: -28.2259895877s;
}
.snow > div:nth-child(47) {
  left: 62.1136108467%;
  animation-delay: -13.0439479487s;
}
.snow > div:nth-child(48) {
  left: 32.8836783752%;
  animation-delay: -0.5476415853s;
}
.snow > div:nth-child(49) {
  left: 42.576623041%;
  animation-delay: -1.9915847062s;
}
.snow > div:nth-child(50) {
  left: 17.3625708355%;
  animation-delay: -6.5742338974s;
}
.snow > div:nth-child(51) {
  left: 67.5164715345%;
  animation-delay: -11.3313756747s;
}
.snow > div:nth-child(52) {
  left: 74.6417241205%;
  animation-delay: -28.3189863316s;
}
.snow > div:nth-child(53) {
  left: 47.562238152%;
  animation-delay: -14.1051001763s;
}
.snow > div:nth-child(54) {
  left: 49.9340193568%;
  animation-delay: -13.9265958021s;
}
.snow > div:nth-child(55) {
  left: 94.1349411696%;
  animation-delay: -29.3399819714s;
}
.snow > div:nth-child(56) {
  left: 56.7404799379%;
  animation-delay: -27.3518449332s;
}
.snow > div:nth-child(57) {
  left: 69.5448920731%;
  animation-delay: -7.2798809848s;
}
.snow > div:nth-child(58) {
  left: 92.0384219392%;
  animation-delay: -1.8034141137s;
}
.snow > div:nth-child(59) {
  left: 99.1261640568%;
  animation-delay: -6.8166819127s;
}
.snow > div:nth-child(60) {
  left: 46.3560424528%;
  animation-delay: -26.4255851673s;
}
.snow > div:nth-child(61) {
  left: 40.5608987598%;
  animation-delay: -18.1952893034s;
}
.snow > div:nth-child(62) {
  left: 76.0580439351%;
  animation-delay: -20.4020563892s;
}
.snow > div:nth-child(63) {
  left: 97.6085151336%;
  animation-delay: -11.1870201143s;
}
.snow > div:nth-child(64) {
  left: 31.1180469948%;
  animation-delay: -14.2185997823s;
}
.snow > div:nth-child(65) {
  left: 16.5306689421%;
  animation-delay: -24.3137295286s;
}
.snow > div:nth-child(66) {
  left: 92.1495926427%;
  animation-delay: -27.4670711382s;
}
.snow > div:nth-child(67) {
  left: 55.3976715644%;
  animation-delay: -4.993907705s;
}
.snow > div:nth-child(68) {
  left: 15.414165287%;
  animation-delay: -28.1315209572s;
}
.snow > div:nth-child(69) {
  left: 83.3589448323%;
  animation-delay: -17.2160722122s;
}
.snow > div:nth-child(70) {
  left: 50.4073631316%;
  animation-delay: -25.5138885955s;
}
.snow > div:nth-child(71) {
  left: 83.0349990048%;
  animation-delay: -11.817696595s;
}
.snow > div:nth-child(72) {
  left: 46.8223791271%;
  animation-delay: -21.696512131s;
}
.snow > div:nth-child(73) {
  left: 69.3940276584%;
  animation-delay: -22.293781375s;
}
.snow > div:nth-child(74) {
  left: 7.5420070717%;
  animation-delay: -6.2307656961s;
}
.snow > div:nth-child(75) {
  left: 40.4050113838%;
  animation-delay: -4.0165492388s;
}
.snow > div:nth-child(76) {
  left: 64.4699849468%;
  animation-delay: -15.4480756757s;
}
.snow > div:nth-child(77) {
  left: 73.3257197247%;
  animation-delay: -18.7765738872s;
}
.snow > div:nth-child(78) {
  left: 74.6374331133%;
  animation-delay: -14.8679418599s;
}
.snow > div:nth-child(79) {
  left: 56.7313190895%;
  animation-delay: -17.1883289302s;
}
.snow > div:nth-child(80) {
  left: 73.5562843437%;
  animation-delay: -26.947173025s;
}
.snow > div:nth-child(81) {
  left: 4.117278955%;
  animation-delay: -29.2259490234s;
}
.snow > div:nth-child(82) {
  left: 44.7837019568%;
  animation-delay: -10.8872877235s;
}
.snow > div:nth-child(83) {
  left: 42.6470817205%;
  animation-delay: -18.6387361132s;
}
.snow > div:nth-child(84) {
  left: 1.8360475759%;
  animation-delay: -25.285255894s;
}
.snow > div:nth-child(85) {
  left: 1.1817871969%;
  animation-delay: -29.1000040664s;
}
.snow > div:nth-child(86) {
  left: 78.6071693234%;
  animation-delay: -24.8647815207s;
}
.snow > div:nth-child(87) {
  left: 68.2451365636%;
  animation-delay: -11.3319065195s;
}
.snow > div:nth-child(88) {
  left: 67.7948142057%;
  animation-delay: -25.915468659s;
}
.snow > div:nth-child(89) {
  left: 21.6429417189%;
  animation-delay: -23.8385294916s;
}
.snow > div:nth-child(90) {
  left: 2.5294493438%;
  animation-delay: -24.8016320615s;
}
.snow > div:nth-child(91) {
  left: 95.5765001522%;
  animation-delay: -6.4280220231s;
}
.snow > div:nth-child(92) {
  left: 65.2119670799%;
  animation-delay: -25.7689759212s;
}
.snow > div:nth-child(93) {
  left: 54.1617577701%;
  animation-delay: -28.9279015237s;
}
.snow > div:nth-child(94) {
  left: 36.6668625347%;
  animation-delay: -18.9545407823s;
}
.snow > div:nth-child(95) {
  left: 87.502395308%;
  animation-delay: -21.5057297007s;
}
.snow > div:nth-child(96) {
  left: 71.7153394238%;
  animation-delay: -26.9006705675s;
}
.snow > div:nth-child(97) {
  left: 23.5710003112%;
  animation-delay: -18.6624958196s;
}
.snow > div:nth-child(98) {
  left: 44.8662817521%;
  animation-delay: -1.1241170997s;
}
.snow > div:nth-child(99) {
  left: 88.1409348225%;
  animation-delay: -11.195135587s;
}
.snow > div:nth-child(100) {
  left: 68.6385236462%;
  animation-delay: -0.1104408856s;
}
.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-2ZNWIVSV.css.map */
