/* Extend Class
 * ------------------------------------------ */
.flex, .header-menu__nav, .gpw-logo, .gpw-navs > nav, .btn__group, .gpw-steps, .wallet-chart-label__first-line, footer.gpw-toolbar ul, footer.gpw-toolbar .container > .row, body.gpw__home > .gpw__section:not(.gpw-toolbar), body.gpw__home .section__winners.__games, body.gpw__home .section__winners, .flex-row, body.gpw__home .section__buttons {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row, body.gpw__home .section__buttons {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.flex-row > *, body.gpw__home .section__buttons > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.flex-row-auto > *, body.gpw__home .section__buttons > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.flex-start, .gpw-logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.flex-end, footer.gpw-toolbar ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.flex-center, .gpw-steps {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flex-middle, .header-menu__nav, .gpw-logo, .gpw-navs > nav, footer.gpw-toolbar ul, footer.gpw-toolbar .container > .row, body.gpw__home > .gpw__section:not(.gpw-toolbar), body.gpw__home .section__winners.__games {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-top, .gpw-steps, body.gpw__home .section__winners {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-stretch, body.gpw__home .section__winners.__games {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col-auto, body.gpw__home .section__winners .section__note {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9 {
  margin-left: 2.25rem !important;
}

.mr-9 {
  margin-right: 2.25rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11 {
  margin-left: 2.75rem !important;
}

.mr-11 {
  margin-right: 2.75rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11 {
  padding-left: 2.75rem !important;
}

.pr-11 {
  padding-right: 2.75rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.mt-13 {
  margin-top: 3.25rem !important;
}

.mb-13 {
  margin-bottom: 3.25rem !important;
}

.ml-13 {
  margin-left: 3.25rem !important;
}

.mr-13 {
  margin-right: 3.25rem !important;
}

.pt-13 {
  padding-top: 3.25rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.pl-13 {
  padding-left: 3.25rem !important;
}

.pr-13 {
  padding-right: 3.25rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.ml-14 {
  margin-left: 3.5rem !important;
}

.mr-14 {
  margin-right: 3.5rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pr-14 {
  padding-right: 3.5rem !important;
}

.mt-15 {
  margin-top: 3.75rem !important;
}

.mb-15 {
  margin-bottom: 3.75rem !important;
}

.ml-15 {
  margin-left: 3.75rem !important;
}

.mr-15 {
  margin-right: 3.75rem !important;
}

.pt-15 {
  padding-top: 3.75rem !important;
}

.pb-15 {
  padding-bottom: 3.75rem !important;
}

.pl-15 {
  padding-left: 3.75rem !important;
}

.pr-15 {
  padding-right: 3.75rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.mt-17 {
  margin-top: 4.25rem !important;
}

.mb-17 {
  margin-bottom: 4.25rem !important;
}

.ml-17 {
  margin-left: 4.25rem !important;
}

.mr-17 {
  margin-right: 4.25rem !important;
}

.pt-17 {
  padding-top: 4.25rem !important;
}

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.pl-17 {
  padding-left: 4.25rem !important;
}

.pr-17 {
  padding-right: 4.25rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

.mb-18 {
  margin-bottom: 4.5rem !important;
}

.ml-18 {
  margin-left: 4.5rem !important;
}

.mr-18 {
  margin-right: 4.5rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pl-18 {
  padding-left: 4.5rem !important;
}

.pr-18 {
  padding-right: 4.5rem !important;
}

.mt-19 {
  margin-top: 4.75rem !important;
}

.mb-19 {
  margin-bottom: 4.75rem !important;
}

.ml-19 {
  margin-left: 4.75rem !important;
}

.mr-19 {
  margin-right: 4.75rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

.pl-19 {
  padding-left: 4.75rem !important;
}

.pr-19 {
  padding-right: 4.75rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.mt-21 {
  margin-top: 5.25rem !important;
}

.mb-21 {
  margin-bottom: 5.25rem !important;
}

.ml-21 {
  margin-left: 5.25rem !important;
}

.mr-21 {
  margin-right: 5.25rem !important;
}

.pt-21 {
  padding-top: 5.25rem !important;
}

.pb-21 {
  padding-bottom: 5.25rem !important;
}

.pl-21 {
  padding-left: 5.25rem !important;
}

.pr-21 {
  padding-right: 5.25rem !important;
}

.mt-22 {
  margin-top: 5.5rem !important;
}

.mb-22 {
  margin-bottom: 5.5rem !important;
}

.ml-22 {
  margin-left: 5.5rem !important;
}

.mr-22 {
  margin-right: 5.5rem !important;
}

.pt-22 {
  padding-top: 5.5rem !important;
}

.pb-22 {
  padding-bottom: 5.5rem !important;
}

.pl-22 {
  padding-left: 5.5rem !important;
}

.pr-22 {
  padding-right: 5.5rem !important;
}

.mt-23 {
  margin-top: 5.75rem !important;
}

.mb-23 {
  margin-bottom: 5.75rem !important;
}

.ml-23 {
  margin-left: 5.75rem !important;
}

.mr-23 {
  margin-right: 5.75rem !important;
}

.pt-23 {
  padding-top: 5.75rem !important;
}

.pb-23 {
  padding-bottom: 5.75rem !important;
}

.pl-23 {
  padding-left: 5.75rem !important;
}

.pr-23 {
  padding-right: 5.75rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.mt-25 {
  margin-top: 6.25rem !important;
}

.mb-25 {
  margin-bottom: 6.25rem !important;
}

.ml-25 {
  margin-left: 6.25rem !important;
}

.mr-25 {
  margin-right: 6.25rem !important;
}

.pt-25 {
  padding-top: 6.25rem !important;
}

.pb-25 {
  padding-bottom: 6.25rem !important;
}

.pl-25 {
  padding-left: 6.25rem !important;
}

.pr-25 {
  padding-right: 6.25rem !important;
}

.mt-26 {
  margin-top: 6.5rem !important;
}

.mb-26 {
  margin-bottom: 6.5rem !important;
}

.ml-26 {
  margin-left: 6.5rem !important;
}

.mr-26 {
  margin-right: 6.5rem !important;
}

.pt-26 {
  padding-top: 6.5rem !important;
}

.pb-26 {
  padding-bottom: 6.5rem !important;
}

.pl-26 {
  padding-left: 6.5rem !important;
}

.pr-26 {
  padding-right: 6.5rem !important;
}

.mt-27 {
  margin-top: 6.75rem !important;
}

.mb-27 {
  margin-bottom: 6.75rem !important;
}

.ml-27 {
  margin-left: 6.75rem !important;
}

.mr-27 {
  margin-right: 6.75rem !important;
}

.pt-27 {
  padding-top: 6.75rem !important;
}

.pb-27 {
  padding-bottom: 6.75rem !important;
}

.pl-27 {
  padding-left: 6.75rem !important;
}

.pr-27 {
  padding-right: 6.75rem !important;
}

.mt-28 {
  margin-top: 7rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

.ml-28 {
  margin-left: 7rem !important;
}

.mr-28 {
  margin-right: 7rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pl-28 {
  padding-left: 7rem !important;
}

.pr-28 {
  padding-right: 7rem !important;
}

.mt-29 {
  margin-top: 7.25rem !important;
}

.mb-29 {
  margin-bottom: 7.25rem !important;
}

.ml-29 {
  margin-left: 7.25rem !important;
}

.mr-29 {
  margin-right: 7.25rem !important;
}

.pt-29 {
  padding-top: 7.25rem !important;
}

.pb-29 {
  padding-bottom: 7.25rem !important;
}

.pl-29 {
  padding-left: 7.25rem !important;
}

.pr-29 {
  padding-right: 7.25rem !important;
}

.mt-30 {
  margin-top: 7.5rem !important;
}

.mb-30 {
  margin-bottom: 7.5rem !important;
}

.ml-30 {
  margin-left: 7.5rem !important;
}

.mr-30 {
  margin-right: 7.5rem !important;
}

.pt-30 {
  padding-top: 7.5rem !important;
}

.pb-30 {
  padding-bottom: 7.5rem !important;
}

.pl-30 {
  padding-left: 7.5rem !important;
}

.pr-30 {
  padding-right: 7.5rem !important;
}

.mt-31 {
  margin-top: 7.75rem !important;
}

.mb-31 {
  margin-bottom: 7.75rem !important;
}

.ml-31 {
  margin-left: 7.75rem !important;
}

.mr-31 {
  margin-right: 7.75rem !important;
}

.pt-31 {
  padding-top: 7.75rem !important;
}

.pb-31 {
  padding-bottom: 7.75rem !important;
}

.pl-31 {
  padding-left: 7.75rem !important;
}

.pr-31 {
  padding-right: 7.75rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.ml-32 {
  margin-left: 8rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.mt-33 {
  margin-top: 8.25rem !important;
}

.mb-33 {
  margin-bottom: 8.25rem !important;
}

.ml-33 {
  margin-left: 8.25rem !important;
}

.mr-33 {
  margin-right: 8.25rem !important;
}

.pt-33 {
  padding-top: 8.25rem !important;
}

.pb-33 {
  padding-bottom: 8.25rem !important;
}

.pl-33 {
  padding-left: 8.25rem !important;
}

.pr-33 {
  padding-right: 8.25rem !important;
}

.mt-34 {
  margin-top: 8.5rem !important;
}

.mb-34 {
  margin-bottom: 8.5rem !important;
}

.ml-34 {
  margin-left: 8.5rem !important;
}

.mr-34 {
  margin-right: 8.5rem !important;
}

.pt-34 {
  padding-top: 8.5rem !important;
}

.pb-34 {
  padding-bottom: 8.5rem !important;
}

.pl-34 {
  padding-left: 8.5rem !important;
}

.pr-34 {
  padding-right: 8.5rem !important;
}

.mt-35 {
  margin-top: 8.75rem !important;
}

.mb-35 {
  margin-bottom: 8.75rem !important;
}

.ml-35 {
  margin-left: 8.75rem !important;
}

.mr-35 {
  margin-right: 8.75rem !important;
}

.pt-35 {
  padding-top: 8.75rem !important;
}

.pb-35 {
  padding-bottom: 8.75rem !important;
}

.pl-35 {
  padding-left: 8.75rem !important;
}

.pr-35 {
  padding-right: 8.75rem !important;
}

.mt-36 {
  margin-top: 9rem !important;
}

.mb-36 {
  margin-bottom: 9rem !important;
}

.ml-36 {
  margin-left: 9rem !important;
}

.mr-36 {
  margin-right: 9rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.pb-36 {
  padding-bottom: 9rem !important;
}

.pl-36 {
  padding-left: 9rem !important;
}

.pr-36 {
  padding-right: 9rem !important;
}

.mt-37 {
  margin-top: 9.25rem !important;
}

.mb-37 {
  margin-bottom: 9.25rem !important;
}

.ml-37 {
  margin-left: 9.25rem !important;
}

.mr-37 {
  margin-right: 9.25rem !important;
}

.pt-37 {
  padding-top: 9.25rem !important;
}

.pb-37 {
  padding-bottom: 9.25rem !important;
}

.pl-37 {
  padding-left: 9.25rem !important;
}

.pr-37 {
  padding-right: 9.25rem !important;
}

.mt-38 {
  margin-top: 9.5rem !important;
}

.mb-38 {
  margin-bottom: 9.5rem !important;
}

.ml-38 {
  margin-left: 9.5rem !important;
}

.mr-38 {
  margin-right: 9.5rem !important;
}

.pt-38 {
  padding-top: 9.5rem !important;
}

.pb-38 {
  padding-bottom: 9.5rem !important;
}

.pl-38 {
  padding-left: 9.5rem !important;
}

.pr-38 {
  padding-right: 9.5rem !important;
}

.mt-39 {
  margin-top: 9.75rem !important;
}

.mb-39 {
  margin-bottom: 9.75rem !important;
}

.ml-39 {
  margin-left: 9.75rem !important;
}

.mr-39 {
  margin-right: 9.75rem !important;
}

.pt-39 {
  padding-top: 9.75rem !important;
}

.pb-39 {
  padding-bottom: 9.75rem !important;
}

.pl-39 {
  padding-left: 9.75rem !important;
}

.pr-39 {
  padding-right: 9.75rem !important;
}

.mt-40 {
  margin-top: 10rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.ml-40 {
  margin-left: 10rem !important;
}

.mr-40 {
  margin-right: 10rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pl-40 {
  padding-left: 10rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.mt-41 {
  margin-top: 10.25rem !important;
}

.mb-41 {
  margin-bottom: 10.25rem !important;
}

.ml-41 {
  margin-left: 10.25rem !important;
}

.mr-41 {
  margin-right: 10.25rem !important;
}

.pt-41 {
  padding-top: 10.25rem !important;
}

.pb-41 {
  padding-bottom: 10.25rem !important;
}

.pl-41 {
  padding-left: 10.25rem !important;
}

.pr-41 {
  padding-right: 10.25rem !important;
}

.mt-42 {
  margin-top: 10.5rem !important;
}

.mb-42 {
  margin-bottom: 10.5rem !important;
}

.ml-42 {
  margin-left: 10.5rem !important;
}

.mr-42 {
  margin-right: 10.5rem !important;
}

.pt-42 {
  padding-top: 10.5rem !important;
}

.pb-42 {
  padding-bottom: 10.5rem !important;
}

.pl-42 {
  padding-left: 10.5rem !important;
}

.pr-42 {
  padding-right: 10.5rem !important;
}

.mt-43 {
  margin-top: 10.75rem !important;
}

.mb-43 {
  margin-bottom: 10.75rem !important;
}

.ml-43 {
  margin-left: 10.75rem !important;
}

.mr-43 {
  margin-right: 10.75rem !important;
}

.pt-43 {
  padding-top: 10.75rem !important;
}

.pb-43 {
  padding-bottom: 10.75rem !important;
}

.pl-43 {
  padding-left: 10.75rem !important;
}

.pr-43 {
  padding-right: 10.75rem !important;
}

.mt-44 {
  margin-top: 11rem !important;
}

.mb-44 {
  margin-bottom: 11rem !important;
}

.ml-44 {
  margin-left: 11rem !important;
}

.mr-44 {
  margin-right: 11rem !important;
}

.pt-44 {
  padding-top: 11rem !important;
}

.pb-44 {
  padding-bottom: 11rem !important;
}

.pl-44 {
  padding-left: 11rem !important;
}

.pr-44 {
  padding-right: 11rem !important;
}

.mt-45 {
  margin-top: 11.25rem !important;
}

.mb-45 {
  margin-bottom: 11.25rem !important;
}

.ml-45 {
  margin-left: 11.25rem !important;
}

.mr-45 {
  margin-right: 11.25rem !important;
}

.pt-45 {
  padding-top: 11.25rem !important;
}

.pb-45 {
  padding-bottom: 11.25rem !important;
}

.pl-45 {
  padding-left: 11.25rem !important;
}

.pr-45 {
  padding-right: 11.25rem !important;
}

.mt-46 {
  margin-top: 11.5rem !important;
}

.mb-46 {
  margin-bottom: 11.5rem !important;
}

.ml-46 {
  margin-left: 11.5rem !important;
}

.mr-46 {
  margin-right: 11.5rem !important;
}

.pt-46 {
  padding-top: 11.5rem !important;
}

.pb-46 {
  padding-bottom: 11.5rem !important;
}

.pl-46 {
  padding-left: 11.5rem !important;
}

.pr-46 {
  padding-right: 11.5rem !important;
}

.mt-47 {
  margin-top: 11.75rem !important;
}

.mb-47 {
  margin-bottom: 11.75rem !important;
}

.ml-47 {
  margin-left: 11.75rem !important;
}

.mr-47 {
  margin-right: 11.75rem !important;
}

.pt-47 {
  padding-top: 11.75rem !important;
}

.pb-47 {
  padding-bottom: 11.75rem !important;
}

.pl-47 {
  padding-left: 11.75rem !important;
}

.pr-47 {
  padding-right: 11.75rem !important;
}

.mt-48 {
  margin-top: 12rem !important;
}

.mb-48 {
  margin-bottom: 12rem !important;
}

.ml-48 {
  margin-left: 12rem !important;
}

.mr-48 {
  margin-right: 12rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.mt-49 {
  margin-top: 12.25rem !important;
}

.mb-49 {
  margin-bottom: 12.25rem !important;
}

.ml-49 {
  margin-left: 12.25rem !important;
}

.mr-49 {
  margin-right: 12.25rem !important;
}

.pt-49 {
  padding-top: 12.25rem !important;
}

.pb-49 {
  padding-bottom: 12.25rem !important;
}

.pl-49 {
  padding-left: 12.25rem !important;
}

.pr-49 {
  padding-right: 12.25rem !important;
}

.mt-50 {
  margin-top: 12.5rem !important;
}

.mb-50 {
  margin-bottom: 12.5rem !important;
}

.ml-50 {
  margin-left: 12.5rem !important;
}

.mr-50 {
  margin-right: 12.5rem !important;
}

.pt-50 {
  padding-top: 12.5rem !important;
}

.pb-50 {
  padding-bottom: 12.5rem !important;
}

.pl-50 {
  padding-left: 12.5rem !important;
}

.pr-50 {
  padding-right: 12.5rem !important;
}

html {
  font-size: 18px;
  /* PHONE */
}
@media (min-width: 120px) {
  html {
    font-size: 12px;
  }
}
html {
  /* TABLET */
}
@media (min-width: 540px) {
  html {
    font-size: 14px;
  }
}
html {
  /* LAPTOP */
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  /* DESKTOP */
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
html {
  /* XL DESKTOP */
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
  html body div[id^=gpw-table-expand_wrapper],
  html body div[id^=DataTables_] {
    max-width: 100%;
    overflow: hidden;
  }
  html body div[id^=gpw-table-expand_wrapper] > table,
  html body div[id^=DataTables_] > table {
    max-width: 100%;
    width: 100% !important;
  }
  html body div[id^=gpw-table-expand_wrapper] > table tr th,
  html body div[id^=DataTables_] > table tr th {
    width: unset !important;
    padding: 15px 5px;
  }
  html body div[id^=gpw-table-expand_wrapper] table.dataTable.nowrap th,
  html body div[id^=DataTables_] table.dataTable.nowrap th,
  html body div[id^=DataTables_] table.dataTable.nowrap td {
    white-space: unset !important;
  }
  html body div[id^=gpw-table-expand_wrapper] .select2,
  html body div[id^=DataTables_] .select2 {
    min-width: 70px !important;
    max-width: 50px !important;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover, a:focus {
  color: rgb(0, 37.6061643836, 69.5);
}

a,
button {
  text-decoration: none;
}
a:hover, a:focus,
button:hover,
button:focus {
  outline: none;
  text-decoration: none;
}

button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-width: 0;
}

img {
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

div,
p,
span,
button,
ul,
ol,
li,
a {
  margin: 0;
  padding: 0;
}

p {
  font-size: 1rem;
}

svg.icon {
  width: 1.75rem;
  height: 1.75rem;
}
svg.icon path {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

button:focus, button:hover,
input:focus,
input:hover,
select:focus,
select:hover {
  outline: none;
}

input[type=text] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

@media (max-width: 767px) {
  .gpw-logo .d-none:before {
    display: none;
  }
  .header-menu {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button {
    border: none;
    position: relative;
    width: 20px;
    height: 20px;
    background: none;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    outline: none;
    margin-left: 16px;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button:before, .gpw-mobile-menu .header-menu-mobile__dropdown-button:after,
  .gpw-mobile-menu .header-menu-mobile__dropdown-button span {
    position: absolute;
    content: "";
    width: 100%;
    height: 5%;
    background: #717070;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button:before {
    top: 0;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button span {
    top: 47.5%;
  }
  .gpw-mobile-menu .header-menu-mobile__dropdown-button:after {
    bottom: 0;
  }
  .gpw-mobile-menu__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: calc(100% - 70px);
    bottom: -120%;
    left: 0;
    margin-top: 80px;
    background: rgb(0, 65.2020547945, 120.5);
    z-index: 2;
    animation-name: gpw-mobile-menu-hide;
    animation-duration: 0.5s;
  }
  .gpw-mobile-menu__menu .header-menu__link {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    padding: 16px 8px;
  }
  .gpw-mobile-menu__menu .header-menu__link.active {
    color: #fff !important;
  }
  .gpw-mobile-menu__menu .header-menu__link {
    color: #fff !important;
  }
  .gpw-mobile-menu__menu .gpw-mobile-menu__menu-inner {
    display: block;
    overflow-y: auto;
  }
  .gpw-mobile-menu__menu .gpw-mobile-menu__menu-inner .header-menu__link {
    display: block;
    margin: auto;
  }
  .gpw-mobile-menu.show .header-menu-mobile__dropdown-button:before {
    top: 50%;
    transform: rotate(45deg);
  }
  .gpw-mobile-menu.show .header-menu-mobile__dropdown-button span {
    width: 0;
    left: 50%;
  }
  .gpw-mobile-menu.show .header-menu-mobile__dropdown-button:after {
    bottom: 45%;
    transform: rotate(-45deg);
  }
  .gpw-mobile-menu.show .gpw-mobile-menu__menu {
    animation-name: gpw-mobile-menu-show;
    animation-duration: 0.5s;
    bottom: 0;
  }
  @keyframes gpw-mobile-menu-show {
    0% {
      bottom: -120%;
    }
    100% {
      bottom: 0;
    }
  }
  @keyframes gpw-mobile-menu-hide {
    0% {
      bottom: 0;
    }
    100% {
      bottom: -120%;
    }
  }
  .page-menu {
    display: flex;
    flex-direction: row;
    height: auto !important;
  }
  .page-menu > a {
    min-width: inherit !important;
    white-space: nowrap;
  }
  .gpw-toolbar--header .header-menu__link:not(.__white):hover, .gpw-toolbar--header .header-menu__link:not(.__white):focus, .gpw-toolbar--header .header-menu__link:not(.__white).active {
    color: rgb(0, 79, 146);
  }
  .gpw-navs .__link:hover:not(.__icon):before {
    display: none !important;
  }
  .btn:hover:before, .btn:focus:before {
    display: none !important;
  }
}
.main-logged-page__title-box .col-6 {
  margin-top: -33px;
}

.wallet-table {
  margin-top: 32px;
}
.wallet-table tbody .wallet-chart__value td {
  font-size: 12px;
}

.gpw-ranking-logged-mobile .__rank {
  display: flex;
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 8px;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  body .gpw__section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  body .gpw__section:not(.gpw-toolbar):first-of-type {
    overflow: hidden;
  }
}
body .gpw__section:nth-child(-n+3) .text {
  margin-bottom: 5px;
}
body .m-t-40 {
  margin-top: 40px;
}
body .m-t-15 {
  margin-top: 15px;
}

.date-range-mobile__filters-popup {
  display: none;
}

@media (max-width: 1199px) {
  .timeline {
    max-width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .timeline {
    max-width: 100%;
    overflow-x: scroll;
  }
  .date-range .mobile-open-popup-filters {
    font-size: 16px;
    font-weight: bold;
    padding: 0.5rem;
  }
  .date-range-mobile__filters-popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 110%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 79, 146);
    z-index: 2;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .date-range-mobile__filters-popup.open {
    top: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .date-range-mobile__filters-popup .top-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
  }
  .date-range-mobile__filters-popup .top-navigation .return {
    color: #fff;
    font-size: 20px;
  }
  .date-range-mobile__filters-popup .top-navigation .button {
    background: transparent;
    color: #fff;
    font-size: 20px;
  }
  .date-range-mobile__filters-popup .top-navigation .button-clear {
    background: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    align-self: flex-end;
    display: flex;
  }
  .date-range-mobile__filters-popup .body-form {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    flex: 1;
  }
  .date-range-mobile__filters-popup .body-form .date-range__element {
    max-width: inherit !important;
    margin-bottom: 2rem;
  }
  .date-range-mobile__filters-popup .body-form .date-range__element input {
    font-size: 16px;
  }
  .date-range-mobile__filters-popup .bottom-navigation {
    display: flex;
    justify-content: center;
    padding: 1.5rem 1rem;
    background: #fff;
  }
  #walletChart {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .gpw__page.auth .harmonogram-page__title-box .col-6 {
    margin-top: -15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gpw__page.auth .finacial-history-page__title-box .col {
    margin-top: -15px;
    padding-bottom: 30px;
  }
}
.gpw__contact p {
  margin-bottom: 0;
}
.gpw__contact p.text.__note {
  font-size: 1rem;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
body.auth .auth-margin-top-2 {
  margin-top: 2rem;
}
@media (min-width: 120px) {
  body .gpw__section.jakgrac > .container > .row {
    margin: 2rem 0;
  }
  body .gpw__section.jakgrac > .container > .row > div:first-child {
    order: 2;
  }
  body .gpw__section.jakgrac > .container > .row > div:last-child {
    order: 1;
  }
}
@media (min-width: 992px) {
  body .gpw__section.jakgrac > .container > .row {
    margin: 5rem 0;
  }
  body .gpw__section.jakgrac > .container > .row > div:first-child {
    order: 1;
  }
  body .gpw__section.jakgrac > .container > .row > div:last-child {
    order: 2;
  }
}
@media (min-width: 120px) {
  body .gpw__section.smartfon > .container > .row {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  body .gpw__section.smartfon > .container > .row {
    margin: 5rem 0;
  }
}
@media (min-width: 120px) {
  body .gpw__section.inwestuj > .container > .row {
    margin: 2.5rem 0;
  }
  body .gpw__section.inwestuj > .container > .row > div:first-child {
    order: 2;
  }
  body .gpw__section.inwestuj > .container > .row > div:last-child {
    order: 1;
    padding-left: 25%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  body .gpw__section.inwestuj > .container > .row {
    margin: 5rem 0;
  }
  body .gpw__section.inwestuj > .container > .row > div:first-child {
    order: 1;
  }
  body .gpw__section.inwestuj > .container > .row > div:last-child {
    order: 2;
    padding-left: 0%;
    text-align: left;
  }
}
@media (min-width: 120px) {
  body .gpw__section.materialy > .container > .row {
    margin: 0rem 0;
  }
  body .gpw__section.materialy > .container > .row > div:first-child {
    order: 2;
  }
  body .gpw__section.materialy > .container > .row > div:first-child .btn {
    float: right;
  }
  body .gpw__section.materialy > .container > .row > div:last-child {
    order: 1;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  body .gpw__section.materialy > .container > .row {
    margin: 5rem 0;
  }
  body .gpw__section.materialy > .container > .row > div:first-child {
    order: 1;
  }
  body .gpw__section.materialy > .container > .row > div:last-child {
    order: 2;
    margin-bottom: 0;
  }
}
@media (min-width: 120px) {
  body.gpw__home .section__image1 {
    max-width: 150%;
    margin: 0% 0% -100% -25%;
  }
}
@media (min-width: 992px) {
  body.gpw__home .section__image1 {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    max-width: 60rem;
    z-index: -1;
    -webkit-transform: translate(0, -30%);
    -moz-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    -o-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}
@media (min-width: 120px) {
  body.gpw__home .section__image2 {
    max-width: 200%;
    margin: -25% 0% -100% -25%;
  }
}
@media (min-width: 992px) {
  body.gpw__home .section__image2 {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    max-width: unset !important;
    -webkit-transform: translate(60%, -40%);
    -moz-transform: translate(60%, -40%);
    -ms-transform: translate(60%, -40%);
    -o-transform: translate(60%, -40%);
    transform: translate(60%, -40%);
    z-index: -1;
  }
}
@media (min-width: 120px) {
  body.gpw__home .section__image3 {
    max-height: 30rem;
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translate(-65%, -55%);
  }
}
@media (min-width: 992px) {
  body.gpw__home .section__image3 {
    position: absolute;
    top: 50%;
    max-height: 32rem;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-70%, -50%);
    -moz-transform: translate(-70%, -50%);
    -ms-transform: translate(-70%, -50%);
    -o-transform: translate(-70%, -50%);
    transform: translate(-70%, -50%);
  }
}
@media (min-width: 120px) {
  body.gpw__home .section__image4 {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  body.gpw__home .section__image4 {
    position: absolute;
    top: -8rem;
    left: -12.5rem;
    z-index: -1;
    max-width: unset !important;
  }
}
body.gpw__home .section__list {
  list-style-type: square;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
body.gpw__home .section__list li {
  padding: 0.25rem 0;
}
body.gpw__home .section__winners:not(.__games) .section__note {
  position: relative;
}
body.gpw__home .section__winners:not(.__games) .section__note > * {
  display: block;
}
body.gpw__home .section__winners:not(.__games) .section__note:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  max-height: 5rem;
  height: 5rem;
  right: 0;
  width: 1px;
  background: #fff;
  background-color: #fff;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
body.gpw__home .section__winners.__games {
  padding: 1.5rem 0;
}
body.gpw__home .section__winners.__games .section__note {
  min-height: 100%;
  position: relative;
}
body.gpw__home .section__winners.__games .section__note > * {
  display: block;
}
body.gpw__home .section__winners.__games .section__note:not(:last-child):before {
  content: "";
  position: absolute;
  top: 35%;
  height: 1px;
  right: 0;
  width: 1rem;
  background: #fff;
  background-color: #fff;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
body.gpw__home .section__winners .section__note {
  text-align: center;
  padding: 0.75rem 0.25rem;
}
body.gpw__home .section__note {
  margin-bottom: 0.15rem;
}
body.gpw__home .section__note span {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  font-size: 1.25rem;
}
body.gpw__home .section__note b {
  font-size: 1.5rem;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
}
body.gpw__home .section__note small {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 0.6rem;
  font-weight: 700;
  display: block;
}
body.gpw__home .section__note small + span {
  font-size: 1rem;
}
body.gpw__home .section__subnote {
  font-size: 0.8rem;
  font-weight: 300;
}
body.gpw__home .section__headline {
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2rem;
}
body.gpw__home .section__headline > small {
  font-size: 60%;
  font-weight: 400;
}
body.gpw__home .section__subheadline {
  font-family: "Roboto Slab", serif;
  margin: 0.5rem 0;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar) {
  overflow: hidden;
  position: relative;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .background__image {
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  top: 65%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 1920px;
}
@media (min-width: 120px) {
  body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .background__image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 10 ")";
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
  }
}
@media (min-width: 992px) {
  body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .background__image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 75 ")";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
  }
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text {
  color: #fff !important;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text:not(:last-child) {
  padding-bottom: 0.25rem;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text.__headline, body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text.__light, body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .text.__bold {
  font-weight: 900;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__winners {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__winners .section__note:not(:last-child):before {
  background: #fff;
  background-color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__buttons {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__buttons .btn {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__buttons .btn:hover {
  color: #fff !important;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__note {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__subnote {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__headline {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):first-of-type .section__subheadline {
  color: #fff;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__winners {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__winners .section__note:not(:last-child):before {
  background: #000;
  background-color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__buttons {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__buttons .btn {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__buttons .btn:hover {
  color: #000 !important;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__note {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__subnote {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__headline {
  color: #000;
}
body.gpw__home > .gpw__section:not(.gpw-toolbar):not(:first-of-type) .section__subheadline {
  color: #000;
}
body > .gpw__section:not(.gpw-toolbar):first-of-type {
  position: relative;
}
body > .gpw__section:not(.gpw-toolbar):first-of-type::before {
  font-family: "fontello";
  position: absolute;
  font-size: 50rem;
  bottom: -20rem;
  right: -5rem;
  color: #e5e5e5;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  pointer-events: none;
}
body .container-fluid .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.noscroll {
  overflow: hidden;
}
body .admin-search {
  float: right;
}

.gpw-toolbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer.gpw-toolbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 0.75rem;
}
footer.gpw-toolbar .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
footer.gpw-toolbar ul {
  list-style: none;
  margin-bottom: 0 !important;
}
@media (min-width: 540px) {
  footer.gpw-toolbar ul li:not(:last-child) {
    margin-right: 1rem;
  }
}
footer.gpw-toolbar ul li:not(:last-child) {
  position: relative;
}
footer.gpw-toolbar ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: -0.5rem;
  background: rgb(229.5, 229.5, 229.5);
  background-color: rgb(229.5, 229.5, 229.5);
  display: none;
}
@media (min-width: 540px) {
  footer.gpw-toolbar ul li:not(:last-child):after {
    display: block;
  }
}
footer.gpw-toolbar ul li a {
  color: #999999;
}
footer.gpw-toolbar ul li a:hover {
  color: #000;
}
footer.gpw-toolbar ul li a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  padding: 0.25rem 0.25rem;
}

header.gpw-toolbar {
  font-size: 1rem;
}

.gpw__home header.gpw-toolbar {
  font-size: 1rem;
}
.gpw__home header.gpw-toolbar--header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.add-to-favorite:hover {
  font-weight: 900;
  color: rgb(0, 144, 213);
}
.add-to-favorite.loading {
  opacity: 0.4;
  pointer-events: none;
}

.dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: #717070;
  border-radius: 50%;
}
.dot + * {
  display: inline-block;
  vertical-align: middle;
}
.dot--color-0 {
  background: #ffa612;
}
.dot--color-1 {
  background: #fa6544;
}
.dot--color-2 {
  background: #673ab7;
}
.dot--color-3 {
  background: #003366;
}
.dot--color-4 {
  background: #cc0000;
}
.dot--color-5 {
  background: rgb(0, 144, 213);
}
.dot--color-6 {
  background: #ffc107;
}
.dot--color-7 {
  background: #01bd8f;
}
.dot--color-8 {
  background: #FFC0CB;
}

.wallet-table {
  border-spacing: 15px 5px;
  border-collapse: separate;
  font-size: 15px;
}
.wallet-table__sep {
  font-size: 2px;
}
.wallet-table tbody tr td {
  white-space: nowrap;
}
.wallet-table tbody tr td:nth-of-type(1), .wallet-table tbody tr td:nth-of-type(1) span {
  color: #717070;
}
.wallet-table tbody tr td:nth-of-type(2), .wallet-table tbody tr td:nth-of-type(2) span {
  font-weight: bold;
  text-align: right;
}

.wallet-chart {
  position: relative;
}
.wallet-chart__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
}
.wallet-chart__title span {
  font-weight: bold;
  font-size: 18px;
}
.wallet-chart__title small {
  text-transform: uppercase;
  font-size: 12px;
  color: #717070;
}
.wallet-chart__other-position {
  max-height: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}
.wallet-chart__other-position.table-row {
  max-height: 1000px;
  transition: max-height 0.6s, padding 0.6s;
}
.wallet-chart__other-position table tbody tr > td {
  font-size: 12px;
}
.wallet-chart__other-position table tbody tr > td:first-child {
  padding-left: 0.5rem;
}
.wallet-chart__other-position-button {
  cursor: pointer;
}
.wallet-chart__other-position-button > i.fas {
  margin-left: 0.3rem;
}
.wallet-chart-label__first-line {
  align-items: center;
  font-size: 0.8rem;
}
.wallet-chart-label__first-line > span {
  display: inline-block;
  margin-right: 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 0.05rem solid #fff;
}
.wallet-chart-label__other-line {
  font-size: 0.7rem;
  margin-left: 1rem;
}

.pagination {
  font-size: 12px;
  margin-top: 16px;
}

.page-menu > a {
  margin: 0 5px 0 0;
}

.tooltip[role=tooltip] {
  max-width: 80vw;
}

.panel-faq .panel {
  border-bottom: 1px solid rgb(0, 79, 146);
  margin: 15px 0;
}
.panel-faq .panel-title {
  width: 100%;
  display: block;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
  padding-right: 25px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.panel-faq .panel-title a {
  color: rgb(0, 79, 146);
  width: 100%;
  display: inline-block;
}
.panel-faq .panel-title a:after {
  content: "";
  position: absolute;
  top: 0;
  border-width: 8px;
  border-style: solid;
  border-color: rgb(0, 79, 146) transparent transparent transparent;
  transition: all 0.015s;
  right: 0.2rem;
  transform: rotate(-180deg);
}
.panel-faq .panel-title a.collapsed:after {
  top: 10px;
  transform: rotate(0deg);
}
.panel-faq .panel-body {
  margin: 10px 0;
}

.gpw-steps .step {
  position: relative;
  padding: 0 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.gpw-steps .step.active .number {
  background-color: #004f92;
}
.gpw-steps .step:before,
.gpw-steps .step:after {
  position: absolute;
  top: 25px;
  content: "";
  width: 50px;
  height: 1px;
  background: #004f92;
}
.gpw-steps .step:first-child:before,
.gpw-steps .step:last-child:after {
  display: none;
}
.gpw-steps .step:before {
  left: 0;
}
.gpw-steps .step:after {
  right: 0;
}
.gpw-steps .step .number {
  font-size: 0.85rem;
  font-weight: 900;
  font-family: "Roboto Slab", serif;
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 79, 146, 0.4);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.gpw-steps .step .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .gpw-steps {
    flex-flow: row wrap;
  }
  .gpw-steps .step {
    display: none;
  }
  .gpw-steps .step.active {
    display: block;
  }
  .gpw-steps .step:first-child:before, .gpw-steps .step:last-child:after {
    display: block !important;
  }
}

.gpw-form-required {
  color: red;
}

.gpw-form-validated input.no,
.gpw-form-validated select.no {
  border-color: #ce0e0e;
}
.gpw-form-validated input.no ~ .invalid-feedback,
.gpw-form-validated select.no ~ .invalid-feedback {
  display: block;
}
.gpw-form-validated input.ok,
.gpw-form-validated select.ok {
  border-color: #96eb6a;
}

.form-group label {
  font-size: 14px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  vertical-align: top;
}
.form-group label.error {
  color: #ce0e0e;
}

input, select {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
}
input:hover, input:focus, select:hover, select:focus {
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

body[class^=gpw__] .form-control {
  color: #000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BBB !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BBB !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #BBB !important;
}

.form-control.error, .form-check-input.error {
  border-color: #ce0e0e;
}
.form-control.valid, .form-check-input.valid {
  border-color: #96eb6a;
}
.form-control ~ label.error, .form-check-input ~ label.error {
  color: #ce0e0e;
  margin: 5px 0 0 0;
}

.form-check {
  display: flex !important;
  align-items: flex-start;
  flex-flow: row wrap;
}
.form-check .form-check-label {
  margin-left: 0.5rem;
}
.form-check label.error {
  width: 100%;
  order: 2;
  padding-left: 0.5rem;
}
.form-check input:required ~ .form-check-label {
  position: relative;
}
.form-check input:required ~ .form-check-label:before {
  position: relative;
  content: "*";
  left: 0;
  top: 0;
  color: #ce0e0e;
  padding-right: 5px;
  display: inline-block;
}

.form-text-resend-code-sms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

select.loading,
input.loading {
  opacity: 0.4;
  cursor: no-drop;
}

.form-picker .select2-selection {
  padding: 0.375rem 0.75rem;
  height: calc(1.5em + 0.75rem + 2px);
}
.form-picker .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}

.badge-primary {
  background-color: rgb(0, 79, 146);
}

#gpwRegisterForm .custom-control-label {
  font-size: 14px;
  line-height: 26px;
  vertical-align: middle;
}

.gpw-toolbar {
  background: transparent;
  background-color: transparent;
}
.gpw-toolbar--header {
  background: rgb(0, 79, 146);
  background-color: rgb(0, 79, 146);
}

.gpw__icons {
  padding: 2.5rem 0 !important;
}
.gpw__icons div.text-center {
  margin: 2rem 0;
}

.gpw-description {
  font-family: "Nunito Sans";
  font-weight: 300;
}

.gpw-bg.__light {
  background: #eee;
}

.singleMessage {
  border-bottom: 1px solid #f3f4f5;
}
.singleMessage .date {
  color: #717070;
  font-size: 0.75rem;
}
.singleMessage a {
  color: #000;
}

.pull-right {
  float: right !important;
}

.newsBox {
  padding: 15px;
  border-bottom: 2px solid rgb(0, 144, 213);
}
.newsBox__title {
  color: rgb(0, 79, 146);
  font-weight: 700;
  font-size: 22px;
}
.newsBox__content {
  color: #000;
  font-size: 16px;
}
.newsBox__date, .newsBox__update {
  color: rgb(100, 101, 103);
  font-weight: 400;
  font-size: 12px;
}

.consent-label {
  overflow: hidden;
  padding: 0.5rem 0.75rem;
}

.text.__headline, .text.__light, .text.__bold {
  font-weight: 900;
}
.text.__bold {
  font-weight: 900;
}
.text.__light {
  font-weight: 300;
}
.text.__h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
}
.text.__title {
  font-weight: 400;
}
.text.__body {
  font-family: "Montserrat", sans-serif;
}
.text.__note {
  font-family: "Montserrat", sans-serif;
}
.text.__small {
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #999;
}
@media (min-width: 992px) {
  .text.__small {
    font-size: 13px;
  }
}
.text.__list, .text.__list ul {
  padding-left: 1rem;
}
.text.__green {
  color: rgb(0, 144, 213);
}

.gpw-headline.__h1 {
  font-size: 60px;
  line-height: 68px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.gpw-headline.__default, .gpw-headline.gpw-btn.__error {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
}
.gpw-headline.__light {
  color: #f3f4f5;
  font-size: 20px;
}

.gpw-sub.__h1 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/**
* Nav information
*/
.gpw-nav-info .__title {
  color: rgb(0, 79, 146);
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.gpw-nav-info .__description {
  color: #000;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

body[class^=gpw__] h1 {
  font-size: 3rem;
}
body[class^=gpw__] h2 {
  font-size: 2.65rem;
}
body[class^=gpw__] h3 {
  font-size: 2.3rem;
}
body[class^=gpw__] h4 {
  font-size: 1.95rem;
}
body[class^=gpw__] h5 {
  font-size: 1.6rem;
}
body[class^=gpw__] h6 {
  font-size: 1.25rem;
}

.userlist .player {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: space-between;
}
.userlist .player:hover {
  background-color: rgb(247.1, 247.1, 247.1);
}
.userlist .player > div {
  padding: 5px 0;
}
.userlist .player > div p {
  font-size: 16px;
}
.userlist .player__name {
  font-size: 20px;
  font-weight: 800;
}
.userlist .player__consent .fa-icon {
  font-size: 18px;
  background-color: transparent;
}
.userlist .player .switch-team {
  font-size: 16px;
}
.userlist .player .switch-team select {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.userlist .player .switch-team .btn {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .userlist .player .switch-team .btn {
    font-size: 12px;
  }
}

.teams__headline {
  word-break: break-word;
}
.teams__item {
  border: 2px solid rgb(100, 101, 103);
  border-radius: 5px;
  padding: 15px;
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .teams__item {
    flex-direction: row;
    text-align: left;
  }
}
.teams__item a {
  word-break: break-word;
}
.teams__item > div {
  padding: 5px 3px;
}
.teams__remove {
  font-size: 0.85rem;
  border: 2px solid #ce0e0e;
  background-color: #ce0e0e;
  font-weight: 600;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 50%;
  font-size: 22px;
  margin-bottom: 15px;
  transition: background 0.25s;
}
@media (min-width: 768px) {
  .teams__remove {
    width: auto;
    margin-bottom: 0;
  }
}
.teams__remove:hover {
  cursor: pointer;
  border-color: rgb(134.3681818182, 9.1318181818, 9.1318181818);
  background: rgb(134.3681818182, 9.1318181818, 9.1318181818);
}
.teams__edit {
  font-size: 0.85rem;
  border: 2px solid #d37348;
  background-color: #d37348;
  font-weight: 600;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 50%;
  font-size: 22px;
  margin-bottom: 15px;
  transition: background 0.25s;
}
@media (min-width: 768px) {
  .teams__edit {
    width: auto;
    margin-bottom: 0;
  }
}
.teams__edit:hover {
  cursor: pointer;
  border-color: rgb(166.4735682819, 79.1431718062, 40.0264317181);
  background: rgb(166.4735682819, 79.1431718062, 40.0264317181);
}

.gpw-btn.__default, .gpw-btn.__error {
  background: rgb(0, 79, 146);
  color: #fff;
}
.gpw-btn.__error {
  background: #ce0e0e;
}

.btn__group > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.btn__group > *:not(:last-child) {
  margin-right: 0.5rem;
}

body[class^=gpw__] .btn {
  min-width: 10rem;
  font-size: 0.85rem;
  border: 2px solid rgb(0, 79, 146);
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: black;
  position: relative;
  z-index: 1;
}
body[class^=gpw__] .btn::before {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  background: rgb(0, 79, 146);
  background-color: rgb(0, 79, 146);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 25 ")";
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  z-index: -1;
}
body[class^=gpw__] .btn:hover, body[class^=gpw__] .btn:focus, body[class^=gpw__] .btn.active {
  border-color: rgb(0, 79, 146);
  color: black;
}
body[class^=gpw__] .btn:hover::before, body[class^=gpw__] .btn:focus::before, body[class^=gpw__] .btn.active::before {
  width: 100%;
}
body[class^=gpw__] .btn:hover, body[class^=gpw__] .btn:focus, body[class^=gpw__] .btn.active {
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
body[class^=gpw__] .btn.__error {
  background: #ce0e0e;
  border-color: #ce0e0e;
  color: white;
}
body[class^=gpw__] .btn.__error:hover {
  background: rgb(134.3681818182, 9.1318181818, 9.1318181818);
}
body[class^=gpw__] .btn.__white {
  border-color: transparent;
}
body[class^=gpw__] .btn.__white::before {
  background: rgb(191.25, 191.25, 191.25);
  background-color: rgb(191.25, 191.25, 191.25);
}
body[class^=gpw__] .btn.__white:hover, body[class^=gpw__] .btn.__white:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  color: black;
}
body[class^=gpw__] .btn.__white.__border {
  border-color: rgb(0, 144, 213);
  background-color: rgb(0, 144, 213);
}
body[class^=gpw__] .btn.__white.__border:hover, body[class^=gpw__] .btn.__white.__border:focus {
  border-color: rgb(0, 109.5211267606, 162);
}
body[class^=gpw__] .btn.__white.__border::before {
  background: rgb(0, 144, 213) !important;
  background-color: rgb(0, 144, 213) !important;
}
body[class^=gpw__] .btn.__dark-blue {
  border-color: rgb(0, 79, 146);
  background-color: rgb(0, 79, 146);
}
body[class^=gpw__] .btn.__dark-blue:hover, body[class^=gpw__] .btn.__dark-blue:focus {
  border-color: rgb(0, 51.404109589, 95);
}
body[class^=gpw__] .btn.__dark-blue::before {
  background: rgb(0, 79, 146) !important;
  background-color: rgb(0, 79, 146) !important;
}
body[class^=gpw__] .btn.__blue-white {
  border-color: #fff;
  background-color: rgb(0, 144, 213);
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  body[class^=gpw__] .btn.__blue-white {
    font-size: 0.75rem !important;
  }
}
body[class^=gpw__] .btn.__blue-white:hover, body[class^=gpw__] .btn.__blue-white:focus {
  border-color: #fff;
}
body[class^=gpw__] .btn.__transparent-white {
  font-family: "Montserrat", sans-serif;
  border-color: #fff;
  background-color: transparent;
}
@media (min-width: 768px) {
  body[class^=gpw__] .btn.__transparent-white {
    font-size: 0.75rem !important;
  }
}
body[class^=gpw__] .btn.__transparent-white:hover, body[class^=gpw__] .btn.__transparent-white:focus {
  border-color: rgb(242.25, 242.25, 242.25);
  color: rgb(242.25, 242.25, 242.25) !important;
}
body[class^=gpw__] .btn.__link-primary {
  color: #509fef;
}
body[class^=gpw__] .btn.__big {
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 0.75rem 2rem;
}
body[class^=gpw__] .btn.__small {
  font-size: 0.6rem;
  min-width: 6rem;
}
body[class^=gpw__] .btn.__fluid {
  min-width: 100%;
}
body[class^=gpw__] .btn.__blue {
  background: rgb(0, 79, 146);
  color: white;
}
body[class^=gpw__] .btn.__blue:hover {
  color: black;
  background: transparent;
}
body[class^=gpw__] .btn.__square {
  min-width: 0;
  padding: 0.5rem 0.7rem;
}

.gpw-ranking {
  border-left: 1px solid #f3f4f5;
}
.gpw-ranking .__rank {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #f3f4f5;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}
.gpw-ranking .__rank .__position {
  font-size: 24px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
}
.gpw-ranking .__rank .__shift {
  font-size: 14px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
}
.gpw-ranking .__rank .__difference {
  font-size: 14px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  padding: 0 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}

.summary-rank {
  display: flex;
  align-items: center;
}
.summary-rank__wrap {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.summary-rank__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #f3f4f5;
  border-radius: 50%;
  min-width: 150px;
  width: 150px;
  min-height: 150px;
  height: 150px;
  position: relative;
}
.summary-rank__circle span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.summary-rank__circle i {
  font-size: 50px;
  color: #717070;
}
.summary-rank__circle + div {
  padding: 0 0 0 15px;
  font-size: 14px;
}
.summary-rank ul {
  list-style-position: inside;
  font-size: 14px;
  margin: 0;
}
.summary-rank ul li {
  padding: 2px 0 2px 10px;
}

table.dataTable.no-footer,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

.load-default-table {
  overflow: auto;
}
.load-default-table.load {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 100px;
}
.load-default-table.load:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #fff;
}
.load-default-table.load:after {
  position: absolute;
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid rgb(0, 106.595890411, 197);
  border-color: rgb(0, 106.595890411, 197) transparent rgb(0, 106.595890411, 197) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  z-index: 10;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

table.dataTable thead tr th {
  font: bold 12px/1.4 "Montserrat", sans-serif;
  background-color: #EEE;
  padding: 20px 15px;
  border-bottom: none;
}
table.dataTable tbody tr,
table.dataTable tbody tr.odd {
  background-color: transparent !important;
  border-bottom: 2px solid #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px;
}
table.dataTable tbody tr td,
table.dataTable tbody tr.odd td {
  background-color: transparent !important;
  font-size: 12px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px;
}
table.dataTable tbody tr.group,
table.dataTable tbody tr.odd.group {
  background-color: #f2f2f2 !important;
  font: bold 10px/1.2 "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #717070;
}
table.dataTable.collapsed tbody tr td.table-instrument__title {
  padding-left: inherit !important;
}
table.dataTable.collapsed tbody tr td:before {
  display: none !important;
}
table.dataTable.collapsed tbody tr.group td:first-child:before {
  display: none;
}

table#gpw-table-expand tbody tr ul li[data-dtr-index="12"] {
  display: none !important;
}

body table.dataTable.gpw-table-expand-no-sort-schema thead tr th,
body table.dataTable.gpw-table-expand-default-schema thead tr th,
body table.dataTable.gpw-table-expand-default-schema-no-sort-7 thead tr th {
  background-position: center left;
  padding: 15px 5px 15px 18px;
}

.dataTables_wrapper > .dataTables_wrapper {
  max-height: unset !important;
  height: auto !important;
}

.gpw-table {
  width: 100%;
  margin: 26px 0;
  border-spacing: 0;
  border-collapse: separate;
}
@media (min-width: 768px) {
  .gpw-table.sql-table {
    table-layout: fixed;
  }
}
.gpw-table.sql-table tbody tr td {
  padding: 5px;
  word-break: break-all;
}
.gpw-table .sql-table__edit i {
  font-size: 18px;
}
.gpw-table p {
  font-size: 12px;
  line-height: 20px;
}
.gpw-table td:not([colspan="12"]) {
  border-bottom: 2px solid #DDD;
}
.gpw-table thead tr th {
  font: bold 12px/1.4 "Montserrat", sans-serif;
  background-color: #EEE;
  padding: 20px 15px;
}
.gpw-table tbody tr:not(.table-primary) td:not([colspan="12"]) {
  border-bottom: 2px solid #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  padding: 15px 15px;
}
.gpw-table tbody tr.table-primary, .gpw-table tbody tr.table-primary > td, .gpw-table tbody tr.table-primary > th {
  background-color: #455C7F;
}
.gpw-table__more {
  text-align: right;
  padding: 15px;
}
.gpw-table__title {
  background: #f2f2f2;
  font: bold 10px/1.2 "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #717070;
}
.gpw-table__title td {
  text-align: left;
  padding: 15px;
}
.gpw-table th.sortable {
  text-align: center;
  vertical-align: middle;
}
.gpw-table th .sort-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.gpw-table th .sort-icons {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 0.8em;
}
.gpw-table th .sort-icons a {
  height: 10px;
}

.table-instrument__title {
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
}
.table-instrument__status--ZLOZONA {
  color: #0099CC;
}
.table-instrument__status--W_TRAKCIE {
  color: #007bff;
}
.table-instrument__status--ZREALIZOWANA {
  color: #009934;
}
.table-instrument__status--ANULOWANA {
  color: #CC0000;
}
.table-instrument__status--OCZEKUJE {
  color: #ffc107;
}

.table-sort {
  white-space: nowrap;
  cursor: pointer;
}
.table-sort__title {
  display: inline-block;
  vertical-align: middle;
}
.table-sort__icon {
  width: 10px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 0 5px;
}
.table-sort__icon:before, .table-sort__icon:after {
  border: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  top: 50%;
  position: absolute;
  width: 0;
}
.table-sort__icon:before {
  border-bottom-color: #333;
  margin-top: -11px;
}
.table-sort__icon:after {
  border-top-color: #333;
  margin-top: 1px;
}
.table-sort[data-value=ASC] .table-sort__icon:before {
  border-bottom-color: #BBB;
}
.table-sort[data-value=DESC] .table-sort__icon:after {
  border-top-color: #BBB;
}

table.table-standings {
  min-height: 500px;
}

.gpw-card {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: 24px 0;
}
.gpw-card .__content {
  display: inline-flex;
  flex: 1;
}
.gpw-card .__icon, .gpw-card .__icon.small {
  display: flex;
  flex-flow: column;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.gpw-card .__icon p, .gpw-card .__icon.small p {
  font-size: 12px;
}
.gpw-card .__icon i, .gpw-card .__icon.small i {
  font-size: 42px;
}
.gpw-card .__icon.small {
  width: 65px;
  height: 65px;
}
.gpw-card .__icon.small p {
  display: none;
}
.gpw-card .__icon.small i {
  font-size: 24px;
}
.gpw-card .__icon .revert {
  flex-flow: column-reverse;
}

/**
Timetable
 */
.gpw-timetable {
  padding: 20px 100px 45px 100px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.gpw-timetable .__point {
  display: flex;
  flex: 1;
  position: relative;
}
.gpw-timetable .__point:last-child {
  text-align: right;
  flex: 0;
}
.gpw-timetable .__point:last-child .__content {
  position: absolute;
}
.gpw-timetable .__point .__content {
  width: 150px;
  display: inline-block;
  text-align: center;
  margin-left: -75px;
}
.gpw-timetable .__point .__content p, .gpw-timetable .__point .__content b {
  padding: 0;
  margin: 0;
}
.gpw-timetable .__point:after {
  position: absolute;
  width: 100%;
  height: 10px;
  border: 1px solid rgb(0, 79, 146);
  content: "";
  top: 70px;
}
.gpw-timetable .__point:before {
  position: absolute;
  width: 25px;
  height: 25px;
  background: rgb(0, 79, 146);
  content: "";
  border-radius: 50%;
  left: -12.5px;
  top: 62.5px;
  z-index: 1;
}
.gpw-timetable .__point .percent {
  height: 10px;
  position: absolute;
  left: 0;
  top: 70px;
  background: rgb(0, 79, 146);
}

.register-container {
  background: #e5e5e5;
  background-color: #e5e5e5;
}

.gpw__text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.gpw__text p {
  margin-bottom: 4px;
  font-size: 16px;
}
.gpw__text h5 {
  padding: 10px 0;
}
.gpw__text ul {
  margin-left: 60px;
}

.date-range {
  padding: 15px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.date-range__element {
  margin: 0 10px 0 0;
  width: 100%;
  max-width: 140px;
  margin-bottom: 0.5rem;
}
.date-range__title {
  font-size: 12px;
  color: #555;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
.date-range__value {
  position: relative;
  border: 2px solid #EEE;
  box-sizing: border-box;
  width: 100%;
}
.date-range__value > input {
  border: 0;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px;
  max-width: 100%;
  width: 100%;
  display: block;
}
.date-range__icon {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #717070;
  pointer-events: none;
  font-size: 16px;
}
.date-range__submit {
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid rgb(0, 79, 146);
  box-sizing: border-box;
  background: transparent;
  color: black;
  margin: 0 5px 0.5rem 0;
}
.date-range__submit:hover {
  background: rgb(0, 79, 146);
  color: #fff;
}
.date-range__clear {
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  margin: 0 5px 0.5rem 0;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #717070;
  box-sizing: border-box;
  background: transparent;
  color: black;
  white-space: nowrap;
}
.date-range__clear:hover {
  background: #717070;
  color: #fff;
}

.table-select {
  display: inline-block;
  text-align: left;
}
.table-select select {
  opacity: 0;
}
.table-select__label {
  display: block;
}
.table-select .select2 {
  min-width: 100px;
  outline: none;
  border: 2px solid #EEE;
}
.table-select .select2:focus, .table-select .select2 * {
  outline: none;
}
.table-select[data-field=instrument] .select2 {
  min-width: 120px;
}
.table-select .select2-container--default .select2-selection--single {
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 26px;
}
.table-select .select2-container .select2-selection--single .select2-selection__rendered {
  color: #717070;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  padding-left: 0px;
}
.table-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #717070;
}
.table-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: black transparent transparent transparent;
}
.table-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent black transparent;
}
.table-select .select2-container--default .select2-selection--single .select2-selection__clear {
  width: 9px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: black;
}

.select2-results__option {
  font-size: 12px;
  padding: 6px 10px;
}

.select2-container--open .select2-dropdown {
  border: 1px solid #CCC !important;
  border-radius: 0 !important;
  padding: 5px;
  min-width: 200px;
}

.table-fixed {
  margin: 26px 0;
  overflow-x: auto !important;
}
.table-fixed .gpw-table {
  margin: 0;
}

.tv-chart iframe, .tv_chart_container iframe {
  max-height: 480px;
}

.nav-item {
  margin: 0 5px 0 0;
}
.nav-item:last-of-type {
  margin: 0;
}

.highlight {
  background: #e5e5e5;
  background-color: #e5e5e5;
}

body[class^=gpw__] .tooltip-inner {
  background: #FFF;
  color: #000;
  border: 1px solid #DDD;
  text-align: left;
  font-size: 14px;
  padding: 7px 10px;
  max-width: 400px;
}
body[class^=gpw__] .bs-tooltip-auto[x-placement^=top] .arrow::before, body[class^=gpw__] .bs-tooltip-top .arrow::before {
  border-top-color: #DDD;
}
body[class^=gpw__] .tooltip.show {
  opacity: 1;
}

.timeline {
  margin: 2rem 0;
  display: flex;
  flex-flow: row;
}
.timeline__item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin: 10px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  min-width: 100px;
}
.timeline__item:after {
  content: "";
  width: calc(100% - 25px);
  height: 2px;
  background: #DDD;
  position: absolute;
  top: 12.5px;
  left: 35px;
  display: block;
}
.timeline__item:last-of-type:after {
  display: none;
}
.timeline__circle {
  width: 25px;
  height: 25px;
  border: 2px solid #DDD;
  background: #FFF;
  border-radius: 50%;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}
.timeline__item--active .timeline__circle {
  border-color: rgb(0, 79, 146);
  background: rgb(0, 79, 146);
}
.timeline__item--active-line:after {
  background: rgb(0, 79, 146);
}
.timeline__date {
  color: #777;
  font-weight: normal;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.timeline__title {
  font-weight: bold;
  font-size: 15px;
}

.gpw-list {
  border: 1px solid rgb(0, 79, 146);
  border-radius: 5px;
  list-style: none;
  text-align: center;
}
.gpw-list__item {
  padding: 0.75rem 1.25rem;
  position: relative;
}
.gpw-list__item:after {
  content: "";
  width: calc(100% - 2.5rem);
  height: 1px;
  background: rgb(0, 79, 146);
  display: block;
  position: absolute;
  bottom: 0px;
  left: 1.25rem;
}
.gpw-list__item:last-of-type:after {
  display: none;
}

.gpw-multiselect {
  margin: 0.5rem 0;
  display: flex;
}
.gpw-multiselect.load {
  max-height: 35px;
  opacity: 0;
}
.gpw-multiselect > button {
  margin-left: 0.5rem;
}
.gpw-multiselect .select2-container {
  min-width: 200px;
}
.gpw-multiselect .select2-container--default .select2-selection--multiple {
  border: 2px solid #DDD;
  border-radius: 0;
  font-size: 0.7rem;
  padding: 0.5rem;
}
.gpw-multiselect .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #DDD;
}
.gpw-multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0;
  border-radius: 0;
  padding: 3px 5px 3px 14px;
  font-size: 0.6rem;
  font-weight: bold;
  position: relative;
  margin: 0 5px 0 0;
}
.gpw-multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.gpw-multiselect .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
}
.gpw-multiselect .select2-container .select2-search--inline .select2-search__field {
  margin-top: 3px;
}

/*live ranking*/
#live-table {
  background: #2f2f2f;
  color: white;
  border-collapse: collapse;
}

#live-table tbody tr, #live-table thead tr {
  border-bottom: 1pt solid #5d5d5d;
}

#live-table tbody tr td, #live-table thead tr th {
  vertical-align: middle;
  text-align: center;
}

#live-table thead tr {
  background: #162641;
}

.img-partner-wrapper {
  height: 105px;
  position: relative;
}

.img-partner {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-partner--grantowcy {
  max-width: 100%;
  max-height: 100%;
}

.gpw-pagination .page-item .page-link {
  color: #000;
  background-color: #fff;
}

.pagination .page-item.active .page-link {
  background: rgb(0, 79, 146);
  background-color: rgb(0, 79, 146);
  border-color: rgb(0, 79, 146);
  color: #fff;
}
.pagination .page-item .page-link {
  color: rgb(0, 79, 146);
}
.pagination .page-item .page-link:hover {
  background: rgb(0, 79, 146);
  background-color: rgb(0, 79, 146);
  color: #fff;
  border-color: rgb(0, 79, 146);
  cursor: pointer;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.box-size, body > .gpw__section:not(.gpw-toolbar) {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.box-size.mini, body > .mini.gpw__section:not(.gpw-toolbar) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.default-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.default-slider .__item {
  background-color: #fff;
  padding: 16px;
  margin: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(25% - 10px);
  flex: 1 0 calc(25% - 10px);
}
@media (max-width: 767px) {
  .default-slider .__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(49% - 10px);
    flex: 1 0 calc(49% - 10px);
  }
}
.default-slider .__title {
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  display: block;
  margin: 0 0 9px 0;
}

.carousel-with-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.carousel-with-title .item {
  margin: 0 5px;
}
.carousel-with-title .__title {
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  display: block;
  margin: 0 0 9px 0;
  text-align: center;
}

.gpw-cookie-popup {
  position: fixed;
  bottom: -100%;
  background: rgb(0, 79, 146);
  width: 80%;
  left: 10%;
  padding: 1rem 0.5rem;
  color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 2;
}
@media (max-width: 960px) {
  .gpw-cookie-popup {
    left: 12.5%;
  }
}
.gpw-cookie-popup.open {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  bottom: 1rem;
}
.gpw-cookie-popup .button {
  color: #fff;
  padding: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  background: none;
  position: absolute;
  top: -1rem;
  right: -0.5rem;
}

.gpw__home {
  font-family: "Montserrat", sans-serif;
}
.gpw__home img {
  image-rendering: auto;
}
.gpw__home .gpw__section .container {
  max-width: 1350px;
}

.homepage__logo__image img {
  max-width: 260px;
}
@media (min-width: 350px) {
  .homepage__logo__image img {
    max-width: 300px;
  }
}
@media (min-width: 620px) {
  .homepage__logo__image img {
    max-width: 100%;
  }
}
.homepage__top {
  padding-bottom: 40px !important;
}
.homepage .text-gpw-blue {
  color: rgb(0, 79, 146);
}
.homepage__button-login {
  background: url("/img/sigg25/login-button-1bfa1418e15f2fc0a2602f4f8c0561bc.png");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 187px;
  width: 100%;
  height: 70px;
  display: block;
  margin-left: -3px;
}
.homepage__headline img {
  margin-bottom: 30px;
}
.homepage__headline span {
  font-size: 14px;
  font-weight: 600;
  color: #1387c9;
  margin-bottom: 6px;
  text-transform: uppercase;
  display: inline-block;
}
.homepage__headline h1.parkiet--title {
  font-family: "Montserrat", sans-serif;
  text-shadow: 2px 2px 0 #124b8b, 2px -2px 0 #124b8b, -2px 2px 0 #124b8b, -2px -2px 0 #124b8b, 2px 0px 0 #124b8b, 0px 2px 0 #124b8b, -2px 0px 0 #124b8b, 0px -2px 0 #124b8b;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 330px) {
  .homepage__headline h1.parkiet--title {
    font-size: 2.85rem;
  }
}
@media (min-width: 992px) {
  .homepage__headline h1.parkiet--title {
    font-size: 62px;
    line-height: 68px;
  }
}
.homepage__headline h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px !important;
  font-weight: 900;
  margin-bottom: 0.7rem;
  color: #124b8b;
}
@media (min-width: 992px) {
  .homepage__headline h2 {
    font-size: 41px !important;
    line-height: normal;
  }
}
.homepage__subnote {
  font-family: "Montserrat", sans-serif;
  color: #124b8b;
  line-height: 23px;
  font-weight: 500;
  margin: 0 0 22px 0;
}
.homepage__subnote p {
  font-size: 14px;
}
.homepage__subnote span {
  font-weight: 800;
}
@media (min-width: 992px) {
  .homepage__subnote p {
    width: 76%;
    font-size: 17px;
  }
}
.homepage__wrapper {
  background: url("/img/sigg25/home-bg-dfb414aebc38d7d8268cba3afb1bd29a.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-size: cover;
  padding: 24px 24px 0 24px;
  margin: 50px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: relative;
  background-position: 0;
}
@media screen and (min-width: 560px) {
  .homepage__wrapper {
    padding: 24px 0 0 0;
    min-height: 650px;
  }
}
@media screen and (min-width: 992px) {
  .homepage__wrapper {
    background-position: 86%;
  }
}
@media (min-width: 1200px) {
  .homepage__wrapper {
    background-size: cover;
    border-radius: 50px;
    padding: 25px 0px 25px 0px;
    margin: 0;
    min-height: 700px;
  }
}
.homepage__wrapper__txt {
  font-family: "Montserrat", sans-serif;
  width: 100%;
}
@media (min-width: 560px) {
  .homepage__wrapper__txt {
    margin-left: 55px;
  }
}
@media (min-width: 992px) {
  .homepage__wrapper__txt {
    width: 50%;
  }
}
.homepage__wrapper__txt .button {
  display: inline-block;
  background: #ffca4e;
  color: #000;
  font-weight: bolder;
  font-size: 14px;
  letter-spacing: 0.5px;
  clip-path: polygon(2% 0%, 8% 100%, 90% 95%, 91% 95%, 95% -2%);
  padding: 15px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 30px 0;
}
.homepage__wrapper__txt .button:hover {
  opacity: 0.5;
}
.homepage__wrapper__txt .registration-urls {
  margin: 30px 0 0 0;
}
.homepage__wrapper__txt .registration-urls a {
  color: #124b8b;
  display: table;
  font-size: 14px;
  margin: 0 0 20px 0;
}
@media (min-width: 1400px) {
  .homepage__wrapper__txt .registration-urls a {
    display: inline-block;
    font-size: 13px;
  }
}
.homepage__wrapper__txt .registration-urls a:last-of-type {
  margin: 0 0 20px 0;
}
@media (min-width: 1400px) {
  .homepage__wrapper__txt .registration-urls a:last-of-type {
    padding: 0 0 0 15px;
    border: 0;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .homepage__wrapper__txt .registration-urls a {
    padding: 0 15px 0 0;
    border-right: 1px solid #1985C6;
  }
}
.homepage__wrapper__txt .arrow {
  width: 75px;
  z-index: 10;
  height: 75px;
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff url("/img/sigg19/arrow-e488f4e0d71f1e9b7087493d8329e999.png") no-repeat center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: arrow 0.9998s infinite;
  animation: arrow 0.9998s infinite;
  animation-timing-function: cubic-bezier(0.37, -0.16, 0.58, 1);
  cursor: pointer;
}
@-webkit-keyframes arrow {
  0% {
    background-position-y: 27px;
  }
  50% {
    background-position-y: 37px;
  }
  100% {
    background-position-y: 27px;
  }
}
@keyframes arrow {
  0% {
    background-position-y: 27px;
  }
  50% {
    background-position-y: 37px;
  }
  100% {
    background-position-y: 27px;
  }
}
.homepage__wrapper__image {
  width: 100%;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
}
.homepage__wrapper__image img {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 992px) {
  .homepage__wrapper__image img {
    width: auto;
  }
  .homepage__wrapper__image {
    position: absolute;
    bottom: 0;
    width: 54%;
    max-width: 600px;
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .homepage__wrapper__image img {
    max-width: fit-content;
  }
}
@media (min-width: 991px) {
  .homepage__wrapper__image {
    right: 1rem;
  }
  .homepage__wrapper__image img {
    max-width: 500px;
  }
}
@media (min-width: 1222px) {
  .homepage__wrapper__image {
    right: 5rem;
  }
  .homepage__wrapper__image img {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .homepage__wrapper__image {
    max-width: fit-content;
  }
}
.homepage__sigg-logo {
  margin: auto;
}
.homepage__sigg-logo img {
  width: 100%;
}
@media (min-width: 992px) {
  .homepage__sigg-logo {
    position: absolute;
    right: 25px;
    top: 31px;
  }
}
@media (min-width: 1200px) {
  .homepage__sigg-logo {
    right: 40px;
  }
}
@media (min-width: 1400px) {
  .homepage__sigg-logo {
    right: 60px;
  }
}

#about-section {
  padding-bottom: 40px !important;
  padding-top: 0 !important;
}

@media screen and (max-width: 1280px) {
  #about-section .image-text-section__wrapper__image {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #about-section .image-text-section__wrapper__image {
    margin-bottom: 0;
  }
}

.image-text-section__text-p {
  color: #124B8B;
}
.image-text-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-text-section__wrapper__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-top: 90px;
  width: 100%;
}
.image-text-section__wrapper__image img {
  width: 100%;
  max-width: 660px;
}
.image-text-section__wrapper__image .image-price {
  max-width: 230px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(5%, 85%);
  -ms-transform: translate(5%, 85%);
  transform: translate(5%, 85%);
}
@media screen and (max-width: 1280px) {
  .image-text-section__wrapper__image .image-price {
    margin-top: 15px;
    max-width: 180px;
    -webkit-transform: translate(-36%, 50%);
    -ms-transform: translate(-36%, 50%);
    transform: translate(-36%, 50%);
  }
}
@media screen and (max-width: 768px) {
  .image-text-section__wrapper__image .image-price {
    position: static;
    margin-top: 15px;
    max-width: 180px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
@media (min-width: 768px) {
  .image-text-section__wrapper__image {
    width: 50%;
    max-width: 660px;
    padding-right: 40px;
    padding-top: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .image-text-section__wrapper__image {
    max-width: fit-content;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .image-text-section__wrapper__image {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.image-text-section__wrapper__txt {
  width: 100%;
  color: rgb(0, 79, 146);
}
.image-text-section__wrapper__txt p {
  font-size: 14px;
  color: #000;
}
@media (min-width: 768px) {
  .image-text-section__wrapper__txt {
    width: 45%;
    max-width: 556px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.image-text-section__wrapper__txt h2 {
  color: #124b8b;
  font-size: 40px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  position: relative;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
}
.image-text-section__wrapper__txt h2::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 89%, 100% 92%, 100% 100%, 0% 100%);
  bottom: 0;
  left: 0;
  width: 30%;
  background: #30C139;
  height: 55px;
}
.image-text-section__wrapper__txt ul li {
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #124B8B;
  list-style: none;
  font-size: 17px;
}
.image-text-section__wrapper__txt h3 {
  font-size: 1.3rem !important;
  position: relative;
}
.image-text-section__wrapper__txt h3 img {
  margin: 30px 0 0 0;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .image-text-section__wrapper__txt h3 img {
    position: absolute;
    right: 10%;
    top: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    margin: 0;
  }
}
.image-text-section__wrapper__txt__edu-platform p {
  font-weight: 500;
  font-size: 17px;
  color: #124B8B;
}
.image-text-section__wrapper__txt__edu-platform h3 {
  color: #124b8b;
}
.image-text-section__wrapper__txt__prize {
  position: relative;
  display: inline-block;
  font-weight: bolder;
  font-size: 14px;
  padding: 10px 30px;
  background-image: url("/img/sigg25/prizes-banner-background-efc28c41fd1999a1a35f9f0bb3e4b599.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 75px;
  width: 100%;
}
@media (min-width: 992px) {
  .image-text-section__wrapper__txt__prize {
    padding: 10px 30px;
  }
}
.image-text-section__wrapper__txt__prize p {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
@media (min-width: 1200px) {
  .image-text-section__wrapper__txt__prize p {
    font-size: 18px;
  }
}
.image-text-section__wrapper__txt__prize span {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .image-text-section__wrapper__txt__prize span {
    font-size: 34px;
  }
}
.image-text-section .button {
  background: rgb(0, 144, 213);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 15px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 10px 0;
  display: table;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .image-text-section .button {
    width: auto;
  }
}
.image-text-section .button:hover {
  opacity: 0.5;
}

.text-section__wrapper h2 {
  color: #124b8b;
  font-size: 40px !important;
  line-height: 1.2;
  font-weight: 700 !important;
  position: relative;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
}
.text-section__wrapper h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  clip-path: polygon(0 89%, 100% 92%, 100% 100%, 0% 100%);
  background: #30C139;
  height: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20%;
}
.text-section__wrapper__txt {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.text-section__wrapper__txt p {
  font-size: 14px;
}
@media (min-width: 992px) {
  .text-section__wrapper__txt p {
    font-size: 17px;
  }
}
.text-section__wrapper__txt h6 {
  color: #124b8b;
}
.text-section__wrapper__txt__enjoyment p {
  font-weight: 500;
}
@media (min-width: 992px) {
  .text-section__wrapper__txt__enjoyment {
    width: 60%;
  }
}

.how-to-play {
  padding-top: 0px !important;
  padding-bottom: 40px !important;
}
.how-to-play__wrapper {
  background: #256A95;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.how-to-play__wrapper h2 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 0 0 30px 0;
}
.how-to-play__wrapper h2::after {
  content: "";
  position: absolute;
  bottom: 10px;
  clip-path: polygon(0 89%, 100% 92%, 100% 100%, 0% 100%);
  background: #30C139;
  height: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20%;
}
.how-to-play__wrapper__summary {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 15px 30px;
  color: rgb(0, 144, 213);
  font-size: 16px;
  background: #fff;
}
.how-to-play__wrapper h4 {
  font-size: 23px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 10px 0 30px 0;
  position: relative;
  padding: 0 0 15px 0;
}
.how-to-play__wrapper h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  background: #30C139;
  clip-path: polygon(0 89%, 100% 92%, 100% 100%, 0% 100%);
  height: 40px;
}
.how-to-play__wrapper h4.final {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .how-to-play__wrapper h4.final {
    margin-bottom: 0px;
  }
}
.how-to-play__wrapper p.final-text {
  max-width: 570px;
  font-size: 16px;
  line-height: 1.7;
}

.registration-section {
  padding: 0 0 4rem;
  padding-top: 0 !important;
}
.registration-section__left-column-wrapper {
  padding-left: 0;
}
@media (min-width: 992px) {
  .registration-section__left-column-wrapper {
    padding-left: 85px;
  }
}
.registration-section .image-text-section__wrapper__image img {
  width: 100%;
  max-width: 660px;
}
.registration-section__image-list img {
  width: 90px;
}
.registration-section__image {
  width: 100%;
}
.registration-section ul {
  list-style: none;
}
.registration-section ul li {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 10px;
  color: #124B8B;
}
.registration-section h2 {
  width: 75%;
  color: #124b8b;
  font-size: 40px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
}
.registration-section h2::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 89%, 100% 92%, 100% 100%, 0% 100%);
  bottom: 0;
  left: 0;
  width: 30%;
  background: #30C139;
  height: 55px;
}
.registration-section .box {
  padding: 30px 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background: #d4ecf8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  color: rgb(0, 79, 146);
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.game-section {
  padding-top: 0 !important;
  padding-bottom: 40px !important;
}
@media (min-width: 768px) {
  .game-section h2 {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .game-section p {
    max-width: 450px;
  }
}
.game-section__register-button {
  background: url("/img/sigg25/register-button-c8a07c765ea00fff4668a330a376b7f4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 215px;
  height: 73px;
  display: block;
  margin-left: -10px;
}

.competition-section {
  padding-top: 0 !important;
  padding-bottom: 40px !important;
}
.competition-section__more-button {
  background: url("/img/sigg25/more-button-a0d5a8cb808aa89634d221de315ebfcb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 186px;
  height: 76px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.competition-section__title {
  font-size: 19px;
}
.competition-section__subtitle {
  font-size: 24px;
}
@media (min-width: 992px) {
  .competition-section__image-list {
    padding-left: 100px;
  }
}
.competition-section__image-list li {
  padding: 15px 0;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  list-style: none;
  display: flex;
  align-items: center;
}
.competition-section__image-list li p {
  font-size: 18px;
}
@media (min-width: 992px) {
  .competition-section__image-list li p {
    font-size: 28px;
  }
}
.competition-section__image-list li img {
  margin-right: 35px;
}
.competition-section__wrapper {
  background: #256A95;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.competition-section__wrapper p {
  display: block;
}
.competition-section__wrapper h2 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 0 0 30px 0;
}
.competition-section__wrapper h2::after {
  content: "";
  position: absolute;
  bottom: 10px;
  clip-path: polygon(0 89%, 100% 92%, 100% 100%, 0% 100%);
  background: #30C139;
  height: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20%;
}

.social-group {
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .social-group {
    text-align: left;
    padding: 15px 0;
  }
}
.social-group .singleSocial {
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.social-group .singleSocial.fb {
  background-image: url("/img/sigg18/fb-28aac601eeaafb82bb4e8f7dee489789.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.social-group .singleSocial.tw {
  background-image: url("/img/sigg18/twitter-03ac267e5e7de776cc1ea80c92477e19.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.social-group .singleSocial.yb {
  background-image: url("/img/sigg18/youtube-a5dabac0c0078ef5fb98468323809f57.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.social-group .singleSocial:hover {
  filter: grayscale(90%) opacity(0.5);
  -webkit-filter: grayscale(90%) opacity(0.5);
}

.socials {
  text-align: center;
}
.socials__desktop {
  display: none;
}
@media (min-width: 540px) {
  .socials__desktop {
    display: block;
  }
}
.socials__mobile {
  display: block;
}
@media (min-width: 540px) {
  .socials__mobile {
    display: none;
  }
}
.socials a {
  display: inline-block;
  margin: 0 10px;
}

.text-gpw-blue {
  color: rgb(0, 79, 146);
}

.button-new {
  display: inline-block;
  background: #124b8b;
  color: #fff;
  font-weight: bolder;
  font-size: 17px;
  letter-spacing: 0.5px;
  clip-path: polygon(4% 8%, 10% 100%, 85% 106%, 87% 77%, 92% 0%);
  padding: 15px 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-new:hover {
  background-color: #4291ca;
  color: white;
}

.what-is-about-section__register-button {
  background: url("/img/sigg25/register-button-c8a07c765ea00fff4668a330a376b7f4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 215px;
  height: 73px;
  display: block;
  text-align: center;
}

.gpw-navs .nav {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .gpw-navs .nav {
    margin-bottom: 0;
  }
}
.gpw-navs .__link {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Montserrat", sans-serif;
  margin: 0.75rem 0.9rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
.gpw-navs .__link.__icon {
  padding: 0.5rem 0.25rem;
}
.gpw-navs .__link.__icon i {
  font-size: 1.5rem;
}
.gpw-navs .__link:not(.__icon)::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0px;
  height: 2px;
  background: rgb(0, 144, 213);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.gpw-navs .__link:hover, .gpw-navs .__link.active {
  text-decoration: none;
}
.gpw-navs .__link:hover:not(.__icon), .gpw-navs .__link.active:not(.__icon) {
  color: rgb(0, 79, 146);
}
.gpw-navs .__link:hover:not(.__icon):before, .gpw-navs .__link.active:not(.__icon):before {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.gpw-navs .__link:hover.__icon, .gpw-navs .__link.active.__icon {
  color: rgb(0, 79, 146);
}
.gpw-navs .__link:first-child {
  margin-left: 0px;
}
.gpw-navs .__link:last-child {
  margin-right: 0px;
}
.gpw-navs .__link button[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  background: transparent;
  outline: none;
}
.gpw-navs .mobile-button {
  display: none;
}
@media (max-width: 768px) {
  .gpw-navs .mobile-button {
    display: block;
  }
}
.gpw-navs .mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  .gpw-navs .mobile-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .gpw-navs .mobile-nav .btn-group {
    width: 100%;
  }
  .gpw-navs .mobile-nav .btn-group .btn.__primary {
    position: absolute;
    display: inline-flex;
    flex: 0;
    width: 45px;
    height: 45px;
    right: 16px;
    top: -49px;
  }
  .gpw-navs .mobile-nav .dropdown-menu {
    width: calc(100% + 5px);
    border: none;
    left: 4px;
    top: 16px !important;
  }
  .gpw-navs .mobile-nav .dropdown-menu .__link {
    display: block;
    width: 100%;
  }
}

.nav.nav-tabs {
  flex-direction: row;
  flex-wrap: nowrap;
}

.gpw-logo {
  flex-flow: nowrap;
}
.gpw-logo a {
  display: block;
}
.gpw-logo a img {
  max-height: 50px;
}
.gpw-logo > div {
  margin-left: 2rem;
  position: relative;
}
.gpw-logo > div::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -0.5rem;
  bottom: -0.5rem;
  width: 1px;
  background: rgb(216.75, 216.75, 216.75);
  background-color: rgb(216.75, 216.75, 216.75);
}
.gpw-logo > div > img {
  width: 40%;
}
.gpw-logo > div > img:not(:last-of-type) {
  margin-right: 8%;
}

.gpw__page .header-menu__link, .gpw__register .header-menu__link {
  color: #fff;
}

.header-menu .social {
  display: inline-block;
  margin: 0 10px;
}
.header-menu__link {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  color: #4e4f4e;
  padding: 0.75rem;
  margin: 0;
  position: relative;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header-menu__link--icon {
  padding: 0.5rem 0.25rem;
}
.header-menu__link--icon i {
  font-size: 1.5rem;
}
.header-menu__link--icon i.icon-logout {
  font-size: 0.9rem;
  vertical-align: middle;
}
.header-menu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 0%;
  height: 2px;
  background: rgb(0, 144, 213);
  background-color: rgb(0, 144, 213);
}
.header-menu__link:not(.header-menu__link--icon):hover, .header-menu__link:not(.header-menu__link--icon).active {
  text-decoration: none;
}
.header-menu__link:not(.header-menu__link--icon):hover:before, .header-menu__link:not(.header-menu__link--icon).active:before {
  width: 100%;
}
.header-menu__link:first-child {
  margin-left: 0px;
}
.header-menu__link:last-child {
  margin-right: 0px;
}
.header-menu__link button[type=submit] {
  background: transparent;
  outline: none;
  color: inherit;
  font-weight: 300;
  width: 100%;
}
.header-menu__link button[type=submit]:hover {
  color: #fff;
}
.header-menu__link.active .header-menu__submenu {
  display: block;
}
.header-menu__submenu {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  width: 200px;
  display: none;
  padding: 1rem;
  border-top: 2px solid rgb(0, 144, 213);
  background: rgb(0, 79, 146);
  line-height: 1;
  color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.header-menu__submenu-link {
  padding: 10px 12px;
  display: block;
  box-sizing: border-box;
  color: #fff;
  text-transform: none;
  text-align: left;
  font-size: 0.9rem;
  position: relative;
  font-weight: 300;
  width: 100%;
}
.header-menu__submenu-link:hover {
  text-decoration: none;
  color: #fff;
}
.header-menu__submenu-link:not(:last-of-type):after {
  width: 90%;
  left: 5%;
  height: 1px;
  display: block;
  background: #DDD;
  content: "";
  position: absolute;
  bottom: 0;
}

.modal .modal-dialog .modal-content {
  padding: 1rem 0.5rem;
  border: none;
}
.modal.modal-tutorial .modal-content {
  height: 80vh;
}
.modal.modal-tutorial .modal-content #tutorialModalCloser {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  background-color: white;
  opacity: 1;
  font-size: 30px;
  font-weight: 500;
  box-shadow: -4px 4px 13px -5px;
}
.modal.modal-tutorial .modal-content #videoPlayerAction {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 8rem;
  background: black;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 0.116s;
}
.modal.modal-tutorial .modal-content #videoPlayerAction span {
  display: block;
  border: 2.6rem solid #dadada;
  border-top-width: 1.875rem;
  border-bottom-width: 1.875rem;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-0.938rem);
}
.modal.modal-tutorial .modal-content #videoPlayerAction:hover {
  width: 8.4rem;
  height: 8.4rem;
}

.gpw-sell-buy {
  align-items: center;
}
.gpw-sell-buy .__info {
  margin: 0;
}
.gpw-sell-buy .__info .__title {
  font-size: 14px;
  line-height: 22px;
  color: #717070;
  margin: 0;
  padding: 0;
}
.gpw-sell-buy .__info .__value {
  font-size: 16px;
  line-height: 24px;
}
.gpw-sell-buy .__product {
  text-align: right;
  border-left: 1px solid #333;
}
.gpw-sell-buy .__product .__name {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.gpw-sell-buy .__product .__price {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.gpw-sell-buy .__product .__percent {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.__icon.__primary, .gpw-card .__primary.__icon.small {
  color: rgb(0, 79, 146);
}
.__icon.__big, .gpw-card .__big.__icon.small {
  font-size: 62px;
  line-height: 70px;
}

.fa-icon {
  font-size: 16px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.fa-icon:hover {
  text-decoration: none;
}
.fa-icon + * {
  display: inline-block;
  vertical-align: middle;
}

i.text-danger {
  font-style: inherit !important;
}

.filter-range {
  padding: 15px 0 0 0;
  display: flex;
  align-items: flex-end;
  overflow: auto;
}
.filter-range__element {
  margin: 0 10px 0 0;
  width: 100%;
  max-width: 140px;
}
@media (max-width: 1199px) {
  .filter-range__element {
    min-width: 50px;
  }
}
.filter-range__title {
  font-size: 12px;
  color: #555;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
.filter-range__value {
  position: relative;
  border: 2px solid #EEE;
  box-sizing: border-box;
  width: 100%;
}
.filter-range__value > input {
  border: 0;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px;
  max-width: 100%;
  width: 100%;
  display: block;
}
.filter-range__icon {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #717070;
  pointer-events: none;
  font-size: 16px;
}
.filter-range__submit {
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid rgb(0, 79, 146);
  box-sizing: border-box;
  background: transparent;
  color: black;
  margin: 0 5px 0 0;
  width: auto;
  display: inline-block;
}
.filter-range__submit:hover {
  background: rgb(0, 79, 146);
  color: #fff;
}
.filter-range__clear {
  font-weight: bold;
  font-size: 13px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #717070;
  box-sizing: border-box;
  background: transparent;
  color: black;
  width: auto;
  display: inline-block;
}
.filter-range__clear:hover {
  background: #717070;
  color: #fff;
}

.gpw-error-page {
  position: relative;
  min-height: 80vh;
  align-items: center;
  align-content: center;
}
.gpw-error-page::before {
  font-family: "fontello";
  content: "\e825";
  position: absolute;
  font-size: 50rem;
  top: -20rem;
  right: -5rem;
  color: #e5e5e5;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  pointer-events: none;
}

body:not(.auth) .messages-page__title-box,
body:not(.auth) .harmonogram-page__title-box {
  margin-top: 2rem;
}

@media (min-width: 120px) {
  .hide-if-not-selected-instrument {
    display: none;
  }
}
@media (min-width: 992px) {
  .hide-if-not-selected-instrument {
    display: block;
  }
}

a {
  color: rgb(0, 144, 213);
}
a:hover, a:focus {
  color: rgb(0, 79, 146);
}
a.cursor-default {
  cursor: default;
}

.ie_visible {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie_visible {
    display: inline-block !important;
  }
}
mark {
  padding: 0;
}

.container form.admin-search {
  padding: 0;
}
.container form.admin-search input {
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0.5rem;
  color: black;
  font-weight: bold;
}
.container form.admin-search .reset-search {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  font-size: 150%;
}

/*# sourceMappingURL=style.css.map */
