@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: "ntf-grandregular";
  src: url("../fonts/ntf-grand-regular-webfont.woff2") format("woff2"), url("../fonts/ntf-grand-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: "Poppins", sans-serif;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body .btn {
  border: none;
  padding: 10px 30px;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "ntf-grandregular";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body .btn.btn-default {
  background: #141a4b;
  color: #fff;
}
body .btn.btn-default:hover {
  background: #c03764;
}
body .btn.btn-gray {
  background: #efefef;
  color: #000;
}
body .btn.btn-pink {
  background: #c03764;
  color: #fff;
}
body .btn.btn-pink:hover {
  background: #141a4b;
}
body .btn.btn-empty {
  color: #141a4b;
  padding: 0;
}
body .btn.btn-empty:hover {
  color: #c03764;
}
body .btn.btn-fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}
body .btn-project {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}
body .btn-project.btn-white .button-inner svg {
  fill: #fff;
}
body .btn-project.btn-white .button-inner .inner-span {
  color: #fff;
}
body .btn-project .button-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .btn-project .button-inner svg {
  fill: #141a4b;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body .btn-project .button-inner .inner-span {
  margin-top: 35px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  color: #141a4b;
}
body .btn-project .button-inner:hover svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: #c03764;
}
body ul,
body ol,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
}
.alert-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.2);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.alert-wrapper .alert-service {
  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;
  min-height: 100vh;
  width: 100%;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  padding: 50px 0;
}
.alert-wrapper .alert-service .service-inner {
  padding: 50px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-top: 5px solid #fff;
  position: relative;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss {
  top: 10px;
  right: 10px;
  position: absolute;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  outline: none;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss img {
  height: 15px;
}
.alert-wrapper .alert-service .service-inner.success {
  border-top: 5px solid #78b042;
}
.alert-wrapper .alert-service .service-inner.warning {
  border-top: 5px solid #d51a27;
}
.alert-wrapper .alert-service .service-inner.info {
  border-top: 5px solid #1a88d5;
}
.alert-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.alert-wrapper.active .alert-service .service-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-service-wrapper .modal-service {
  padding: 50px;
  position: relative;
  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;
  min-height: 100%;
}
.modal-service-wrapper .modal-service .service-inner {
  background: #fff;
  width: 700px;
  max-width: 100%;
  padding: 25px;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 16px;
  right: 12px;
  border: none;
  background: none;
  padding: 15px;
  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;
}
.modal-service-wrapper .modal-service .service-inner .service-button svg {
  fill: #141a4b;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper .modal-service .service-inner .service-button:hover svg {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  fill: #c03764;
}
.modal-service-wrapper .modal-service .service-inner .service-content .heading {
  padding-right: 50px;
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
}
.modal-service-wrapper .modal-service .service-inner .service-content .description {
  margin-top: 35px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .description p,
.modal-service-wrapper .modal-service .service-inner .service-content .description li {
  color: #000;
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
}
.modal-service-wrapper .modal-service .service-inner .service-content .description ol,
.modal-service-wrapper .modal-service .service-inner .service-content .description ul {
  padding-left: 17px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .description h1 {
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.modal-service-wrapper .modal-service .service-inner .service-content .description h2 {
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.modal-service-wrapper .modal-service .service-inner .service-content .description h3 {
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column .column-row {
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column .column-row .row-name {
  font-family: "ntf-grandregular";
  font-size: 18px;
  text-transform: uppercase;
  color: #c03764;
  text-align: center;
  margin-bottom: 5px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column .column-row .row-team {
  background: #f9f9f9;
  border: 0.5px solid #ccc;
  padding-right: 5px;
  min-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column .column-row .row-team .team-logo {
  min-width: 32px;
  max-width: 32px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column .column-row .row-team .team-logo img {
  width: 100%;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column .column-row .row-team .team-logo.winner {
  outline: 4px solid olivedrab;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column .column-row .row-team .team-name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 120px;
  width: 120px;
  margin-left: 12px;
  font-family: "ntf-grandregular";
  font-size: 18px;
  text-transform: uppercase;
  color: #141a4b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column .column-row .row-team .team-score {
  background: #c03764;
  display: inline-block;
  font-family: "ntf-grandregular";
  font-size: 16px;
  letter-spacing: 1px;
  width: 22px;
  text-align: center;
  margin-left: 10px;
  text-transform: uppercase;
  color: #fff;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column .column-row .row-team + .row-team {
  margin-top: 10px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column .column-row .row-team:hover .team-name {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
  text-decoration-thickness: 0.5px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column .column-row + .column-row:before {
  content: "";
  border-top: 1px solid #ccc;
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column + .tree-column {
  margin-left: 100px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column:nth-child(2) {
  padding-top: 71px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column:nth-child(2) .column-row + .column-row:before {
  margin: 101px 0;
  border: none;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column:nth-child(3) {
  padding-top: 213px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column:nth-child(3) .column-row + .column-row:before {
  margin: 242.5px 0;
  border: none;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column:nth-child(4) {
  padding-top: 495.5px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column:nth-child(4) .column-row + .column-row:before {
  margin: 526px 0;
  border: none;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree .tree-column:nth-child(5) {
  padding-top: 981px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: scroll;
  max-width: 100%;
  padding: 50px 10px 10px 10px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column {
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-heading {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "ntf-grandregular";
  font-size: 18px;
  text-transform: uppercase;
  color: #c03764;
  text-align: center;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row-wrapper {
  padding: 20px;
  background: #f9f9f9;
  -webkit-box-shadow: 2px 12px 30px 0px rgba(192, 55, 100, 0.3);
          box-shadow: 2px 12px 30px 0px rgba(192, 55, 100, 0.3);
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row {
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row .row-line {
  position: absolute;
  top: 50%;
  right: -20px;
  height: 1px;
  width: 80px;
  background: #c03764;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row .row-line:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #c03764;
  right: 0;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row .row-name {
  font-family: "ntf-grandregular";
  font-size: 18px;
  text-transform: uppercase;
  color: #c03764;
  text-align: center;
  margin-bottom: 5px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row .row-team {
  background: #f9f9f9;
  border: 0.5px solid #ccc;
  padding-right: 5px;
  min-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row .row-team .team-logo {
  min-width: 32px;
  max-width: 32px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row .row-team .team-logo img {
  width: 100%;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row .row-team .team-logo.winner {
  outline: 4px solid olivedrab;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row .row-team .team-name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 80px;
  width: 80px;
  margin-left: 12px;
  font-family: "ntf-grandregular";
  font-size: 18px;
  text-transform: uppercase;
  color: #141a4b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row .row-team .team-score {
  background: #c03764;
  display: inline-block;
  font-family: "ntf-grandregular";
  font-size: 16px;
  letter-spacing: 1px;
  width: 22px;
  text-align: center;
  margin-left: 10px;
  text-transform: uppercase;
  color: #fff;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row .row-team + .row-team {
  margin-top: 10px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row .row-team:hover .team-name {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
  text-decoration-thickness: 0.5px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row + .column-row .row-line {
  top: 63%;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row + .column-row:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row:nth-child(odd) .row-line:after {
  top: 0;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column .column-row:nth-child(even) .row-line:after {
  bottom: 0;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column + .tree-column {
  margin-left: 30px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(2),
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(6) {
  padding-top: 71px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(2) .column-row .row-line:after,
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(6) .column-row .row-line:after {
  height: 80px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(2) .column-row + .column-row .row-line,
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(6) .column-row + .column-row .row-line {
  top: 77.5%;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(2) .column-row + .column-row:before,
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(6) .column-row + .column-row:before {
  margin: 101px 0;
  border: none;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(3),
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(5) {
  padding-top: 213px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(3) .column-row .row-line:after,
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(5) .column-row .row-line:after {
  height: 80px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(3) .column-row + .column-row .row-line,
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(5) .column-row + .column-row .row-line {
  top: 87%;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(3) .column-row + .column-row:before,
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(5) .column-row + .column-row:before {
  margin: 242.5px 0;
  border: none;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(5) .column-row .row-line,
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(6) .column-row .row-line,
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(7) .column-row .row-line {
  right: auto;
  left: -20px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(5) .column-row .row-line:after,
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(6) .column-row .row-line:after,
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(7) .column-row .row-line:after {
  right: auto;
  left: 0;
}
.modal-service-wrapper .modal-service .service-inner .service-content .tournament-tree-2 .tree-column:nth-child(4) {
  padding-top: 375.5px;
}
.modal-service-wrapper.full-width .modal-service {
  padding: 0;
}
.modal-service-wrapper.full-width .modal-service .service-inner {
  width: 100%;
  min-height: 100vh;
}
.background-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #12154b;
}
.background-box .box-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #12154b;
  background: -o-linear-gradient(27deg, #12154b 0%, #060833 31%, rgba(192, 55, 100, 0.35) 81%, #12154b 99%);
  background: linear-gradient(63deg, #12154b 0%, #060833 31%, rgba(192, 55, 100, 0.35) 81%, #12154b 99%);
}
.background-box .box-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.background-box .box-image:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.background-box .box-noise {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/backgrounds/noise.png") center;
  background-size: cover;
  opacity: 0.4;
}
.background-box.lol {
  background: #9e6e34;
}
.background-box.lol .box-inner {
  background: -o-linear-gradient(27deg, #9e6e34 0%, #8b5311 31%, #c4b169 81%, #9e6e34 99%);
  background: linear-gradient(63deg, #9e6e34 0%, #8b5311 31%, #c4b169 81%, #9e6e34 99%);
}
.section-shadow {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
.arrows-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrows-wrapper svg {
  height: 20px;
}
.arrows-wrapper.big svg {
  height: 40px;
}
nav.section-header {
  position: relative;
  z-index: 111;
}
nav.section-header .header-flexbox {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.section-header .header-flexbox .flexbox-service-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.section-header .header-flexbox .flexbox-service-outer:nth-child(1) {
  width: 75%;
}
nav.section-header .header-flexbox .flexbox-service-outer:nth-child(2) {
  width: 25%;
}
nav.section-header .header-flexbox .flexbox-service-outer:nth-child(2) .nav-button {
  margin-left: 10px;
}
nav.section-header .header-flexbox .flexbox-logo img,
nav.section-header .header-flexbox .flexbox-logo svg {
  height: 30px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:before,
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:after {
  content: none;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button {
  outline: none;
  border: none;
  background: none;
  padding: 15px;
  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;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a {
  font-family: "ntf-grandregular";
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li + li {
  margin-left: 40px;
}
nav.section-header .header-flexbox .flexbox-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
nav.section-header .header-flexbox .flexbox-account li .account-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
nav.section-header .header-flexbox .flexbox-account li .account-item .item-badge {
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 0;
  right: -4px;
  background: #c03764;
  border: 0.5px solid #fff;
  -webkit-animation: badge-pulse cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s infinite;
          animation: badge-pulse cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s infinite;
}
@-webkit-keyframes badge-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes badge-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
nav.section-header .header-flexbox .flexbox-account li .account-item .item-name {
  text-align: right;
  margin-right: 10px;
}
nav.section-header .header-flexbox .flexbox-account li .account-item .item-name .name-primary {
  font-family: "ntf-grandregular";
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
nav.section-header .header-flexbox .flexbox-account li .account-item .item-name .name-secondary {
  font-size: 10px;
  opacity: 0.7;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
}
nav.section-header .header-flexbox .flexbox-account li .account-item .item-icon svg,
nav.section-header .header-flexbox .flexbox-account li .account-item .item-icon img {
  height: 30px;
  width: 30px;
  fill: #fff;
}
nav.section-header .header-flexbox .flexbox-account li .account-item + .navigation-item {
  margin-top: 15px;
}
nav.section-header .header-flexbox .flexbox-account li .account-item:hover .name-primary {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
nav.section-header .header-flexbox .flexbox-account li .account-item:hover .name-secondary {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 0.8;
}
nav.section-header .header-flexbox .flexbox-account li + li {
  margin-left: 40px;
}
nav.section-header .header-flexbox .flexbox-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
nav.section-header .header-flexbox .flexbox-menu li p {
  opacity: 0.5;
}
nav.section-header .header-flexbox .flexbox-menu li a,
nav.section-header .header-flexbox .flexbox-menu li p {
  font-family: "ntf-grandregular";
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
nav.section-header .header-flexbox .flexbox-menu li + li {
  margin-left: 20px;
}
nav.section-header .header-flexbox .nav-button {
  padding: 10px;
  border: none;
  background: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  display: none;
}
nav.section-header .header-flexbox .nav-button .button-bar {
  height: 2px;
  width: 24px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(2) {
  margin-top: 4px;
  width: 27px;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(3) {
  margin-top: 4px;
  width: 30px;
}
nav.section-header .header-flexbox .nav-button:hover .button-bar,
nav.section-header .header-flexbox .nav-button:focus .button-bar {
  width: 30px !important;
}
section.section-welcome {
  position: relative;
}
section.section-welcome .welcome-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
  position: relative;
}
section.section-welcome .welcome-inner .inner-cover {
  position: absolute;
  top: -300px;
  height: calc(100% + 300px);
  width: 1000px;
  left: 1050px;
  background: #fff;
  opacity: 0.14;
}
section.section-welcome .welcome-inner .inner-slider {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-welcome .welcome-inner .inner-slider .slider-main {
  width: 70%;
  -webkit-box-shadow: -10px 14px 50px 0px rgba(0, 0, 0, 0.3);
          box-shadow: -10px 14px 50px 0px rgba(0, 0, 0, 0.3);
}
section.section-welcome .welcome-inner .inner-slider .slider-main .splide__slide {
  -webkit-clip-path: polygon(96% 0, 100% 6%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(96% 0, 100% 6%, 100% 100%, 0 100%, 0 0);
}
section.section-welcome .welcome-inner .inner-slider .slider-main .splide__slide .splide__slide--outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  padding: 20px;
}
section.section-welcome .welcome-inner .inner-slider .slider-main .splide__slide .splide__slide--inner {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  padding: 20px 200px 20px 20px;
}
section.section-welcome .welcome-inner .inner-slider .slider-main .splide__slide .splide__slide--inner .inner-name {
  font-family: "ntf-grandregular";
  line-height: 50px;
  font-size: 50px;
  color: #141a4b;
  text-transform: uppercase;
}
section.section-welcome .welcome-inner .inner-slider .slider-main .splide__slide .splide__slide--inner .inner-description {
  color: #141a4b;
  margin-top: 10px;
  font-weight: 300;
  font-size: 15px;
}
section.section-welcome .welcome-inner .inner-slider .slider-thumbnails {
  width: 25%;
}
section.section-welcome .welcome-inner .inner-slider .slider-thumbnails .splide {
  height: 100%;
}
section.section-welcome .welcome-inner .inner-slider .slider-thumbnails .splide .splide__track {
  height: 100% !important;
}
section.section-welcome .welcome-inner .inner-slider .slider-thumbnails .splide .splide__track .splide__list {
  width: 100%;
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-welcome .welcome-inner .inner-slider .slider-thumbnails .splide .splide__track .splide__list .splide__slide {
  height: 27% !important;
  width: 100% !important;
  margin: 0 !important;
  border: none;
  opacity: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(93% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(93% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-welcome .welcome-inner .inner-slider .slider-thumbnails .splide .splide__track .splide__list .splide__slide .splide__slide--name {
  opacity: 0;
  padding: 10px;
  width: 100%;
  font-family: "ntf-grandregular";
  background: #ffffff;
  color: #141a4b;
  text-transform: uppercase;
  font-size: 30px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
section.section-welcome .welcome-inner .inner-slider .slider-thumbnails .splide .splide__track .splide__list .splide__slide .splide__slide--name span {
  margin-left: 10px;
}
section.section-welcome .welcome-inner .inner-slider .slider-thumbnails .splide .splide__track .splide__list .splide__slide.is-active {
  opacity: 1;
}
section.section-welcome .welcome-inner .inner-slider .slider-thumbnails .splide .splide__track .splide__list .splide__slide.is-active .splide__slide--name {
  opacity: 1;
}
section.section-welcome .welcome-inner .inner-sidebar {
  width: 25%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item .item-name {
  text-align: right;
  margin-right: 20px;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item .item-name .name-primary {
  font-family: "ntf-grandregular";
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item .item-name .name-secondary {
  font-size: 10px;
  opacity: 0.7;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item .item-icon svg,
section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item .item-icon img {
  height: 40px;
  width: 40px;
  fill: #fff;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item + .navigation-item {
  margin-top: 15px;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item:hover .name-primary {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item:hover .name-secondary {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 0.8;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-slogan .slogan-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-slogan .slogan-stars svg {
  height: 15px;
  fill: #fff;
  opacity: 0.5;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-slogan .slogan-stars svg:nth-child(3) {
  height: 25px;
  opacity: 1;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-slogan .slogan-stars svg + svg {
  margin-left: 10px;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-slogan .slogan-divider {
  margin: 15px 0;
  height: 0.3px;
  width: 100%;
  background: #fff;
  opacity: 0.5;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-slogan .slogan-name {
  font-family: "ntf-grandregular";
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  width: 125px;
  letter-spacing: 7px;
}
section.section-welcome .welcome-inner .inner-sidebar .sidebar-slogan .slogan-subname {
  font-family: "ntf-grandregular";
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  white-space: nowrap;
  width: 125px;
  letter-spacing: 6.3px;
  opacity: 0.6;
}
section.section-about {
  padding: 100px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
section.section-about .about-arrows {
  position: absolute;
  height: 60px;
  top: 160px;
  right: 100px;
}
section.section-about .about-inner {
  position: relative;
}
section.section-about .about-inner .inner-arrows-1 {
  position: absolute;
  height: 18px;
  top: 20px;
  left: 420px;
}
section.section-about .about-inner .inner-arrows-2 {
  position: absolute;
  height: 18px;
  top: 440px;
  left: 300px;
}
section.section-about .about-inner h2 {
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 80px;
  letter-spacing: 1px;
  white-space: nowrap;
  text-transform: uppercase;
}
section.section-about .about-inner h2 .margin-1 {
  display: block;
  margin-left: 170px;
}
section.section-about .about-inner h2 .margin-2 {
  display: block;
  margin-left: 50px;
}
section.section-about .about-inner .inner-paragraph {
  margin-top: -30px;
  padding-left: 540px;
}
section.section-about .about-inner .inner-paragraph p {
  text-transform: uppercase;
  color: #c03764;
  font-family: "ntf-grandregular";
  font-size: 35px;
  max-width: 600px;
}
section.section-about .about-inner .inner-paragraph .paragraph-subtext {
  margin-top: 20px;
  font-size: 18px;
  max-width: 450px;
  display: block;
  font-weight: 300;
  color: #141a4b;
  font-style: italic;
}
section.section-about .about-inner .inner-paragraph .btn-project {
  margin-top: 20px;
}
section.section-lol {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
section.section-lol .lol-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.section-lol .lol-inner {
  position: relative;
}
section.section-lol .lol-inner .inner-logo {
  height: 100px;
}
section.section-lol .lol-inner .inner-description {
  padding: 100px 0 0 50px;
}
section.section-lol .lol-inner .inner-description h2 {
  color: #fff;
  font-family: "ntf-grandregular";
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.section-lol .lol-inner .inner-description p {
  margin-top: 20px;
  font-size: 18px;
  max-width: 450px;
  display: block;
  font-weight: 200;
  color: #fff;
}
section.section-lol .lol-inner .inner-description .btn-project {
  margin-top: 20px;
}
section.section-news {
  position: relative;
  background: #fff;
  padding: 100px 0;
}
section.section-news .news-arrows-1 {
  position: absolute;
  height: 60px;
  top: 50px;
  left: 150px;
}
section.section-news .news-arrows-2 {
  position: absolute;
  height: 40px;
  top: 150px;
  right: 5%;
}
section.section-news .section-heading {
  text-align: center;
}
section.section-news .section-heading h1,
section.section-news .section-heading h2 {
  color: #141a4b;
  text-align: center;
  font-family: "ntf-grandregular";
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.section-news .section-heading h1 a,
section.section-news .section-heading h2 a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.section-news .section-heading h1 a:hover,
section.section-news .section-heading h2 a:hover {
  color: #c03764;
}
section.section-news .section-heading p {
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
  font-weight: 300;
}
section.section-news .section-heading p a {
  text-decoration: underline;
  color: #c03764;
  font-size: 12px;
  font-weight: 500;
}
section.section-news .section-heading p b,
section.section-news .section-heading p strong {
  font-weight: 700;
}
section.section-news .news-more {
  text-align: center;
  margin-top: 100px;
}
section.section-news .news-more .more-inner {
  display: inline-block;
}
section.section-news .news-more .more-inner.loading {
  position: relative;
  pointer-events: none;
}
section.section-news .news-more .more-inner.loading:before {
  content: "";
  position: absolute;
  z-index: 111;
  top: -10%;
  left: -5%;
  width: 140%;
  height: 120%;
  background: #fff;
  opacity: 0.85;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
section.section-news .news-more .more-inner.loading:after {
  content: "";
  z-index: 222;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/icons/loading.svg) center;
  background-size: cover;
  height: 18px;
  width: 18px;
  -webkit-animation: loader-rotate cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
          animation: loader-rotate cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
}
@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
section.section-news .news-tags {
  margin-top: 100px;
}
section.section-news .news-tags .tags-heading {
  margin-bottom: 10px;
  text-align: center;
  color: #141a4b;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ntf-grandregular";
}
section.section-news .news-tags .tags-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.section-news .news-tags .tags-flexbox a {
  font-size: 11px;
  color: #999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px 15px;
}
section.section-news .news-tags .tags-flexbox a:hover {
  color: #c03764;
}
.news-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-flexbox .news-service {
  margin-top: 100px;
  width: 31%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news-flexbox .news-service .service-image-wrapper {
  -webkit-clip-path: polygon(92% 0, 100% 8%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(92% 0, 100% 8%, 100% 100%, 0 100%, 0 0);
  width: 100%;
  padding-top: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: #f3f3f3;
}
.news-flexbox .news-service .service-image-wrapper .service-image {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.news-flexbox .news-service .service-image-wrapper .service-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-flexbox .news-service .tags {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-flexbox .news-service .tags span {
  margin: 3px 10px 0 0;
  display: block;
  font-size: 11px;
  color: #999;
}
.news-flexbox .news-service .name {
  margin-top: 15px;
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-flexbox .news-service .btn-project {
  margin-top: 10px;
}
.news-flexbox .news-service:hover .service-image-wrapper {
  opacity: 0.7;
}
.news-flexbox .news-service:hover .name {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
  text-decoration-thickness: 0.5px;
}
.news-flexbox .news-service.service-hidden {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden;
  opacity: 0;
}
.video-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-4% + 100px);
}
.video-flexbox .video-service-wrapper {
  margin-top: 4%;
  width: 48%;
}
.video-flexbox .video-service-wrapper .video-service {
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.video-flexbox .video-service-wrapper .video-service iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.video-flexbox .video-service-wrapper .name {
  margin-top: 15px;
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  display: block;
}
.video-flexbox .video-service-wrapper.service-hidden {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden;
  opacity: 0;
}
section.lol-section-content {
  position: relative;
}
section.lol-section-content .content-welcome {
  padding-bottom: 100px;
  margin-top: 50px;
  position: relative;
  text-align: center;
}
section.lol-section-content .content-welcome .inner-logo {
  height: 100px;
  margin-bottom: 50px;
}
section.lol-section-content .content-welcome .inner-description h1,
section.lol-section-content .content-welcome .inner-description h2 {
  color: #fff;
  font-family: "ntf-grandregular";
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.lol-section-content .content-welcome .inner-description h1 span,
section.lol-section-content .content-welcome .inner-description h2 span {
  opacity: 0.5;
}
section.lol-section-content .content-welcome .inner-description p {
  margin: 20px auto 0 auto;
  font-size: 18px;
  max-width: 450px;
  display: block;
  font-weight: 200;
  color: #fff;
}
section.lol-section-content .content-welcome .inner-description .btn-project {
  margin-top: 20px;
}
section.lol-section-content .content-tournament {
  padding: 100px 0;
  background: #fff;
}
section.lol-section-content .content-tournament .tournament-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.lol-section-content .content-tournament .tournament-inner .inner-image {
  padding-top: 30%;
  width: 30%;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(92% 0, 100% 8%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(92% 0, 100% 8%, 100% 100%, 0 100%, 0 0);
}
section.lol-section-content .content-tournament .tournament-inner .inner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.lol-section-content .content-tournament .tournament-inner .inner-description {
  width: 60%;
}
section.lol-section-content .content-tournament .tournament-inner .inner-description h2 {
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 60px;
  max-width: 650px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.lol-section-content .content-tournament .tournament-inner .inner-description p {
  margin-top: 20px;
  font-size: 18px;
  max-width: 550px;
  display: block;
  font-weight: 200;
  color: #141a4b;
}
section.lol-section-content .content-tournament .tournament-inner .inner-description .btn-project {
  margin-top: 20px;
}
section.lol-section-content .content-tournament .tournament-inner + .tournament-inner {
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.lol-section-content .content-cards-wrapper {
  position: relative;
  overflow: hidden;
}
section.lol-section-content .content-cards {
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -3%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.lol-section-content .content-cards .card-service-wrapper {
  -webkit-filter: drop-shadow(10px 12px 35px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(10px 12px 35px rgba(0, 0, 0, 0.5));
  margin-top: 3%;
  width: 48.5%;
}
section.lol-section-content .content-cards .card-service-wrapper .card-service {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
  background: #fff;
  text-align: center;
  border-bottom: 3px solid #c29c06;
  -webkit-clip-path: polygon(95% 0, 100% 18%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(95% 0, 100% 18%, 100% 100%, 0 100%, 0 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-cards .card-service-wrapper .card-service .service-icon {
  fill: #c29c06;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-cards .card-service-wrapper .card-service .service-name {
  margin-top: 10px;
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-cards .card-service-wrapper .card-service:hover {
  background: #c29c06;
}
section.lol-section-content .content-cards .card-service-wrapper .card-service:hover .service-icon {
  fill: #fff;
}
section.lol-section-content .content-cards .card-service-wrapper .card-service:hover .service-name {
  color: #fff;
}
section.lol-section-content .content-tournaments-list {
  padding: 100px 0;
  background: #fff;
}
section.lol-section-content .content-tournaments-list .list-inner li a {
  border-left: 3px solid #141a4b;
  display: block;
  -webkit-clip-path: polygon(98% 0, 100% 28%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(98% 0, 100% 28%, 100% 100%, 0 100%, 0 0);
  padding: 20px;
  background: #f3f3f3;
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-tournaments-list .list-inner li a:hover {
  background: #c29c06;
  color: #fff;
  border-color: #c29c06;
  padding-left: 30px;
}
section.lol-section-content .content-tournaments-list .list-inner li + li {
  margin-top: 15px;
}
section.lol-section-content .content-tournament-info {
  padding: 100px 0 0 0;
  background: #fff;
}
section.lol-section-content .content-tournament-info .info-inner .nav-tabs {
  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;
  gap: 25px;
  border: none;
}
section.lol-section-content .content-tournament-info .info-inner .nav-tabs .nav-item .nav-link {
  border: none;
  padding: 10px 30px;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
  outline: none;
  font-family: "ntf-grandregular";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-tournament-info .info-inner .nav-tabs .nav-item .nav-link.active {
  background: #141a4b;
  color: #fff;
}
section.lol-section-content .content-tournament-info .info-inner .inner-form {
  padding: 100px 0;
}
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-heading {
  text-align: center;
}
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-heading h1,
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-heading h2 {
  color: #141a4b;
  text-align: center;
  font-family: "ntf-grandregular";
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-heading h1 a,
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-heading h2 a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-heading h1 a:hover,
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-heading h2 a:hover {
  color: #c03764;
}
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-heading p {
  max-width: 500px;
  margin: 0 auto;
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
  font-weight: 300;
}
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-heading p a {
  text-decoration: underline;
  color: #c03764;
  font-size: 12px;
  font-weight: 500;
}
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-heading p b,
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-heading p strong {
  font-weight: 700;
}
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-service {
  max-width: 500px;
  margin: 50px auto 0 auto;
}
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-service .info {
  margin-top: 30px;
}
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-service .info p {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: 500;
}
section.lol-section-content .content-tournament-info .info-inner .inner-form .form-service .btn {
  margin-top: 30px;
}
section.lol-section-content .content-players {
  padding: 100px 0;
  background: #fff;
}
section.lol-section-content .content-players .players-inner .inner-heading {
  text-align: center;
}
section.lol-section-content .content-players .players-inner .inner-heading h1,
section.lol-section-content .content-players .players-inner .inner-heading h2 {
  color: #141a4b;
  text-align: center;
  font-family: "ntf-grandregular";
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.lol-section-content .content-players .players-inner .inner-heading h1 a,
section.lol-section-content .content-players .players-inner .inner-heading h2 a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-players .players-inner .inner-heading h1 a:hover,
section.lol-section-content .content-players .players-inner .inner-heading h2 a:hover {
  color: #c03764;
}
section.lol-section-content .content-players .players-inner .inner-heading p {
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
  font-weight: 300;
}
section.lol-section-content .content-players .players-inner .inner-heading p a {
  text-decoration: underline;
  color: #c03764;
  font-size: 12px;
  font-weight: 500;
}
section.lol-section-content .content-players .players-inner .inner-heading p b,
section.lol-section-content .content-players .players-inner .inner-heading p strong {
  font-weight: 700;
}
section.lol-section-content .content-players .players-inner .inner-search-engine {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.lol-section-content .content-players .players-inner .inner-search-engine .input-service {
  margin-top: 0;
  width: 100%;
  margin-right: 30px;
}
section.lol-section-content .content-players .players-inner .inner-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -1.33333333%;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card {
  margin-top: 1.33333333%;
  position: relative;
  -webkit-box-shadow: 15px 20px 60px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 20px 60px 0px rgba(0, 0, 0, 0.2);
  background: #12154b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  width: 24%;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #12154b;
  background: -o-linear-gradient(27deg, #12154b 0%, #060833 31%, rgba(192, 55, 100, 0.55) 81%, #12154b 99%);
  background: linear-gradient(63deg, #12154b 0%, #060833 31%, rgba(192, 55, 100, 0.55) 81%, #12154b 99%);
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-noise {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/backgrounds/noise.png") center;
  background-size: cover;
  opacity: 0;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-inner {
  position: relative;
  padding: 30px 20px;
  width: 100%;
  border: 5px solid #141a4b;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-inner .inner-avatar {
  -webkit-animation: avatar-scale cubic-bezier(0.455, 0.03, 0.515, 0.955) 10s infinite;
          animation: avatar-scale cubic-bezier(0.455, 0.03, 0.515, 0.955) 10s infinite;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-inner .inner-avatar .avatar-circle {
  border: 1px solid #f9f9f9;
  padding: 7px;
  border-radius: 50%;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-inner .inner-avatar .avatar-circle .avatar-ring {
  background: -webkit-gradient(linear, left top, right top, from(#f1d230), to(#c29c06));
  background: -o-linear-gradient(left, #f1d230 0%, #c29c06 100%);
  background: linear-gradient(90deg, #f1d230 0%, #c29c06 100%);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 105px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 105px 0px rgba(0, 0, 0, 0.5);
  padding: 5px;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-inner .inner-avatar .avatar-circle .avatar-ring .avatar-ring {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, right top, left top, from(#f1d230), to(#c29c06));
  background: -o-linear-gradient(right, #f1d230 0%, #c29c06 100%);
  background: linear-gradient(-90deg, #f1d230 0%, #c29c06 100%);
  width: 120px;
  height: 120px;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-inner .inner-avatar .avatar-circle .avatar-ring .avatar-ring .avatar-image {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@-webkit-keyframes avatar-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  55% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes avatar-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  55% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-inner .inner-name {
  margin-top: 30px;
  font-family: "ntf-grandregular";
  font-size: 35px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  color: #fff;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-inner .inner-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-inner .inner-statistics .statistic-box {
  margin-top: 20px;
  width: 30%;
  text-align: center;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-inner .inner-statistics .statistic-box .box-name {
  font-family: "ntf-grandregular";
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card .card-inner .inner-statistics .statistic-box .box-value {
  margin-top: 10px;
  background: #c03764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "ntf-grandregular";
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card:hover .card-inner {
  border-color: #c03764;
}
section.lol-section-content .content-statistics {
  padding: 100px 0;
  background: #fff;
}
section.lol-section-content .content-statistics .statistics-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card {
  position: relative;
  background: #12154b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #12154b;
  background: -o-linear-gradient(27deg, #12154b 0%, #060833 31%, rgba(192, 55, 100, 0.55) 81%, #12154b 99%);
  background: linear-gradient(63deg, #12154b 0%, #060833 31%, rgba(192, 55, 100, 0.55) 81%, #12154b 99%);
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-noise {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/backgrounds/noise.png") center;
  background-size: cover;
  opacity: 0;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-inner {
  position: relative;
  padding: 30px 20px;
  width: 100%;
  border: 5px solid #141a4b;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-inner .inner-avatar {
  -webkit-animation: avatar-scale cubic-bezier(0.455, 0.03, 0.515, 0.955) 10s infinite;
          animation: avatar-scale cubic-bezier(0.455, 0.03, 0.515, 0.955) 10s infinite;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-inner .inner-avatar .avatar-circle {
  border: 1px solid #f9f9f9;
  padding: 7px;
  border-radius: 50%;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-inner .inner-avatar .avatar-circle .avatar-ring {
  background: -webkit-gradient(linear, left top, right top, from(#f1d230), to(#c29c06));
  background: -o-linear-gradient(left, #f1d230 0%, #c29c06 100%);
  background: linear-gradient(90deg, #f1d230 0%, #c29c06 100%);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 105px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 105px 0px rgba(0, 0, 0, 0.5);
  padding: 5px;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-inner .inner-avatar .avatar-circle .avatar-ring .avatar-ring {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, right top, left top, from(#f1d230), to(#c29c06));
  background: -o-linear-gradient(right, #f1d230 0%, #c29c06 100%);
  background: linear-gradient(-90deg, #f1d230 0%, #c29c06 100%);
  width: 120px;
  height: 120px;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-inner .inner-avatar .avatar-circle .avatar-ring .avatar-ring .avatar-image {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-inner .inner-number {
  margin-top: 20px;
  font-family: "ntf-grandregular";
  font-size: 35px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  color: #fff;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-inner .inner-name {
  margin-top: 5px;
  font-family: "ntf-grandregular";
  font-size: 35px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  color: #fff;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-inner .inner-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-inner .inner-statistics .statistic-box {
  margin-top: 20px;
  width: 30%;
  text-align: center;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-inner .inner-statistics .statistic-box .box-name {
  font-family: "ntf-grandregular";
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card .card-inner .inner-statistics .statistic-box .box-value {
  margin-top: 10px;
  background: #c03764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "ntf-grandregular";
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(1) {
  -webkit-transform: translateX(50px) scale(0.9);
      -ms-transform: translateX(50px) scale(0.9);
          transform: translateX(50px) scale(0.9);
  background: #9e6e34;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(1) .card-background {
  background: -o-linear-gradient(27deg, #9e6e34 0%, #8b5311 31%, #c4b169 81%, #9e6e34 99%);
  background: linear-gradient(63deg, #9e6e34 0%, #8b5311 31%, #c4b169 81%, #9e6e34 99%);
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(1) .card-inner {
  border-color: #c29c06;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(1):hover {
  -webkit-transform: translateX(-10px) scale(0.95);
      -ms-transform: translateX(-10px) scale(0.95);
          transform: translateX(-10px) scale(0.95);
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(1):hover .card-inner {
  border-color: #917404;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(2) {
  z-index: 111;
  -webkit-box-shadow: 15px 20px 60px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 15px 20px 60px 0px rgba(0, 0, 0, 0.5);
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(2):hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(3) {
  -webkit-transform: translateX(-50px) scale(0.9);
      -ms-transform: translateX(-50px) scale(0.9);
          transform: translateX(-50px) scale(0.9);
  background: #cdc2b5;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(3) .card-background {
  background: -o-linear-gradient(27deg, #cdc2b5 0%, #9c9389 31%, #ddd8c9 81%, #d2c9be 100%);
  background: linear-gradient(63deg, #cdc2b5 0%, #9c9389 31%, #ddd8c9 81%, #d2c9be 100%);
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(3) .card-inner {
  border-color: #ccc;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(3):hover {
  -webkit-transform: translateX(10px) scale(0.95);
      -ms-transform: translateX(10px) scale(0.95);
          transform: translateX(10px) scale(0.95);
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(3):hover .card-inner {
  border-color: #b3b3b3;
}
section.lol-section-content .content-statistics .statistics-cards .cards-card:hover .card-inner {
  border-color: #c03764;
}
section.lol-section-content .content-statistics .table-responsive {
  margin-top: 100px;
}
section.lol-section-content .content-statistics .table-responsive thead tr td {
  background: #141a4b !important;
  color: #fff !important;
}
section.lol-section-content .content-statistics .table-responsive tr td {
  font-family: "ntf-grandregular";
  font-size: 30px;
  text-transform: uppercase;
  color: #141a4b;
  background: #f9f9f9;
  border: none;
  padding: 10px;
}
section.lol-section-content .content-statistics .table-responsive tr td a {
  color: inherit;
  text-decoration: underline;
}
section.lol-section-content .content-statistics .table-responsive tr td:nth-child(odd) {
  background: #f3f3f3;
}
section.lol-section-content .content-statistics .table-responsive tr:hover td {
  background: #c03764;
  color: #fff;
}
section.lol-section-content .content-team {
  padding: 100px 0;
  background: #fff;
}
section.lol-section-content .content-team .team-inner .inner-heading {
  text-align: center;
}
section.lol-section-content .content-team .team-inner .inner-heading img {
  width: 200px;
  max-width: 100%;
  margin-bottom: 20px;
}
section.lol-section-content .content-team .team-inner .inner-heading h1,
section.lol-section-content .content-team .team-inner .inner-heading h2 {
  color: #141a4b;
  text-align: center;
  font-family: "ntf-grandregular";
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.lol-section-content .content-team .team-inner .inner-heading h1 a,
section.lol-section-content .content-team .team-inner .inner-heading h2 a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-team .team-inner .inner-heading h1 a:hover,
section.lol-section-content .content-team .team-inner .inner-heading h2 a:hover {
  color: #c03764;
}
section.lol-section-content .content-team .team-inner .inner-heading p {
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
  font-weight: 300;
}
section.lol-section-content .content-team .team-inner .inner-heading p a {
  text-decoration: underline;
  color: #c03764;
  font-size: 12px;
  font-weight: 500;
}
section.lol-section-content .content-team .team-inner .inner-heading p b,
section.lol-section-content .content-team .team-inner .inner-heading p strong {
  font-weight: 700;
}
section.lol-section-content .content-team .team-inner .inner-heading:not(:first-child) {
  margin-top: 100px;
}
section.lol-section-content .content-team .team-inner .inner-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc((-5% / 4) + 70px);
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card {
  margin-top: 1.25%;
  -webkit-box-shadow: 15px 20px 60px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 20px 60px 0px rgba(0, 0, 0, 0.2);
  background: #12154b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 19%;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #12154b;
  background: -o-linear-gradient(27deg, #12154b 0%, #060833 31%, rgba(192, 55, 100, 0.55) 81%, #12154b 99%);
  background: linear-gradient(63deg, #12154b 0%, #060833 31%, rgba(192, 55, 100, 0.55) 81%, #12154b 99%);
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-noise {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/backgrounds/noise.png") center;
  background-size: cover;
  opacity: 0;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-position {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "ntf-grandregular";
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c03764;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-inner {
  position: relative;
  padding: 30px 0px;
  width: 100%;
  border: 5px solid #141a4b;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-inner .inner-avatar {
  -webkit-animation: avatar-scale cubic-bezier(0.455, 0.03, 0.515, 0.955) 10s infinite;
          animation: avatar-scale cubic-bezier(0.455, 0.03, 0.515, 0.955) 10s infinite;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-inner .inner-avatar .avatar-circle {
  border: 1px solid #f9f9f9;
  padding: 7px;
  border-radius: 50%;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-inner .inner-avatar .avatar-circle .avatar-ring {
  background: -webkit-gradient(linear, left top, right top, from(#f1d230), to(#c29c06));
  background: -o-linear-gradient(left, #f1d230 0%, #c29c06 100%);
  background: linear-gradient(90deg, #f1d230 0%, #c29c06 100%);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 105px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 105px 0px rgba(0, 0, 0, 0.5);
  padding: 5px;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-inner .inner-avatar .avatar-circle .avatar-ring .avatar-ring {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, right top, left top, from(#f1d230), to(#c29c06));
  background: -o-linear-gradient(right, #f1d230 0%, #c29c06 100%);
  background: linear-gradient(-90deg, #f1d230 0%, #c29c06 100%);
  width: 80px;
  height: 80px;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-inner .inner-avatar .avatar-circle .avatar-ring .avatar-ring .avatar-image {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-inner .inner-name {
  margin-top: 30px;
  font-family: "ntf-grandregular";
  font-size: 35px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  color: #fff;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-inner .inner-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-inner .inner-statistics .statistic-box {
  margin-top: 20px;
  width: 30%;
  text-align: center;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-inner .inner-statistics .statistic-box .box-name {
  font-family: "ntf-grandregular";
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-inner .inner-statistics .statistic-box .box-value {
  margin-top: 10px;
  background: #c03764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "ntf-grandregular";
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card + .flexbox-card {
  margin-left: 1.25%;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card.gray {
  background: #cdc2b5;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card.gray .card-background {
  background: -o-linear-gradient(27deg, #cdc2b5 0%, #9c9389 31%, #ddd8c9 81%, #d2c9be 100%);
  background: linear-gradient(63deg, #cdc2b5 0%, #9c9389 31%, #ddd8c9 81%, #d2c9be 100%);
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card.gray .card-inner {
  border-color: #ccc;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card.gray:hover .card-inner {
  border-color: #b3b3b3;
}
section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card:hover .card-inner {
  border-color: #c03764;
}
section.lol-section-content .content-team .content-matches {
  margin-top: 70px;
}
section.lol-section-content .content-match-wrapper {
  position: relative;
  margin: 70px 0;
  padding: 70px 0;
}
section.lol-section-content .content-match-wrapper .wrapper-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9e6e34;
}
section.lol-section-content .content-match-wrapper .wrapper-background .background-inner {
  background: -o-linear-gradient(27deg, #9e6e34 0%, #8b5311 31%, #c4b169 81%, #9e6e34 99%);
  background: linear-gradient(63deg, #9e6e34 0%, #8b5311 31%, #c4b169 81%, #9e6e34 99%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.lol-section-content .content-match-wrapper .wrapper-background .background-noise {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/backgrounds/noise.png") center;
  background-size: cover;
  opacity: 0.4;
}
section.lol-section-content .content-match {
  padding: 100px 0;
  background: #fff;
}
section.lol-section-content .content-match .match-inner {
  position: relative;
}
section.lol-section-content .content-match .match-inner .inner-heading {
  text-align: center;
}
section.lol-section-content .content-match .match-inner .inner-heading img {
  width: 200px;
  max-width: 100%;
  margin-bottom: 20px;
}
section.lol-section-content .content-match .match-inner .inner-heading h1,
section.lol-section-content .content-match .match-inner .inner-heading h2 {
  color: #141a4b;
  text-align: center;
  font-family: "ntf-grandregular";
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.lol-section-content .content-match .match-inner .inner-heading h1 a,
section.lol-section-content .content-match .match-inner .inner-heading h2 a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.lol-section-content .content-match .match-inner .inner-heading h1 a:hover,
section.lol-section-content .content-match .match-inner .inner-heading h2 a:hover {
  color: #c03764;
}
section.lol-section-content .content-match .match-inner .inner-heading .score {
  background: #c03764;
  color: #fff;
  font-family: "ntf-grandregular";
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 10px;
}
section.lol-section-content .content-match .match-inner .inner-heading .score.win-right,
section.lol-section-content .content-match .match-inner .inner-heading .score.win-left {
  position: relative;
}
section.lol-section-content .content-match .match-inner .inner-heading .score.win-right:before,
section.lol-section-content .content-match .match-inner .inner-heading .score.win-left:before {
  position: absolute;
  top: 0;
  height: 25px;
  width: 25px;
  background: url("../img/icons/trophy.svg") center;
  background-size: cover;
}
section.lol-section-content .content-match .match-inner .inner-heading .score.win-right:before {
  content: "";
  right: -10px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
section.lol-section-content .content-match .match-inner .inner-heading .score.win-left:before {
  content: "";
  left: -10px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
section.lol-section-content .content-match .match-inner .inner-heading p {
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
  font-weight: 300;
}
section.lol-section-content .content-match .match-inner .inner-heading p a {
  text-decoration: underline;
  color: #c03764;
  font-size: 12px;
  font-weight: 500;
}
section.lol-section-content .content-match .match-inner .inner-heading p b,
section.lol-section-content .content-match .match-inner .inner-heading p strong {
  font-weight: 700;
}
section.lol-section-content .content-match .match-inner .inner-heading:not(:first-child) {
  margin-top: 100px;
}
section.lol-section-content .content-match .match-inner .inner-iframe {
  margin-top: 50px;
  width: 100%;
  padding-top: 56%;
  position: relative;
}
section.lol-section-content .content-match .match-inner .inner-iframe iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.lol-section-content .content-match .match-inner .content-matches {
  margin-top: 70px;
}
section.lol-section-content .content-match .match-inner .inner-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service {
  width: 48%;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .table-responsive {
  margin-top: 50px;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .table-responsive table {
  margin: 0;
  background: #fff;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .table-responsive thead tr td {
  background: #aaa !important;
  color: #fff !important;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .table-responsive thead.winner tr td {
  background: olivedrab !important;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .table-responsive tr td {
  font-family: "ntf-grandregular";
  font-size: 15px;
  border: none;
  text-transform: uppercase;
  vertical-align: middle;
  color: #141a4b;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .table-responsive tr td:nth-child(odd) {
  background: #f3f3f3;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .table-responsive tr td:not(:first-child) {
  text-align: center;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .table-responsive tr:hover td {
  background: #ddd;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .row-avatar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .row-avatar-wrapper .avatar {
  height: 50px;
  min-width: 50px;
  max-width: 50px;
  border: 2px solid #ccc;
  margin-right: 15px;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .row-avatar-wrapper .avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .row-avatar-wrapper .name {
  font-family: "ntf-grandregular";
  font-size: 15px;
  text-transform: uppercase;
  color: #141a4b;
}
section.lol-section-content .content-match .match-inner .inner-round .round-service .row-avatar-wrapper .name span {
  color: #c03764;
}
section.centrum-pomocy-section-content {
  position: relative;
  background: #fff;
  padding: 100px 0 0 0;
}
section.centrum-pomocy-section-content .news-arrows-1 {
  position: absolute;
  height: 60px;
  top: 50px;
  left: 150px;
}
section.centrum-pomocy-section-content .news-arrows-2 {
  position: absolute;
  height: 40px;
  top: 150px;
  right: 5%;
}
section.centrum-pomocy-section-content .section-heading {
  text-align: center;
}
section.centrum-pomocy-section-content .section-heading h1,
section.centrum-pomocy-section-content .section-heading h2 {
  color: #141a4b;
  text-align: center;
  font-family: "ntf-grandregular";
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.centrum-pomocy-section-content .section-heading h1 a,
section.centrum-pomocy-section-content .section-heading h2 a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.centrum-pomocy-section-content .section-heading h1 a:hover,
section.centrum-pomocy-section-content .section-heading h2 a:hover {
  color: #c03764;
}
section.centrum-pomocy-section-content .section-heading p {
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
  font-weight: 300;
}
section.centrum-pomocy-section-content .section-heading p a {
  text-decoration: underline;
  color: #c03764;
  font-size: 12px;
  font-weight: 500;
}
section.centrum-pomocy-section-content .section-heading p b,
section.centrum-pomocy-section-content .section-heading p strong {
  font-weight: 700;
}
section.centrum-pomocy-section-content .section-heading:not(:first-of-type) {
  margin-top: 100px;
}
section.centrum-pomocy-section-content .content-flexbox {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service {
  width: 33.33333333%;
  padding: 40px;
  position: relative;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service .service-heading {
  color: #c03764;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ntf-grandregular";
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul {
  margin-top: 25px;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul li button,
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul li a {
  padding: 0 30px 0 0;
  border: none;
  font-size: 17px;
  font-weight: 500;
  color: #141a4b;
  background: none;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul li button:after,
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul li a:after {
  content: "";
  height: 7px;
  width: 7px;
  background: url("../img/icons/fast-forward.svg") center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul li button:hover,
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul li a:hover {
  color: #c03764;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul li + li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 0.5px dotted #ccc;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service:after {
  content: "";
  height: 100%;
  width: 1px;
  border-right: 1px dotted #c03764;
  position: absolute;
  top: 0;
  right: 0;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service:before {
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted #c03764;
  position: absolute;
  top: 0;
  left: 0;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service:nth-child(3n):after {
  content: none;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service:nth-child(1):before,
section.centrum-pomocy-section-content .content-flexbox .flexbox-service:nth-child(2):before,
section.centrum-pomocy-section-content .content-flexbox .flexbox-service:nth-child(3):before {
  content: none;
}
section.centrum-pomocy-section-content .content-form-wrapper {
  background: #f9f9f9;
  margin-top: 70px;
  padding: 70px 0 100px 0;
}
section.centrum-pomocy-section-content .content-form-wrapper .content-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.centrum-pomocy-section-content .content-form-wrapper .content-form .section-heading {
  text-align: left;
}
section.centrum-pomocy-section-content .content-form-wrapper .content-form .form-inner {
  margin-left: 100px;
  min-width: 700px;
  max-width: 700px;
}
section.centrum-pomocy-section-content .content-form-wrapper .content-form .form-inner .btn {
  margin-top: 20px;
}
section.static-page-section-content {
  padding: 100px 0;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.static-page-section-content .content-inner {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section.static-page-section-content .content-inner .inner-arrows-1 {
  position: absolute;
  top: 400px;
  left: -200px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.static-page-section-content .content-inner .inner-arrows-2 {
  position: absolute;
  top: 1200px;
  left: -150px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.static-page-section-content .content-inner .inner-progress-wrapper {
  position: absolute;
  top: 0;
  right: -100px;
  height: 100%;
}
section.static-page-section-content .content-inner .inner-progress-wrapper .inner-description {
  position: absolute;
  top: -35px;
  left: 25px;
  font-size: 11px;
  font-weight: 600;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
section.static-page-section-content .content-inner .inner-progress-wrapper .inner-progress {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  right: 0;
  height: calc(100vh - 100px);
  width: 5px;
  background: #eee;
}
section.static-page-section-content .content-inner .inner-progress-wrapper .inner-progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #c03764;
}
section.static-page-section-content .content-inner .backlink {
  display: inline-block;
  margin-bottom: 30px;
}
section.static-page-section-content .content-inner .backlink .backlink-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.static-page-section-content .content-inner .backlink .backlink-inner span {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ntf-grandregular";
  color: #141a4b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.static-page-section-content .content-inner .backlink .backlink-inner svg {
  fill: #141a4b;
  margin-right: 12px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.static-page-section-content .content-inner .backlink .backlink-inner:hover span {
  color: #c03764;
}
section.static-page-section-content .content-inner .backlink .backlink-inner:hover svg {
  fill: #c03764;
}
section.static-page-section-content .content-inner .heading {
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.static-page-section-content .content-inner .inner-info {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.static-page-section-content .content-inner .inner-info .info-service {
  margin-right: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ntf-grandregular";
  color: #999;
}
section.static-page-section-content .content-inner .inner-short-description {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 0.5px solid #ccc;
}
section.static-page-section-content .content-inner .inner-short-description p {
  color: #000;
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
}
section.static-page-section-content .content-inner .inner-main-image {
  margin-top: 35px;
  height: 400px;
  overflow: hidden;
}
section.static-page-section-content .content-inner .inner-main-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.static-page-section-content .content-inner .inner-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service {
  margin-top: calc(4% / 3);
  display: block;
  width: 24%;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.static-page-section-content .content-inner .inner-gallery .gallery-service.service-hidden {
  margin-top: 0;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
}
section.static-page-section-content .content-inner .inner-gallery.gallery-collapsed {
  margin-top: 0;
  padding-top: 0;
}
section.static-page-section-content .content-inner .btn-gallery-more {
  margin-top: 35px;
}
section.static-page-section-content .content-inner .btn-gallery-more.hidden {
  display: none;
}
section.static-page-section-content .content-inner .inner-description {
  margin-top: 35px;
}
section.static-page-section-content .content-inner .inner-description p,
section.static-page-section-content .content-inner .inner-description li {
  color: #000;
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
}
section.static-page-section-content .content-inner .inner-description ol,
section.static-page-section-content .content-inner .inner-description ul {
  padding-left: 17px;
}
section.static-page-section-content .content-inner .inner-description h1 {
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.static-page-section-content .content-inner .inner-description h2 {
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.static-page-section-content .content-inner .inner-description h3 {
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.static-page-section-content .content-inner .inner-team {
  text-align: center;
  display: block;
  margin: 20px 0 50px 0;
}
section.static-page-section-content .content-inner .inner-team img {
  width: 200px;
  max-width: 100%;
  margin-bottom: 20px;
}
section.static-page-section-content .content-inner .inner-team h2 {
  color: #141a4b;
  text-align: center;
  font-family: "ntf-grandregular";
  font-size: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.content-matches .match-service {
  padding: 20px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-matches .match-service .service-date {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f3f3f3;
  padding: 5px 10px;
  font-family: "ntf-grandregular";
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #141a4b;
}
.content-matches .match-service .service-date span {
  margin-right: 20px;
}
.content-matches .match-service .game-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-matches .match-service .game-team .team-logo {
  min-width: 70px;
  max-width: 70px;
}
.content-matches .match-service .game-team .team-logo img {
  width: 100%;
}
.content-matches .match-service .game-team .team-logo.winner {
  outline: 4px solid olivedrab;
}
.content-matches .match-service .game-team .team-name {
  margin-left: 30px;
  font-family: "ntf-grandregular";
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #141a4b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-matches .match-service .game-team:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.content-matches .match-service .game-team:last-child .team-name {
  margin-left: 0;
  margin-right: 30px;
}
.content-matches .match-service .game-vs {
  margin: 0 50px;
  padding: 2px 20px;
  background: #c03764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "ntf-grandregular";
  font-size: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-matches .match-service + .match-service {
  margin-top: 80px;
}
.content-matches .match-service.teams:hover {
  background: #f3f3f3;
}
.content-matches .match-service.teams:hover .game-team .team-name {
  color: #141a4b;
}
.content-matches .match-service.teams:hover .game-vs {
  background: #c03764;
}
.content-matches .match-service.teams .game-team:hover .team-name {
  text-decoration: underline;
}
.content-matches .match-service:hover {
  background: #c03764;
}
.content-matches .match-service:hover .game-team .team-name {
  color: #fff;
}
.content-matches .match-service:hover .game-vs {
  background: #141a4b;
}
.input-service {
  margin-top: 15px;
}
.input-service label {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ntf-grandregular";
  color: #141a4b;
  text-align: left;
  width: 100%;
}
.input-service label small {
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin-bottom: 5px;
}
.input-service input,
.input-service textarea {
  width: 100%;
  display: block;
  border: none;
  height: 45px;
  border-radius: 0;
  padding: 10px;
  background: #fff;
  border: 2px solid #141a4b;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.input-service input:focus,
.input-service textarea:focus {
  outline: none;
  border-color: #c03764;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-service input.warning,
.input-service textarea.warning {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-service select,
.input-service .select2-selection--single {
  width: 100%;
  display: block;
  border: none;
  height: 45px;
  border-radius: 0;
  padding: 7px 5px 5px 2px;
  background: #fff;
  border: 2px solid #141a4b;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.input-service select:focus,
.input-service .select2-selection--single:focus {
  outline: none;
  border-color: #c03764;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-service select.warning,
.input-service .select2-selection--single.warning {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-service .select2-selection__arrow {
  height: 100% !important;
}
.input-service .input-alert {
  margin-top: 7px;
  font-size: 11px;
  color: #dc3545;
}
.input-service .value {
  color: #000;
  font-size: 15px;
  text-align: left;
}
.input-service .textarea-value {
  padding: 15px;
  background: #f9f9f9;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
.input-service textarea {
  height: 150px;
}
.input-service.loading {
  position: relative;
  pointer-events: none;
}
.input-service.loading:before {
  content: "";
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  width: 105%;
  height: 105%;
  background: #fff;
  opacity: 0.85;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.input-service.loading:after {
  content: "";
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/icons/loading.svg) center;
  background-size: cover;
  height: 18px;
  width: 18px;
  -webkit-animation: loader-rotate cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
          animation: loader-rotate cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
}
section.panel-gracza-logowanie-section-content {
  padding: 100px 0;
  background: #fff;
  position: relative;
}
section.panel-gracza-logowanie-section-content .content-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.panel-gracza-logowanie-section-content .content-login .login-service {
  width: 100%;
  max-width: 500px;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .heading {
  text-align: center;
  margin-bottom: 30px;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .heading h1 {
  color: #141a4b;
  font-family: "ntf-grandregular";
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .heading p {
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
  font-weight: 300;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .info {
  margin-top: 30px;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .info p {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: 500;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .row {
  margin-top: -15px;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .buttons-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .buttons-wrapper.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .social-media-login {
  margin-top: 50px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px;
  background: #fff;
  width: 100%;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .social-media-login svg {
  height: 25px;
  min-width: 25px;
  max-width: 25px;
  margin-right: 20px;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .social-media-login p {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .social-media-login + .social-media-login {
  margin-top: 20px;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .social-media-login:hover {
  background: #444;
  border-color: #444;
}
section.panel-gracza-logowanie-section-content .content-login .login-service .social-media-login:hover p {
  color: #fff;
}
section.panel-gracza-section-dashboard {
  padding: 100px 0;
  background: #fff;
  position: relative;
}
section.panel-gracza-section-dashboard .dashboard-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar {
  width: 30%;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar .sidebar-heading h1 {
  font-family: "ntf-grandregular";
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #141a4b;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar .sidebar-options {
  margin-top: 40px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar .sidebar-options .option-button {
  margin-top: 15px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 30px 20px;
  border-radius: 0px;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar .sidebar-options .option-button p {
  font-family: "ntf-grandregular";
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #141a4b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar .sidebar-options .option-button .name-subtitle {
  margin-top: 18px;
  position: absolute;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar .sidebar-options .option-button.active {
  border-color: #c03764;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar .sidebar-options .option-button.alert {
  position: relative;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar .sidebar-options .option-button.alert:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 12px;
  right: 10px;
  background: #c03764;
  border: 0.5px solid #fff;
  -webkit-animation: badge-pulse cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s infinite;
          animation: badge-pulse cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s infinite;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar .sidebar-options .option-button:hover {
  border-color: #c03764;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar .sidebar-options .option-button:hover p {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar .sidebar-options .option-button:hover .name-subtitle {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 1;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body {
  width: 65%;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-heading h2 {
  font-family: "ntf-grandregular";
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #141a4b;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-heading:not(:first-child) {
  margin-top: 35px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications {
  margin-top: 40px;
  position: relative;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service {
  position: relative;
  padding: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service .date {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service .date span {
  font-weight: 400;
  color: #c03764;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service hr {
  width: 100%;
  opacity: 0.8;
  background: #ccc;
  height: 0.5px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service .text {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service .service-game {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service .service-game .game-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service .service-game .game-team .team-logo {
  min-width: 40px;
  max-width: 40px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service .service-game .game-team .team-logo img {
  width: 100%;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service .service-game .game-team .team-logo.winner {
  outline: 4px solid olivedrab;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service .service-game .game-team .team-name {
  margin-left: 10px;
  font-family: "ntf-grandregular";
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #141a4b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service .service-game .game-team:hover .team-name {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
  text-decoration-thickness: 0.5px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service .service-game .game-vs {
  margin: 0 20px;
  padding: 2px 8px;
  background: #c03764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "ntf-grandregular";
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service:hover {
  border-color: #c03764;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service.important {
  background: #c03764;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service.important .date {
  color: #fff;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service.important hr {
  background: #fff;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service.important .text {
  color: #fff;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service.important .btn-default:hover {
  background: #090c23;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service.important .btn-empty {
  color: #fff;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service.important .btn-empty:hover {
  color: #141a4b;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-notifications .notification-service + .notification-service {
  margin-top: 10px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-advertisements-options {
  padding-top: 40px;
  margin-top: -4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-advertisements-options .option-service {
  margin-top: 4%;
  width: 48%;
  display: block;
  background: #f9f9f9;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-advertisements-options .option-service svg {
  width: 30px;
  height: 30px;
  fill: #c03764;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-advertisements-options .option-service .name {
  margin-top: 8px;
  font-size: 22px;
  color: #141a4b;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-advertisements-options .option-service .text {
  margin-top: 10px;
  color: #141a4b;
  font-weight: 300;
  font-size: 13px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-advertisements-options .option-service:hover {
  border-color: #c03764;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .buttons-wrapper {
  padding-top: 20px;
  margin-left: -10px;
  margin-top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .buttons-wrapper > * {
  margin: 20px 10px 0 10px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form {
  margin-top: 40px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form .form-input label {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #141a4b;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form .form-input input {
  display: block;
  height: 45px;
  padding-left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 600;
  color: #141a4b;
  width: 100%;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form .form-input input:focus {
  border-color: #c03764;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form .form-input + .form-input {
  margin-top: 10px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form .row + .row {
  margin-top: 10px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form hr {
  margin: 40px 0 30px 0;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-avatar {
  margin-top: 40px;
  height: 120px;
  width: 120px;
  padding: 10px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#f1d230), to(#c29c06));
  background: -o-linear-gradient(left, #f1d230 0%, #c29c06 100%);
  background: linear-gradient(90deg, #f1d230 0%, #c29c06 100%);
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper {
  margin-top: 100px;
  -webkit-perspective: 40px;
          perspective: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card-cover {
  position: absolute;
  top: 50%;
  left: 48%;
  width: 85%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: card-rotation cubic-bezier(0.455, 0.03, 0.515, 0.955) 55s infinite;
          animation: card-rotation cubic-bezier(0.455, 0.03, 0.515, 0.955) 55s infinite;
}
@-webkit-keyframes card-rotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
            transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(0.8);
            transform: translate(-50%, -50%) rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
            transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}
@keyframes card-rotation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
            transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(0.8);
            transform: translate(-50%, -50%) rotate(180deg) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
            transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card {
  position: relative;
  -webkit-box-shadow: 15px 20px 60px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 20px 60px 0px rgba(0, 0, 0, 0.2);
  background: #12154b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #12154b;
  background: -o-linear-gradient(27deg, #12154b 0%, #060833 31%, rgba(192, 55, 100, 0.55) 81%, #12154b 99%);
  background: linear-gradient(63deg, #12154b 0%, #060833 31%, rgba(192, 55, 100, 0.55) 81%, #12154b 99%);
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-noise {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/backgrounds/noise.png") center;
  background-size: cover;
  opacity: 0;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-inner {
  position: relative;
  width: 450px;
  height: 600px;
  border: 5px solid #141a4b;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-inner .inner-avatar {
  -webkit-animation: avatar-scale cubic-bezier(0.455, 0.03, 0.515, 0.955) 10s infinite;
          animation: avatar-scale cubic-bezier(0.455, 0.03, 0.515, 0.955) 10s infinite;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-inner .inner-avatar .avatar-circle {
  border: 1px solid #f9f9f9;
  padding: 7px;
  border-radius: 50%;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-inner .inner-avatar .avatar-circle .avatar-ring {
  background: -webkit-gradient(linear, left top, right top, from(#f1d230), to(#c29c06));
  background: -o-linear-gradient(left, #f1d230 0%, #c29c06 100%);
  background: linear-gradient(90deg, #f1d230 0%, #c29c06 100%);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 105px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 105px 0px rgba(0, 0, 0, 0.5);
  padding: 5px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-inner .inner-avatar .avatar-circle .avatar-ring .avatar-ring {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, right top, left top, from(#f1d230), to(#c29c06));
  background: -o-linear-gradient(right, #f1d230 0%, #c29c06 100%);
  background: linear-gradient(-90deg, #f1d230 0%, #c29c06 100%);
  width: 120px;
  height: 120px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-inner .inner-avatar .avatar-circle .avatar-ring .avatar-ring .avatar-image {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-inner .inner-name {
  margin-top: 30px;
  font-family: "ntf-grandregular";
  font-size: 45px;
  letter-spacing: 1px;
  color: #fff;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-inner .inner-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 50px;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-inner .inner-statistics .statistic-box {
  margin-top: 20px;
  width: 30%;
  text-align: center;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-inner .inner-statistics .statistic-box .box-name {
  font-family: "ntf-grandregular";
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-inner .inner-statistics .statistic-box .box-value {
  margin-top: 10px;
  background: #c03764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "ntf-grandregular";
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}
section.panel-gracza-komunikator-section-content {
  padding: 100px 0;
  position: relative;
  background: #fff;
}
section.panel-gracza-komunikator-section-content .content-empty-alert {
  text-align: center;
}
section.panel-gracza-komunikator-section-content .content-empty-alert h1 {
  color: #141a4b;
  font-size: 36px;
  font-weight: 300;
}
section.panel-gracza-komunikator-section-content .content-empty-alert p {
  margin-top: 5px;
  font-weight: 300;
  color: #141a4b;
  font-size: 17px;
  opacity: 0.7;
}
section.panel-gracza-komunikator-section-content .content-empty-alert .btn {
  margin-top: 30px;
}
section.panel-gracza-komunikator-section-content .content-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar {
  width: 30%;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-heading h1 {
  font-family: "ntf-grandregular";
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #141a4b;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options {
  margin-top: 40px;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  overflow: hidden;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button .icon {
  padding: 20px;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button .icon svg {
  height: 25px;
  width: 25px;
  fill: #999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button .description {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button .description .name {
  padding: 0 20px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #141a4b;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button .description .date {
  padding: 0 20px;
  font-size: 11px;
  color: #999;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button:hover .icon {
  background: #c03764;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button:hover .icon svg {
  fill: #fff;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button.alert-dot svg {
  fill: #141a4b;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button.alert-dot .name {
  font-weight: 700;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button.active {
  border-color: #c03764;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button.active .icon {
  background: #c03764;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button.active .icon svg {
  fill: #fff;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar .sidebar-options .option-button.active .name {
  font-weight: 400;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-divider {
  margin-top: 100px;
  width: 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body {
  width: 65%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-heading .backlink {
  margin-bottom: 20px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: #c03764;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-heading .backlink svg {
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  margin-right: 5px;
  fill: #c03764;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-heading .backlink:hover {
  color: #982c4f;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-heading .backlink:hover svg {
  fill: #982c4f;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-heading h2 {
  font-family: "ntf-grandregular";
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #141a4b;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-heading h2 a {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #c03764;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-heading h2 a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-color: #c03764;
          text-decoration-color: #c03764;
  text-decoration-thickness: 0.5px;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-messages {
  margin-top: 40px;
  max-height: 400px;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-messages .message-service .date {
  font-size: 11px;
  color: #999;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-messages .message-service .text {
  margin-top: 5px;
  border-radius: 0;
  background: #e9e9e9;
  display: inline-block;
  padding: 14px;
  font-size: 14px;
  max-width: 70%;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-messages .message-service.user {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-messages .message-service.user .text {
  background: #c03764;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-messages .message-service.user .text p {
  color: #fff;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-messages .message-service + .message-service {
  margin-top: 15px;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-form {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body .body-form .input-service {
  margin-top: 0;
  width: 100%;
  margin-right: 30px;
}
section.section-footer {
  position: relative;
  border-bottom: 10px solid #c03764;
  background: #fff;
}
section.section-footer .footer-live {
  background: #c03764;
  padding: 20px 0;
}
section.section-footer .footer-live .live-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.section-footer .footer-live .live-inner p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ntf-grandregular";
}
section.section-footer .footer-live .live-inner p + p:before {
  content: "•";
  margin: 0 30px;
}
section.section-footer .footer-inner {
  padding: 60px 0;
}
section.section-footer .footer-inner .inner-logo {
  height: 60px;
}
section.section-footer .footer-inner .inner-flexbox {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-footer .footer-inner .inner-flexbox p {
  color: #9296b0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ntf-grandregular";
}
section.section-footer .footer-inner .inner-flexbox p a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.section-footer .footer-inner .inner-flexbox p a:hover {
  color: #c03764;
}
section.section-footer .footer-inner .inner-flexbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-inner .inner-flexbox ul li a {
  color: #141a4b;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "ntf-grandregular";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.section-footer .footer-inner .inner-flexbox ul li a:hover {
  color: #c03764;
}
section.section-footer .footer-inner .inner-flexbox ul li + li {
  margin-left: 40px;
}
section.section-footer.lol {
  border-bottom: 10px solid #c29c06;
}
section.section-footer.lol .footer-live {
  background: #c29c06;
}
@media (max-width: 1199.98px) {
  nav.section-header .header-flexbox .flexbox-logo img,
  nav.section-header .header-flexbox .flexbox-logo svg {
    height: 20px;
  }
  nav.section-header .header-flexbox .flexbox-service-outer:nth-child(1) {
    width: 70%;
  }
  nav.section-header .header-flexbox .flexbox-service-outer:nth-child(2) {
    width: 30%;
  }
}
@media (max-width: 991.98px) {
  nav.section-header .header-flexbox {
    padding: 60px 0 20px;
  }
  nav.section-header .header-flexbox .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px -10px 0 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background: #12154b;
    background: -o-linear-gradient(27deg, #12154b 0%, #060833 31%, rgba(192, 55, 100, 0.85) 81%, #12154b 99%);
    background: linear-gradient(63deg, #12154b 0%, #060833 31%, rgba(192, 55, 100, 0.85) 81%, #12154b 99%);
    z-index: 555;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
    display: block;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner {
    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;
    min-height: 100%;
    padding: 50px;
    margin-right: 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li {
    padding: 5px 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li + li {
    margin: 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a {
    color: #fff;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
  section.section-welcome {
    overflow: hidden;
  }
  section.section-welcome .welcome-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px;
  }
  section.section-welcome .welcome-inner .inner-slider {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.section-welcome .welcome-inner .inner-sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    width: 100%;
  }
  section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item + .navigation-item {
    margin-top: 0;
  }
  section.section-welcome .welcome-inner .inner-sidebar .sidebar-slogan {
    display: none;
  }
  section.section-about .about-inner .inner-arrows-2 {
    display: none;
  }
  section.section-about .about-inner h2 {
    white-space: normal;
  }
  section.section-about .about-inner .inner-paragraph {
    padding: 60px 0 0;
  }
  section.static-page-section-content .content-inner .inner-progress-wrapper {
    right: -50px;
  }
  section.lol-section-content .content-players {
    padding: 60px 0;
  }
  section.lol-section-content .content-players .players-inner .inner-heading {
    text-align: center;
  }
  section.lol-section-content .content-players .players-inner .inner-heading h1,
  section.lol-section-content .content-players .players-inner .inner-heading h2 {
    font-size: 54px;
  }
  section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card {
    width: 32.5%;
  }
  section.lol-section-content .content-team {
    padding: 60px 0;
  }
  section.lol-section-content .content-team .team-inner .inner-heading h1,
  section.lol-section-content .content-team .team-inner .inner-heading h2 {
    font-size: 54px;
  }
  section.lol-section-content .content-team .team-inner .inner-heading:not(:first-child) {
    margin-top: 60px;
  }
  section.lol-section-content .content-team .team-inner .inner-flexbox {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card {
    width: 32%;
  }
  section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card .card-position {
    top: -30px;
  }
  section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card + .flexbox-card {
    margin-left: 0;
  }
  section.lol-section-content .content-team .content-matches {
    margin-top: 70px;
  }
  section.centrum-pomocy-section-content {
    padding: 60px 0 0 0;
  }
  section.centrum-pomocy-section-content .section-heading {
    text-align: center;
  }
  section.centrum-pomocy-section-content .section-heading h1,
  section.centrum-pomocy-section-content .section-heading h2 {
    font-size: 54px;
  }
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service {
    width: 48%;
  }
  section.centrum-pomocy-section-content .content-form-wrapper .content-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.centrum-pomocy-section-content .content-form-wrapper .content-form .section-heading {
    text-align: left;
  }
  section.centrum-pomocy-section-content .content-form-wrapper .content-form .form-inner {
    margin-left: 0;
    min-width: 500px;
    max-width: 500px;
  }
  .video-flexbox .video-service-wrapper {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .modal-service-wrapper .modal-service {
    padding: 20px;
  }
  .modal-service-wrapper .modal-service .service-inner .service-content .heading {
    padding-right: 30px;
    font-size: 28px;
    line-height: 32px;
  }
  .modal-service-wrapper .modal-service .service-inner .service-content .description p,
  .modal-service-wrapper .modal-service .service-inner .service-content .description li {
    font-size: 14px;
    line-height: 28px;
  }
  .modal-service-wrapper .modal-service .service-inner .service-content .description ol,
  .modal-service-wrapper .modal-service .service-inner .service-content .description ul {
    padding-left: 17px;
  }
  .modal-service-wrapper .modal-service .service-inner .service-content .description h1 {
    font-size: 22px;
  }
  .modal-service-wrapper .modal-service .service-inner .service-content .description h2 {
    font-size: 18px;
  }
  .modal-service-wrapper .modal-service .service-inner .service-content .description h3 {
    font-size: 16px;
  }
  .content-matches .match-service {
    margin-top: 40px;
  }
  .content-matches .match-service .game-vs {
    margin: 0 25px;
  }
  nav.section-header .header-flexbox .flexbox-service-outer:nth-child(1) {
    width: 50%;
  }
  nav.section-header .header-flexbox .flexbox-service-outer:nth-child(2) {
    width: 50%;
  }
  section.section-welcome .welcome-inner .inner-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  section.section-welcome .welcome-inner .inner-slider .slider-main {
    width: 100%;
  }
  section.section-welcome .welcome-inner .inner-slider .slider-main .splide__slide .splide__slide--inner {
    padding: 20px 0px 20px 20px;
  }
  section.section-welcome .welcome-inner .inner-slider .slider-main .splide__slide .splide__slide--inner .inner-name {
    line-height: 35px;
    font-size: 30px;
  }
  section.section-welcome .welcome-inner .inner-slider .slider-main .splide__slide .splide__slide--inner .inner-description {
    font-size: 14px;
  }
  section.section-welcome .welcome-inner .inner-slider .slider-thumbnails {
    width: 100%;
  }
  section.section-welcome .welcome-inner .inner-slider .slider-thumbnails .splide .splide__track .splide__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.section-welcome .welcome-inner .inner-slider .slider-thumbnails .splide .splide__track .splide__list .splide__slide {
    height: auto !important;
    width: 30% !important;
  }
  section.section-welcome .welcome-inner .inner-slider .slider-thumbnails .splide .splide__track .splide__list .splide__slide .splide__slide--name {
    font-size: 24px;
    line-height: 24px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.section-welcome .welcome-inner .inner-slider .slider-thumbnails .splide .splide__track .splide__list .splide__slide .splide__slide--name span {
    margin-left: 0;
  }
  section.section-news {
    padding: 100px 0 60px;
  }
  section.section-news .news-arrows-2 {
    display: none;
  }
  section.section-news .news-tags {
    margin-top: 60px;
  }
  .news-flexbox .news-service {
    margin-top: 50px;
    width: 47%;
  }
  .news-flexbox .news-service .name {
    font-size: 22px;
    line-height: 26px;
  }
  section.section-lol .lol-inner .inner-description {
    padding: 60px 0 0 0;
  }
  section.section-lol .lol-inner .inner-description h2 {
    font-size: 54px;
  }
  section.lol-section-content .content-welcome .inner-description h1 {
    font-size: 54px;
  }
  section.lol-section-content .content-tournament {
    padding: 60px 0;
  }
  section.lol-section-content .content-tournament .tournament-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.lol-section-content .content-tournament .tournament-inner .inner-image {
    padding-top: 50%;
    width: 60%;
  }
  section.lol-section-content .content-tournament .tournament-inner .inner-description {
    margin-top: 40px;
    width: 100%;
  }
  section.lol-section-content .content-tournament .tournament-inner .inner-description h2 {
    font-size: 54px;
  }
  section.lol-section-content .content-tournament .tournament-inner + .tournament-inner {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.lol-section-content .content-tournament-info {
    padding: 60px 0 0 0;
  }
  section.lol-section-content .content-tournament-info .select2 {
    width: 100% !important;
  }
  section.lol-section-content .content-cards {
    padding: 20px;
  }
  section.lol-section-content .content-cards .card-service-wrapper {
    width: 100%;
  }
  section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card {
    width: 49%;
  }
  section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card {
    width: 45%;
  }
  section.lol-section-content .content-match {
    padding: 60px 0;
  }
  section.lol-section-content .content-statistics {
    padding: 60px 0;
  }
  section.lol-section-content .content-statistics .statistics-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  section.lol-section-content .content-statistics .statistics-cards .cards-card {
    width: 100%;
  }
  section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(1) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(1):hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(2):hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(3) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.lol-section-content .content-statistics .statistics-cards .cards-card:nth-child(3):hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.static-page-section-content {
    padding: 40px 0 60px;
  }
  section.static-page-section-content .content-inner .inner-progress-wrapper {
    right: -70px;
  }
  section.panel-gracza-section-dashboard {
    padding: 60px 0;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-advertisements-options {
    padding-top: 40px;
    margin-top: -4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-advertisements-options .option-service {
    margin-top: 4%;
    width: 48%;
    display: block;
    background: #f9f9f9;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-advertisements-options .option-service svg {
    width: 30px;
    height: 30px;
    fill: #c03764;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-advertisements-options .option-service .name {
    margin-top: 8px;
    font-size: 22px;
    color: #141a4b;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-advertisements-options .option-service .text {
    margin-top: 10px;
    color: #141a4b;
    font-weight: 300;
    font-size: 13px;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-advertisements-options .option-service:hover {
    border-color: #c03764;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .buttons-wrapper {
    padding-top: 20px;
    margin-left: -10px;
    margin-top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .buttons-wrapper > * {
    margin: 20px 10px 0 10px;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form {
    margin-top: 40px;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form .form-input label {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #141a4b;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form .form-input input {
    display: block;
    height: 45px;
    padding-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 600;
    color: #141a4b;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form .form-input input:focus {
    border-color: #c03764;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form .form-input + .form-input {
    margin-top: 10px;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form .row + .row {
    margin-top: 10px;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-form hr {
    margin: 40px 0 30px 0;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-avatar {
    margin-top: 40px;
    height: 120px;
    width: 120px;
    padding: 10px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#f1d230), to(#c29c06));
    background: -o-linear-gradient(left, #f1d230 0%, #c29c06 100%);
    background: linear-gradient(90deg, #f1d230 0%, #c29c06 100%);
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-avatar img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
  }
  section.panel-gracza-section-dashboard .dashboard-flexbox .flexbox-body .body-card-wrapper .body-card .card-inner {
    max-width: 350px;
  }
  section.panel-gracza-komunikator-section-content {
    padding: 60px 0;
  }
  section.panel-gracza-komunikator-section-content .content-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar {
    width: 45%;
  }
  section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body {
    width: 50%;
  }
  section.centrum-pomocy-section-content .news-arrows-1 {
    display: none;
  }
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service {
    padding: 0;
    width: 100%;
    margin-top: 40px;
  }
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service:before,
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service:after {
    display: none;
  }
  section.section-footer .footer-inner .inner-flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.section-footer .footer-inner .inner-flexbox ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.section-footer .footer-inner .inner-flexbox ul li + li {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  nav.section-header .header-flexbox {
    padding: 10px 0 0;
    height: 65px;
  }
  nav.section-header .header-flexbox .flexbox-logo {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  nav.section-header .header-flexbox .flexbox-logo img,
  nav.section-header .header-flexbox .flexbox-logo svg {
    height: 18px;
  }
  nav.section-header .header-flexbox .flexbox-account li .account-item .item-name .name-primary {
    font-size: 13px;
  }
  nav.section-header .header-flexbox .flexbox-account li .account-item .item-icon {
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  nav.section-header .header-flexbox .flexbox-account li .account-item .item-icon svg,
  nav.section-header .header-flexbox .flexbox-account li .account-item .item-icon img {
    height: 22px;
    width: 22px;
  }
  nav.section-header .header-flexbox .flexbox-account li .account-item:hover .name-primary {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  nav.section-header .header-flexbox .flexbox-account li .account-item:hover .name-secondary {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 0.8;
  }
  nav.section-header .header-flexbox .flexbox-account li + li {
    margin-left: 5px;
  }
  nav.section-header .header-flexbox .flexbox-menu {
    margin-top: -10px;
  }
  nav.section-header .header-flexbox .flexbox-menu li p,
  nav.section-header .header-flexbox .flexbox-menu li a {
    font-size: 14px;
  }
  .content-matches .match-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .content-matches .match-service .game-vs {
    margin: 0;
  }
  section.section-about {
    padding: 60px 0;
  }
  section.section-about .inner-arrows-1,
  section.section-about .about-arrows {
    display: none;
  }
  section.section-about .about-inner h2 {
    font-size: 54px;
  }
  section.section-about .about-inner h2 .margin-1 {
    margin-left: 0;
  }
  section.section-about .about-inner h2 .margin-2 {
    margin-left: 50px;
  }
  section.section-welcome .welcome-inner {
    padding-bottom: 40px;
  }
  section.section-welcome .welcome-inner .inner-sidebar {
    -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation {
    gap: 15px;
  }
  section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item .item-name {
    margin-right: 10px;
  }
  section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item .item-name .name-primary {
    font-size: 13px;
  }
  section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item .item-icon {
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  section.section-welcome .welcome-inner .inner-sidebar .sidebar-navigation .navigation-item .item-icon svg {
    width: 22px;
    height: 22px;
  }
  section.static-page-section-content .content-inner .inner-progress-wrapper {
    display: none;
  }
  section.static-page-section-content .content-inner .heading {
    font-size: 44px;
  }
  section.lol-section-content .content-players .players-inner .inner-flexbox .flexbox-card {
    width: 100%;
  }
  section.lol-section-content .content-team .team-inner .inner-flexbox {
    gap: 40px;
  }
  section.lol-section-content .content-team .team-inner .inner-flexbox .flexbox-card {
    width: 100%;
  }
  section.lol-section-content .content-tournament-info .info-inner .inner-form {
    padding: 60px 0;
  }
  section.lol-section-content .content-tournament-info .info-inner .inner-form .form-service {
    max-width: 350px;
  }
  .video-flexbox {
    margin-top: 40px;
  }
  .video-flexbox .video-service-wrapper {
    width: 100%;
  }
  .video-flexbox .video-service-wrapper .video-service {
    padding-top: 80%;
  }
  section.panel-gracza-komunikator-section-content .content-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-sidebar {
    width: 100%;
  }
  section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-divider {
    display: none;
  }
  section.panel-gracza-komunikator-section-content .content-flexbox .flexbox-body {
    margin-top: 40px;
    width: 100%;
  }
  section.centrum-pomocy-section-content .news-arrows-2 {
    display: none;
  }
  section.centrum-pomocy-section-content .content-flexbox {
    margin-top: 20px;
  }
  section.centrum-pomocy-section-content .content-form-wrapper .content-form .form-inner {
    margin-left: 0;
    min-width: 350px;
    max-width: 350px;
  }
  section.section-footer .footer-live .live-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section.section-footer .footer-live .live-inner p:before {
    content: "•";
    margin: 0 30px;
  }
  section.section-footer .footer-inner .inner-flexbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.section-footer .footer-inner .inner-flexbox ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.section-footer .footer-inner .inner-flexbox ul li + li {
    margin: 0;
  }
}

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