<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: indie_flower;
  src: url(../../../../static/fonts/indie_flower.ttf);
}
@font-face {
  font-family: baron_kuffner;
  src: url(../../../../static/fonts/baron_kuffner.woff2);
}
@font-face {
  font-family: opti_mistral_graff;
  src: url(../../../../static/fonts/opti_mistral_graff.otf);
}
.font-mistral {
  font-family: opti_mistral_graff;
}

.wall {
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url(../images/components/bg_wall@1.5x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.wall .grid-header {
  display: grid;
  grid-template-columns: [logo-start] 1fr 1fr [mascot-start] 1fr [logo-end] 1fr [prizes-start] 1fr 1fr 1fr [mascot-end] 1fr 1fr [prizes-end];
  grid-template-rows: [mascot-start] 0.09fr [logo-start prizes-start] 1fr [logo-end prizes-end mascot-end];
  grid: header;
}
.wall .grid-header .logo {
  grid-area: logo;
}
.wall .grid-header .mascot {
  grid-area: mascot;
  background-image: url(../images/components/mascot@1.5x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.wall .grid-header .prizes {
  grid-area: prizes;
}
@media (max-width: 575px) {
  .wall .grid-header {
    display: grid;
    grid-template-columns: 1fr 8fr 1fr;
    grid-template-rows: auto auto;
    grid: header;
    grid-gap: 2em;
    grid-template-areas: ". logo ." "prizes prizes prizes";
  }
}

.steel-container {
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
}
.steel-container .steel {
  background-image: url(../images/components/steel_left@1.5x.png), url(../images/components/steel_right@1.5x.png);
  background-repeat: repeat-y;
  background-size: 40px 10px;
  background-position: left top, right top;
  height: 100%;
}

.indent {
  width: 100%;
  padding-bottom: 48%;
  margin-top: 65px;
}

@media (max-width: 575px) {
  .indent {
    width: 100%;
    padding-bottom: 90%;
  }
}
.cookiealert {
  font-family: indie_flower;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  color: hsla(0deg, 0%, 100%, 0.8);
  background-color: hsla(0deg, 0%, 13%, 0.97);
  font-size: 1.1rem;
  border-radius: 25px 25px 0px 0px;
  padding: 1.7rem 3rem 1.4rem !important;
  border: 2px solid #252830;
}
.cookiealert.show {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.cookiealert a {
  text-decoration: underline;
  color: inherit;
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.footer {
  color: hsl(0deg, 0%, 19%);
  position: fixed;
  bottom: 0;
  height: 115px;
  font-family: indie_flower;
  font-size: 1.15rem;
  line-height: 140%;
}
.footer a {
  color: hsl(0deg, 0%, 19%);
}
.footer a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .footer {
    height: 120px;
    font-size: 0.9rem;
  }
}
.grid-table {
  display: grid;
  grid-template-columns: [forging-start] 2rem [table-start] 1fr [table-end] 2rem [forging-end];
  grid-template-rows: [forging-start table-start] auto [forging-end table-end];
}
.grid-table .table {
  grid-area: table;
  -webkit-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.75);
}
.grid-table .forging-rail {
  background-image: url(../images/components/forging_left@1.5x.png), url(../images/components/forging_right@1.5x.png), url(../images/components/forging_left@1.5x.png), url(../images/components/forging_right@1.5x.png), url(../images/components/rail_left@1.5x.png), url(../images/components/rail_right@1.5x.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y;
  background-position: left top, right top, left bottom, right bottom, left top, right top;
  background-size: 30px, 30px, 30px, 30px, 42px, 42px;
  grid-area: forging;
}

.before-competition {
  display: none !important;
}

nav {
  font-family: baron_kuffner;
  letter-spacing: 1px;
  font-size: 1.3rem;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  background-image: url(../images/components/navbar_background@2x.png);
  -webkit-box-shadow: 0 0 30px 10px #000000;
          box-shadow: 0 0 30px 10px #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 80%;
  background-color: rgba(20, 20, 20, 0.5);
  margin-bottom: -0.5rem;
}
nav .collapse {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
nav .nav-link {
  display: inline-block;
}
nav .nav-item {
  margin-right: 0.5rem;
}

@media (max-width: 991px) {
  nav {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    background-image: url("none");
    background-color: hsla(0deg, 0%, 0%, 0.92);
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 30px 5px #000000;
            box-shadow: 0 0 30px 5px #000000;
  }
  nav .collapse {
    margin-bottom: 0.8rem;
  }
  nav .nav-item {
    text-align: center;
  }
  nav .nav-item span {
    display: none;
  }
}
.block-title {
  position: relative;
  font-family: baron_kuffner;
  text-align: center;
  font-size: 2.5rem;
  color: #333;
  padding-bottom: 1rem;
  padding-top: 5.2rem;
  margin-top: -4rem;
}

.table-alfbook {
  padding-bottom: 95px;
}

@media (max-width: 575px) {
  .table-alfbook {
    padding-bottom: 105px;
  }
}
.alfbook-style {
  color: hsl(210deg, 50%, 70%);
  font-size: 1.3rem;
  font-family: indie_flower;
  background-image: url(../images/components/table_albook@1.5x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.alfbook-style .title-1 {
  color: hsl(0deg, 95%, 55%);
  font-size: 3rem;
  line-height: 120%;
}
.alfbook-style .title-1 a {
  color: hsl(0deg, 95%, 55%);
}
.alfbook-style .title-1 a:hover {
  color: hsl(0deg, 100%, 50%);
}
@media (max-width: 991px) {
  .alfbook-style .title-1 {
    color: hsl(0deg, 95%, 55%);
    font-size: 2.2rem;
  }
}
.alfbook-style .title-2 {
  font-size: 1.7rem;
  color: white;
}
.alfbook-style .title-3 {
  font-size: 1.8rem;
  color: hsl(0deg, 0%, 100%);
  text-align: center;
  line-height: 110%;
}
.alfbook-style ul.bullet-1 {
  list-style: none;
  padding-left: 1.2rem;
}
.alfbook-style ul.bullet-1 a {
  color: hsl(210deg, 50%, 70%);
}
.alfbook-style ul.bullet-1 li::before {
  content: "&gt;";
  display: inline-block;
  width: 1em;
  margin-left: -1.3rem;
}
.alfbook-style ol.bullet-2 li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  line-height: 26px;
  padding-bottom: 4px;
}
.alfbook-style ol.bullet-2 li:before {
  color: hsl(210deg, 35%, 13%);
  content: counter(list) ".";
  left: -40px;
  position: absolute;
  text-align: center;
  width: 26px;
  background-color: hsl(210deg, 50%, 70%);
  border-radius: 50%;
  line-height: 26px;
}
.alfbook-style .line-2 {
  background-image: url(../images/components/line-2@1.5x.png);
  /* background-repeat: no-repeat */
  background-position: center top;
  background-size: 50%;
  background-repeat: repeat-y;
}
.alfbook-style .logo-alfbook {
  display: block;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.alfbook-style .logo-alfbook:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.alfbook-style .bttn-buy {
  background-image: url(../images/components/bttn_kupit@1.5x.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-bottom: 33%;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}
.alfbook-style .bttn-buy:hover {
  background-image: url(../images/components/bttn_kupit_hover@1.5x.png);
}
.alfbook-style .bttn-fb {
  background-image: url(../images/components/bttn_fb@1.5x.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-bottom: 33%;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}
.alfbook-style .bttn-fb:hover {
  background-image: url(../images/components/bttn_fb_hover@1.5x.png);
}
@media (max-width: 991px) {
  .alfbook-style .bttn-buy {
    padding-bottom: 20%;
  }
  .alfbook-style .bttn-fb {
    padding-bottom: 20%;
  }
}
.alfbook-style .button-1 {
  opacity: 0.75;
  display: block;
  color: hsl(210deg, 35%, 13%);
  font-size-adjust: 1.5rem;
  border-radius: 10px;
  padding: 1rem 2rem 0.7rem;
  text-align: center;
  background-color: hsl(210deg, 50%, 90%);
}
.alfbook-style .button-1:hover {
  text-decoration: none;
  opacity: 1;
}
.alfbook-style .button-2 {
  opacity: 0.75;
  display: inline-block;
  color: hsl(210deg, 35%, 13%);
  font-size-adjust: 1.5rem;
  border-radius: 7px;
  padding: 0.4rem 2rem 0.2rem;
  text-align: center;
  background-color: hsl(210deg, 50%, 90%);
}
.alfbook-style .button-2:hover {
  text-decoration: none;
  opacity: 1;
}
.alfbook-style .grid-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  /* margin-left: auto */
  /* margin-right: auto */
  max-width: 240px;
  border-radius: 10px;
  background-color: hsla(0deg, 0%, 0%, 0.25);
}
.alfbook-style .date-1 {
  color: hsl(0deg, 0%, 100%);
  font-size: 1.3em;
}
.alfbook-style .round-header {
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/components/line-3@1.5x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.alfbook-style .round-background {
  background-color: hsla(0deg, 0%, 0%, 0.25);
  border-radius: 20px;
}
.alfbook-style .round-icon {
  height: 90px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center, center top;
  background-size: 78px, 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -44px;
  color: hsl(0deg, 0%, 100%);
  font-size: 2.3rem;
}
@media (max-width: 575px) {
  .alfbook-style .round-icon {
    height: 56px;
    background-size: 52px, 56px;
    margin-top: -27px;
    font-size: 1.5rem;
  }
}
.alfbook-style .grid-progress {
  display: grid;
  grid-template-columns: 90px 1fr 90px;
  grid-template-rows: auto;
}
.alfbook-style .progress {
  background-color: hsla(0deg, 0%, 100%, 0.15);
  margin-top: 20px;
}
.alfbook-style .progress-bar {
  background-color: hsl(210deg, 50%, 70%);
}
.alfbook-style .start-end-title {
  font-size: 1.5rem;
  margin-bottom: -10px;
}
.alfbook-style .bubble {
  text-align: center;
  font-size: 1rem;
  line-height: 110%;
  display: inline-block;
  position: absolute;
}
.alfbook-style .bubble .bubble-arrow {
  background-image: url("../images/components/bubble_arrow.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 22px;
  background-size: contain;
}
.alfbook-style .bubble .bubble-content {
  background-color: hsla(0deg, 0%, 100%, 0.15);
  border-radius: 10px;
  padding: 8px 12px 5px;
}
.alfbook-style .bubble .bubble-content span {
  color: hsl(0deg, 0%, 100%);
  font-size: 1.3rem;
}
.alfbook-style .grid-num-classes {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
  grid-template-rows: auto;
  padding-top: 2.3rem;
  line-height: 110%;
}
.alfbook-style .grid-num-classes p {
  margin: 0;
}
.alfbook-style .grid-num-classes .separator-vertical {
  background-image: url(../images/components/line-6@1.5x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
}
.alfbook-style .grid-num-classes span {
  color: hsl(0deg, 0%, 100%);
  font-size: 3rem;
}
.alfbook-style .separator-horizontal-1 {
  background-image: url(../images/components/line-4@1.5x.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  background-size: contain;
}
.alfbook-style .grid_prizes {
  display: grid;
  grid-template-columns: [podium-start] 1fr 1fr 1fr [podium-end];
  grid-template-rows: 0.75fr [podium-start] 0.3fr 0.5fr [podium-end] auto;
  grid-template-areas: "second_prize first_prize third_prize" "second_prize . third_prize" ". first_desc ." "second_desc first_desc third_desc";
  grid-gap: 10px;
  text-align: center;
  line-height: 110%;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
}
.alfbook-style .grid_prizes p {
  color: hsl(0deg, 95%, 55%);
  font-size: 2.3rem;
  margin-top: 1rem;
}
.alfbook-style .grid_prizes .prize {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (max-width: 575px) {
  .alfbook-style .grid_prizes {
    grid-gap: 15px;
    font-size: 1rem;
  }
  .alfbook-style .grid_prizes p {
    font-size: 2rem;
  }
}
.alfbook-style .contest-item-hidden {
  display: none !important;
}
.alfbook-style .separator-horizontal-2 {
  background-image: url(../images/components/line_7@1.5x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 40px;
}
.alfbook-style .statistics .title-4 {
  text-transform: uppercase;
  text-align: center;
  line-height: 120%;
  margin: 0;
}
.alfbook-style .statistics .frame {
  background-image: url(../images/components/frame_1@1.5x.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-size: 3.5rem;
  color: hsl(0deg, 0%, 100%);
  line-height: 120%;
  background-size: 100% 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.table-alffamily {
  padding-bottom: 170px;
}

@media (max-width: 575px) {
  .table-alffamily {
    padding-bottom: 155px;
  }
}
.alffamily-style {
  color: hsl(0deg, 0%, 100%);
  font-size: 1.3rem;
  font-family: indie_flower;
  background-image: url(../images/components/table_alffamily@1.5x.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: repeat-y;
}
.alffamily-style a {
  color: hsl(0deg, 0%, 100%);
}
.alffamily-style summary {
  list-style: none;
  padding: 10px 10px 10px 55px;
  background: url("./../images/components/arrow-down@2x.png") no-repeat 14px 50%;
  background-size: 18px;
  font-weight: bold;
}
.alffamily-style details[open] &gt; summary {
  list-style: none;
  padding: 10px 10px 10px 55px;
  background: url("./../images/components/arrow-up@2x.png") no-repeat 14px 50%;
  background-size: 18px;
}
.alffamily-style details p {
  padding: 8px 55px;
}
.alffamily-style .text-blue {
  color: hsl(197deg, 100%, 46%) !important;
}
.alffamily-style .text-orange {
  color: hsl(35deg, 99%, 47%) !important;
}
.alffamily-style .text-white {
  color: hsl(0deg, 0%, 100%);
}
.alffamily-style .text-rotate-6 {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.alffamily-style .title-big {
  color: hsl(84deg, 75%, 50%);
  font-size: 4.8rem;
  line-height: 120%;
}
.alffamily-style .title-big a {
  color: hsl(84deg, 75%, 50%);
}
.alffamily-style .title-big a:hover {
  color: hsl(84deg, 75%, 50%);
  text-decoration: none;
}
@media (max-width: 991px) {
  .alffamily-style .title-big {
    font-size: 2.9rem;
  }
}
@media (max-width: 575px) {
  .alffamily-style .title-big {
    font-size: 2.4rem;
  }
}
.alffamily-style .title-0 {
  color: hsl(84deg, 75%, 50%);
  font-size: 3.8rem;
  line-height: 120%;
}
.alffamily-style .title-0 a {
  color: hsl(84deg, 75%, 50%);
}
.alffamily-style .title-0 a:hover {
  color: hsl(84deg, 75%, 50%);
  text-decoration: none;
}
@media (max-width: 991px) {
  .alffamily-style .title-0 {
    font-size: 3.2rem;
  }
}
@media (max-width: 575px) {
  .alffamily-style .title-0 {
    font-size: 2.4rem;
  }
}
.alffamily-style .title-1 {
  color: hsl(84deg, 75%, 50%);
  font-size: 2.8rem;
  line-height: 120%;
}
.alffamily-style .title-1 a {
  color: hsl(84deg, 75%, 50%);
}
.alffamily-style .title-1 a:hover {
  color: hsl(84deg, 75%, 50%);
}
@media (max-width: 991px) {
  .alffamily-style .title-1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 575px) {
  .alffamily-style .title-1 {
    font-size: 1.6rem;
  }
}
.alffamily-style .title-2 {
  font-size: 1.7rem;
  color: hsl(84deg, 75%, 40%);
}
.alffamily-style .title-3 {
  font-size: 1.8rem;
  color: hsl(0deg, 0%, 100%);
  text-align: center;
  line-height: 120%;
}
@media (max-width: 575px) {
  .alffamily-style .title-3 {
    font-size: 1.6rem;
  }
}
.alffamily-style .title-4 {
  /* text-transform: uppercase */
  text-align: center;
  line-height: 120%;
  margin: 0;
}
.alffamily-style ul.bullet-1 {
  list-style: none;
  padding-left: 1.2rem;
}
.alffamily-style ul.bullet-1 li::before {
  content: "&gt;";
  display: inline-block;
  width: 1em;
  margin-left: -1.3rem;
}
.alffamily-style ol.bullet-2 li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  line-height: 26px;
  padding-bottom: 4px;
}
.alffamily-style ol.bullet-2 li:before {
  color: hsl(0deg, 0%, 20%);
  content: counter(list) ".";
  left: -40px;
  position: absolute;
  text-align: center;
  width: 26px;
  background-color: hsl(197deg, 100%, 46%);
  border-radius: 50%;
  line-height: 26px;
}
.alffamily-style ul.bullet-3 {
  list-style: none;
  padding-left: 0rem;
}
.alffamily-style ul.bullet-3 a {
  color: hsl(0deg, 0%, 100%);
}
.alffamily-style ul.bullet-3 li {
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 22px;
  padding-left: 2rem;
}
.alffamily-style ul.socials-grid {
  list-style: none;
  padding-left: 0rem;
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.alffamily-style ul.socials-grid a {
  color: hsl(0deg, 0%, 100%);
}
@media (max-width: 991px) {
  .alffamily-style ul.socials-grid {
    grid-template-rows: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .alffamily-style ul.socials-grid &gt; .brand {
    margin-right: 1.5rem;
  }
  .alffamily-style ul.socials-grid &gt; .brand ~ .brand {
    margin-right: 0;
  }
}
.alffamily-style ul.socials-grid li {
  padding-right: 0.6rem;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.alffamily-style ul.socials-grid li.brand {
  padding: 3px 0 0 0;
}
.alffamily-style ul.socials-grid li :hover {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.alffamily-style .my-ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -moz-column-gap: 15px;
}
.alffamily-style .my-ranking .ranking-number {
  background-color: hsl(197deg, 100%, 46%);
  text-align: center;
  border-radius: 15px;
  color: hsl(0deg, 0%, 20%);
  padding-left: 10px;
  padding-right: 10px;
}
.alffamily-style .my-ranking .name {
  word-break: break-word;
}
.alffamily-style .line-2 {
  background-image: url(../images/components/line-2@1.5x.png);
  /* background-repeat: no-repeat */
  background-position: center top;
  background-size: 50%;
  background-repeat: repeat-y;
}
.alffamily-style .logo-alffamily {
  display: block;
  /* opacity: 0.8 */
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.alffamily-style .logo-alffamily:hover {
  /* opacity: 1 */
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.alffamily-style .competition-name {
  font-size: 1.8rem;
  color: hsl(0deg, 0%, 100%);
  line-height: 110%;
  background-color: hsla(0deg, 0%, 0%, 0.25);
  border-radius: 10px;
}
.alffamily-style .main-statistic-block {
  border-radius: 10px;
  background-color: hsla(0deg, 0%, 0%, 0.25);
  text-align: center;
}
.alffamily-style .main-statistic-block span {
  font-size: 2.5rem;
  color: hsl(197deg, 100%, 46%);
  line-height: 100%;
}
.alffamily-style .main-black-block {
  border-radius: 10px;
  background-color: hsla(0deg, 0%, 0%, 0.25);
  text-align: center;
}
.alffamily-style .bttn-buy {
  background-image: url(../images/components/bttn_kupit@1.5x.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-bottom: 33%;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}
.alffamily-style .bttn-buy:hover {
  background-image: url(../images/components/bttn_kupit_hover@1.5x.png);
}
.alffamily-style .bttn-fb {
  background-image: url(../images/components/bttn_fb@1.5x.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-bottom: 33%;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}
.alffamily-style .bttn-fb:hover {
  background-image: url(../images/components/bttn_fb_hover@1.5x.png);
}
@media (max-width: 991px) {
  .alffamily-style .bttn-buy {
    padding-bottom: 20%;
  }
  .alffamily-style .bttn-fb {
    padding-bottom: 20%;
  }
}
.alffamily-style .button-1 {
  opacity: 0.75;
  display: block;
  color: hsl(0deg, 0%, 100%);
  font-size-adjust: 1.5rem;
  border-radius: 10px;
  padding: 1rem 2rem 0.7rem;
  text-align: center;
  background-color: hsl(84deg, 75%, 35%);
}
.alffamily-style .button-1:hover {
  text-decoration: none;
  opacity: 1;
}
.alffamily-style .button-2 {
  opacity: 0.9;
  display: inline-block;
  color: hsl(0deg, 0%, 100%);
  font-size-adjust: 1.5rem;
  border-radius: 7px;
  padding: 0.4rem 2rem 0.2rem;
  text-align: center;
  background-color: hsl(84deg, 75%, 35%);
}
.alffamily-style .button-2:hover {
  opacity: 1;
  text-decoration: none;
  background-color: hsl(84deg, 75%, 40%);
}
.alffamily-style .button-3 {
  opacity: 0.9;
  display: inline-block;
  color: hsl(0deg, 0%, 100%);
  border-radius: 50%;
  text-align: center;
  background-color: hsl(84deg, 75%, 35%);
  width: 25px;
  line-height: 25px;
}
.alffamily-style .button-3:hover {
  text-decoration: none;
  opacity: 1;
  background-color: hsl(84deg, 75%, 40%);
}
.alffamily-style .grid-categories {
  display: grid;
  grid-template-columns: 0.75fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  border-radius: 10px;
  background-color: hsla(0deg, 0%, 0%, 0.25);
}
.alffamily-style .grid-contest-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10%;
}
.alffamily-style .date-1 {
  color: hsl(0deg, 0%, 100%);
  font-size: 1.3em;
}
.alffamily-style .round-header {
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/components/line-3@1.5x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.alffamily-style .round-background {
  background-color: hsla(0deg, 0%, 0%, 0.25);
  border-radius: 20px;
}
.alffamily-style .round-icon {
  height: 90px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center, center top;
  background-size: 78px, 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -44px;
  color: hsl(0deg, 0%, 100%);
  font-size: 2.3rem;
}
@media (max-width: 575px) {
  .alffamily-style .round-icon {
    height: 56px;
    background-size: 52px, 56px;
    margin-top: -27px;
    font-size: 1.5rem;
  }
}
.alffamily-style .top-charts-title {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.alffamily-style .grid-progress {
  display: grid;
  grid-template-columns: 90px 1fr 90px;
  grid-template-rows: auto;
}
.alffamily-style .progress {
  background-color: hsla(0deg, 0%, 100%, 0.15);
  margin-top: 20px;
}
.alffamily-style .progress-bar {
  background-color: hsl(197deg, 100%, 46%);
}
.alffamily-style .start-end-title {
  font-size: 1.5rem;
  margin-bottom: -10px;
}
.alffamily-style .bubble {
  text-align: center;
  font-size: 1rem;
  line-height: 110%;
  display: inline-block;
  position: absolute;
}
.alffamily-style .bubble .bubble-arrow {
  background-image: url("../images/components/bubble_arrow.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 22px;
  background-size: contain;
}
.alffamily-style .bubble .bubble-content {
  background-color: hsla(0deg, 0%, 100%, 0.15);
  border-radius: 10px;
  padding: 8px 12px 5px;
}
.alffamily-style .bubble .bubble-content span {
  color: hsl(197deg, 100%, 46%);
  font-size: 1.3rem;
}
.alffamily-style .grid-num-classes {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
  grid-template-rows: auto;
  padding-top: 2.3rem;
  line-height: 110%;
}
.alffamily-style .grid-num-classes p {
  margin: 0;
}
.alffamily-style .grid-num-classes span {
  color: hsl(197deg, 100%, 46%);
  font-size: 3rem;
}
.alffamily-style .separator-vertical {
  background-image: url(../images/components/line-6@1.5x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
}
.alffamily-style .separator-horizontal-1 {
  background-image: url(../images/components/line-4@1.5x.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  background-size: contain;
}
.alffamily-style .grid_prizes {
  display: grid;
  grid-template-columns: [podium-start] 1fr 1fr 1fr [podium-end];
  grid-template-rows: 0.75fr [podium-start] 0.3fr 0.5fr [podium-end] auto;
  grid-template-areas: "second_prize first_prize third_prize" "second_prize . third_prize" ". first_desc ." "second_desc first_desc third_desc";
  grid-gap: 10px;
  text-align: center;
  line-height: 110%;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
}
.alffamily-style .grid_prizes p {
  color: hsl(84deg, 75%, 50%);
  font-size: 2.3rem;
  margin-top: 1rem;
}
.alffamily-style .grid_prizes .prize {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (max-width: 575px) {
  .alffamily-style .grid_prizes {
    grid-gap: 15px;
    font-size: 1rem;
  }
  .alffamily-style .grid_prizes p {
    font-size: 2rem;
  }
}
.alffamily-style .contest-item-hidden {
  display: none !important;
}
.alffamily-style .separator-horizontal-2 {
  background-image: url(../images/components/line_7@1.5x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 40px;
}
.alffamily-style .frame {
  background-image: url(../images/components/frame_1@1.5x.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-size: 1.8rem;
  color: hsl(197deg, 100%, 46%);
  line-height: 120%;
  background-size: 100% 100%;
  max-width: 180px;
  padding-top: 0.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.alffamily-style .tick {
  font-size: 1rem;
  white-space: nowrap;
  font-family: indie_flower, sans-serif;
}
@media (max-width: 575px) {
  .alffamily-style .tick {
    width: 90%;
  }
}
.alffamily-style .tick-flip,
.alffamily-style .tick-text-inline {
  font-size: 2.5em;
}
.alffamily-style .tick-label {
  margin-top: 0.25em;
  font-size: 1em;
}
.alffamily-style .tick-char {
  width: 1.5em;
}
.alffamily-style .tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}
.alffamily-style .tick-text-inline + .tick-text-inline {
  margin-left: -0.325em;
}
.alffamily-style .tick-group {
  margin: 0 0.25em;
  text-align: center;
}
.alffamily-style .tick-text-inline {
  color: #595d63 !important;
}
.alffamily-style .tick-label {
  color: hsl(0deg, 0%, 100%) !important;
}
.alffamily-style .tick-flip-panel {
  color: #333 !important;
}
.alffamily-style .tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}
.alffamily-style .tick-flip-panel {
  background-color: hsl(0deg, 0%, 100%) !important;
}
.alffamily-style .tick-flip {
  border-radius: 0.12em !important;
  font-size: 1.5em;
}
.alffamily-style .tick-credits {
  display: none !important;
}
@media (min-width: 991px) {
  .alffamily-style .tick {
    max-width: 600px;
  }
}
.alffamily-style .relative-top {
  position: relative;
  z-index: 1;
}
.alffamily-style .arrow-curved {
  width: 140px;
}
@media (max-width: 991px) {
  .alffamily-style .arrow-curved {
    width: 110px;
  }
}
@media (max-width: 575px) {
  .alffamily-style .arrow-curved {
    width: 90px;
  }
}
.alffamily-style .grid-diploma {
  -webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  padding-top: 3rem;
}
@media (min-width: 991px) {
  .alffamily-style .grid-diploma {
    padding-left: 3rem;
  }
}
.alffamily-style .my-results-filter {
  background-image: url(../images/components/frame_1@1.5x.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: 100% 100%;
  max-width: 110px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.alffamily-style .my-results-filter.active {
  background-image: url(../images/components/bttn_blue.svg);
}
.alffamily-style .my-results-filter:hover {
  cursor: pointer;
}
.alffamily-style .grid-my-results {
  -webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 3fr 30px 1fr;
  grid-template-rows: auto;
}
.alffamily-style .grid-my-results .diploma {
  max-height: 65px;
}
.alffamily-style .grid-my-results .diploma:hover {
  cursor: pointer;
}
.alffamily-style .diploma-arrow-up {
  max-height: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .alffamily-style .diploma-print, .alffamily-style .diploma-arrow-up {
    padding-left: 0rem !important;
  }
}
@media (max-width: 991px) {
  .alffamily-style .diploma-arrow-up {
    max-height: 90px;
  }
}
@media (max-width: 440px) {
  .alffamily-style .diploma-print {
    font-size: 1.3rem;
    padding-left: 0rem !important;
  }
  .alffamily-style .diploma-arrow-up {
    max-height: 70px;
  }
}

.alf-app-menu-container {
  position:fixed;
  right: 30px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 8px;
  top: 15px;
  width: 40px;
  height: 40px;
}

.alf-app-icon {
  width: 18px;
  height: 18px;
  content: url("../../css/images/icon_application_menu_white.svg");
}

.alf-app-icon:hover {
  content: url("../../css/images/icon_application_menu_dark.svg");
}

.alf-app-menu {
  position: absolute;
  top: 40px;
  left: -490%;
  width: 250px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(200, 200, 200, 0.7);
  border-radius: 8px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.35);
  padding: 10px;
  box-sizing: border-box;
  z-index: 99;
  backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.alf-app-menu-container:hover .alf-app-menu{
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  cursor:auto;
}

.alf-app-menu a {
  pointer-events: auto;
  text-decoration: none;
}

.alf-app-section {
  margin-bottom: 10px;
}

.alf-app-section:last-child {
  margin-bottom: 0;
}

.alf-app-menu-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.alf-app-menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 5px 5px;
  text-align: center;
  border-radius: 8px;
}

.alf-app-menu-icon img {
  width: 35px;
  height: 35px;
  margin-bottom: 4px;
}

.alf-app-menu-icon span {
  font-size: 10px;
  font-weight: bold;
  color: #404040;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
}

.alf-app-menu-icon:hover {
  background: #e2e6e8;
}

.alf-app-section-divider {
  height: 1px;
  border-top: 1px dashed #939090;
  padding: 3px;
}
</pre></body></html>