@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 300;
  color: #8b32b6;
  line-height: 1.5;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
*:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

i,
em,
dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

ul, li, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * clearfix
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

@font-face {
  font-family: "Memphis Extra";
  src: url("../fonts/Memphis-ExtraBold.woff2") format("woff2"), url("../fonts/Memphis-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Memphis";
  src: url("../fonts/Memphis-Bold.woff2") format("woff2"), url("../fonts/Memphis-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Memphis";
  src: url("../fonts/Memphis-Light.woff2") format("woff2"), url("../fonts/Memphis-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Memphis";
  src: url("../fonts/Memphis-Medium.woff2") format("woff2"), url("../fonts/Memphis-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/bahnschrift.woff2") format("woff2"), url("../fonts/bahnschrift.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.icheckbox {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 1.2rem;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #D3D0D0;
  background: #493246;
}
.icheckbox:after {
  content: " ";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='white' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M5 12l5 5l10 -10'%3E%3C/path%3E%3C/svg%3E");
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icheckbox.hover {
  cursor: pointer;
}
.icheckbox.checked:after {
  opacity: 1;
}

label:has(.icheckbox) {
  position: relative;
  padding-left: 3.8rem;
}
label:has(.icheckbox) .icheckbox {
  position: absolute;
  left: 0;
  top: 2px;
}

.iradio {
  display: inline-block;
  height: 2.6rem;
  width: 2.6rem;
  margin-right: 1.2rem;
  background-color: #351844;
  border: 2px solid #8b32b6;
  border-radius: 50%;
}
.iradio:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #8b32b6;
  opacity: 0;
}
.iradio.hover {
  cursor: pointer;
}
.iradio.checked:after {
  opacity: 1;
}

label:has(.iradio) {
  position: relative;
  padding-left: 3.8rem;
}
label:has(.iradio) .iradio {
  position: absolute;
  left: 0;
  top: 1px;
}

.js-select2-wrap .select2-container {
  width: 100% !important;
  margin: 4px 0;
}
@media screen and (max-width: 800px) {
  .js-select2-wrap .select2-container {
    margin: 0;
  }
}

.select2-container.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #323231;
  background: #323231;
  height: 3.4rem;
  line-height: 3.4rem;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #F2F2F2;
  font-size: 2rem;
  line-height: 3.4rem;
  padding-right: 3rem;
  font-family: "Roboto Condensed";
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(3.4rem - 2px);
  width: 3rem;
  color: #F2F2F2;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 12px;
  height: 12px;
  border: 2px solid #F2F2F2;
  border-color: #F2F2F2;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  left: 50%;
  top: 40%;
  margin: 0;
}
.select2-container.select2-container--default .select2-results__option--selected {
  background: #211229;
}
.select2-container.select2-container--default .select2-results__option {
  font-size: 1.6rem;
  font-family: "Roboto Condensed";
}
.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #323231;
  height: 3.2rem;
  font-size: 1.9rem;
  font-weight: 400;
  padding: 0 0.6rem;
  color: #F2F2F2;
  background: #462456;
  font-family: "Roboto Condensed";
}
.select2-container.select2-container--open .select2-dropdown--below {
  border: 1px solid white;
  background: #493246;
  border-radius: 0;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 60%;
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: #8b32b6;
}

.select2-container--default .select2-selection--multiple:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #F2F2F2;
  border-color: #F2F2F2;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  top: 40%;
  right: 5px;
  margin: 0;
}

.select2-container--default.select2-container--open .select2-selection--multiple:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 60%;
}

.select2-dropdown {
  background: #462456;
}

.select2-container--default .select2-selection--multiple {
  border: none;
  background: #323231;
  border-radius: 0;
  padding: 0 0 0 18px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  cursor: pointer;
}

.select2-container--default .select2-selection--multiple {
  cursor: pointer;
  text-transform: lowercase;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: transparent;
  border: 1px solid #bfbebe;
  margin: 0 0 0 5px;
  font-size: 14px;
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  font-weight: 400;
  color: #bfbebe;
}

.select2-container--default .select2-selection--multiple .select2-search {
  display: none;
}

.s2-checkbox-item {
  display: inline-block;
  position: relative;
}
.s2-checkbox-item input:checked + span:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.s2-checkbox-item input:checked + span:before {
  border-color: #27da89;
  background: #27da89;
}
.s2-checkbox-item:hover span:before {
  border-color: #27da89;
}
.s2-checkbox-item span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  height: 14px;
  line-height: 14px;
}
.s2-checkbox-item span:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 0;
  border: 2px solid #d8d8d8;
  width: 14px;
  height: 14px;
  border-radius: 9999px;
}
.s2-checkbox-item span:after {
  position: absolute;
  content: "";
  left: -7px;
  top: 3px;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #27da89;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  opacity: 0;
}

.s2-count {
  color: #F2F2F2;
  font-size: 2rem;
  line-height: 3.4rem;
  padding-right: 3rem;
  font-family: "Roboto Condensed";
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 198px;
}

.select2-container.select2-container--default .select2-results__option--selected:has(.s2-checkbox-item) {
  background: transparent;
}

.s2-confirm-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.s2-confirm {
  font-family: "Poppins";
  font-weight: 400;
  text-transform: lowercase;
  color: #d8d8d8;
  background: #323231;
  border: none;
  font-size: 16px;
  line-height: 1;
  padding: 5px 8px;
  margin-top: 5px;
}
.s2-confirm:hover {
  color: #323231;
  background: #d8d8d8;
}

.s2-reset {
  font-family: "Poppins";
  font-weight: 400;
  text-transform: lowercase;
  color: #d8d8d8;
  background: #323231;
  border: none;
  font-size: 16px;
  line-height: 1;
  padding: 5px 8px;
  margin-top: 5px;
  margin-left: 5px;
}
.s2-reset:hover {
  color: #323231;
  background: #d8d8d8;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1.5rem, 3vi, 3rem);
  background: #202020;
}

.home .section-footer .section-footer-bg {
  background: #252525;
}

.section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #202020;
}
@media only screen and (min-width: 768px) {
  .section-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-footer .section-footer-bg {
  background: #202020;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.section-footer__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-footer__content {
    padding-bottom: 0;
  }
}
.section-footer__content-r {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-footer__content-r {
    padding-left: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.section-footer__content-r .section-footer__text {
  font-size: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section-footer__content-l {
  margin-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 77.7rem;
}
@media only screen and (min-width: 768px) {
  .section-footer__content-l {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    margin-bottom: 0;
  }
}
.section-footer__text p {
  color: #e2e2e2;
  font-family: "Poppins";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem; /* 187.5% */
  letter-spacing: 0.016rem;
  margin: 0;
}
.section-footer__text a {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-footer__text a {
    width: 6rem;
  }
}
.section-footer__text a:hover img.x-gray {
  opacity: 0;
}
.section-footer__text a:hover img.x-green {
  opacity: 1;
}
.section-footer__text a img.x-gray {
  opacity: 1;
}
.section-footer__text a img.x-green {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/*===GENERALS=====*/
html {
  font-size: 62.5%;
  font-family: "Roboto Condensed";
  background-color: #252525 !important;
}

body.body.with-menu {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 134.8rem;
  margin: 0 auto;
  padding: 0 1.4rem;
}
@media only screen and (min-width: 768px) {
  .container .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 991px) {
  .container .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container .container {
    max-width: 1120px;
  }
}
@media only screen and (min-width: 1550px) {
  .container .container {
    max-width: 1420px;
  }
}

@media only screen and (min-width: 1550px) {
  main .section-top .container {
    max-width: 1220px;
  }
}

.container--narrow {
  max-width: 117rem;
}

.container--wider {
  max-width: 137rem;
}

section,
.section {
  position: relative;
  padding: 3rem 0;
}

.section-page--default {
  padding-top: 0;
}

.section--page-header {
  padding-bottom: 0;
}

.section--content {
  padding: 0;
}

.section--search-page-header h1 {
  font-size: 4rem;
  text-align: center;
}
.section--search-page-header h1 strong {
  color: #141315;
}

.anchnor {
  position: absolute;
  top: -5rem;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

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

input,
textarea,
select {
  border-radius: 0; /* odstraní zaoblení */
  -webkit-appearance: none; /* vypne nativní vzhled v Safari / Chrome */
  -moz-appearance: none;
       appearance: none; /* moderní syntax */
}

#pms_register-form {
  border-radius: 0 !important;
}

p,
ul,
ol {
  font-size: 1.9rem;
  line-height: 1.5;
  color: #eee;
  font-weight: 500;
  margin: 2rem 0;
}

.privacy-policy ul {
  list-style-type: square;
  text-align: left !important;
}
.privacy-policy ul li {
  padding-left: 0;
}
.privacy-policy ul li::marker {
  color: white;
}

.column-70 p:first-of-type {
  margin-top: 0;
}
.column-70 p:last-of-type {
  margin-bottom: 0;
}

a {
  position: relative;
  color: #8b32b6;
  text-decoration: none;
  font-weight: 500;
}
a:hover {
  text-decoration: none;
  color: #27da89;
}

a.white {
  color: white;
}
a.white:hover {
  text-decoration: none;
  color: #27da89;
}

ul {
  list-style-type: none;
  margin-left: 3rem;
  margin-right: 3rem;
}
ul li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 0.8rem;
}

ol {
  list-style-type: none !important;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin-left: 3rem;
  margin-right: 3rem;
}

ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  padding-left: 30px;
}

ol li::before {
  position: absolute;
  content: counter(my-awesome-counter) ". ";
  color: #27da89;
  font-weight: bold;
  left: 0;
}

ol[style="list-style-type: lower-alpha;"] li:before {
  content: counter(my-awesome-counter, lower-alpha) ". ";
}

ol[style="list-style-type: upper-alpha;"] li:before {
  content: counter(my-awesome-counter, upper-alpha) ". ";
}

ol[style="list-style-type: lower-greek;"] li:before {
  content: counter(my-awesome-counter, lower-greek) ". ";
}

ol[style="list-style-type: lower-roman;"] li:before {
  content: counter(my-awesome-counter, lower-roman) ". ";
}

ol[style="list-style-type: upper-roman;"] li:before {
  content: counter(my-awesome-counter, upper-roman) ". ";
}

h1 {
  font-size: 4.1rem;
  color: #eee;
  line-height: 1.1;
  margin: 4rem 0;
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 4rem;
    text-align: center;
  }
}

h2 {
  font-size: 3.3rem;
  color: #eee;
  line-height: 1.1;
  margin: 1rem 0;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 3rem;
    text-align: center;
  }
}

.no-posts-text {
  font-size: 4rem;
  text-align: center;
}

h3 {
  font-size: 2.4rem;
  color: #eee;
  line-height: 1.1;
  margin: 3rem 0;
}
@media screen and (max-width: 1000px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 1.7rem;
    text-align: center;
  }
}

h4 {
  font-size: 2.2rem;
  color: #eee;
  line-height: 1.1;
  margin: 3rem 0;
}
@media screen and (max-width: 1000px) {
  h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  h4 {
    font-size: 1.5rem;
    text-align: center;
  }
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

#cookie-bar {
  color: white;
  background: #211229 !important;
  -webkit-box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #222;
}
#cookie-bar #cookie-bar-button {
  background: #141315;
}

.wp-block-table {
  margin: 2rem 0;
}

table,
table.pms-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
table thead td,
table thead th,
table.pms-table thead td,
table.pms-table thead th {
  font-weight: 700;
}
table td,
table th,
table.pms-table td,
table.pms-table th {
  color: #ffffff;
  font-weight: 300;
  border: 1px solid #8b32b6;
  background: #462456;
  font-size: 2.1rem;
  line-height: 1.4;
  padding: 1rem;
  text-align: center;
}
table td > a,
table th > a,
table.pms-table td > a,
table.pms-table th > a {
  color: #8b32b6;
  margin: 0 2rem 0 0;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  table td,
  table th,
  table.pms-table td,
  table.pms-table th {
    font-size: 1.7rem;
  }
}
table .left,
table.pms-table .left {
  text-align: left;
}

th {
  font-weight: 700;
}

table tr td:first-child,
th:first-child,
table.pms-table tr td:first-child,
table.pms-table th:first-child {
  border-left: none;
}

table tr:first-child th,
table tr:first-child td,
table.pms-table tr:first-child th,
table.pms-table tr:first-child td {
  border-top: none;
}

table tr td:last-child,
th:last-child,
table.pms-table tr td:last-child,
table.pms-table th:last-child {
  border-right: none;
}

table tr:last-child td,
table.pms-table tr:last-child td {
  border-bottom: none;
}

.default img.aligncenter {
  margin: 0 auto;
  display: block;
}

.default img.alignright {
  float: right;
}

.default img.alignleft {
  float: left;
}

figure {
  margin: 2rem 0;
}

figure.wp-block-image {
  margin: 2rem 0;
  text-align: left;
}
figure.wp-block-image figcaption {
  text-align: left;
}

.wp-block-image:before,
.wp-block-image:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.wp-block-image:after {
  clear: both;
}

/* For IE 6/7 only */
.wp-block-image {
  *zoom: 1;
}

.wp-block-image figcaption {
  font-size: 1.4rem;
  text-align: center;
}

.click-body-placeholder {
  position: fixed;
  z-index: 80;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.click-body-placeholder.active {
  pointer-events: initial;
}

.section--404 {
  text-align: center;
}
.section--404 h1 {
  font-size: 5rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #351844;
  height: 100%;
  width: 100%;
}

body {
  position: relative;
  font-family: "Poppins";
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}

.page {
  background: #252525;
}

#wpadminbar {
  position: fixed !important;
}

body.admin-bar .header-mobile-nav {
  height: calc(100svh - 32px);
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header-mobile-nav {
    height: calc(100svh - 46px);
    top: 46px;
  }
}

.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #003f3a;
}
.header__content {
  width: 100%;
  position: relative;
  min-height: 18.9rem;
  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;
}
@media screen and (max-width: 600px) {
  .header__content {
    min-height: 12.9rem;
    min-height: 7.9rem;
    padding: 1.2rem 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    padding-bottom: 2.5rem;
  }
}
.header__nav--left {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header__nav--left .navigation > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav--left .navigation > ul > li.current-menu-item a, .header__nav--left .navigation > ul > li.current-page-ancestor a {
  color: #27da89 !important;
  text-decoration: none !important;
}
.header__logo {
  position: relative;
  text-align: center;
  font-size: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.3rem;
          flex: 0 0 11.3rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    text-align: start;
  }
}
.header__logo a {
  width: 100%;
  max-width: 11.3rem;
  left: 0;
  top: 0;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .header__logo a {
    max-width: 7.3rem;
  }
}
.header__logo a:hover img.logo-white {
  opacity: 1;
}
.header__logo a:hover img.logo-green {
  opacity: 0;
}
.header__logo img {
  max-width: 100%;
  height: auto;
}
.header__logo img.logo-white {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header__logo img.logo-green {
  opacity: 1;
}
.header__toggle {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  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;
  width: 3.2rem;
}
@media (min-width: 1200px) {
  .header__toggle {
    display: none;
  }
}
@media (max-width: 500px) {
  .header__toggle {
    width: 4.8rem;
    height: 4.8rem;
    margin-top: -8px;
  }
  .header__toggle svg {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media (max-width: 1199px) {
  .header__toggle.open {
    opacity: 0;
  }
}
.header__toggle img {
  width: 3.2rem;
}

.header-mobile-nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-mobile-nav {
    display: none !important;
  }
}
.header-mobile-nav.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100svh;
  background: #003f3a;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overflow: auto;
}
.header-mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0.7rem 0 4rem 2.5rem;
}
@media screen and (max-width: 600px) {
  .header-mobile-nav__top {
    padding-top: 3.5rem;
  }
}
.header-mobile-nav__top .title {
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
  color: #27da89;
  font-family: "Poppins";
  letter-spacing: 0.2px;
}
.header-mobile-nav__top .title strong {
  font-weight: 500;
  color: #27da89;
}
.header-mobile-nav__links {
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 1.5rem 1rem 5rem;
}
.header-mobile-nav__links .navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  margin-bottom: 5rem;
}
.header-mobile-nav .navigation > ul {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.header-mobile-nav .navigation > ul li {
  line-height: 1;
  position: static;
  padding-left: 0;
  font-size: 0;
  margin-bottom: 0;
}
.header-mobile-nav .navigation > ul li#menu-item-1204 > ul.sub-menu .sub-menu-title:before {
  position: absolute;
  content: "beta";
  color: #27da89;
  font-weight: 300;
  line-height: 1;
  font-family: "Poppins";
  left: 26px;
  bottom: -13px;
  font-size: 11px;
}
.header-mobile-nav .navigation > ul li#menu-item-1204 > a:after {
  position: absolute;
  content: "beta";
  color: #27da89;
  font-weight: 300;
  line-height: 1;
  font-family: "Poppins";
  left: 0;
  bottom: -13px;
  font-size: 11px;
}
.header-mobile-nav .navigation > ul > li.menu-item-has-children > a {
  position: relative;
  padding-right: 2.5rem;
}
.header-mobile-nav .navigation > ul > li.menu-item-has-children > a:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border: 2px solid #e2e2e2;
  border-left: 0;
  border-top: 0;
}
.header-mobile-nav .navigation > ul > li.current-menu-item > a {
  color: #27da89;
}
.header-mobile-nav .navigation > ul > li.current-menu-ancestor > ul.sub-menu, .header-mobile-nav .navigation > ul > li.current-menu-item > ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
}
.header-mobile-nav .navigation > ul > li a {
  font-size: 1.6rem;
  color: #e2e2e2;
  font-family: "Poppins";
  font-weight: 600;
  padding: 0;
  text-align: left;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 2.4px;
  line-height: 1;
}
.header-mobile-nav .navigation > ul > li a:hover {
  color: #27da89;
}
.header-mobile-nav .navigation > ul > li > ul.sub-menu {
  position: absolute;
  left: 0;
  top: 0;
  background: #003f3a;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding-top: 5rem;
  padding-left: 8.4rem;
  gap: 2rem;
  display: none;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-mobile-nav .navigation > ul > li > ul.sub-menu .sub-menu-title {
  position: absolute;
  left: 3.6rem;
  top: 0;
  font-size: 1.6rem;
  color: #27da89;
  font-family: "Poppins";
  font-weight: 600;
  text-align: left;
  letter-spacing: 2.4px;
  line-height: 1;
  padding-left: 2.6rem;
}
.header-mobile-nav .navigation > ul > li > ul.sub-menu .sub-menu-title:hover {
  cursor: pointer;
}
.header-mobile-nav .navigation > ul > li > ul.sub-menu .sub-menu-title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 6px;
  height: 6px;
  border: 2px solid #e2e2e2;
  border-left: 0;
  border-top: 0;
}
.header-mobile-nav .navigation > ul > li > ul.sub-menu > li.current-menu-ancestor > ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
}
.header-mobile-nav .navigation > ul > li > ul.sub-menu > li > a {
  font-weight: 400;
  padding: 0;
}
.header-mobile-nav .navigation > ul > li > ul.sub-menu > li > ul.sub-menu {
  display: none;
  pointer-events: none;
  gap: 1.6rem;
  margin: 2rem 0 0 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-mobile-nav .navigation > ul > li > ul.sub-menu > li > ul.sub-menu > li.current-menu-item > a {
  color: #e2e2e2;
}
.header-mobile-nav .navigation > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  color: #bfbebe;
  font-weight: 400;
  padding: 0;
}
.header-mobile-nav .navigation > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: #e2e2e2;
}
.header-mobile-nav .btn-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-family: "Poppins";
  font-weight: 400;
  color: #072929;
  line-height: 1;
  background: #27da89;
  height: 4rem;
  line-height: 4rem;
  padding: 0 2rem;
  margin: 2rem 0;
}
.header-mobile-nav .btn-border:hover {
  background: #2dfa9e;
  text-decoration: none;
}
.header-mobile-nav .btn-border a {
  padding: 0;
  margin: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
.header-mobile-nav .btn-border a:after {
  display: none;
}
.header-mobile-nav .account-btn {
  margin-top: 0;
}
.header-mobile-nav__logo {
  position: relative;
  max-width: 5rem;
}
.header-mobile-nav__logo:hover img.logo-green {
  opacity: 0;
}
.header-mobile-nav__logo:hover img.logo-white {
  opacity: 1;
}
.header-mobile-nav__logo img {
  display: block;
  width: 12rem;
}
@media (min-width: 1200px) {
  .header-mobile-nav__logo img {
    width: 13rem;
  }
}
@media (min-width: 1550px) {
  .header-mobile-nav__logo img {
    width: 21.4rem;
  }
}
.header-mobile-nav__logo img.logo-green {
  opacity: 1;
}
.header-mobile-nav__logo img.logo-white {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header-mobile-nav .login-btn:hover {
  background: transparent;
  color: #2dfa9e;
}
.header-mobile-nav .get-started {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-family: "Poppins";
  font-weight: 400;
  color: #27da89;
  line-height: 1;
  background: #003f3a;
  height: 4rem;
  line-height: 4rem;
  padding: 0 2rem;
}
.header-mobile-nav .get-started:hover {
  color: #003f3a;
  background: #27da89;
}
.header-mobile-nav__close {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  margin: 0;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.header-mobile-nav__close img {
  width: 2.2rem;
}
@media screen and (max-width: 600px) {
  .header-mobile-nav__close {
    top: 4.4rem;
  }
}
.header-mobile-nav .container--center {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation > ul,
.pms-account-navigation > ul {
  list-style: none;
  margin: 0;
  padding: 3rem 0 3rem 0;
  gap: 6.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation > ul > li,
.pms-account-navigation > ul > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.navigation > ul > li#menu-item-1023:before,
.pms-account-navigation > ul > li#menu-item-1023:before {
  position: absolute;
  content: "beta";
  color: #27da89;
  font-weight: 300;
  line-height: 1;
  font-family: "Poppins";
  left: 0;
  bottom: -24px;
  font-size: 14px;
}
.navigation > ul > li.current-menu-item > a:after,
.pms-account-navigation > ul > li.current-menu-item > a:after {
  opacity: 1;
}
.navigation > ul > li.mobile-item,
.pms-account-navigation > ul > li.mobile-item {
  display: none;
}
.navigation > ul > li.has-childs > a,
.pms-account-navigation > ul > li.has-childs > a {
  position: relative;
  padding-right: 2rem;
}
.navigation > ul > li.has-childs > a::before,
.pms-account-navigation > ul > li.has-childs > a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-top: 0.6rem solid #eee;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.navigation > ul > li.has-childs > a:after,
.pms-account-navigation > ul > li.has-childs > a:after {
  display: none;
}
.navigation > ul > li.has-childs:hover nav,
.pms-account-navigation > ul > li.has-childs:hover nav {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(100%) translateX(-50%);
          transform: translateY(100%) translateX(-50%);
}
.navigation > ul > li > nav,
.pms-account-navigation > ul > li > nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li > nav,
  .pms-account-navigation > ul > li > nav {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(calc(100% + 2rem)) translateX(-50%);
            transform: translateY(calc(100% + 2rem)) translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation > ul > li > nav,
  .pms-account-navigation > ul > li > nav {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: calc(100% + 6rem);
    bottom: -2.5rem;
    -webkit-transform: translateY(100%) translateX(-50%);
            transform: translateY(100%) translateX(-50%);
  }
}
.navigation > ul > li > nav:before,
.pms-account-navigation > ul > li > nav:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.5rem;
  left: 0;
  top: -2.5rem;
}
.navigation > ul > li > nav > ul,
.pms-account-navigation > ul > li > nav > ul {
  margin: 0;
  font-size: 0;
}
.navigation > ul > li > nav > ul > li,
.pms-account-navigation > ul > li > nav > ul > li {
  margin: 0;
  padding: 0;
}
.navigation > ul > li > nav > ul > li > a,
.pms-account-navigation > ul > li > nav > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 1.25rem 2.5rem;
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Roboto Condensed";
  color: #fff;
  white-space: nowrap;
  background: #000;
  text-transform: lowercase;
  transition: 0s;
}
.navigation > ul > li > nav > ul > li > a span,
.pms-account-navigation > ul > li > nav > ul > li > a span {
  position: relative;
}
.navigation > ul > li > nav > ul > li > a:hover,
.pms-account-navigation > ul > li > nav > ul > li > a:hover {
  background: #462456;
}
.navigation > ul > li > a,
.pms-account-navigation > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  padding: 1rem 0;
  margin: 0 1rem 0 1rem;
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 2.3rem;
  font-weight: 300;
  font-family: "Roboto Condensed";
  color: #eee;
  border-color: #27da89;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  text-transform: lowercase;
}
.navigation > ul > li > a .tag,
.pms-account-navigation > ul > li > a .tag {
  position: absolute;
  left: 0;
  bottom: -11px;
  display: inline-block;
  font-size: 14px;
  color: white;
  background: #27da89;
  padding: 0.2rem 0.5rem;
}
@media screen and (max-width: 1200px) {
  .navigation > ul > li > a .tag,
  .pms-account-navigation > ul > li > a .tag {
    position: static;
  }
}
.navigation .btn-border,
.pms-account-navigation .btn-border {
  text-transform: uppercase;
}
.navigation .btn-border:hover,
.pms-account-navigation .btn-border:hover {
  text-decoration: none;
}
.navigation .btn-border a,
.pms-account-navigation .btn-border a {
  padding: 0 2rem;
  margin: 0;
  background: #351844;
  height: 4.2rem;
  line-height: 4.2rem;
  -webkit-transition: 0s;
  transition: 0s;
  text-transform: uppercase;
}
.navigation .btn-border a:hover,
.pms-account-navigation .btn-border a:hover {
  background: #27da89;
}

.header__nav .navigation > ul > li > a:not(.navigation__link),
.header__nav .navigation > ul > li > nav > ul > li > a:not(.navigation__link),
.header__nav .navigation > ul > li.has-childs > a {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 4.2rem;
  color: #e2e2e2;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.header__nav .navigation > ul > li > a:not(.navigation__link):hover,
.header__nav .navigation > ul > li > nav > ul > li > a:not(.navigation__link):hover,
.header__nav .navigation > ul > li.has-childs > a:hover {
  color: #27da89;
}

.header-mobile-nav .mobile-item {
  display: block !important;
}

.buttons-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 3rem 0;
}

.header__nav .navigation > ul > li > nav > ul > li > a:not(.navigation__link) {
  font-size: 1.6rem;
}

.header__nav--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.26rem;
}
.header__nav--right a {
  color: #e1e1e1;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Poppins";
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header__nav--right a:hover {
  color: #27da89;
}
.header__nav--right .navigation__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  padding: 0 2rem;
  background: #27da89;
}
.header__nav--right .navigation__link.log-in {
  margin-right: 14rem;
}
.header__nav--right .navigation__link.log-in:hover {
  background: transparent;
}
.header__nav--right .navigation__link.log-in:hover span {
  color: #2dfa9e;
}
.header__nav--right .navigation__link.active {
  background: transparent;
}
.header__nav--right .navigation__link.active span {
  color: #2dfa9e;
}
.header__nav--right .navigation__link:hover {
  background: #2dfa9e;
}
.header__nav--right .navigation__link span {
  color: #072929;
  font-family: "Poppins";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem; /* 100% */
  letter-spacing: -0.022rem;
}

.header__pc-menu-wrap {
  position: static;
}
@media (max-width: 1199px) {
  .header__pc-menu-wrap {
    display: none;
  }
}
.header__pc-menu-wrap.active .header__pc-menu-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.header__pc-menu-wrap.active svg g line {
  stroke: #27da89;
}
.header__pc-menu-wrap:hover svg g line {
  stroke: #27da89;
}

.header__pc-menu-toggle {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  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;
  width: 3.2rem;
  height: 3.2rem;
}
.header__pc-menu-toggle img {
  width: 3.2rem;
  height: auto;
}

.header__pc-menu-dropdown {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  position: absolute;
  top: 100%;
  right: 0;
  background: #003f3a;
  min-width: 25rem;
  padding: 2rem 0;
  z-index: 1000;
  background: #252525;
}
.header__pc-menu-dropdown::before {
  content: "";
  position: absolute;
  top: -6.5rem;
  left: 0;
  width: 100%;
  background: transparent;
}
.header__pc-menu-dropdown .navigation > ul {
  padding: 0 2rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1rem;
}
.header__pc-menu-dropdown .navigation > ul li {
  margin: 0;
  padding: 0;
}
.header__pc-menu-dropdown .navigation > ul li a {
  display: block;
  padding: 1.5rem 2.5rem;
  font-family: "Poppins";
  font-size: 2rem !important;
  font-weight: 400 !important;
  color: #e1e1e1;
  white-space: nowrap;
  text-decoration: none;
}
.header__pc-menu-dropdown .navigation > ul li a:hover {
  color: #27da89;
}

.twitter {
  position: relative;
  max-width: 4rem;
}
.twitter:hover img.x-gray {
  opacity: 0;
}
.twitter:hover img.x-green {
  opacity: 1;
}
.twitter img.x-gray {
  opacity: 1;
}
.twitter img.x-green {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.header__login-wrap {
  position: relative;
  cursor: pointer;
}
.header__login-wrap.active .header-login-modal {
  opacity: 1;
  pointer-events: all;
}
.header__login-wrap .header-login-modal {
  position: absolute;
  padding: 2rem;
  background: #27da89;
  right: 0;
  min-width: 29rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.header__login-wrap .header-login-modal form p {
  position: relative;
  margin: 0;
}
.header__login-wrap .header-login-modal form p.login-username {
  margin-bottom: 2rem;
}
.header__login-wrap .header-login-modal form label {
  white-space: nowrap;
  color: #072929;
  margin: 0;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.header__login-wrap .header-login-modal form label.focused {
  top: -0.5rem;
  font-size: 13px;
}
.header__login-wrap .header-login-modal form .input {
  background: transparent;
  color: #072929;
  border: none;
  border-bottom: 1px solid #003f3a;
  height: 3.8rem;
  line-height: 3.8rem;
  font-size: 1.6rem;
}
.header__login-wrap .header-login-modal form .input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset; /* přebarví pozadí */
  -webkit-text-fill-color: #072929; /* barva textu */
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s; /* hack pro potlačení bliknutí */
}
.header__login-wrap .header-login-modal form .input::-moz-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset; /* přebarví pozadí */
  -webkit-text-fill-color: #072929; /* barva textu */
  -moz-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s; /* hack pro potlačení bliknutí */
}
.header__login-wrap .header-login-modal form p.login-submit {
  margin-top: 2rem;
}
.header__login-wrap .header-login-modal form p.login-submit input[type=submit] {
  height: 4rem;
  font-size: 1.8rem;
  -webkit-transition: none;
  transition: none;
  border: none;
  background: #003f3a;
  color: #27da89;
}
.header__login-wrap .header-login-modal form p.login-submit input[type=submit]:hover {
  background: #27da89;
  color: #003f3a;
}
.header__login-wrap .header-login-modal p.forgot-pass {
  margin: 1rem 0 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.header__login-wrap .header-login-modal p.forgot-pass a {
  color: #003f3a;
  font-size: 14px;
  line-height: 1;
}
.header__login-wrap .header-login-modal p.forgot-pass a:hover {
  text-decoration: underline;
}

.login-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-family: "Poppins";
  font-weight: 400;
  color: #072929;
  line-height: 1;
  background: #27da89;
  height: 4rem;
  line-height: 4rem;
  padding: 0 2rem;
  margin: 0;
}

.account-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-family: "Poppins";
  font-weight: 400;
  color: #072929;
  line-height: 1;
  background: #27da89;
  height: 4rem;
  line-height: 4rem;
  padding: 0 2rem;
  margin: 2rem 0 3rem 0;
}
.account-btn:hover {
  background: #003f3a;
}

main {
  min-height: var(--mainMinHeight);
}

/* #region RONOHOCKEY 2025 NEW DESIGN ============================================================= */
.hero {
  background: #003f3a;
  padding: clamp(4rem, 4vi, 5rem) 0 clamp(4rem, 6vi, 8rem) 0;
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(3rem, 5vi, 6rem);
}
@media screen and (max-width: 850px) {
  .hero__content {
    -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;
  }
  .hero__content .col-left {
    text-align: center;
  }
  .hero__content .col-right {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    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;
    margin: 0 !important;
    display: none;
  }
}
.hero__content .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 51.7rem;
  gap: clamp(3.7rem, 5vi, 7.4rem);
}
.hero__content .col-left__title {
  color: #e2e2e2;
  font-family: "Poppins";
  font-size: clamp(3rem, 5vi, 7rem);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(4.3rem, 7.1vi, 10rem);
  letter-spacing: 0.14rem;
  margin: 0;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.hero__content .col-left__desc {
  color: #eee;
  font-family: "Poppins";
  font-size: clamp(2rem, 3vi, 4rem);
  font-style: normal;
  font-weight: 300;
  line-height: clamp(3rem, 4.5vi, 6rem);
  letter-spacing: -0.0312rem;
  margin: 0;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.hero__content .col-left__desc span {
  color: #27d989;
  font-weight: 500;
}
.hero__content .col-left__desc span:nth-child(2) {
  color: #a870eb;
}
.hero__content .col-left__button-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__content .col-left__button-social .col-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  height: 4rem;
  background: #27da89;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #072929;
  font-family: "Poppins";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem; /* 100% */
  letter-spacing: -0.022rem;
}
.hero__content .col-left__button-social .col-btn:hover {
  background: transparent;
  color: #2dfa9e;
}
.hero__content .col-left__button-social .social-icon {
  width: 6.6rem;
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .hero__content .col-left__button-social .social-icon {
    width: 6rem;
  }
}
.hero__content .col-left__button-social .social-icon:hover img.x-gray {
  opacity: 0;
}
.hero__content .col-left__button-social .social-icon:hover img.x-green {
  opacity: 1;
}
.hero__content .col-left__button-social .social-icon img.x-gray {
  opacity: 1;
}
.hero__content .col-left__button-social .social-icon img.x-green {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.hero__content .col-right {
  width: 100%;
  max-width: 45rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2.25rem;
  position: relative;
  font-size: 0;
  padding: 1rem;
}
.hero__content .col-right.mobile {
  display: none;
}
@media screen and (max-width: 850px) {
  .hero__content .col-right.mobile {
    display: block;
  }
}
.hero__content .col-right:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background: #27da89;
}
.hero__content .col-right:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  top: 50%;
  background: #b26df2;
}
.hero__content .col-right img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.data {
  padding: clamp(4.5rem, 7vi, 9rem) 0;
  background: #27da89;
}
.data__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.95rem, 3vi, 3.9rem);
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 850px) {
  .data__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .data__content {
    gap: 5rem;
  }
}
.data__content-card {
  position: relative;
  width: calc(33.3333333333% - 2.6rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4.8rem 2.2rem;
  border: 11px solid #003f3a;
}
@media screen and (max-width: 850px) {
  .data__content-card {
    width: calc(50% - 1.95rem);
  }
}
@media screen and (max-width: 600px) {
  .data__content-card {
    width: calc(100% - 0rem);
    padding: 3rem 1.6rem;
  }
}
.data__content-card .card__title {
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #27da89;
  width: 100%;
  max-width: 18rem;
  height: 3rem;
  margin: 0;
  color: #003f39;
  text-align: center;
  font-family: "Poppins";
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.075rem;
  line-height: 0.8;
  height: 3.9rem;
}
@media screen and (max-width: 600px) {
  .data__content-card .card__title {
    font-size: 3rem;
    height: 3rem;
  }
}
.data__content-card .card__desc {
  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;
}
.data__content-card .card__desc p {
  color: #003f39;
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.047rem;
  margin: 0;
}
@media screen and (max-width: 1040px) {
  .data__content-card .card__desc p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .data__content-card .card__desc p {
    font-size: 1.8rem;
  }
}
.data__content-card .card__desc p strong {
  font-weight: 600;
  color: #003f39;
  white-space: nowrap;
  display: block;
}

.ultimate-access {
  padding: clamp(3.3rem, 4vi, 5rem) 0;
  background: #2c2833;
}
.ultimate-access__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(4.35rem, 5vw, 8.7rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .ultimate-access__content.logged {
    gap: 3.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ultimate-access__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: clamp(4.1rem, 7vw, 14.2rem);
  padding: clamp(2rem, 4vw, 5rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .ultimate-access__content-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .ultimate-access__content-row {
    -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;
  }
}
.ultimate-access__content-row .row__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.1rem;
          flex: 0 0 30.1rem;
  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;
}
@media screen and (max-width: 600px) {
  .ultimate-access__content-row .row__desc {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.ultimate-access__content-row .row__desc-text {
  color: #e2e2e2;
  font-family: "Poppins";
  font-size: clamp(3rem, 5vw, 7rem);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(4rem, 8vw, 8rem);
  letter-spacing: -0.1094rem;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .ultimate-access__content-row .row__desc-text {
    max-width: 100%;
  }
}
.ultimate-access__content-row .row__desc-text span {
  color: #a870eb;
}
.ultimate-access__content-row .row__desc:nth-child(3) .row__desc-text {
  max-width: 18.1rem;
}
.ultimate-access__content .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: clamp(27.5rem, 29vw, 31.5rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .ultimate-access__content .col-left {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ultimate-access__content .col-left__title {
  color: #a76feb;
  font-family: "Poppins";
  font-size: 6.5rem;
  line-height: 1.217;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .ultimate-access__content .col-left__title {
    font-size: 2.9rem;
  }
}
.ultimate-access__content .col-right {
  width: 100%;
  max-width: 79rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .ultimate-access__content .col-right {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .ultimate-access__content .col-right {
    -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;
  }
}
.ultimate-access__content .col-right__card {
  width: 100%;
  max-width: 38.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: clamp(2.3rem, 2.4vw, 3.4rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #252525;
}
.ultimate-access__content .col-right__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  padding-bottom: 0;
}
.ultimate-access__content .col-right__card-header .title,
.ultimate-access__content .col-right__card-header .desc {
  color: #a76feb;
  text-align: center;
  font-family: "Poppins";
  font-size: clamp(2.5rem, 2.8vw, 3.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.ultimate-access__content .col-right__card-header .desc {
  color: #2fe693;
}
@media screen and (max-width: 600px) {
  .ultimate-access__content .col-right__card-header .desc.empty {
    display: none;
  }
}
.ultimate-access__content .col-right__card-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .ultimate-access__content .col-right__card-desc {
    padding-bottom: 1.6rem;
  }
}
.ultimate-access__content .col-right__card-desc .big-text {
  color: #e1e1e1;
  text-align: center;
  font-family: "Poppins";
  font-size: 8rem;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
  margin: 0;
}
.ultimate-access__content .col-right__card-desc .text {
  color: #e1e1e1;
  font-family: "Poppins";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.78rem;
  margin: 0;
}
.ultimate-access__content .col-right__card-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  height: 4rem;
  background: #a870eb;
  color: #2c2733;
  text-align: center;
  font-family: "Poppins";
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ultimate-access__content .col-right__card-button:hover {
  background: #2a1a35;
  color: #e1e1e1;
}

.new-feature {
  padding: clamp(4rem, 6vw, 8rem) 0;
  background: #003f3a;
}
.new-feature .container {
  padding-right: 123px;
}
@media screen and (max-width: 1200px) {
  .new-feature .container {
    padding-right: 1.4rem;
  }
}
.new-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .new-feature__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.new-feature__content .col-left {
  width: 100%;
  max-width: 67.9rem;
}
.new-feature__content .col-left .col-left__desc p {
  color: #27da89;
  font-family: "Poppins";
  font-size: clamp(1.8rem, 3vi, 2.6rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: -0.0178rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .new-feature__content .col-left .col-left__desc p {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .new-feature__content .col-left .col-left__desc p {
    text-align: start;
  }
  .new-feature__content .col-left .col-left__desc p br {
    display: none;
  }
}
.new-feature__content .col-right {
  width: 100%;
  max-width: 25.9rem;
  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;
}
@media screen and (max-width: 768px) {
  .new-feature__content .col-right {
    max-width: 100%;
  }
}
.new-feature__content .col-right__text {
  color: #27da89;
  text-align: right;
  font-family: "Poppins";
  font-size: 6.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.217;
  letter-spacing: -0.1914rem;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .new-feature__content .col-right__text {
    font-size: 4.5rem;
  }
}

@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
  }
  to {
    text-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
  }
}
@keyframes glow {
  from {
    text-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
  }
  to {
    text-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
  }
}
.middle-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #252525;
}
@media screen and (max-width: 1200px) {
  .middle-section .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.sidebar {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30rem;
          flex: 1 0 30rem;
  max-width: 30rem;
  background-color: #333333;
  padding: 5.71rem 2rem 2.3rem 5.76rem;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 1200px) {
  .sidebar {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    padding: 3rem;
  }
}

.page-template-account .sidebar,
.page-template-register .sidebar {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30rem;
          flex: 1 0 30rem;
  max-width: 30rem;
  background-color: #333333;
  padding: 5.71rem 2rem 2.3rem 5.76rem;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 1200px) {
  .page-template-account .sidebar,
  .page-template-register .sidebar {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    padding: 3rem;
    border-right: 0;
    padding: 2rem 1.5rem;
  }
}

.nav-menu {
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .nav-menu.nav-menu-profile > li.menu-item {
    text-align: center;
    display: block;
    text-align: center;
    width: auto;
  }
  .nav-menu.nav-menu-profile > li.menu-item:nth-of-type(1) {
    text-align: left;
  }
  .nav-menu.nav-menu-profile > li.menu-item:nth-of-type(1) a {
    text-align: left;
  }
  .nav-menu.nav-menu-profile > li.menu-item:nth-of-type(3) {
    text-align: right;
  }
  .nav-menu.nav-menu-profile > li.menu-item:nth-of-type(3) a {
    text-align: right;
  }
  .nav-menu.nav-menu-profile > li.menu-item > a {
    text-align: center;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .nav-menu.nav-menu-profile > li.menu-item:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
  }
}
.nav-menu > li.menu-item {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1140px) {
  .nav-menu > li.menu-item {
    width: 33%;
  }
}
.nav-menu > li.menu-item.active > a, .nav-menu > li.menu-item.current-menu-ancestor > a, .nav-menu > li.menu-item.current-menu-item > a {
  color: #27da89 !important;
  border-bottom: unset;
}
.nav-menu > li.menu-item.current-menu-ancestor > ul.sub-menu {
  display: block;
}
.nav-menu > li.menu-item > a {
  color: #e2e2e2;
  font-family: Poppins;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: auto;
  letter-spacing: -0.0352rem;
  padding-bottom: 1.2rem;
  text-decoration: none;
  display: block;
  cursor: pointer;
  border-bottom: 0;
  text-transform: lowercase;
}
.nav-menu > li.menu-item > a.active {
  color: #27da89;
  border-bottom: unset;
}
.nav-menu > li.menu-item > a:hover {
  opacity: 1;
  color: #27da89;
  border-bottom-color: transparent;
}
@media screen and (max-width: 1140px) {
  .nav-menu > li.menu-item > a {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .nav-menu > li.menu-item > a {
    font-size: 2rem;
  }
}
.nav-menu > li.menu-item > ul.sub-menu {
  list-style-type: none;
  margin: 0;
  display: none;
  padding-top: 0.7rem;
}
@media screen and (max-width: 1140px) {
  .nav-menu > li.menu-item > ul.sub-menu {
    width: 200%;
  }
}
.nav-menu > li.menu-item > ul.sub-menu > li {
  margin-bottom: 1.5rem;
  padding-left: 2.4rem;
}
.nav-menu > li.menu-item > ul.sub-menu > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1140px) {
  .nav-menu > li.menu-item > ul.sub-menu > li {
    padding-left: 0;
    margin-bottom: 0.3rem;
  }
}
.nav-menu > li.menu-item > ul.sub-menu > li.current-menu-item > a {
  color: #e2e2e2;
}
.nav-menu > li.menu-item > ul.sub-menu > li > a {
  color: #bfbebe;
  font-family: "Poppins";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  cursor: pointer;
  letter-spacing: -0.02rem;
}
.nav-menu > li.menu-item > ul.sub-menu > li > a:hover {
  color: #e2e2e2;
}
@media screen and (max-width: 600px) {
  .nav-menu > li.menu-item > ul.sub-menu > li > a {
    font-size: 1.5rem;
  }
}

/* Hlavní obsah - původní styly */
.main-content {
  width: 100%;
  padding: 3.5rem 2rem;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main-content .page-title {
  font-family: "Poppins";
  font-size: 5rem;
  font-weight: 200;
  color: #27da89;
  margin: 0 0 5rem 0;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .main-content .page-title {
    font-size: 3.8rem;
  }
}
.main-content.career-player .glossary-tab, .main-content.career-goalies .glossary-tab {
  font-size: 2.6rem;
  color: #b7b7b7;
  padding-top: 0;
  padding-bottom: 0;
}
.main-content.career-player .glossary-tab.active::after, .main-content.career-goalies .glossary-tab.active::after {
  display: none;
}
.main-content.career-player .section-top__controls--form, .main-content.career-goalies .section-top__controls--form {
  grid-template-columns: repeat(1, 1fr);
  max-width: 28rem;
  padding-left: 0;
}

/* Sekce Last Updates */
.updates-section {
  display: none;
  width: 100%;
}

.updates-section.active {
  display: block;
}

.updates-header {
  color: #27da89;
  font-family: "Poppins";
  font-size: 5rem;
  font-style: normal;
  font-weight: 275;
  line-height: 5rem;
  letter-spacing: -0.1172rem;
  text-transform: uppercase;
  padding-bottom: 3.28rem;
  margin: 0;
  text-align: center;
}

.updates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

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

.update-label {
  color: #e2e2e2;
  text-align: center;
  font-family: Poppins;
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 8rem;
  letter-spacing: -0.0469rem;
}
@media screen and (max-width: 600px) {
  .update-label {
    font-size: 3rem;
    line-height: 1;
  }
}

.update-date {
  color: #e2e2e2;
  font-family: Poppins;
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 8rem;
  letter-spacing: -0.0586rem;
}
@media screen and (max-width: 600px) {
  .update-date {
    font-size: 3rem;
    line-height: 1.6;
  }
}

/* Placeholder pro Player Cards sekci */
.player-cards-section {
  display: none;
  width: 100%;
}

.player-cards-section.active {
  display: block;
}

.placeholder-message {
  color: #27da89;
  font-size: 2rem;
  text-align: center;
  margin-top: 2rem;
}

/* Ikona pro rozbalení */
.expand-icon {
  display: inline-block;
  margin-left: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 2rem;
}

.nav-item.expanded .expand-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Responsive */
@media (max-width: 1024px) {
  .main-content {
    padding: 40px 20px;
  }
  .updates-grid {
    gap: 40px;
  }
  .update-date {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .middle-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidebar {
    width: 100%;
    padding: 1.5rem;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav-item {
    margin-bottom: 0;
  }
  .nav-item a {
    font-size: 2.4rem;
  }
  .nav-item ul > li > a {
    font-size: 1.6rem;
  }
  .updates-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .updates-header {
    font-size: 28px;
  }
}
.register {
  background: #252525;
}
.register .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.register__content-title h1 {
  margin: 5rem 0;
  color: #27da89;
  font-family: "Poppins";
  font-size: 5rem;
  font-style: normal;
  font-weight: 275;
  line-height: 5rem;
  /* 100% */
  letter-spacing: -0.1172rem;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .register__content-title h1 {
    margin: 2rem 0;
  }
}
.register__content-desc .account {
  font-family: "Poppins";
  font-size: 2rem;
  line-height: 5rem;
  font-style: normal;
  font-weight: 400;
  color: #bfbebe;
  text-align: center;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 768px) {
  .register__content-desc .account {
    margin: 1rem 0;
  }
}
.register__content-desc #pms_register-form {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .register__content-desc #pms_register-form {
    padding: 0;
    overflow: hidden;
  }
}
.register__content-desc #pms_register-form .pms-account-details-title {
  display: none;
}
.register__content-desc #pms_register-form input {
  background: #333333;
  border: none;
  height: 70px;
  font-size: 20px;
  color: #fff;
  border-radius: 0;
}
.register__content-desc #pms_register-form input:focus, .register__content-desc #pms_register-form input:hover {
  border: 1px solid #27da89 !important;
}
.register__content-desc #pms_register-form input::-webkit-input-placeholder {
  font-size: 2rem;
  line-height: 5rem;
}
.register__content-desc #pms_register-form input::-moz-placeholder {
  font-size: 2rem;
  line-height: 5rem;
}
.register__content-desc #pms_register-form input:-ms-input-placeholder {
  font-size: 2rem;
  line-height: 5rem;
}
.register__content-desc #pms_register-form input::-ms-input-placeholder {
  font-size: 2rem;
  line-height: 5rem;
}
.register__content-desc #pms_register-form input::placeholder {
  font-size: 2rem;
  line-height: 5rem;
}
.register__content-desc #pms_register-form label {
  max-width: 54rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #bfbebe;
}
.register__content-desc #pms_register-form label.focused {
  color: #27da89 !important;
}
.register__content-desc #pms_register-form label .privacy-policy-link {
  position: absolute;
  bottom: -28px;
  left: 49px;
  z-index: 5;
  color: #616161;
  font-size: 1.8rem !important;
  line-height: 2.8rem !important;
}
.register__content-desc #pms_register-form .pms-subscription-plan label {
  max-width: 100%;
  background: #333333;
  margin: 0;
  padding: 0;
  min-height: 6rem;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.register__content-desc #pms_register-form .pms-subscription-plan label:focus {
  border-color: #27da89;
}
.register__content-desc #pms_register-form .pms-subscription-plan label input {
  width: 2.6rem !important;
  height: 2.6rem !important;
  background: #252525;
  border: 2px solid #27da89;
  border-radius: 9999px;
  -webkit-box-shadow: inset 0 0 0 3px #252525;
          box-shadow: inset 0 0 0 3px #252525;
}
.register__content-desc #pms_register-form .pms-subscription-plan label input:hover {
  border: 2px solid #27da89 !important;
}
.register__content-desc #pms_register-form .pms-subscription-plan label.selected input {
  background: #27da89;
  border: 2px solid #27da89;
  -webkit-box-shadow: inset 0 0 0 3px #252525;
          box-shadow: inset 0 0 0 3px #252525;
}
.register__content-desc #pms_register-form .pms-subscription-plan label .pms-subscription-plan-name {
  left: 65px;
  font-size: 2rem;
  line-height: 5rem;
  font-family: "Poppins";
  top: 4px;
  color: #27da89;
  max-width: 100%;
  text-transform: initial;
}
@media screen and (max-width: 550px) {
  .register__content-desc #pms_register-form .pms-subscription-plan label .pms-subscription-plan-name {
    font-size: 1.6rem;
  }
}
.register__content-desc #pms_register-form .pms-subscription-plan label .pms-subscription-plan-price {
  top: 5px;
  font-size: 2.6rem !important;
  line-height: 5rem !important;
  font-family: "Poppins";
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .register__content-desc #pms_register-form .pms-subscription-plan label .pms-subscription-plan-price {
    font-size: 2rem !important;
  }
}
.register__content-desc #pms_register-form .pms-subscription-plan .pms-subscription-plan-description {
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  margin: 1.5rem 0 3rem 0;
  text-transform: initial;
}
.register__content-desc #pms_register-form .pms-subscription-plan-auto-renew label {
  font-size: 2rem;
  line-height: 5rem;
  font-family: "Poppins";
  color: #fff;
  text-transform: initial;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .register__content-desc #pms_register-form .pms-subscription-plan-auto-renew label {
    line-height: normal;
  }
}
.register__content-desc #pms_register-form .pms-subscription-plan-auto-renew label input {
  width: 100% !important;
  max-width: 4rem;
  height: 4rem !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 4rem;
          flex: 1 0 4rem;
}
.register__content-desc #pms_register-form .pms-subscriptions-list-title {
  margin: 2rem 0 0;
  color: #bfbebe;
  font-size: 2rem;
  line-height: 5rem;
}
.register__content-desc #pms_register-form #pms-stripe-connect {
  width: 100% !important;
}
.register__content-desc #pms_register-form #pms-stripe-connect #pms-stripe-payment-elements {
  max-width: 100% !important;
  padding: 1.2rem 2rem;
}
.register__content-desc #pms_register-form #pms-stripe-connect #pms-stripe-payment-elements .Input {
  background: #222222 !important;
}
.register__content-desc #pms_register-form #pms-stripe-connect #Field-numberInput {
  background: #222222 !important;
}
.register__content-desc #pms_register-form .pms-field-type-heading h4 {
  font-size: 2rem;
  line-height: 5rem;
  font-family: "Poppins";
  color: #bfbebe;
}
@media screen and (max-width: 500px) {
  .register__content-desc #pms_register-form .pms-field-type-heading h4 {
    line-height: normal;
  }
}
.register__content-desc #pms_register-form #pms_user_consent {
  width: 100% !important;
  max-width: 4rem;
  height: 4rem !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 4rem;
          flex: 1 0 4rem;
}
.register__content-desc #pms_register-form .pms-form-submit {
  display: block;
  padding: 0 1.9rem;
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 2.5rem;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-family: "Poppins";
  color: #003f3a !important;
  background-color: #27da89;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  text-transform: lowercase;
  margin-left: auto !important;
  margin-right: auto;
  border-radius: 0 !important;
  border: none !important;
}
.register__content-desc #pms_register-form .pms-form-submit:hover {
  background: #003f3a !important;
  color: #27da89 !important;
  -webkit-transition: 0s;
  transition: 0s;
  text-decoration: none;
  cursor: pointer;
  border: none !important;
}

.page-id-61 .section-login {
  background: #252525;
}
.page-id-61 .section-login .section-top__content {
  max-width: 100%;
  padding: 0;
}
.page-id-61 .section-login .section-top__content h1 {
  width: 100%;
  color: #27da89;
  font-family: "Poppins";
  font-size: 5rem;
  font-style: normal;
  font-weight: 275;
  line-height: 5rem;
  /* 100% */
  letter-spacing: -0.1172rem;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
}
.page-id-61 .section-login .section-top__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 480px) {
  .page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login {
    overflow: hidden;
  }
}
.page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-password input,
.page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-username input {
  background: #333333 !important;
  border: none !important;
  color: #fff;
  border-radius: 0 !important;
  font-size: 2rem;
  line-height: 5rem;
  font-family: "Poppins";
}
.page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-remember input[type=checkbox] {
  width: 4.5rem !important;
  height: 4.5rem !important;
  border: none !important;
  background: #333333 !important;
}
.page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-remember label {
  font-size: 2rem;
  line-height: 5rem;
  font-family: "Poppins";
  color: #fff;
}
.page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-submit {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media screen and (max-width: 500px) {
  .page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-submit {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-submit .button {
  border-radius: 0 !important;
}
@media screen and (max-width: 500px) {
  .page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-submit .button {
    margin: 0 auto;
  }
}
.page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-extra {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-family: "Poppins";
  line-height: 5rem;
}
@media screen and (max-width: 500px) {
  .page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-extra {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-extra a {
  color: #646464;
}
.page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-extra a:hover {
  color: #27da89;
  text-decoration: none;
}
.page-id-61 .section-login .section-top__inner .pms-form-design-wrapper#pms_login p.login-extra a.register {
  padding-right: 1rem;
  border-right: 1px solid #646464;
  margin-right: 0.6rem !important;
}
.page-id-61 .section-login .section-top__inner .button,
.page-id-61 .section-login .section-top__inner input[type=submit] {
  margin: 0 0 auto;
  background: #27da89;
  color: #003f3a !important;
  font-size: 2rem;
  line-height: 5rem;
  font-family: "Poppins";
  font-weight: 600;
  max-width: 145px;
  text-transform: lowercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-61 .section-login .section-top__inner .button:hover,
.page-id-61 .section-login .section-top__inner input[type=submit]:hover {
  color: #27da89 !important;
  background: #003f3a;
}

.page-id-66 .lost-pass .section-top__content {
  max-width: 100%;
  padding: 0;
}
.page-id-66 .lost-pass .section-top__content h1 {
  width: 100%;
  color: #27da89;
  font-family: "Poppins";
  font-size: 5rem;
  font-style: normal;
  font-weight: 275;
  line-height: 5rem;
  /* 100% */
  letter-spacing: -0.1172rem;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
}
.page-id-66 .lost-pass .section-top__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-66 .lost-pass .section-top__inner #pms_recover_password_form {
  max-width: 600px;
}
@media screen and (max-width: 480px) {
  .page-id-66 .lost-pass .section-top__inner #pms_recover_password_form {
    overflow: hidden;
  }
}
.page-id-66 .lost-pass .section-top__inner #pms_recover_password_form p {
  font-size: 1.8rem;
  line-height: 4rem;
  font-family: "Poppins";
  color: #bfbebe;
}
.page-id-66 .lost-pass .section-top__inner #pms_recover_password_form .pms-field .focused {
  color: #27d989 !important;
}
.page-id-66 .lost-pass .section-top__inner #pms_recover_password_form #pms_username_email {
  background: #333333 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.page-id-66 .lost-pass .section-top__inner .pms-form > input[type=submit] {
  margin: 0 auto !important;
  border-radius: 0 !important;
  background: #27da89 !important;
  text-transform: lowercase;
  text-align: center;
  font-size: 2rem;
  line-height: 5rem;
  font-weight: 600;
  font-family: "Poppins";
  color: #003f3a !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-66 .lost-pass .section-top__inner .pms-form > input[type=submit]:hover {
  color: #27da89 !important;
  background-color: #003f3a !important;
}

.main-account .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
  position: relative;
}
.main-account .heading.abandon, .main-account .heading.change, .main-account .heading.cancel {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 990px) {
  .main-account .heading {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .main-account .heading {
    margin-bottom: 3rem;
  }
}
.main-account .heading h1 {
  margin: 0;
}
.main-account .heading .logout-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  padding: 0 2rem;
  background: #27da89;
  color: #072929;
  font-family: "Poppins";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: -0.022rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  .main-account .heading .logout-btn {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.main-account .heading .logout-btn:hover {
  background: #003f3a;
  color: #27da89;
}

.account-content .pms-account-navigation {
  display: none;
}
.account-content p {
  font-size: 2rem;
  line-height: 5rem;
  color: #bfbebe;
  margin: 0;
  font-family: "Poppins";
}
.account-content p a {
  color: #27d989 !important;
  font-size: 2rem;
}
.account-content .pms-subscription-plan label {
  max-width: 100%;
  background: #333333;
  margin: 0;
  padding: 0;
  min-height: 6rem;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-content .pms-subscription-plan label:focus {
  border-color: #27da89;
}
.account-content .pms-subscription-plan label input[type=radio] {
  width: 2.6rem !important;
  height: 2.6rem !important;
  background: #252525;
  border: 2px solid #27da89;
  border-radius: 9999px;
  -webkit-box-shadow: inset 0 0 0 3px #252525;
          box-shadow: inset 0 0 0 3px #252525;
}
.account-content .pms-subscription-plan label input[type=radio]:hover {
  border: 2px solid #27da89 !important;
}
.account-content .pms-subscription-plan label.selected input[type=radio] {
  background: #27da89 !important;
  border: 2px solid #27da89 !important;
  -webkit-box-shadow: inset 0 0 0 3px #252525;
          box-shadow: inset 0 0 0 3px #252525;
}
.account-content .pms-subscription-plan label .pms-subscription-plan-name {
  left: 65px;
  font-size: 2rem;
  line-height: 5rem;
  font-family: "Poppins";
  top: 4px;
  color: #27da89 !important;
  max-width: 100%;
  text-transform: initial;
}
@media screen and (max-width: 550px) {
  .account-content .pms-subscription-plan label .pms-subscription-plan-name {
    font-size: 1.6rem;
  }
}
.account-content .pms-subscription-plan label .pms-subscription-plan-price {
  top: 5px;
  font-size: 2.6rem !important;
  line-height: 5rem !important;
  font-family: "Poppins";
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .account-content .pms-subscription-plan label .pms-subscription-plan-price {
    font-size: 2rem !important;
  }
}
.account-content .pms-subscription-plan .pms-subscription-plan-description {
  font-size: 1.8rem;
  line-height: 3rem;
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  margin: 1.5rem 0 3rem 0;
}
.account-content .pms-subscription-plan-auto-renew label {
  font-size: 2rem;
  line-height: 5rem;
  font-family: "Poppins";
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .account-content .pms-subscription-plan-auto-renew label {
    line-height: normal;
  }
}
.account-content .pms-subscription-plan-auto-renew label input[type=checkbox] {
  border: none;
  width: 100% !important;
  max-width: 4rem;
  height: 4rem !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 4rem;
          flex: 1 0 4rem;
  background: #333333 !important;
}
.account-content .pms-subscription-plan-auto-renew label input[type=checkbox]:focus {
  border-color: unset !important;
  outline: none;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.account-content .pms-field-type-heading h4 {
  text-align: start;
}
.account-content .pms-form-design-wrapper {
  text-align: center;
}
.account-content .pms-form-design-wrapper input[type=submit] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: 4rem !important;
  padding: 0 2rem !important;
  font-family: "Poppins" !important;
  font-size: 2.2rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 2.2rem !important;
  letter-spacing: -0.0223rem !important;
  border-radius: 0 !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.account-content .pms-form-design-wrapper input[type=submit]:hover {
  border: unset !important;
}
.account-content .pms-subscriptions-list-title {
  margin: 2rem 0 0;
  color: #bfbebe;
  font-size: 2rem;
  line-height: 5rem;
}
.account-content #pms-stripe-connect {
  width: 100% !important;
}
.account-content #pms-stripe-connect #pms-stripe-payment-elements {
  max-width: 100% !important;
  padding: 1.2rem 2rem;
}
.account-content #pms-stripe-connect #pms-stripe-payment-elements .Input {
  background: #222222 !important;
}
.account-content #pms-stripe-connect #Field-numberInput {
  background: #222222 !important;
}
.account-content .pms-field-type-heading h4 {
  font-size: 2rem;
  line-height: 5rem;
  font-family: "Poppins";
  color: #bfbebe;
}
@media screen and (max-width: 500px) {
  .account-content .pms-field-type-heading h4 {
    line-height: normal;
  }
}
.account-content #pms_user_consent {
  width: 100% !important;
  max-width: 4rem;
  height: 4rem !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 4rem;
          flex: 1 0 4rem;
}

.become-subscribe {
  max-width: 60rem;
  padding: 3.5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .become-subscribe {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .become-subscribe {
    padding: 3.5rem 2rem;
  }
}
.become-subscribe .page-title {
  margin: 0 0 2rem 0;
}

#pms_edit-profile-form {
  max-width: 60rem;
  margin: 0 auto;
}
#pms_edit-profile-form label.focused {
  color: #27d989 !important;
}
#pms_edit-profile-form input[type=text],
#pms_edit-profile-form input[type=password] {
  background: #333333;
  height: 7rem;
  color: #e2e2e2;
  font-size: 2rem;
  line-height: 5rem;
  font-family: "Poppins";
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#pms_edit-profile-form input[type=text]:focus, #pms_edit-profile-form input[type=text]:hover,
#pms_edit-profile-form input[type=password]:focus,
#pms_edit-profile-form input[type=password]:hover {
  border: 1px solid #27d989 !important;
}
#pms_edit-profile-form input[type=text]::-webkit-input-placeholder, #pms_edit-profile-form input[type=password]::-webkit-input-placeholder {
  color: #646464;
  font-size: 1.4rem;
  line-height: 5rem;
  font-family: "Poppins";
}
#pms_edit-profile-form input[type=text]::-moz-placeholder, #pms_edit-profile-form input[type=password]::-moz-placeholder {
  color: #646464;
  font-size: 1.4rem;
  line-height: 5rem;
  font-family: "Poppins";
}
#pms_edit-profile-form input[type=text]:-ms-input-placeholder, #pms_edit-profile-form input[type=password]:-ms-input-placeholder {
  color: #646464;
  font-size: 1.4rem;
  line-height: 5rem;
  font-family: "Poppins";
}
#pms_edit-profile-form input[type=text]::-ms-input-placeholder, #pms_edit-profile-form input[type=password]::-ms-input-placeholder {
  color: #646464;
  font-size: 1.4rem;
  line-height: 5rem;
  font-family: "Poppins";
}
#pms_edit-profile-form input[type=text]::placeholder,
#pms_edit-profile-form input[type=password]::placeholder {
  color: #646464;
  font-size: 1.4rem;
  line-height: 5rem;
  font-family: "Poppins";
}

.pms-no-payments {
  text-align: start;
}

.pms-form-design-wrapper table.pms-account-subscription-details-table tr {
  margin-bottom: 2rem;
}

.pms-form-design-wrapper table.pms-account-subscription-details-table tr td:last-of-type {
  background: #333333;
  max-width: 100%;
  width: 100%;
  min-height: 5rem;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  font-size: 2rem !important;
  line-height: 5rem !important;
  font-family: "Poppins" !important;
  padding: 0 1.6rem;
  font-weight: 400 !important;
}

.pms-form-design-wrapper table.pms-account-subscription-details-table tr td:first-of-type {
  color: #bfbebe;
  font-size: 2rem !important;
  line-height: 5rem !important;
  font-family: "Poppins" !important;
  padding: 0 3rem 0 0;
  min-width: 21rem;
}

.pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__status td.status-active {
  border: none !important;
  border-radius: unset !important;
  height: 5rem;
  background: #003f3a;
  color: #27da89;
  font-size: 2rem !important;
  line-height: 5rem !important;
  font-family: "Poppins" !important;
  padding: 0 1.6rem;
  font-weight: 400 !important;
}

.pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__status td.status-expired {
  border-radius: unset !important;
  height: 5rem;
  padding: 0 1.6rem !important;
}

#pms-abandon-subscription-form,
#pms-cancel-subscription-form {
  max-width: 65rem;
  margin: 0 auto;
}
#pms-abandon-subscription-form p,
#pms-cancel-subscription-form p {
  text-align: start;
  margin-bottom: 3rem;
}
#pms-abandon-subscription-form p strong,
#pms-cancel-subscription-form p strong {
  color: #e2e2e2;
}
#pms-abandon-subscription-form input[name=pms_redirect_back],
#pms-cancel-subscription-form input[name=pms_redirect_back] {
  background: #003f3a !important;
  height: 6rem !important;
  color: #27da89 !important;
  font-weight: 600 !important;
  margin-right: 0;
}
@media screen and (max-width: 360px) {
  #pms-abandon-subscription-form input[name=pms_redirect_back],
  #pms-cancel-subscription-form input[name=pms_redirect_back] {
    margin-top: 2rem;
  }
}
#pms-abandon-subscription-form input[name=pms_redirect_back]:hover,
#pms-cancel-subscription-form input[name=pms_redirect_back]:hover {
  color: #003f3a !important;
  background: #27da89 !important;
}
#pms-abandon-subscription-form input[name=pms_confirm_abandon_subscription],
#pms-abandon-subscription-form input[name=pms_confirm_cancel_subscription],
#pms-cancel-subscription-form input[name=pms_confirm_abandon_subscription],
#pms-cancel-subscription-form input[name=pms_confirm_cancel_subscription] {
  height: 6rem !important;
  font-weight: 600 !important;
}
#pms-abandon-subscription-form input[name=pms_confirm_cancel_subscription],
#pms-cancel-subscription-form input[name=pms_confirm_cancel_subscription] {
  width: auto;
  background: #27da89;
  color: #003f3a !important;
  text-transform: lowercase;
}
@media screen and (max-width: 360px) {
  #pms-abandon-subscription-form input[name=pms_confirm_cancel_subscription],
  #pms-cancel-subscription-form input[name=pms_confirm_cancel_subscription] {
    margin-right: auto;
  }
}
#pms-abandon-subscription-form input[name=pms_confirm_cancel_subscription]:hover,
#pms-cancel-subscription-form input[name=pms_confirm_cancel_subscription]:hover {
  background: #003f3a;
  color: #27da89 !important;
}

#pms-change-subscription-form {
  max-width: 60rem;
  margin: 0 auto;
}
#pms-change-subscription-form input[name=pms_change_subscription] {
  height: 6rem !important;
  font-weight: 600 !important;
}
#pms-change-subscription-form input[name=pms_redirect_back] {
  background: #003f3a !important;
  height: 6rem !important;
  color: #27da89 !important;
  font-weight: 600 !important;
}

.pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  min-height: 4rem !important;
  padding: 0 2rem !important;
  background: #27da89 !important;
  color: #072929 !important;
  font-family: "Poppins" !important;
  font-size: 2.2rem !important;
  font-style: normal !important;
  line-height: 2.2rem !important;
  letter-spacing: -0.0223rem !important;
  border-radius: 0 !important;
  border-color: #27da89 !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type a.pms-account-subscription-action-link:hover,
.pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type a.pms-account-subscription-action-link:focus {
  background: #003f3a !important;
  border: none !important;
  color: #27d989 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.pms-form-style-1 {
  max-width: 60rem;
  margin: 0 auto;
}

.pms-form-style-1:has(#pms-payment-history) {
  max-width: 100%;
}

/* #endregion */
.section-intro-bg {
  background: #2d1937;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro {
  width: 100%;
  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;
}

.logged-in .section-intro__content-r {
  padding: 8rem 0;
}

.section-intro {
  padding-top: 5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .section-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-intro__content {
  position: relative;
  z-index: 2;
  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;
  padding-top: 6rem;
  padding-bottom: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-intro__content {
    padding-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: left;
  }
}
@media only screen and (min-width: 991px) {
  .section-intro__content {
    padding-top: 0;
  }
}
.section-intro__content-r {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .section-intro__content-r {
    padding-top: 0;
  }
}
.section-intro__content-r a {
  -webkit-transition: 0s;
  transition: 0s;
  max-width: 50rem;
}
.section-intro__content-r a:hover {
  opacity: 0.8;
}
.section-intro__content-l {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-intro__title {
  margin: 0 0 3rem 0;
  line-height: 1.16;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 5rem;
  color: #eee;
}
@media only screen and (min-width: 991px) {
  .section-intro__title {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-intro__title {
    font-size: 7rem;
    margin: 0 0 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .section-intro__title {
    font-size: 4rem;
    margin: 0 auto 2rem auto;
  }
}
.section-intro__text {
  color: #eee;
  font-size: 1.8rem;
}
@media only screen and (min-width: 991px) {
  .section-intro__text {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-intro__text {
    font-size: 2.2rem;
  }
}
.section-intro .left-border {
  border-left: 2px solid #eee;
  padding-left: 1rem;
  max-width: 30rem;
}
@media screen and (max-width: 1200px) {
  .section-intro .left-border {
    max-width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .section-intro .left-border {
    padding-left: 0;
    border-left: 0;
    margin: 0 auto;
  }
}
.section-intro__update {
  margin-top: 2rem;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .section-intro__update {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-intro__update p {
  font-weight: 500;
  color: #8b32b6;
  line-height: 1.2;
  font-size: 2rem;
}
@media only screen and (min-width: 991px) {
  .section-intro__update p {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-intro__update p {
    font-size: 4rem;
  }
}
.section-intro__update p strong {
  font-weight: 700;
}

.subscription-items {
  display: block;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .subscription-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .subscription-items {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.subscription-item {
  position: relative;
  width: 100%;
  max-width: 51rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  background-size: cover;
  background-position: right center;
  border: 2px solid #8b32b6;
  text-align: center;
  padding: 3rem 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .subscription-item {
    max-width: 42rem;
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .subscription-item {
    margin: 0 auto;
  }
}
.subscription-item.subscription-item--monthly:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
          transform: translate(-50%, -50%) scale(1.03);
}
.subscription-item.subscription-item--monthly:hover .subscription__title {
  color: white;
}
.subscription-item.subscription-item--monthly:before {
  background-image: url("../images/monthly.jpg");
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.subscription-item.subscription-item--yearly:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
          transform: translate(-50%, -50%) scale(1.03);
}
.subscription-item.subscription-item--yearly:hover .subscription__title {
  color: white;
}
.subscription-item.subscription-item--yearly:before {
  background-image: url("../images/yearly.jpg");
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.subscription-item .subscription__title {
  line-height: 1.5;
  font-weight: 300;
  font-family: "Roboto Condensed";
  color: #8b32b6;
  font-size: 2.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .subscription-item .subscription__title {
    font-size: 2.7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .subscription-item .subscription__title {
    font-size: 3rem;
  }
}
.subscription-item .inner {
  position: relative;
  z-index: 5;
}
.subscription-item .subscription__text {
  position: relative;
  display: inline-block;
  padding-right: 8rem;
  font-size: 5rem;
  color: #eee;
  margin-top: 0.7rem;
}
@media only screen and (min-width: 991px) {
  .subscription-item .subscription__text {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .subscription-item .subscription__text {
    font-size: 7rem;
  }
}
@media screen and (max-width: 500px) {
  .subscription-item .subscription__text {
    font-size: 4rem;
  }
}
.subscription-item .subscription__text span.arrows {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6rem;
  height: 3rem;
  background-image: url("../images/arrows.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.base-section-text, .columns-70-30 .column-70 .section-top__text, .section-form__content--text, .section-top__text, .section-about__text p, .section-info__text, .section-footer__text, .section-intro__text {
  line-height: 1.5;
  font-weight: 300;
  font-family: "Roboto Condensed";
  color: #eee;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
  margin: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.section-info {
  background: #462456;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .section-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-info__content {
  position: relative;
  z-index: 2;
  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;
  max-height: 100rem;
  max-width: 80rem;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .section-info__content {
    padding-bottom: 0;
  }
}
.section-info__content-r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2rem;
}
.section-info__content-l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .section-info__content-l {
    padding-right: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-info__title {
  font-family: "Roboto Condensed";
  margin: 0 0 2rem 0;
  line-height: 1.16;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #eee;
  font-size: 5.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .section-info__title {
    font-size: 6.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-info__title {
    font-size: 7.6rem;
    margin: 0 0 2rem 0;
  }
}
.section-info__text {
  color: #eee;
  font-weight: 500;
  font-size: 2.2rem;
  max-width: 56rem;
  width: 100%;
}
@media only screen and (max-width: 1010px) {
  .section-info__text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-info__text {
    text-align: center;
    margin-top: 2rem;
  }
}
.section-info__text .inner {
  max-width: 50rem;
}
.section-info .start-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
}
.section-info .start-btn__link {
  display: block;
  padding: 1.9rem;
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Roboto Condensed";
  color: #eee;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: #27da89;
}
.section-info .start-btn__link:hover {
  background: #2a1a35;
  -webkit-transition: 0s;
  transition: 0s;
  text-decoration: none;
}

.btn {
  padding: 1.9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Roboto Condensed";
  color: #eee;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-about {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-color: #1a191b;
}
@media only screen and (min-width: 768px) {
  .section-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-about--left {
  width: 50%;
  position: relative;
  background-color: #000000;
}
@media only screen and (max-width: 768px) {
  .section-about--left {
    width: 100%;
  }
}
.section-about--left__content {
  z-index: 2;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .section-about--left__content {
    padding-top: 3rem;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
.section-about--right {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #1a191b;
}
@media (max-width: 450px) {
  .section-about--right {
    padding: 2.5rem 0;
  }
}
.section-about--right__content {
  z-index: 2;
  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;
  color: #eee;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 2;
  height: 100%;
  width: 100%;
  padding: 0 2rem;
  font-size: 5.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .section-about--right__content {
    font-size: 6.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-about--right__content {
    font-size: 7.6rem;
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 800px) {
  .section-about--right__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 450px) {
  .section-about--right__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
    text-align: center;
    line-height: 0.5;
  }
}
.section-about--right__content br {
  display: none;
}
@media (max-width: 450px) {
  .section-about--right__content br {
    display: block;
  }
}
.section-about .section-about-bg {
  background: #000000;
  position: absolute;
  width: 150vw;
  left: -50vw;
  z-index: -2;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .section-about .section-about-bg {
    left: -100vw;
    width: 100vw;
  }
}
.section-about .section-about-cards-bg {
  background: #1a191b;
  position: absolute;
  width: 150vw;
  left: -50vw;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .section-about .section-about-cards-bg {
    left: 50%;
    top: 0;
  }
}
.section-about__content {
  position: relative;
  z-index: 2;
  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;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-about__content {
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-about__title {
  margin: 0 0 2rem 0;
  line-height: 1.16;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 3.4rem;
  color: #eee;
}
@media only screen and (min-width: 991px) {
  .section-about__title {
    font-size: 4.7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-about__title {
    font-size: 5.2rem;
    margin: 0 0 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-about__title {
    text-align: center;
  }
}
.section-about__subtitle {
  margin: 0 0 2rem 0;
  line-height: 1.16;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 1.5rem;
  color: #eee;
}
@media only screen and (min-width: 991px) {
  .section-about__subtitle {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-about__subtitle {
    font-size: 1.9rem;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-about__subtitle {
    text-align: center;
  }
}
.section-about__text {
  max-width: 53rem;
}
@media only screen and (max-width: 768px) {
  .section-about__text {
    max-width: 100%;
  }
}
.section-about__text p {
  color: #eee;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
}
.section-about strong {
  font-weight: 500;
  color: #8b32b6;
  line-height: 1.5;
}

.section-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-top a {
  margin: 0 1rem 0 0 !important;
}
.section-top a:hover {
  color: #27da89;
}
.section-top strong {
  font-weight: 300;
  color: #8b32b6;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .section-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.section-top .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -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;
}
@media only screen and (min-width: 768px) {
  .section-top .top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-top__title {
  margin: 4.5rem 0 3rem 0;
  line-height: 1.16;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 4.4rem;
  color: #eee;
  text-transform: lowercase;
  font-family: "Poppins";
}
@media only screen and (min-width: 990px) {
  .section-top__title {
    font-size: 4.7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-top__title {
    font-size: 5.2rem;
    margin: 0 0 4rem 0;
  }
}
.section-top__content {
  position: relative;
  z-index: 2;
  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;
  max-height: 100rem;
  max-width: 80rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .section-top__content {
    padding-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (min-width: 990px) {
  .section-top__content {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-top__content {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1550px) {
  .section-top__content {
    padding-top: 6rem;
  }
}
.section-top__content .pms-account-navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 0;
  gap: 2rem;
}
@media screen and (max-width: 989px) {
  .section-top__content .pms-account-navigation > ul a {
    font-size: 1.6rem;
  }
}
.section-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-top__inner .section-top__left-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 1000px) {
  .section-top__inner .section-top__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section-top__inner .section-top__left-col.full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.section-top__inner .section-top__left-col a:not(.pms-account-subscription-action-link) {
  margin-right: 0 !important;
}
.section-top__inner .section-top__right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 10rem;
}
@media screen and (max-width: 1000px) {
  .section-top__inner .section-top__right-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}
.section-top__controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-top__controls .select-input select {
  background: #493246;
}
.section-top__controls--form {
  position: relative;
  padding-left: 5.8rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  max-width: 57rem;
}
@media screen and (max-width: 600px) {
  .section-top__controls--form {
    grid-template-columns: 1fr;
  }
}
.section-top__controls--form.three {
  max-width: 740px;
  grid-template-columns: 150px 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .section-top__controls--form.three {
    grid-template-columns: 1fr;
  }
}
.section-top__controls--form label {
  text-align: center;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins";
  font-size: 2.6rem;
  color: #b7b7b7;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  .section-top__controls--form label {
    display: none;
  }
}
.section-top__controls--form .form-checkbox {
  position: absolute;
  left: 0;
}
.section-top__controls--form .form-checkbox .icheckbox {
  width: 3.4rem;
  height: 3.4rem;
  background: #323231;
  border-color: #323231;
  margin-top: 4px;
}
@media screen and (max-width: 800px) {
  .section-top__controls--form .form-checkbox .icheckbox {
    margin-top: 0;
  }
}
.section-top__text {
  color: #eee;
  font-size: 2rem;
}

.section-top--default {
  padding-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .section-top--default {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .section-top--default .section-top__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .section-top--default .section-top__title {
    width: 100%;
    text-align: center;
  }
}

.select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}
.select-box__cards {
  margin-bottom: 2rem;
}
.select-box__cards--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .select-box__cards--list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.select-box__cards--list > li {
  padding: 0;
  margin: 0px 2rem;
}
.select-box__cards--list > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 1.3rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: "Roboto Condensed";
  color: #eee;
  white-space: nowrap;
}
@media only screen and (max-width: 535px) {
  .select-box__cards--list > li > a {
    font-size: 1.8rem;
  }
}
.select-box__cards--list > li > a span {
  position: relative;
}
.select-box__cards--list > li > a:hover, .select-box__cards--list > li > a.current {
  border-bottom: 2px solid #27da89;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.select-box__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-quote__text {
  font-size: 4.7rem;
  color: #8b32b6;
  line-height: 1.7;
  text-align: right;
  font-weight: 500;
}
@media only screen and (max-width: 1000px) {
  .section-quote__text {
    text-align: center;
    margin-top: 5rem;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 400px) {
  .section-quote__text {
    font-size: 3rem;
  }
}
.section-quote__author {
  margin-top: 3rem;
  font-size: 2.4rem;
  color: #8b32b6;
  text-align: right;
  font-weight: 300;
}
@media only screen and (max-width: 1000px) {
  .section-quote__author {
    text-align: center;
  }
}

.page-template-login .section-quote__text {
  max-width: 40rem;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .page-template-login .section-quote__text {
    margin-right: auto;
  }
}

.page-template-login .section--logged-out .section-quote__text {
  max-width: 48rem;
  margin-left: auto;
}

.section-privacy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.section-privacy__title {
  margin: 2rem 0 3rem 0;
  line-height: 1.16;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
  font-size: 3.7rem;
  color: #eee;
}
@media only screen and (min-width: 990px) {
  .section-privacy__title {
    font-size: 4.7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-privacy__title {
    font-size: 4.2rem;
    margin: 0 0 4rem 0;
  }
}
.section-privacy__content {
  position: relative;
  z-index: 2;
  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;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .section-privacy__content {
    padding-bottom: 0;
  }
}
.section-privacy__content ul > li {
  list-style: "-";
}

.games-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid-item_l, .grid-item_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-item--image {
  padding: 1rem;
  max-width: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.grid-item--percentage {
  font-size: 3.8rem;
  font-weight: 500;
  font-family: Teko;
  padding: 1.4rem 1rem 0.6rem 1rem;
  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-width: 11rem;
}
@media screen and (max-width: 400px) {
  .grid-item--percentage {
    font-size: 2.9rem;
    min-width: 10rem;
  }
}

.table-overflow {
  overflow-x: auto;
}

.section-top .pms-account-navigation li.pms-account-navigation-link .pms-account-navigation-link--active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.pms-account-navigation {
  margin-bottom: 2.5rem !important;
}

.pms-account-subscription-details-table td {
  text-align: left;
}

.page-template-contact .section-quote__content {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .page-template-contact .section-quote__content {
    text-align: center;
  }
}
.page-template-contact .section-quote__text {
  max-width: 37rem;
  display: inline-block;
}

.page-template-goalies main.loading .main-loader,
.page-template-players main.loading .main-loader,
.page-template-career main.loading .main-loader,
.page-template-graphs main.loading .main-loader,
.page-template-career-player main.loading .main-loader,
.page-template-career-goalies main.loading .main-loader,
.page-template-players-compare main.loading .main-loader,
.page-template-goalies-compare main.loading .main-loader,
.page-template-teams-compare main.loading .main-loader,
.page-template-graphs-graph main.loading .main-loader,
.page-template-graphs-graph-goalies main.loading .main-loader,
.page-template-graphs-graph-teams main.loading .main-loader,
.page-template-teams main.loading .main-loader {
  pointer-events: all;
  opacity: 1;
}

.main-loader {
  width: 100%;
  height: 100svh;
  z-index: 90;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 63, 58, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  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: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
}
.main-loader .loader {
  display: inline-block;
  width: 8em;
  height: 8em;
  color: #27da89;
  vertical-align: middle;
  pointer-events: none;
  border: 0.6em solid transparent;
  border-top-color: currentcolor;
  border-bottom-color: currentcolor;
  border-radius: 50%;
  position: relative;
  -webkit-animation: 2.2s loader-30 linear infinite;
          animation: 2.2s loader-30 linear infinite;
}
.main-loader .loader:before, .main-loader .loader:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 0.8em solid transparent;
  border-bottom-color: currentcolor;
}
.main-loader .loader:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: -0.5em;
  top: 0.5em;
}
.main-loader .loader:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -0.5em;
  bottom: 0.5em;
}
@-webkit-keyframes loader-30 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-30 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.main-glossary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
.main-glossary ul {
  margin: 2rem 0;
}
.main-glossary ul li {
  padding: 0;
}
.main-glossary h2, .main-glossary h3, .main-glossary h4 {
  color: #e2e2e2;
  margin: 2rem 0;
}
.main-glossary p, .main-glossary ul, .main-glossary ol {
  font-weight: 300;
  color: #b7b7b7;
}
.main-glossary img {
  margin-bottom: 2rem;
}
.main-glossary .content-section {
  margin-top: -2rem;
}

.glossary-tabs {
  list-style-type: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  gap: 4.6rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.glossary-tabs a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  padding: 1rem 0;
  margin: 0 1rem 0 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 3rem;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  color: #eee;
  border-color: #27da89;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  text-transform: lowercase;
}
.glossary-tabs a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #27da89;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.glossary-tabs a:hover:after, .glossary-tabs a.active:after {
  opacity: 1;
}

.top.top--glossary img {
  margin: 4rem auto;
}

.page-template-glossary .section-page--default ul {
  list-style-type: disc;
  margin: 3rem;
  text-align: left;
}
.page-template-glossary .section-page--default ul li {
  padding-left: 0;
}
.page-template-glossary .section-page--default ul li::marker {
  color: white;
}

@media screen and (max-width: 600px) {
  .page-template-games .glossary-tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-games .glossary-tabs a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.page-template-career .section-top__controls,
.page-template-career-player .section-top__controls {
  max-width: 27rem;
  margin: 0 auto 0 auto;
}
.page-template-career .section-top__controls--form,
.page-template-career-player .section-top__controls--form {
  grid-template-columns: 1fr;
  padding-left: 0;
}

.poll-wrap {
  padding: 2rem 3.5rem;
  background: #462456;
  border: 1px solid #8c32b6;
  width: 65%;
  text-align: left;
  font-family: "Roboto Condensed";
}
@media screen and (max-width: 1100px) {
  .poll-wrap {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .poll-wrap {
    width: 100%;
  }
}

p.poll-title {
  margin: 0 0 1rem 0;
  font-weight: 600;
  font-size: 2.1rem;
}

.poll-answer {
  margin-bottom: 1.6rem;
}
.poll-answer:last-of-type {
  margin-bottom: 1rem;
}
.poll-answer:not(.no-hover):hover {
  cursor: pointer;
}

p.answer-title {
  margin: 0;
  font-size: 1.7rem;
}

.answer-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.answer-bar .bar {
  height: 2.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.6rem;
}
.answer-bar .bar .inner {
  height: 100%;
  background: #8c32b6;
  width: 0;
}
.answer-bar .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
}
.answer-bar .number p {
  margin: 0;
}

p.poll-footer {
  font-size: 14px;
  font-style: italic;
  margin: 0;
}

#pms-credit-card-information h4 {
  margin: 0;
}

.download-button-wrap {
  text-align: center;
  margin: 3.5rem 0 0 0;
}
.download-button-wrap .btn {
  display: inline-block;
  padding: 1.9rem;
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 2.5rem;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-family: "Poppins";
  color: #072929;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  text-transform: lowercase;
  width: 170px;
  background: #27da89;
}
.download-button-wrap .btn:hover {
  background: #003f3a;
  color: #27da89;
  -webkit-transition: 0s;
  transition: 0s;
  text-decoration: none;
  cursor: pointer;
}
.download-button-wrap .btn.btn--smaller {
  font-size: 2rem;
  text-transform: lowercase;
  padding: 1.2rem;
  letter-spacing: 0;
}

.section--players-no-results {
  text-align: center;
  padding: 0;
}
.section--players-no-results p {
  text-align: center !important;
}
.section--players-no-results p a {
  color: #bfbebe;
  margin: 0 1rem;
}
.section--players-no-results p a:hover {
  color: #27da89;
}

.page-template-contact .content-wrapper {
  text-align: center;
}
.page-template-contact .content-main {
  display: inline-block;
}
.page-template-contact .wpcf7-submit {
  display: inline-block;
  padding: 1.9rem;
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 2.5rem;
  letter-spacing: 0.2px;
  font-weight: 600;
  font-family: "Poppins";
  color: #072929;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  text-transform: lowercase;
  background: #27da89;
  border: none;
  height: auto;
  line-height: 1;
  padding: 1.6rem 4.4rem;
  width: auto;
}
.page-template-contact .wpcf7-submit:hover {
  background: #003f3a;
  color: #27da89;
  -webkit-transition: 0s;
  transition: 0s;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .page-template-contact input[type=submit].wpcf7-submit {
    margin-left: auto;
    margin-top: 2rem;
  }
}
.page-template-contact .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

p.pms-alert {
  background: #27da89;
  color: #003f3a;
  border: none;
  padding: 25px !important;
}
p.pms-alert:before {
  display: none;
}
p.pms-alert a {
  color: #003f3a;
  text-decoration: underline;
}
p.pms-alert a:hover {
  text-decoration: none;
  color: #003f3a;
}

.pms-form-design-wrapper .pms-group-dashboard form#pms-invite-members label, .pms-form-design-wrapper#pms_login p.login-username label, .pms-form-design-wrapper#pms_login p.login-password label, .pms-form-design-wrapper #pms-subscription-plans-discount label, .pms-form-design-wrapper .pms-field:not(.pms-field-subscriptions, .pms-gdpr-field, .pms-field-type-card_expiration_date) label {
  top: 2px;
}

label[for=pms_user_consent] {
  text-transform: initial;
}

#pms-abandon-subscription-form p {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 1.9rem;
  color: #eee;
  font-family: "Poppins";
}
#pms-abandon-subscription-form p strong {
  color: #eee;
  font-family: "Poppins";
}
#pms-abandon-subscription-form input[name=pms_confirm_abandon_subscription]:hover {
  background: #003f3a !important;
}
#pms-abandon-subscription-form input[name=pms_redirect_back]:hover {
  background: #27da89 !important;
  color: #003f3a !important;
}

.account-content .pms-form-design-wrapper#pms-renew-subscription-form p, .account-content .pms-form-design-wrapper#pms-renew-subscription-form .pms-upgrade__message,
.account-content .pms-form-design-wrapper#pms-change-subscription-form p,
.account-content .pms-form-design-wrapper#pms-change-subscription-form .pms-upgrade__message,
.account-content .pms-form-design-wrapper#pms_edit-profile-form p,
.account-content .pms-form-design-wrapper#pms_edit-profile-form .pms-upgrade__message {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 1.9rem;
  color: #eee;
  font-family: "Poppins";
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.account-content .pms-form-design-wrapper#pms-renew-subscription-form p strong, .account-content .pms-form-design-wrapper#pms-renew-subscription-form .pms-upgrade__message strong,
.account-content .pms-form-design-wrapper#pms-change-subscription-form p strong,
.account-content .pms-form-design-wrapper#pms-change-subscription-form .pms-upgrade__message strong,
.account-content .pms-form-design-wrapper#pms_edit-profile-form p strong,
.account-content .pms-form-design-wrapper#pms_edit-profile-form .pms-upgrade__message strong {
  color: #eee;
  font-family: "Poppins";
}
.account-content .pms-form-design-wrapper#pms-renew-subscription-form .pms-upgrade__message,
.account-content .pms-form-design-wrapper#pms-change-subscription-form .pms-upgrade__message,
.account-content .pms-form-design-wrapper#pms_edit-profile-form .pms-upgrade__message {
  max-width: 385px;
}
.account-content .pms-form-design-wrapper#pms-renew-subscription-form .pms-subscription-plan-description,
.account-content .pms-form-design-wrapper#pms-change-subscription-form .pms-subscription-plan-description,
.account-content .pms-form-design-wrapper#pms_edit-profile-form .pms-subscription-plan-description {
  text-transform: initial;
  text-align: left;
}
.account-content .pms-form-design-wrapper#pms-renew-subscription-form .pms-subscription-plan-auto-renew label,
.account-content .pms-form-design-wrapper#pms-change-subscription-form .pms-subscription-plan-auto-renew label,
.account-content .pms-form-design-wrapper#pms_edit-profile-form .pms-subscription-plan-auto-renew label {
  font-size: 2rem;
  line-height: 5rem;
  font-family: "Poppins";
  color: #fff;
  text-transform: initial;
  text-align: left;
  line-height: 1.5;
}
.account-content .pms-form-design-wrapper#pms-renew-subscription-form input[name=pms_renew_subscription],
.account-content .pms-form-design-wrapper#pms-renew-subscription-form input[name=pms_change_subscription],
.account-content .pms-form-design-wrapper#pms-renew-subscription-form input[name=pms_redirect_back],
.account-content .pms-form-design-wrapper#pms-change-subscription-form input[name=pms_renew_subscription],
.account-content .pms-form-design-wrapper#pms-change-subscription-form input[name=pms_change_subscription],
.account-content .pms-form-design-wrapper#pms-change-subscription-form input[name=pms_redirect_back],
.account-content .pms-form-design-wrapper#pms_edit-profile-form input[name=pms_renew_subscription],
.account-content .pms-form-design-wrapper#pms_edit-profile-form input[name=pms_change_subscription],
.account-content .pms-form-design-wrapper#pms_edit-profile-form input[name=pms_redirect_back] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem !important;
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  color: #003f3a !important;
  line-height: 1;
  background: #27da89 !important;
  height: 6rem !important;
  line-height: 6rem !important;
  padding: 0 2rem;
  margin: 0 1rem;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.account-content .pms-form-design-wrapper#pms-renew-subscription-form input[name=pms_renew_subscription]:hover,
.account-content .pms-form-design-wrapper#pms-renew-subscription-form input[name=pms_change_subscription]:hover,
.account-content .pms-form-design-wrapper#pms-renew-subscription-form input[name=pms_redirect_back]:hover,
.account-content .pms-form-design-wrapper#pms-change-subscription-form input[name=pms_renew_subscription]:hover,
.account-content .pms-form-design-wrapper#pms-change-subscription-form input[name=pms_change_subscription]:hover,
.account-content .pms-form-design-wrapper#pms-change-subscription-form input[name=pms_redirect_back]:hover,
.account-content .pms-form-design-wrapper#pms_edit-profile-form input[name=pms_renew_subscription]:hover,
.account-content .pms-form-design-wrapper#pms_edit-profile-form input[name=pms_change_subscription]:hover,
.account-content .pms-form-design-wrapper#pms_edit-profile-form input[name=pms_redirect_back]:hover {
  color: #27da89 !important;
  background: #003f3a !important;
}
@media screen and (max-width: 387px) {
  .account-content .pms-form-design-wrapper#pms-renew-subscription-form input[name=pms_change_subscription],
  .account-content .pms-form-design-wrapper#pms-change-subscription-form input[name=pms_change_subscription],
  .account-content .pms-form-design-wrapper#pms_edit-profile-form input[name=pms_change_subscription] {
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }
}
.account-content .pms-form-design-wrapper#pms-renew-subscription-form input[name=pms_redirect_back],
.account-content .pms-form-design-wrapper#pms-change-subscription-form input[name=pms_redirect_back],
.account-content .pms-form-design-wrapper#pms_edit-profile-form input[name=pms_redirect_back] {
  color: #27da89 !important;
  background: #003f3a !important;
}
.account-content .pms-form-design-wrapper#pms-renew-subscription-form input[name=pms_redirect_back]:hover,
.account-content .pms-form-design-wrapper#pms-change-subscription-form input[name=pms_redirect_back]:hover,
.account-content .pms-form-design-wrapper#pms_edit-profile-form input[name=pms_redirect_back]:hover {
  color: #003f3a !important;
  background: #27da89 !important;
}
.account-content .pms-form-design-wrapper#pms-renew-subscription-form .pms-subscription-plan label.selected input,
.account-content .pms-form-design-wrapper#pms-change-subscription-form .pms-subscription-plan label.selected input,
.account-content .pms-form-design-wrapper#pms_edit-profile-form .pms-subscription-plan label.selected input {
  background: #27da89;
  border: 2px solid #27da89;
  -webkit-box-shadow: inset 0 0 0 3px #252525;
  box-shadow: inset 0 0 0 3px #252525;
}
.account-content .pms-form-design-wrapper#pms-renew-subscription-form .pms-subscription-plan input[type=radio]:checked,
.account-content .pms-form-design-wrapper#pms-change-subscription-form .pms-subscription-plan input[type=radio]:checked,
.account-content .pms-form-design-wrapper#pms_edit-profile-form .pms-subscription-plan input[type=radio]:checked {
  background: #27da89;
  border: 2px solid #27da89;
  -webkit-box-shadow: inset 0 0 0 3px #252525;
  box-shadow: inset 0 0 0 3px #252525;
}

.account-content .pms-form-design-wrapper input[name=pms_edit_profile] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem !important;
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  color: #003f3a !important;
  line-height: 1;
  background: #27da89 !important;
  height: 6rem !important;
  line-height: 6rem !important;
  padding: 0 2rem;
  margin: 5px auto 0 auto;
  font-weight: 600 !important;
  width: auto !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.account-content .pms-form-design-wrapper input[name=pms_edit_profile]:hover {
  color: #27da89 !important;
  background: #003f3a !important;
}

.pms-form-design-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout a, .pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type .pms-account-subscription-action-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem !important;
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  color: #003f3a !important;
  line-height: 1;
  background: #27da89 !important;
  height: 6rem !important;
  line-height: 6rem !important;
  padding: 0 2rem;
  margin: 0 1rem;
  border: none !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.pms-form-design-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout a:hover, .pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type .pms-account-subscription-action-link:hover {
  color: #27da89 !important;
  background: #003f3a !important;
}

.pms-no-payments {
  text-align: center;
}

#pms_new_subscription-form h3 {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 1.9rem;
  color: #eee;
  font-family: "Poppins";
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#pms_new_subscription-form h3 strong {
  color: #eee;
  font-family: "Poppins";
}
#pms_new_subscription-form .pms-subscription-plan-description {
  text-transform: initial;
  text-align: left;
}
#pms_new_subscription-form .pms-subscription-plan-auto-renew label {
  font-size: 2rem;
  line-height: 5rem;
  font-family: "Poppins";
  color: #fff;
  text-transform: initial;
  line-height: 1.5;
}
#pms_new_subscription-form input[name=pms_new_subscription] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem !important;
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  color: #003f3a !important;
  line-height: 1;
  background: #27da89 !important;
  height: 6rem !important;
  line-height: 6rem !important;
  padding: 0 2rem;
  margin: 0 1rem;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
#pms_new_subscription-form input[name=pms_new_subscription]:hover {
  color: #27da89 !important;
  background: #003f3a !important;
}

.pms-subscriptions-list-title {
  text-align: center;
}

.pms-form-design-wrapper table#pms-payment-history thead tr th {
  background: #003f3a;
  font-family: "Poppins";
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  color: #27da89;
  border-bottom: 0;
}
.pms-form-design-wrapper table#pms-payment-history tbody tr:nth-of-type(2n) td {
  background: #333333;
}
.pms-form-design-wrapper table#pms-payment-history tbody tr td {
  background: #222222;
  font-family: "Poppins";
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  color: #e2e2e2 !important;
  border-bottom: 0;
}

.pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 0 0;
  padding: 0;
}

.pms-form-design-wrapper table.pms-account-subscription-details-table:last-of-type {
  margin-bottom: 0;
}

.pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type a.pms-account-subscription-action-link {
  margin: 0;
}

.pms-form-design-wrapper .pms-group-dashboard input[type=submit], .pms-form-design-wrapper input[name=pms_edit_profile], .pms-form-design-wrapper input[name=pms_confirm_retry_payment_subscription], .pms-form-design-wrapper input[name=pms_change_subscription], .pms-form-design-wrapper input[name=pms_renew_subscription], .pms-form-design-wrapper input[name=pms_new_subscription], .pms-form-design-wrapper input[name=pms_register], .pms-form-design-wrapper #pms-paypal-connect {
  width: auto;
}

@media screen and (max-width: 600px) {
  .pms-form-design-wrapper table.pms-account-subscription-details-table tr {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .pms-form-design-wrapper table.pms-account-subscription-details-table tr td:first-of-type,
  .pms-form-design-wrapper table.pms-account-subscription-details-table tr td:last-of-type {
    width: 100%;
    display: block;
    padding-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .main-account .heading {
    gap: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .main-account .heading h1 {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .main-account .heading .logout-btn {
    margin: 0 auto;
  }
}

.account-content .pms-form-design-wrapper {
  overflow: hidden;
}

.account-content #pms-stripe-connect {
  width: 100% !important;
  margin-bottom: 35px !important;
  margin-right: 0 !important;
}

#pms_new_subscription-form input[name=pms_new_subscription] {
  text-transform: lowercase;
}

@media screen and (max-width: 700px) {
  .pms-form-design-wrapper table#pms-payment-history {
    width: 300%;
    max-width: 300%;
  }
}
.content-section.payments .account-content .pms-form-design-wrapper {
  overflow: auto;
}

.blocker {
  background: rgba(0, 63, 58, 0.45) !important;
  -webkit-backdrop-filter: blur(23px);
          backdrop-filter: blur(23px);
  padding: 0;
}

.modal.modal--alert {
  background: #252525;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 730px;
}
@media screen and (max-width: 600px) {
  .modal.modal--alert {
    padding: 15px;
  }
}
.modal.modal--alert a.close-modal {
  background-image: none;
  top: -40px;
  right: -40px;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 850px) {
  .modal.modal--alert a.close-modal {
    right: 0;
  }
}
.modal.modal--alert a.close-modal:before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 0;
  border-bottom: 2px solid #27da89;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal.modal--alert a.close-modal:after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 0;
  border-bottom: 2px solid #27da89;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal.modal--alert .modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  /* p {
  	font-size: 16px;
  	color: #e2e2e2;
  	line-height: 1;
  } */
}
.modal.modal--alert .modal__content p {
  font-size: 1.8rem;
  margin: 0;
  color: #e2e2e2;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  .modal.modal--alert .modal__content p {
    font-size: 1.6rem;
  }
}

.middle-section.middle-section--preparing {
  padding: 35px 0;
}
.middle-section.middle-section--preparing .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.middle-section.middle-section--preparing h1 {
  margin: 0;
  text-align: center;
  font-weight: 300;
  color: #27da89;
  font-size: 5rem;
  font-family: "Poppins";
  line-height: 1;
}

.page-template-players .section-top__content .section-top__title {
  margin-bottom: 2.8rem;
}

section.section-table {
  padding-top: 1.6rem;
}
section.section-table .container {
  overflow: auto;
  position: relative;
  padding: 0;
  /*  &:before {
       position: absolute;
       content: "";
       width: 100%;
       height: 100%;
       z-index: 5;
       left: 0;
       top: 0;
   } */
}
section.section-table .container .download-btn {
  position: absolute;
  content: "";
  width: 740px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 5;
  margin: 0 auto;
}
section.section-table .container .download-btn:hover {
  cursor: pointer;
}
section.section-table .container > img {
  position: absolute;
  left: 2.5rem;
  top: 0;
  pointer-events: none;
  opacity: 1;
  z-index: 1;
  width: calc(100% - 5rem);
}

.players-table {
  position: relative;
  z-index: 2;
  opacity: 1;
  width: 100%;
  min-width: 1370px;
  min-height: 50vh;
  background: #343436;
}
.players-table__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.players-table__top--right, .players-table__top--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.players-table__top--right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.5%;
          flex: 0 0 42.5%;
}
.players-table__top--left {
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.5%;
          flex: 0 0 57.5%;
}
.players-table__name {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 24px;
}
.players-table__name--title {
  margin: 0;
  line-height: 1.35;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-family: "Memphis", sans-serif;
  font-size: 65px;
  color: #f2f2f2;
}
.players-table__name--subtitle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #bfbfbf;
  font-family: "Roboto Condensed";
  font-size: 25px;
  margin-top: 10px;
  line-height: 1;
  font-weight: 300;
}
.players-table--number {
  position: relative;
  font-size: 171px;
  width: 224px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 224px;
          flex: 0 0 224px;
  height: auto;
  aspect-ratio: 246/225;
  padding-right: 22px;
  border-right: 6px solid #bfbfbf;
  font-family: "Teko", sans-serif;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.players-table--number div {
  padding: 10px;
  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;
  width: 100%;
  height: 100%;
}
.players-table--number span {
  display: block;
  height: 144px;
}
.players-table__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 41px;
  padding-bottom: 23px;
  font-family: "Memphis", sans-serif;
}
.players-table__text--title {
  text-align: center;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 50px;
  color: #bfbfbf;
}
.players-table__text--subtitle {
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  color: #f2f2f2;
}
.players-table__text.new {
  width: 100%;
  text-align: center;
  gap: 19px;
  padding-bottom: 0;
}
.players-table__text.new .players-table__text--title {
  font-size: 43px;
  font-family: "Poppins";
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 16px;
}
.players-table__text.new .players-table__text--subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 0rem;
  padding-left: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.players-table__text.new .players-table__text--subtitle.age, .players-table__text.new .players-table__text--subtitle.toi {
  gap: 20px;
  padding-right: 3px;
}
.players-table__text.new .players-table__text--subtitle span {
  color: #a6a6a6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.players-table__text.new .players-table__text--subtitle span:nth-of-type(2) {
  color: #f2f2f2;
  font-weight: 600;
  text-align: left;
}
.players-table__mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.players-table__mid ul {
  background: #3E3E40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 76px;
  margin: 23px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 30px;
  line-height: 1.3;
}
.players-table__mid ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 0rem;
  padding-left: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
}
.players-table__mid ul li.age {
  gap: 5px;
}
.players-table__mid ul li span {
  color: #a6a6a6;
}
.players-table__mid ul li span:nth-of-type(2) {
  padding: 6px;
  min-width: 80px;
  color: #f2f2f2;
  font-weight: 600;
}
.players-table .players-table__mid.players-table__mid--current ul {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 0;
  gap: 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.players-table .players-table__mid.players-table__mid--current ul li span:nth-of-type(2) {
  min-width: auto;
}
.players-table .players-table__mid.players-table__mid--current ul:not(.dark) {
  margin-right: 0;
}
.players-table .players-table__mid.players-table__mid--current ul.dark {
  margin-left: 0;
  background: #252525;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 438px;
          flex: 0 0 438px;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.players-table__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.players-table__logo-wrap {
  width: 249px;
  aspect-ratio: 1/1;
  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;
}
.players-table__logo-wrap img {
  width: 200px;
  height: auto;
}

.stats-tables {
  width: 100%;
  margin: 0 23px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-bottom: 10px;
}
.stats-tables .middle {
  position: relative;
}
.stats-tables .middle:before {
  position: absolute;
  content: "";
  left: -11px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #252525;
}
.stats-tables .middle:after {
  position: absolute;
  content: "";
  right: -11px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #252525;
}

.stats-table {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 12.5%;
}
.stats-table__top {
  background: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.stats-table__top--title {
  font-size: 44px;
  font-weight: 300;
  color: #f2f2f2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.stats-table__top--number {
  font-size: 62px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  padding: 6px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
.stats-table__top--number span:not(.no-data) {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  line-height: 0.9;
  display: block;
}
.stats-table__top--number span.no-data {
  -webkit-transform: scale(0.7) translateY(-3px);
          transform: scale(0.7) translateY(-3px);
  display: block;
}
.stats-table__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 27px 0 10px 11px;
}
.stats-table__items.stats-table__items--no-data {
  background: #1b1818;
  height: calc(100% - 68px);
  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;
  padding: 0;
  margin-top: -1px;
}
.stats-table__items.stats-table__items--no-data .inner {
  text-align: center;
  max-width: 240px;
}
.stats-table__items.stats-table__items--no-data .inner p {
  font-family: "Roboto Condensed";
  font-size: 60px;
  line-height: 1.3333333333;
  font-size: 40px;
  line-height: 1.3333333333;
}
.stats-table__item {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.stats-table__item--bar {
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: 300;
}
.stats-table__item--bar-label {
  font-size: 21px;
  font-weight: 300;
  color: #fff;
  font-family: "Roboto Condensed";
  text-align: left;
  padding-bottom: 4px;
}
.stats-table__item--bar-fill {
  position: relative;
  height: 20px;
}
.stats-table__item--bar-fill .bar {
  position: relative;
  z-index: 2;
  height: 100%;
}
.stats-table__item--bar-fill .line {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  height: 10px;
  background: #3e3e40;
  border-left: 5px solid #343436;
}
.stats-table__item--number {
  font-size: 28px;
  color: #f2f2f2;
  font-family: "Roboto Condensed";
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  line-height: 1;
  margin: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  padding-left: 25px;
}

.table-info {
  padding: 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2E2E30;
}
.table-info__title {
  font-size: 25px;
  color: white;
  font-weight: 400;
  font-family: "Poppins";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  min-height: 40px;
  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;
}
.table-info__title strong {
  font-weight: 600;
}
.table-info__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-info__scale--item {
  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;
  font-size: 18px;
  padding: 7px;
  font-family: "Roboto Condensed";
  height: 70px;
  width: 70px;
}
.table-info__text {
  text-align: right;
  font-size: 17px;
  line-height: 1.5;
  max-width: 400px;
  margin-left: auto;
  font-family: "Roboto Condensed";
  color: white;
}
.table-info__text .light-purple {
  color: #a6a6a6;
}

.section.section--career-chart .container {
  overflow: auto;
  position: relative;
  /*  &:before {
       position: absolute;
       content: "";
       width: 100%;
       height: 100%;
       z-index: 5;
       left: 0;
       top: 0;
   } */
}
.section.section--career-chart .container .download-btn {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
.section.section--career-chart .container .download-btn:hover {
  cursor: pointer;
}
.section.section--career-chart .container > img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  width: calc(100% - 50px);
  left: 25px;
}

.career-chart__legend {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 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;
  gap: 2.4rem;
  margin-top: 2rem;
}
.career-chart__legend .chart-legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.career-chart__legend .chart-legend-item .form-checkbox, .career-chart__legend .chart-legend-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.career-chart__legend .chart-legend-item .form-checkbox {
  gap: 1rem;
}
.career-chart__legend .chart-legend-item .icheckbox {
  margin-right: 0;
}
.career-chart__legend .chart-legend-item .point {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.career-chart__legend .chart-legend-item .point.point--purple {
  background: #961bd3;
}
.career-chart__legend .chart-legend-item .point.point--orange {
  background: #c55a11;
}
.career-chart__legend .chart-legend-item p {
  margin: 0;
}

.career-chart {
  background: #222222;
  position: relative;
  z-index: 2;
  opacity: 0.5;
  opacity: 0;
  opacity: 1;
  width: 100%;
  padding: 0 19px;
  min-width: 1370px;
}
.career-chart .career-chart__legend {
  margin-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: none;
}
.career-chart__header {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 9px;
  border-bottom: 0;
}
.career-chart__header p.name {
  margin: 0;
  line-height: 1.35;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 61px;
  color: #fff;
  font-family: "Memphis", sans-serif;
}
.career-chart__header p.position {
  font-family: "Roboto Condensed";
  color: #bfbfbf;
  margin: 0;
  font-size: 22px;
}
.career-chart__chart {
  position: relative;
  height: 312px;
  padding: 0 30px;
  padding-top: 10px;
}
.career-chart__chart .line {
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #595959;
  left: 0;
  z-index: 1;
}
.career-chart__chart .line.line--1 {
  top: 36px;
}
.career-chart__chart .line.line--2 {
  top: 160px;
}
.career-chart__chart .line.line--3 {
  top: 284px;
}
.career-chart__chart #myChart {
  position: relative;
  z-index: 2;
  width: 100%;
}
.career-chart__seasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 10px;
  font-size: 0;
}
.career-chart__season {
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  background: #3a3838;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.career-chart__season:nth-of-type(2n) {
  background: #404040;
}
.career-chart__season p.season {
  font-family: "Barlow Condensed", sans-serif;
  color: #f2f2f2;
  margin: 0;
  font-style: italic;
  font-size: 20px;
}
.career-chart__season p.ovr {
  margin: 0;
  color: #f2f2f2;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 26px;
}
.career-chart__season .logo {
  width: 100%;
  aspect-ratio: 1/1;
  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;
  margin-top: 4px;
}
.career-chart__season .logo img {
  max-width: 66px;
  max-height: 66px;
  width: auto;
}
.career-chart__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career-chart__footer .left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14px 0;
}
.career-chart__footer .left-col p {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  font-family: "Roboto Condensed";
  color: #f2f2f2;
}
.career-chart__footer .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
.career-chart__footer .right-col p {
  margin: 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  color: #e2e2e2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
}
.career-chart__footer .right-col p strong {
  font-weight: 500;
  color: #e2e2e2;
}

.section.section--career-chart.new {
  padding-bottom: 0;
  padding-top: 1.6rem;
}
.section.section--career-chart.new .container {
  overflow: initial;
}
@media screen and (max-width: 776px) {
  .section.section--career-chart.new .container {
    width: 740px;
    height: 0;
    overflow: hidden;
  }
}
.section.section--career-chart.new .download-button-wrap {
  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: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.section--career-chart.new .download-button-wrap .js-view-card {
  display: none;
}
@media screen and (max-width: 776px) {
  .section.section--career-chart.new .download-button-wrap .js-view-card {
    display: inline-block;
  }
}

.career-chart.new {
  background: #222222;
  position: relative;
  z-index: 2;
  opacity: 1;
  padding: 0 19px;
  width: 940px;
  min-width: 940px;
}
.career-chart.new .career-chart__legend {
  margin-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: none;
}
.career-chart.new .career-chart__header {
  text-align: center;
  padding-top: 11px;
  padding-bottom: 7px;
  border-bottom: 0;
}
.career-chart.new .career-chart__header p.name {
  margin: 0;
  line-height: 1.35;
  font-weight: 600;
  font-size: 39px;
  color: #f2f2f2;
  font-family: "Poppins";
}
.career-chart.new .career-chart__header p.position {
  font-family: "Poppins";
  font-weight: 400;
  color: #5d5d5d;
  margin: 0;
  font-size: 18px;
  text-transform: lowercase;
  margin-top: 8px;
}
.career-chart.new .career-chart__chart {
  position: relative;
  padding: 0;
  padding-top: 10px;
  background: #222222;
}
.career-chart.new .career-chart__chart .line {
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #595959;
  left: 0;
  z-index: 1;
}
.career-chart.new .career-chart__chart .line.line--1 {
  top: 36px;
}
.career-chart.new .career-chart__chart .line.line--2 {
  top: 160px;
}
.career-chart.new .career-chart__chart .line.line--3 {
  top: 284px;
}
.career-chart.new .career-chart__chart #myChart {
  position: relative;
  z-index: 2;
  width: 100% !important;
}
.career-chart.new .career-chart__seasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 6px;
  font-size: 0;
}
.career-chart.new .career-chart__season {
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  background: #444444;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.career-chart.new .career-chart__season:nth-of-type(2n) {
  background: #343436;
}
.career-chart.new .career-chart__season p.season {
  font-family: "Poppins";
  color: #b0b0b0;
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
.career-chart.new .career-chart__season p.ovr {
  margin: 0;
  color: #e2e2e2;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
.career-chart.new .career-chart__season .logo {
  width: 100%;
  aspect-ratio: 1/1;
  max-height: 5rem;
  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;
  margin-top: 4px;
}
.career-chart.new .career-chart__season .logo img {
  max-width: 50.4px;
  max-height: 40.5px;
  width: auto;
}
.career-chart.new .career-chart__season.career-chart__season--logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67px;
          flex: 0 0 67px;
  margin-left: -19px;
  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;
  background-color: #003f3a;
}
.career-chart.new .career-chart__season.career-chart__season--logo img {
  max-width: 5.4rem;
}
.career-chart.new .career-chart__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career-chart.new .career-chart__footer .left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  padding-left: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}
.career-chart.new .career-chart__footer .left-col p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  font-family: "Poppins";
  color: var(--color);
  font-weight: 400;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career-chart.new .career-chart__footer .left-col p.offense {
  --color: #26d989;
}
.career-chart.new .career-chart__footer .left-col p.defense {
  --color: #a970eb;
}
.career-chart.new .career-chart__footer .left-col p .point {
  display: block;
  width: 7px;
  height: 7px;
  background-color: var(--color);
  border-radius: 999px;
}
.career-chart.new .career-chart__footer .right-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 198px;
          flex: 0 0 198px;
  padding: 4px 0 6px 0;
}
.career-chart.new .career-chart__footer .right-col p {
  margin: 0;
  font-size: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 198px;
          flex: 0 0 198px;
  line-height: 1;
  font-weight: 300;
  color: #e2e2e2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
}
.career-chart.new .career-chart__footer .right-col p strong {
  font-weight: 500;
  color: #e2e2e2;
}

.players-table.players-table--light {
  background: #f9f5f0;
}
.players-table.players-table--light .players-table__name--title {
  color: #3e3e3e;
}
.players-table.players-table--light .players-table__name--subtitle {
  color: #999999;
}
.players-table.players-table--light .players-table--number {
  border-right: 6px solid #606060;
}
.players-table.players-table--light .players-table__text--title {
  color: #606060;
}
.players-table.players-table--light .players-table__text--subtitle {
  color: #f2f2f2;
}
.players-table.players-table--light .players-table__text.new .players-table__text--subtitle span {
  color: #999999;
}
.players-table.players-table--light .players-table__text.new .players-table__text--subtitle span:nth-of-type(2) {
  color: #606060;
}
.players-table.players-table--light .players-table__mid ul {
  background: #ece7e1;
}
.players-table.players-table--light .players-table__mid ul li span {
  color: #999999;
}
.players-table.players-table--light .players-table__mid ul li span:nth-of-type(2) {
  color: #606060;
}
.players-table.players-table--light .players-table__mid.players-table__mid--current ul.dark {
  background: #d8d3cc;
}
.players-table.players-table--light .stats-table__top {
  background: #d8d3cc;
}
.players-table.players-table--light .stats-table__top--title {
  color: #3e3e3e;
}
.players-table.players-table--light .stats-table__items.stats-table__items--no-data {
  background: #1b1818;
}
.players-table.players-table--light .stats-table__item--bar-label {
  color: #3e3e3e;
}
.players-table.players-table--light .stats-table__item--bar-fill .line {
  background: #ece7e1;
  border-left: 5px solid #f9f5f0;
}
.players-table.players-table--light .stats-table__item--number {
  color: #3e3e3e;
}
.players-table.players-table--light .table-info {
  background: #ece7e1;
}
.players-table.players-table--light .table-info__title {
  color: #3e3e3e;
}
.players-table.players-table--light .table-info__text {
  color: #3e3e3e;
}
.players-table.players-table--light .table-info__text .light-purple {
  color: #606060;
}

section.section-table.section-table--2025 {
  padding-bottom: 0;
}
section.section-table.section-table--2025 .container {
  overflow: initial;
}
@media screen and (max-width: 776px) {
  section.section-table.section-table--2025 .container {
    width: 740px;
    height: 0;
    overflow: hidden;
  }
}
section.section-table.section-table--2025 .download-button-wrap {
  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: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.section-table.section-table--2025 .download-button-wrap .js-view-card {
  display: none;
}
@media screen and (max-width: 776px) {
  section.section-table.section-table--2025 .download-button-wrap .js-view-card {
    display: inline-block;
  }
}
section.section-table.section-table--2025 .container > img {
  position: static;
  left: 50%;
  width: 740px;
}

.players-card-2025 {
  --padding: 42px;
  --first-col-width: 295px;
  --gray-light: #f2f2f2;
  --dark-text: #646464;
  --light-text: #e2e2e2;
  --middle-text: #bfbebe;
  background: #343436;
  opacity: 0.5;
  opacity: 1;
  margin: 0 auto;
  width: 740px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 740px;
          flex: 0 0 740px;
}
.players-card-2025.testing {
  position: absolute;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.players-card-2025__logo-and-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.players-card-2025.goalie .players-card-2025-table-info .text {
  max-width: 228px;
}
.players-card-2025__logo-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--first-col-width);
          flex: 0 0 var(--first-col-width);
  height: 203px;
  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;
  padding-top: 12px;
}
.players-card-2025__logo-wrap img {
  max-width: 165px;
}
.players-card-2025__name-and-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: var(--padding);
}
.players-card-2025__name-and-info .player-title {
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  color: var(--gray-light);
}
.players-card-2025__name-and-info .player-title .last {
  margin-top: 18px;
}
.players-card-2025__name-and-info .player-info {
  width: 100%;
  height: 69px;
  border-bottom: 7px solid #515150;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
  gap: 25px;
}
.players-card-2025__name-and-info .player-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 7px;
}
.players-card-2025__name-and-info .player-info__item .info-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--dark-text);
  line-height: 1;
  font-size: 17px;
}
.players-card-2025__name-and-info .player-info__item .info-value {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--middle-text);
  line-height: 1;
  font-size: 22px;
}
.players-card-2025__season-and-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.players-card-2025__season {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--first-col-width);
          flex: 0 0 var(--first-col-width);
  height: 80px;
}
.players-card-2025__season p {
  margin: 0;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: #e2e2e2;
  line-height: 1;
  margin-top: 26px;
  margin-left: 0;
  text-align: center;
  letter-spacing: -0.8px;
}
.players-card-2025__stats {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: var(--padding);
  padding-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.players-card-2025__stats p.is-projected {
  margin: 0;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  color: #bfbebe;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 96px;
  margin-top: 8px;
}
.players-card-2025 .player-stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.players-card-2025 .player-stats__item .stats-value {
  margin: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  color: var(--light-text);
  line-height: 1;
  letter-spacing: 0;
}
.players-card-2025 .player-stats__item .stats-title {
  margin: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  color: var(--dark-text);
  line-height: 1;
  letter-spacing: -0.9px;
}
.players-card-2025__contract-and-overall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 var(--padding);
  background: #252525;
}
.players-card-2025__contract {
  height: 147px;
  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-box-flex: 0;
      -ms-flex: 0 0 calc(var(--first-col-width) - var(--padding));
          flex: 0 0 calc(var(--first-col-width) - var(--padding));
  padding-left: 12px;
  gap: 15px;
}
.players-card-2025 .players-contract-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 1px;
}
.players-card-2025 .players-contract-item .contract-title {
  margin: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: var(--dark-text);
  line-height: 1;
  letter-spacing: -0.5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-right: 11px;
}
.players-card-2025 .players-contract-item .contract-value {
  margin: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: var(--light-text);
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.5px;
}
.players-card-2025 .players-contract-item .contract-value span {
  font-size: 104%;
  line-height: 0.6;
}
.players-card-2025__overall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.players-card-2025 .overall-item {
  background: var(--bg);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 19px 23px 0 23px;
}
.players-card-2025 .overall-item.overall-item--off {
  --bg: #003f3a;
  --text-color: #27da89;
  --bar-line-bg: #26da89;
  --bar-bg: #186847;
}
.players-card-2025 .overall-item.overall-item--def {
  --bg: #2c2833;
  --text-color: #a870eb;
  --bar-line-bg: #a970eb;
  --bar-bg: #4a2e64;
}
.players-card-2025 .overall-item__value {
  margin: 0;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 63px;
  color: var(--text-color);
  line-height: 0.8;
  letter-spacing: -1.9px;
}
.players-card-2025 .overall-item__title {
  margin: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  color: var(--text-color);
  line-height: 0.8;
  letter-spacing: -0.3px;
  margin-top: 16px;
}
.players-card-2025 .overall-item .bar {
  width: 100%;
  background: var(--bar-bg);
  height: 9px;
  margin-top: 10px;
}
.players-card-2025 .overall-item .bar__line {
  height: 100%;
  background: var(--bar-line-bg);
}
.players-card-2025__stats-list {
  margin-top: 8px;
  margin-left: var(--padding);
  margin-right: var(--padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.players-card-2025 .players-card-2025__stats-items {
  background: var(--bg);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 18px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.players-card-2025 .players-card-2025__stats-items.players-card-2025__stats-items--offense {
  --bg: #003f3a;
  --text-color: #27da89;
  --bar-line-bg: #26da89;
  --bar-bg: #186847;
}
.players-card-2025 .players-card-2025__stats-items.players-card-2025__stats-items--defense {
  --bg: #2c2833;
  --text-color: #a870eb;
  --bar-line-bg: #a970eb;
  --bar-bg: #4a2e64;
}
.players-card-2025 .stats-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.players-card-2025 .stats-item-row.stats-item-row--special {
  --text-color: #646464;
  --bar-bg: #3d3a42;
  --bar-line-bg: #646464;
}
.players-card-2025 .stats-item-row__text-and-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 9px;
}
.players-card-2025 .stats-item-row__text-and-bar .text {
  margin: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: var(--text-color);
  line-height: 0.8;
  letter-spacing: 0.1px;
  padding-left: 9px;
}
.players-card-2025 .stats-item-row__text-and-bar .bar {
  width: 100%;
  height: 5px;
  margin-top: 8px;
  background: var(--bar-bg);
}
.players-card-2025 .stats-item-row__text-and-bar .bar .bar-line {
  height: 100%;
  background: var(--bar-line-bg);
}
.players-card-2025 .stats-item-row__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  margin: 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: var(--text-color);
  line-height: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.players-card-2025__seasons-chart {
  padding-top: 9px;
  padding-right: 18px;
  padding-left: 26px;
  padding-bottom: 6px;
  margin-left: var(--padding);
  margin-right: var(--padding);
  background: #252525;
  margin-top: 8px;
}
.players-card-2025__seasons-chart canvas {
  width: 100%;
  height: 125px !important;
}
.players-card-2025__seasons-chart .players-card-2025__seasons-chart-seasons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 36px;
  padding-right: 10px;
  margin-top: -5px;
}
.players-card-2025__seasons-chart .players-card-2025__seasons-chart-seasons .career-chart__season {
  font-size: 0;
  padding-top: 0;
  background: transparent;
}
.players-card-2025__seasons-chart .players-card-2025__seasons-chart-seasons .career-chart__season p {
  font-family: "Poppins";
  color: #646464;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  padding-top: 0;
  font-weight: 500;
}
.players-card-2025__seasons-chart .players-card-2025__seasons-chart-seasons .career-chart__season p.current {
  color: #e2e2e2;
}
.players-card-2025__info {
  padding: 7px var(--padding);
}
.players-card-2025 .players-card-2025-table-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.players-card-2025 .players-card-2025-table-info .title {
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
  color: #e2e2e2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
}
.players-card-2025 .players-card-2025-table-info .title strong {
  font-weight: 500;
  color: #e2e2e2;
}
.players-card-2025 .players-card-2025-table-info .text {
  text-align: right;
  font-size: 15px;
  line-height: 1.5;
  max-width: 290px;
  margin-left: auto;
  font-family: "Poppins", sans-serif;
  color: #e2e2e2;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.players-card-2025 .players-card-2025-table-info .text .light-purple {
  color: #646464;
}

.download-button-wrap.compare {
  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: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.download-button-wrap.compare .js-view-card {
  display: none;
}
@media screen and (max-width: 1020px) {
  .download-button-wrap.compare .js-view-card {
    display: inline-block;
  }
}

.compare-players-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1020px) {
  .compare-players-cols {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 615px) {
  .compare-players-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.compare-players-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1020px) {
  .compare-players-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28rem;
            flex: 0 0 28rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 615px) {
  .compare-players-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.compare-players-col section.section-table.section-table--2025.section-table--2025-compare {
  overflow: hidden;
  width: 481px;
  height: 489px;
  padding-top: 0;
  margin-top: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1020px) {
  .compare-players-col section.section-table.section-table--2025.section-table--2025-compare {
    height: 0;
    margin-top: 0;
  }
}
.compare-players-col section.section-table.section-table--2025.section-table--2025-compare .players-card-2025.players-card-2025--compare {
  -webkit-transform: translateX(-17.5%) translateY(-17.5%) scale(0.6496);
          transform: translateX(-17.5%) translateY(-17.5%) scale(0.6496);
}
.compare-players-col .section-top__controls--form.three {
  padding-left: 0;
  max-width: 28rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-template-columns: 1fr;
  gap: 6px;
}
.compare-players-col .section-top__controls--form.three label {
  display: block !important;
}
.compare-players-col .section--players-no-results {
  margin-top: 1.2rem;
}
.compare-players-col .section--players-no-results .container {
  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;
  padding-top: 2rem;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.compare-players-col .section--players-no-results .container p {
  margin: 0;
  text-align: left !important;
  width: 26rem;
  color: #e2e2e2;
}

.page-template-teams .section-top__content {
  padding-top: 3rem;
}
.page-template-teams .section-top__content .section-top__title {
  margin-bottom: 2.8rem;
}

section.section-table.section--teams {
  padding-top: 1.6rem;
}
section.section-table.section--teams .container {
  overflow: auto;
  position: relative;
  /*  &:before {
       position: absolute;
       content: "";
       width: 100%;
       height: 100%;
       z-index: 5;
       left: 0;
       top: 0;
   } */
}
section.section-table.section--teams .container .download-btn {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
section.section-table.section--teams .container .download-btn:hover {
  cursor: pointer;
}
section.section-table.section--teams .container > img {
  position: absolute;
  left: 2.5rem;
  top: 0;
  pointer-events: none;
  opacity: 0;
  opacity: 1;
  z-index: 1;
  width: calc(100% - 5rem);
}

.teams-table {
  position: relative;
  z-index: 2;
  opacity: 1;
  width: 100%;
  min-width: 1370px;
  background: #343436;
}
.teams-table__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.teams-table__top--right, .teams-table__top--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teams-table__top--right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.5%;
          flex: 0 0 42.5%;
  padding: 0 20px;
  padding-top: 20px;
  gap: 50px;
}
.teams-table__top--right .right-subcol {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.teams-table__top--right .right-subcol .title {
  background: #252525;
  text-align: center;
  padding: 14px 0;
}
.teams-table__top--right .right-subcol .title p {
  margin: 0;
  color: #bfbfbf;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  line-height: 1;
  font-size: 39px;
}
.teams-table__top--right .right-subcol .value {
  text-align: center;
  padding-top: 13px;
}
.teams-table__top--right .right-subcol .value p {
  margin: 0;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  line-height: 1;
  font-size: 52px;
  color: white;
}
.teams-table__top--right .right-subcol .rank {
  text-align: center;
  margin-top: 13px;
  padding: 14px 0;
}
.teams-table__top--right .right-subcol .rank p {
  margin: 0;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  line-height: 0.8;
  font-size: 142px;
  color: black;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.teams-table__top--left {
  gap: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.5%;
          flex: 0 0 57.5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teams-table__name {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0;
}
.teams-table__name--title {
  margin: 0;
  line-height: 1.35;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 50px;
  color: #f2f2f2;
  font-family: "Poppins";
}
.teams-table__name--subtitle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #bfbfbf;
  font-family: "Roboto Condensed";
  font-size: 25px;
  margin-top: 10px;
  line-height: 1;
  font-weight: 300;
}
.teams-table__season {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  padding-top: 10px;
  padding-right: 140px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.teams-table__season p {
  font-size: 49px;
  margin: 0;
  line-height: 1;
  font-family: "Memphis", sans-serif;
}
.teams-table__data {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.teams-table__data .data-subcol {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  --padding: 50px;
}
.teams-table__data .data-subcol:nth-of-type(1) {
  border-right: 2px solid #252525;
  padding-right: var(--padding);
}
.teams-table__data .data-subcol:nth-of-type(2) {
  border-left: 2px solid #252525;
  padding-left: var(--padding);
}
.teams-table__data .data-subcol .main-title {
  background: #252525;
  text-align: center;
  padding: 14px 0;
}
.teams-table__data .data-subcol .main-title p {
  margin: 0;
  color: #bfbfbf;
  font-family: "Roboto Condensed";
  line-height: 1;
  font-size: 35px;
}
.teams-table__data .data-subcol .three-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.teams-table__data .data-subcol .three-values > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 15px;
}
.teams-table__data .data-subcol .three-values .title {
  text-align: center;
  background: #3e3e40;
  padding: 12px 0;
}
.teams-table__data .data-subcol .three-values .title p {
  font-size: 21px;
  font-weight: 300;
  color: #fff;
  font-family: "Roboto Condensed";
  line-height: 1;
  margin: 0;
}
.teams-table__data .data-subcol .three-values .smaller-value .value {
  width: 110px;
  margin: 0 auto;
  text-align: center;
  margin-top: 37px;
  padding: 8px 0px;
}
.teams-table__data .data-subcol .three-values .smaller-value .value p {
  margin: 0;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  line-height: 0.8;
  font-size: 63px;
  color: black;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.teams-table__data .data-subcol .three-values .bigger-value .value {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 14px;
  padding: 12px 0px;
}
.teams-table__data .data-subcol .three-values .bigger-value .value p {
  margin: 0;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  line-height: 0.8;
  font-size: 109px;
  color: black;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.teams-table__data .data-subcol .two-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.teams-table__data .data-subcol .two-values > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 22px;
}
.teams-table__data .data-subcol .two-values > div:nth-of-type(1) .title, .teams-table__data .data-subcol .two-values > div:nth-of-type(1) .value {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
.teams-table__data .data-subcol .two-values > div:nth-of-type(2) .title, .teams-table__data .data-subcol .two-values > div:nth-of-type(2) .value {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.teams-table__data .data-subcol .two-values .title {
  text-align: center;
  background: #252525;
  width: 200px;
  margin: 0 auto;
  padding: 12px 0;
}
.teams-table__data .data-subcol .two-values .title p {
  font-size: 21px;
  font-weight: 300;
  color: #fff;
  font-family: "Roboto Condensed";
  line-height: 1;
  margin: 0;
}
.teams-table__data .data-subcol .two-values .value {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 16px;
  padding: 0.9rem 0px;
}
.teams-table__data .data-subcol .two-values .value p {
  margin: 0;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  line-height: 0.8;
  font-size: 113px;
  color: black;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.teams-table__logo-wrap {
  width: 249px;
  aspect-ratio: 1/1;
  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;
}
.teams-table__logo-wrap img {
  width: 200px;
  height: auto;
}

.teams-table__info {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2E2E30;
  width: 100%;
  margin-top: 21px;
}
.teams-table__info .table-info {
  width: 100%;
  padding: 0;
}
.teams-table__info .table-info__title {
  font-size: 29px;
  color: white;
  font-weight: 600;
  font-family: "Poppins";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  min-height: 40px;
  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;
}
.teams-table__info .table-info__title strong {
  color: white;
}
.teams-table__info .table-info__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teams-table__info .table-info__scale--item {
  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;
  font-size: 18px;
  padding: 7px;
  font-family: "Roboto Condensed";
  height: 70px;
  width: 70px;
}
.teams-table__info .table-info__update {
  font-size: 29px;
  color: white;
  font-weight: 600;
  font-family: "Poppins";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 43px;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.teams-table__info .table-info__update .light-purple {
  color: #a6a6a6;
}
.teams-table__info .table-info__text {
  text-align: right;
  font-size: 17px;
  line-height: 1.5;
  max-width: 400px;
  margin-left: auto;
  font-family: "Roboto Condensed";
  color: white;
  max-width: 300px;
}
.teams-table__info .table-info__text .light-purple {
  color: #a6a6a6;
}

.section-top__controls.section-top__controls--compare-teams {
  max-width: 740px;
  margin: 0 auto;
}
.section-top__controls.section-top__controls--compare-teams form {
  width: 100%;
  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-top__controls.section-top__controls--compare-teams form .section-top__controls--form {
  padding-left: 0;
  padding-left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .section-top__controls.section-top__controls--compare-teams form .section-top__controls--form {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.section-top__controls.section-top__controls--compare-teams form .section-top__controls--form .left-col,
.section-top__controls.section-top__controls--compare-teams form .section-top__controls--form .right-col {
  width: 28rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28rem;
          flex: 0 0 28rem;
}
@media screen and (max-width: 800px) {
  .section-top__controls.section-top__controls--compare-teams form .section-top__controls--form .left-col,
  .section-top__controls.section-top__controls--compare-teams form .section-top__controls--form .right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.section-top__controls.section-top__controls--compare-teams form .section-top__controls--form .left-col label,
.section-top__controls.section-top__controls--compare-teams form .section-top__controls--form .right-col label {
  display: block !important;
}

section.section-table.section--teams.section--teams-2025 {
  padding-bottom: 0;
}
section.section-table.section--teams.section--teams-2025 .download-button-wrap {
  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: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.section-table.section--teams.section--teams-2025 .download-button-wrap .js-view-card {
  display: none;
}
@media screen and (max-width: 776px) {
  section.section-table.section--teams.section--teams-2025 .download-button-wrap .js-view-card {
    display: inline-block;
  }
}
section.section-table.section--teams.section--teams-2025 .container {
  overflow: initial;
}
@media screen and (max-width: 776px) {
  section.section-table.section--teams.section--teams-2025 .container {
    width: 740px;
    height: 0;
    overflow: hidden;
  }
}
section.section-table.section--teams.section--teams-2025 .container > img {
  position: static;
  left: 50%;
  width: 740px;
}
section.section-table.section--teams.section--teams-2025 .download-btn {
  width: 740px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 {
  background: #343436;
  width: 740px;
  padding: 0 43px;
  margin: 0 auto;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025.testing {
  position: absolute;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  opacity: 1;
  opacity: 0.5;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__logo-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 217px;
          flex: 0 0 217px;
  height: 208px;
  aspect-ratio: auto;
  height: auto;
  padding: 25px 30px 18px 22px;
  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.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__logo-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__top-content {
  padding-left: 34px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__name--title {
  font-size: 43px;
  color: #f2f2f2;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__season {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__season p {
  font-size: 34px;
  font-family: "Poppins";
  font-weight: 600;
  color: #646464;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 21px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__numbers .hints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #252525;
  padding: 6px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86px;
          flex: 0 0 86px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__numbers .hints .hint {
  background: var(--bg);
  padding: 12px 0;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__numbers .hints .hint p {
  margin: 0;
  line-height: 1;
  font-family: "Poppins";
  font-weight: 600;
  color: var(--color);
  font-size: 14px;
  text-align: center;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__numbers .numbers {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px 0;
  background: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__numbers .numbers .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__numbers .numbers .number.number--second .number__left {
  padding-left: 18px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__numbers .numbers .number__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 124px;
          flex: 0 0 124px;
  padding-left: 30px;
  margin-top: -22px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__numbers .numbers .number__left p.point {
  line-height: 1;
  font-family: "Poppins";
  margin: 0;
  font-size: 33px;
  color: #e2e2e2;
  font-weight: 700;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__numbers .numbers .number__left p.title {
  line-height: 1;
  font-family: "Poppins";
  margin: 0;
  font-size: 21px;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
  color: #646464;
  font-weight: 400;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__numbers .numbers .number__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 152px;
  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;
  background: var(--bg);
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__numbers .numbers .number__right p {
  line-height: 1;
  font-family: "Poppins";
  margin: 0;
  font-size: 68px;
  color: var(--color);
  font-weight: 700;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 14px;
  gap: 40px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .label {
  background: #252525;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  padding: 13px 0 9px 0;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .label p {
  color: #646464;
  margin: 0;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 12px;
  line-height: 1.41;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data__row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data .data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data .data-item.data-item--small .title {
  height: 80px;
  width: 65px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data .data-item.data-item--small .title p {
  font-weight: 400;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data .data-item.data-item--small .number {
  width: 87px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data .data-item.data-item--small .number p {
  font-size: 42px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data .data-item.data-item--second {
  margin-left: 55px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data .data-item.data-item--third {
  margin-left: 45px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data .data-item .title {
  position: relative;
  width: 57px;
  height: 100px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data .data-item .title p {
  line-height: 1.4;
  margin: 0;
  color: #e2e2e2;
  position: absolute;
  width: 100px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -31px;
  top: 25px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-align: center;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data .data-item .number {
  background: var(--bg);
  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;
  width: 103px;
  aspect-ratio: 1/1;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five .table-data .data-item .number p {
  font-family: "Poppins";
  line-height: 1;
  font-size: 51px;
  font-weight: 600;
  color: var(--color);
  margin: 0;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five.all {
  margin-top: 9px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five.all .label {
  padding: 29px 0 29px 0;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__five-on-five.all .table-data .data-item.data-item--first .title p {
  top: 37px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .names {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 243px;
          flex: 0 0 243px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .names .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .names .name.name--green {
  --bg: #003f3a;
  --color: #27da89 ;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .names .name.name--purple {
  --bg: #2c2833;
  --color: #a870eb ;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .names .name__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 44px;
  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;
  background: var(--bg);
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .names .name__number p {
  line-height: 1;
  font-family: "Poppins";
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  color: var(--color);
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .names .name__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bg);
  height: 44px;
  padding-left: 6px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .names .name__name p {
  margin: 0;
  line-height: 1;
  line-height: 1;
  font-family: "Poppins";
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--color);
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item.data-item--small .title {
  height: 80px;
  width: 65px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item.data-item--small .title p {
  font-weight: 400;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item.data-item--small .number {
  width: 87px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item.data-item--small .number p {
  font-size: 42px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item.data-item--second {
  margin-left: 55px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item.data-item--second .title p {
  top: 13px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item.data-item--third {
  margin-left: 43px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item.data-item--third .title p {
  top: 14px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item .title {
  position: relative;
  width: 57px;
  height: 100px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item .title p {
  line-height: 1.4;
  margin: 0;
  color: #e2e2e2;
  position: absolute;
  width: 100px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -31px;
  top: 25px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-align: center;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item .number {
  background: var(--bg);
  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;
  width: 103px;
  aspect-ratio: 1/1;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-table__last-row .numbers .data-item .number p {
  font-family: "Poppins";
  line-height: 1;
  font-size: 51px;
  font-weight: 600;
  color: var(--color);
  margin: 0;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-card-2025-table-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-card-2025-table-info .title {
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
  color: #e2e2e2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-card-2025-table-info .title strong {
  font-weight: 500;
  color: #e2e2e2;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-card-2025-table-info .text {
  text-align: right;
  font-size: 15px;
  line-height: 1.5;
  max-width: 200px;
  margin-left: auto;
  font-family: "Poppins", sans-serif;
  color: #e2e2e2;
  font-weight: 400;
  letter-spacing: -0.2px;
}
section.section-table.section--teams.section--teams-2025 .teams-table-2025 .teams-card-2025-table-info .text .light-purple {
  color: #646464;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card {
  background: #343436;
  width: 740px;
  padding: 0 37px;
  margin: 0 auto;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card.testing {
  position: absolute;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  opacity: 1;
  opacity: 0.5;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 26px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__header-left, section.section-table.section--teams.section--teams-2025 .compare-teams-card__header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__header-left {
  border-right: 4px solid #252525;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__header-right {
  border-left: 4px solid #252525;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__header-right .compare-teams-card__logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__header-right .compare-teams-card__header-info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__header-right .compare-teams-card__header-info .header-info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 0;
  padding-left: 17px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 223px;
          flex: 0 0 223px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  padding: 0 30px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__header-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__header-info .header-info {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 17px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__header-info .header-info.header-info--second {
  margin-top: 46px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__header-info .header-info p.title {
  margin: 0;
  line-height: 1;
  font-family: "Poppins";
  color: #646464;
  font-size: 21px;
  margin-top: 5px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__header-info .header-info p.point {
  margin: 0;
  font-family: "Poppins";
  font-weight: 600;
  color: #bfbebe;
  font-size: 31px;
  line-height: 0.8;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__seasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__seasons .left, section.section-table.section--teams.section--teams-2025 .compare-teams-card__seasons .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__seasons .left p, section.section-table.section--teams.section--teams-2025 .compare-teams-card__seasons .right p {
  line-height: 1;
  font-family: "Poppins";
  margin: 0;
  font-weight: 600;
  color: #bfbebe;
  font-size: 30px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__seasons .left {
  border-right: 4px solid #252525;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 17px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__seasons .right {
  border-left: 4px solid #252525;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 17px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 26px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86px;
          flex: 0 0 86px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .left .hints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .left .hints .hint {
  background: var(--bg);
  padding: 12px 0;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .left .hints .hint p {
  margin: 0;
  line-height: 1;
  font-family: "Poppins";
  font-weight: 600;
  color: var(--color);
  font-size: 14px;
  text-align: center;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 379px;
  margin-left: auto;
  margin-right: auto;
  gap: 22px;
  margin-bottom: 10px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row.data-row--all, section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row.data-row--specials {
  margin-top: 21px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row:last-of-type {
  margin-bottom: 0;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row__square {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  height: 21px;
  background: #27da89;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row__square.empty {
  background: transparent;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row__content .header {
  background: #252525;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 6px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row__content .header p {
  line-height: 1;
  font-family: "Poppins";
  margin: 0;
  color: #646464;
  font-size: 16px;
  font-weight: 300;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row .compare-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row .compare-data__left, section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row .compare-data__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row .compare-data__left div, section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row .compare-data__right div {
  background: var(--bg);
  width: 100%;
  height: 42px;
  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.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row .compare-data__left div p, section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row .compare-data__right div p {
  line-height: 1;
  font-family: "Poppins";
  margin: 0;
  color: var(--color);
  font-size: 26px;
  font-weight: 600;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row .compare-data__middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle .data-row .compare-data__middle p {
  line-height: 1;
  font-family: "Poppins";
  margin: 0;
  color: #bfbebe;
  font-size: 17px;
  font-weight: 400;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card__data .middle hr {
  display: block;
  width: 293px;
  border: none;
  height: 2px;
  background: #252525;
  margin-bottom: 10px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card .teams-card-2025-table-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  margin-bottom: 7px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card .teams-card-2025-table-info .title {
  font-size: 34px;
  line-height: 1;
  font-weight: 300;
  color: #e2e2e2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card .teams-card-2025-table-info .title strong {
  font-weight: 500;
  color: #e2e2e2;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card .teams-card-2025-table-info .text {
  text-align: right;
  font-size: 15px;
  line-height: 1.5;
  max-width: 200px;
  margin-left: auto;
  font-family: "Poppins", sans-serif;
  color: #e2e2e2;
  font-weight: 400;
  letter-spacing: -0.2px;
}
section.section-table.section--teams.section--teams-2025 .compare-teams-card .teams-card-2025-table-info .text .light-purple {
  color: #646464;
}

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

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

.hidden {
  display: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.text-bold {
  font-weight: bold !important;
}

.m-0 {
  margin: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.m-auto {
  margin: 0 auto !important;
}

.space-nowrap {
  white-space: nowrap !important;
}

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

.padding-quote {
  padding: 3rem 3rem 3rem 6rem;
}

.f-italic-initial {
  font-style: italic;
  font-weight: initial;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/**************************************************/
/*  CONTAINER & LAYOUT SETTINGS
/**************************************************/
.edit-post-visual-editor #pms-form-style-1-wrapper .pms-billing-details,
.edit-post-visual-editor #pms-form-style-1-wrapper .pms-form-fields-wrapper {
  max-width: 100% !important;
}

#site-content {
  overflow: visible !important;
}

#pms-form-style-1-wrapper {
  width: 100%;
}

#pms-form-style-1-wrapper .pms-field.disabled-field {
  opacity: 0.5;
  pointer-events: none;
}

#pms-form-style-1-wrapper h3.pms-mspu-form-heading {
  display: none;
}

#pms-form-style-1-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter var", sans-serif;
}

#pms-form-style-1-wrapper ul {
  margin-top: 0;
}

#pms-form-style-1-wrapper li {
  margin: 0;
}

#pms-form-style-1-wrapper a {
  text-decoration: none;
}

#pms-form-style-1-wrapper a:focus {
  background: none;
  outline: none;
}

#pms-form-style-1-wrapper .pms-upgrade__message,
#pms-form-style-1-wrapper h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 24px;
  color: #090A0B;
  margin-bottom: 30px;
  margin-top: 60px;
}

#pms-form-style-1-wrapper h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #090A0B;
  margin-bottom: 20px;
}

#pms-form-style-1-wrapper p.pms-field-description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6E7A86;
  padding-left: 5px;
  word-break: break-word;
}

#pms-form-style-1-wrapper .pms_field-errors-wrapper p {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px;
  color: #C62828 !important;
  border: none;
  margin: 0;
  padding: 5px 0 0 10px;
}

#pms-form-style-1-wrapper #pms_ppe_confirm_payment {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 1169px) {
  #pms-form-style-1-wrapper {
    max-width: 900px;
    padding: 0 20px;
  }
  #pms-form-style-1-wrapper .pms-price-breakdown__holder {
    padding: 15px;
    margin-top: 50px;
  }
  #pms-form-style-1-wrapper #pms-paygates-inner {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
/* Set the Payment Sidebar */
@media screen and (min-width: 1170px) {
  #pms-form-style-1-wrapper {
    max-width: 1170px;
    position: relative;
  }
  #pms-form-style-1-wrapper form.pms-ec-register-form .pms-subscription-plan,
  #pms-form-style-1-wrapper #pms-retry-payment-subscription-form > p:first-of-type,
  #pms-form-style-1-wrapper #pms-retry-payment-subscription-form .pms-subscription-plan,
  #pms-form-style-1-wrapper #pms-retry-payment-subscription-form #pms-subscription-plans-discount,
  #pms-form-style-1-wrapper #pms-register-form #pms-subscription-plans-discount,
  #pms-form-style-1-wrapper #pms-renew-subscription-form > p:first-of-type,
  #pms-form-style-1-wrapper #pms-renew-subscription-form .pms-subscription-plan,
  #pms-form-style-1-wrapper #pms-renew-subscription-form #pms-subscription-plans-discount,
  #pms-form-style-1-wrapper .pms-upgrade__group--upgrade,
  #pms-form-style-1-wrapper .pms-upgrade__group--downgrade,
  #pms-form-style-1-wrapper .pms-prorate-frontend-message,
  #pms-form-style-1-wrapper .pms-upgrade__group--change,
  #pms-form-style-1-wrapper .pms-billing-details:not(#pms_edit-profile-form .pms-billing-details, #pms-update-payment-method-form .pms-billing-details),
  #pms-form-style-1-wrapper .pms-form-fields-wrapper:not(#pms_edit-profile-form .pms-form-fields-wrapper, #pms_recover_password_form .pms-form-fields-wrapper, #pms_new_password_form .pms-form-fields-wrapper, .pms-group-dashboard .pms-form-fields-wrapper) {
    max-width: calc(100% - 470px - 80px); /* 470px - payment sidebar width | 80px - space between form and sidebar */
  }
  #pms-form-style-1-wrapper .pms-prorate-frontend-message {
    min-width: 620px;
  }
  #pms-form-style-1-wrapper div#pms-paygates-wrapper,
  #pms-form-style-1-wrapper .pms-price-breakdown__holder,
  #pms-form-style-1-wrapper #pms-credit-card-information {
    width: 470px !important;
  }
  #pms-form-style-1-wrapper div#pms-paygates-wrapper,
  #pms-form-style-1-wrapper .pms-price-breakdown__holder,
  #pms-form-style-1-wrapper #pms-credit-card-information:not(#pms-update-payment-method-form #pms-credit-card-information) {
    position: absolute;
    opacity: 0;
  }
  #pms-form-style-1-wrapper input[name=pms_confirm_retry_payment_subscription],
  #pms-form-style-1-wrapper input[name=pms_change_subscription],
  #pms-form-style-1-wrapper input[name=pms_renew_subscription],
  #pms-form-style-1-wrapper input[name=pms_new_subscription],
  #pms-form-style-1-wrapper input[name=pms_register] {
    position: absolute;
    opacity: 0;
  }
  #pms-form-style-1-wrapper #pms-paygates-wrapper {
    margin-bottom: 35px !important;
  }
  #pms-form-style-1-wrapper #pms-credit-card-information {
    margin-bottom: 60px !important;
  }
  #pms-form-style-1-wrapper .pms-price-breakdown__holder {
    margin-bottom: 0 !important;
    padding: 30px 30px 110px 30px !important;
  }
  #pms-form-style-1-wrapper #pms-paygates-wrapper {
    padding-top: 50px;
  }
  #pms-form-style-1-wrapper .pms-price-breakdown__holder h3,
  #pms-form-style-1-wrapper #pms-credit-card-information h4,
  #pms-form-style-1-wrapper #pms-paygates-wrapper h3 {
    margin-top: 0 !important;
  }
  #pms-form-style-1-wrapper .pms-account-navigation,
  #pms-form-style-1-wrapper .pms-account-subscription-details-table {
    min-width: 640px;
  }
  #pms-form-style-1-wrapper .pms-subscription-plan label .pms-subscription-plan-name {
    max-width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #pms-form-style-1-wrapper .pms-subscription-plan label .pms-subscription-plan-price {
    max-width: 50%;
  }
}
/**************************************************/
/*  FORM BUTTONS
/**************************************************/
#pms-form-style-1-wrapper .pms-group-dashboard a.pms-group-dashboard-go-back,
#pms-form-style-1-wrapper input[type=submit],
#pms-form-style-1-wrapper #pms-apply-discount,
#pms-form-style-1-wrapper .pms-form-submit {
  height: 48px;
  border-radius: 4px !important;
  border: none;
  color: #FFFFFF !important;
  text-decoration: none;
  text-transform: none;
  padding: 0 15px;
  background: #8b32b6 !important;
  font-size: 16px;
  max-width: 100%;
  min-width: 150px;
}

#pms-form-style-1-wrapper .pms-group-dashboard input[type=submit],
#pms-form-style-1-wrapper input[name=pms_edit_profile],
#pms-form-style-1-wrapper input[name=pms_confirm_retry_payment_subscription],
#pms-form-style-1-wrapper input[name=pms_change_subscription],
#pms-form-style-1-wrapper input[name=pms_renew_subscription],
#pms-form-style-1-wrapper input[name=pms_new_subscription],
#pms-form-style-1-wrapper input[name=pms_register] {
  width: 410px;
  -webkit-transition: none;
  transition: none;
}

#pms-form-style-1-wrapper .pms-group-dashboard a.pms-group-dashboard-go-back,
#pms-form-style-1-wrapper input[name=pms_redirect_back] {
  width: 150px;
}

#pms-form-style-1-wrapper .pms-group-dashboard a.pms-group-dashboard-go-back:hover,
#pms-form-style-1-wrapper input[type=submit]:hover,
#pms-form-style-1-wrapper #pms-apply-discount:hover {
  background: #2D8BF9 !important;
  text-decoration: none !important;
  color: #FFFFFF !important;
  cursor: pointer;
}

#pms-form-style-1-wrapper input[type=submit].pms-submit-disabled {
  cursor: wait !important;
}

#pms-form-style-1-wrapper .pms-group-dashboard a.pms-group-dashboard-go-back:focus,
#pms-form-style-1-wrapper input[type=submit]:focus,
#pms-form-style-1-wrapper #pms-apply-discount:focus {
  outline: none;
  -webkit-box-shadow: 0 0 4px #2D8BF9;
          box-shadow: 0 0 4px #2D8BF9;
  border-radius: 4px;
  background: #2D8BF9 !important;
  color: #FFFFFF !important;
}

#pms-form-style-1-wrapper .pms-group-dashboard a.pms-group-dashboard-go-back:disabled,
#pms-form-style-1-wrapper input[type=submit]:disabled,
#pms-form-style-1-wrapper #pms-apply-discount:disabled,
#pms-form-style-1-wrapper .pms-form-submit:disabled {
  color: #6E7A86;
  background: transparent;
  border: 1px solid #6E7A86 !important;
  pointer-events: none;
}

/**************************************************/
/*  TEXT INPUT & TEXTAREA FIELDS
/**************************************************/
#pms-form-style-1-wrapper #pms-members-table .pms-members-table__search,
#pms-form-style-1-wrapper .pms-group-dashboard form#pms-invite-members,
#pms-form-style-1-wrapper form#pms_login p.login-username,
#pms-form-style-1-wrapper form#pms_login p.login-password,
#pms-form-style-1-wrapper .pms-field:not(.pms-field-subscriptions, .pms-field-type-heading, .pms-gdpr-field, .beehive) {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 100%;
  margin: 0 auto 30px auto;
  min-height: 56px;
  max-width: 100%;
}

#pms-form-style-1-wrapper .pms-field.pms-billing-city,
#pms-form-style-1-wrapper .pms-field.pms-billing-first-name,
#pms-form-style-1-wrapper .pms-field.pms-first-name-field {
  width: calc(50% - 15px);
  float: left;
}

#pms-form-style-1-wrapper .pms-field.pms-billing-zip,
#pms-form-style-1-wrapper .pms-field.pms-billing-last-name,
#pms-form-style-1-wrapper .pms-field.pms-last-name-field {
  width: calc(50% - 15px);
  float: right;
}

#pms-form-style-1-wrapper .pms-field.pms-billing-country,
#pms-form-style-1-wrapper .pms-field.pms-billing-email,
#pms-form-style-1-wrapper .pms-field.pms-pass1-field {
  clear: both;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount input#pms_subscription_plans_discount_code::-webkit-input-placeholder {
  opacity: 0;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount input#pms_subscription_plans_discount_code::-moz-placeholder {
  opacity: 0;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount input#pms_subscription_plans_discount_code:-ms-input-placeholder {
  opacity: 0;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount input#pms_subscription_plans_discount_code::-ms-input-placeholder {
  opacity: 0;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount input#pms_subscription_plans_discount_code::placeholder {
  opacity: 0;
}

#pms-form-style-1-wrapper .pms-group-dashboard form#pms-invite-members label,
#pms-form-style-1-wrapper form#pms_login p.login-username label,
#pms-form-style-1-wrapper form#pms_login p.login-password label,
#pms-form-style-1-wrapper #pms-subscription-plans-discount label,
#pms-form-style-1-wrapper .pms-field:not(.pms-field-subscriptions, .pms-gdpr-field, .pms-field-type-card_expiration_date) label {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  padding: 0 15px;
  line-height: 56px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #6E7A86;
  pointer-events: none;
  text-indent: 0 !important;
}

#pms-form-style-1-wrapper .pms-group-dashboard form#pms-invite-members label.active,
#pms-form-style-1-wrapper form#pms_login p.login-username label.active,
#pms-form-style-1-wrapper form#pms_login p.login-password label.active,
#pms-form-style-1-wrapper #pms-subscription-plans-discount label.active,
#pms-form-style-1-wrapper .pms-field:not(.pms-field-subscriptions) label.active {
  margin: 0;
  top: 0;
  font-size: 12px;
  -webkit-transition: all ease-in-out 50ms;
  transition: all ease-in-out 50ms;
  line-height: 30px;
}

#pms-form-style-1-wrapper .pms-group-dashboard form#pms-invite-members label.focused,
#pms-form-style-1-wrapper form#pms_login p.login-username label.focused,
#pms-form-style-1-wrapper form#pms_login p.login-password label.focused,
#pms-form-style-1-wrapper #pms-subscription-plans-discount label.focused,
#pms-form-style-1-wrapper .pms-field:not(.pms-field-subscriptions) label.focused {
  color: #8b32b6 !important;
}

#pms-form-style-1-wrapper #pms-members-table .pms-members-table__search input,
#pms-form-style-1-wrapper form#pms_login p.login-username input,
#pms-form-style-1-wrapper form#pms_login p.login-password input,
#pms-form-style-1-wrapper #pms-subscription-plans-discount input#pms_subscription_plans_discount_code,
#pms-form-style-1-wrapper #pms-stripe-credit-card-details,
#pms-form-style-1-wrapper .pms-field:not(.pms-field-subscriptions) input[type=text]:not(.chosen-search input),
#pms-form-style-1-wrapper .pms-field input[type=password] {
  width: 100% !important;
  max-width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #CFD4DE;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #090A0B;
  height: 56px;
}

#pms-form-style-1-wrapper form#pms_login p.login-username input,
#pms-form-style-1-wrapper form#pms_login p.login-password input,
#pms-form-style-1-wrapper #pms-subscription-plans-discount input#pms_subscription_plans_discount_code,
#pms-form-style-1-wrapper .pms-field:not(.pms-field-subscriptions) input[type=text]:not(.chosen-search input),
#pms-form-style-1-wrapper .pms-field input[type=password] {
  padding: 15px 15px 0 15px !important;
}

#pms-form-style-1-wrapper .pms-group-dashboard form#pms-invite-members textarea,
#pms-form-style-1-wrapper .pms-field textarea {
  width: 100% !important;
  max-width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #CFD4DE;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #090A0B;
  height: 150px;
  padding: 25px 15px;
}

#pms-form-style-1-wrapper #pms-stripe-credit-card-details {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: text;
}

#pms-form-style-1-wrapper #pms-stripe-credit-card-details .__PrivateStripeElement {
  width: 100%;
}

/* discount code field */
#pms-form-style-1-wrapper #pms-subscription-plans-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount input#pms_subscription_plans_discount_code {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount input#pms-apply-discount {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount-messages-wrapper {
  border: 1px solid #CFD4DE;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 10px 20px;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount-messages-loading,
#pms-form-style-1-wrapper #pms-subscription-plans-discount-messages {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  pointer-events: none;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount-messages-loading {
  color: #6E7A86;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount-messages-loading:before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'><path d='M21,10.12H14.22L16.96,7.3C14.23,4.6 9.81,4.5 7.08,7.2C4.35,9.91 4.35,14.28 7.08,17C9.81,19.7 14.23,19.7 16.96,17C18.32,15.65 19,14.08 19,12.1H21C21,14.08 20.12,16.65 18.36,18.39C14.85,21.87 9.15,21.87 5.64,18.39C2.14,14.92 2.11,9.28 5.62,5.81C9.13,2.34 14.76,2.34 18.27,5.81L21,3V10.12M12.5,8V12.25L16,14.33L15.28,15.54L11,13V8H12.5Z' fill='rgb(110, 122, 134)'/></svg>");
  height: 24px;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount-messages.pms-discount-success {
  color: #558B2F;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount-messages.pms-discount-success:before {
  content: url("../icons/success-icon.svg");
  height: 24px;
  display: none;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount-messages.pms-discount-error {
  color: #C62828;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount-messages.pms-discount-error:before {
  content: url("../icons/error-icon.svg");
  height: 24px;
  display: none;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount-messages-wrapper:has(.pms-discount-success) {
  border-color: #558B2F;
}

#pms-form-style-1-wrapper #pms-subscription-plans-discount-messages-wrapper:has(.pms-discount-error) {
  border-color: #C62828;
}

/* PWYW price input field */
#pms-form-style-1-wrapper .pms-subscription-plan-price input.pms_pwyw_pricing {
  min-width: 60px;
  display: inline-block;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #CFD4DE;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #090A0B;
  text-align: center;
  padding: 0;
  margin: 0 3px;
  min-height: 22px !important;
}

#pms-form-style-1-wrapper #pms-members-table .pms-members-table__search input:hover,
#pms-form-style-1-wrapper .pms-group-dashboard form#pms-invite-members textarea:hover,
#pms-form-style-1-wrapper .pms-field textarea:hover,
#pms-form-style-1-wrapper form#pms_login p.login-username input:hover,
#pms-form-style-1-wrapper form#pms_login p.login-password input:hover,
#pms-form-style-1-wrapper .pms-subscription-plan-price input.pms_pwyw_pricing:hover,
#pms-form-style-1-wrapper #pms-subscription-plans-discount input#pms_subscription_plans_discount_code:hover,
#pms-form-style-1-wrapper #pms-stripe-credit-card-details:hover,
#pms-form-style-1-wrapper .pms-field:not(.pms-field-subscriptions) input[type=text]:hover,
#pms-form-style-1-wrapper .pms-field input[type=password]:hover {
  border: 1px solid #6E7A86 !important;
}

#pms-form-style-1-wrapper #pms-members-table .pms-members-table__search input:focus,
#pms-form-style-1-wrapper .pms-group-dashboard form#pms-invite-members textarea:focus,
#pms-form-style-1-wrapper .pms-field textarea:focus,
#pms-form-style-1-wrapper form#pms_login p.login-username input:focus,
#pms-form-style-1-wrapper form#pms_login p.login-password input:focus,
#pms-form-style-1-wrapper .pms-subscription-plan-price input.pms_pwyw_pricing:focus,
#pms-form-style-1-wrapper #pms-subscription-plans-discount input#pms_subscription_plans_discount_code:focus,
#pms-form-style-1-wrapper #pms-stripe-credit-card-details:focus,
#pms-form-style-1-wrapper .pms-field:not(.pms-field-subscriptions) input[type=text]:focus,
#pms-form-style-1-wrapper .pms-field input[type=password]:focus {
  border: 1px solid #8b32b6 !important;
}

#pms-form-style-1-wrapper .pms-field.pms-field-error textarea,
#pms-form-style-1-wrapper .pms-field.pms-field-error:not(.pms-field-subscriptions) input[type=text],
#pms-form-style-1-wrapper .pms-field.pms-field-error input[type=password] {
  border: 1px solid #C62828 !important;
}

#pms-form-style-1-wrapper .pms-field.pms-field-error:not(.pms-field-subscriptions, .pms-gdpr-field) label {
  color: #C62828 !important;
}

#pms-form-style-1-wrapper #pms-members-table thead .cell-1:hover,
#pms-form-style-1-wrapper #pms-members-table thead .cell-2:hover,
#pms-form-style-1-wrapper #pms-members-table thead .cell-3:hover {
  text-decoration: none;
}

/**************************************************/
/*  SELECT FIELDS
/**************************************************/
#pms-form-style-1-wrapper #pms-credit-card-information .pms-field-type-card_expiration_date select,
#pms-form-style-1-wrapper .pms-field .chosen-container .chosen-single,
#pms-form-style-1-wrapper .pms-field.pms-field-type-select select,
#pms-form-style-1-wrapper .pms-field.pms-field-type-select_state select {
  background-color: #FFFFFF !important;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #CFD4DE;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #090A0B;
  height: 56px;
}

#pms-form-style-1-wrapper .pms-field .chosen-container .chosen-single,
#pms-form-style-1-wrapper .pms-field.pms-field-type-select select,
#pms-form-style-1-wrapper .pms-field.pms-field-type-select_state select {
  width: 100%;
}

#pms-form-style-1-wrapper #pms-credit-card-information .pms-field-type-card_expiration_date select#pms_card_exp_month {
  width: 15%;
  margin-right: 5%;
  text-align: center;
}

#pms-form-style-1-wrapper #pms-credit-card-information .pms-field-type-card_expiration_date select#pms_card_exp_year {
  width: 30%;
  margin-left: 5%;
  text-align: center;
}

#pms-form-style-1-wrapper #pms-credit-card-information .pms-field-type-card_expiration_date select:hover,
#pms-form-style-1-wrapper .pms-field .chosen-container:not(.chosen-container-active) .chosen-single:hover,
#pms-form-style-1-wrapper .pms-field.pms-field-type-select select:hover,
#pms-form-style-1-wrapper .pms-field.pms-field-type-select_state select:hover {
  border: 1px solid #6E7A86 !important;
}

#pms-form-style-1-wrapper #pms-credit-card-information .pms-field-type-card_expiration_date select:focus,
#pms-form-style-1-wrapper .pms-field .chosen-container-active .chosen-single,
#pms-form-style-1-wrapper .pms-field.pms-field-type-select select:focus,
#pms-form-style-1-wrapper .pms-field.pms-field-type-select_state select:focus {
  border: 1px solid #8b32b6 !important;
}

#pms-form-style-1-wrapper .pms-field.pms-field-type-select select,
#pms-form-style-1-wrapper .pms-field.pms-field-type-select_state select {
  padding: 15px 15px 0 15px !important;
}

#pms-form-style-1-wrapper .pms-field .chosen-container .chosen-single {
  line-height: 56px;
  padding: 5px 15px 0 15px;
}

#pms-form-style-1-wrapper .pms-field .chosen-container-single .chosen-single div b {
  background-position-y: 17px;
}

#pms-form-style-1-wrapper .pms-field .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -16px 17px;
}

#pms-form-style-1-wrapper .pms-field.pms-field-type-select label,
#pms-form-style-1-wrapper .pms-field.pms-field-type-select_state label {
  z-index: 999;
}

#pms-form-style-1-wrapper .pms-field .chosen-container .chosen-single.chosen-default span {
  display: none;
}

/**************************************************/
/*  INPUTS TYPE CHECKBOX
/**************************************************/
#pms-form-style-1-wrapper form#pms_login p.login-remember,
#pms-form-style-1-wrapper .pms-gdpr-field,
#pms-form-style-1-wrapper .pms-subscription-plan-auto-renew {
  padding-bottom: 0;
  margin: 30px 0;
}

#pms-form-style-1-wrapper form#pms_login p.login-remember label,
#pms-form-style-1-wrapper .pms-gdpr-field label,
#pms-form-style-1-wrapper .pms-subscription-plan-auto-renew label {
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #6E7A86;
  word-break: break-word;
}

#pms-form-style-1-wrapper .pms-gdpr-field label a {
  font-size: 16px !important;
}

#pms-form-style-1-wrapper form#pms_login p.login-remember input[type=checkbox],
#pms-form-style-1-wrapper .pms-gdpr-field input[type=checkbox],
#pms-form-style-1-wrapper .pms-subscription-plan-auto-renew input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  content: " ";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #6E7A86;
  border-radius: 2px;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
}

#pms-form-style-1-wrapper form#pms_login p.login-remember input[type=checkbox],
#pms-form-style-1-wrapper .pms-subscription-plan-auto-renew input[type=checkbox] {
  margin-right: 10px !important;
  top: 0;
}

#pms-form-style-1-wrapper .pms-gdpr-field input[type=checkbox] {
  margin-bottom: -1px;
  margin-right: 3px;
}

#pms-form-style-1-wrapper form#pms_login p.login-remember input[type=checkbox]:checked,
#pms-form-style-1-wrapper .pms-gdpr-field input[type=checkbox]:checked,
#pms-form-style-1-wrapper .pms-subscription-plan-auto-renew input[type=checkbox]:checked {
  content: url("data:image/svg+xml,<svg style='color: white' xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' class='bi bi-check' viewBox='0 0 16 16'> <path d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z' fill='white'></path> </svg>");
  background: #8b32b6;
  border: none;
}

#pms-form-style-1-wrapper form#pms_login p.login-remember input[type=checkbox]:hover,
#pms-form-style-1-wrapper .pms-gdpr-field input[type=checkbox]:hover,
#pms-form-style-1-wrapper .pms-subscription-plan-auto-renew input[type=checkbox]:hover {
  border-color: #8b32b6;
}

#pms-form-style-1-wrapper form#pms_login p.login-remember input[type=checkbox]:checked:disabled,
#pms-form-style-1-wrapper .pms-gdpr-field input[type=checkbox]:checked:disabled,
#pms-form-style-1-wrapper .pms-subscription-plan-auto-renew input[type=checkbox]:checked:disabled {
  background: #6E7A86;
}

#pms-form-style-1-wrapper form#pms_login p.login-remember input[type=checkbox]:focus,
#pms-form-style-1-wrapper .pms-gdpr-field input[type=checkbox]:focus,
#pms-form-style-1-wrapper .pms-subscription-plan-auto-renew input[type=checkbox]:focus {
  border-color: #8b32b6 !important;
  outline: none;
  -webkit-box-shadow: inset 0 0 4px #8b32b6, 0 0 4px #8b32b6;
          box-shadow: inset 0 0 4px #8b32b6, 0 0 4px #8b32b6;
}

/**************************************************/
/*  Subscription Plans List --> RADIO INPUTS
/**************************************************/
#pms-form-style-1-wrapper .pms-subscription-plan input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: #FFFFFF;
  min-width: 20px !important;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #6E7A86;
  border-radius: 50%;
  margin: 0;
}

#pms-form-style-1-wrapper .pms-subscription-plan input[type=radio]:checked {
  background: #8b32b6;
  border-color: #8b32b6;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff;
          box-shadow: inset 0 0 0 3px #ffffff;
}

#pms-form-style-1-wrapper .pms-subscription-plan input[type=radio]:checked:disabled {
  background: #6E7A86;
}

#pms-form-style-1-wrapper .pms-subscription-plan input[type=radio]:hover {
  border-color: #8b32b6;
}

#pms-form-style-1-wrapper .pms-subscription-plan input[type=radio]:focus {
  border-color: #8b32b6;
  -webkit-box-shadow: inset 0 0 0 3px #ffffff, 0 0 4px #8b32b6;
          box-shadow: inset 0 0 0 3px #ffffff, 0 0 4px #8b32b6;
}

/**************************************************/
/*  Subscription Plans List
/**************************************************/
#pms-form-style-1-wrapper .pms-subscription-plan label {
  background: #FFFFFF;
  border: 1px solid #CFD4DE;
  border-radius: 4px;
  padding: 15px;
  min-height: 52px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #6E7A86;
}

#pms-form-style-1-wrapper .pms-subscription-plan label.selected,
#pms-form-style-1-wrapper .pms-subscription-plan label:hover {
  border-color: #8b32b6;
}

#pms-form-style-1-wrapper .pms-subscription-plan label.selected {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#pms-form-style-1-wrapper .pms-subscription-plan .pms-subscription-plan-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6E7A86;
  margin-left: 10px;
  margin-top: 5px;
}

#pms-form-style-1-wrapper .pms-subscription-plan label input[type=radio] {
  position: absolute;
  top: 15px;
  left: 15px;
}

#pms-form-style-1-wrapper .pms-subscription-plan label .pms-subscription-plan-name {
  position: absolute;
  top: 15px;
  left: 45px;
}

#pms-form-style-1-wrapper .pms-subscription-plan label .pms-subscription-plan-price {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: right;
}

#pms-form-style-1-wrapper .pms-subscription-plan label .pms-subscription-plan-name,
#pms-form-style-1-wrapper .pms-subscription-plan label .pms-subscription-plan-price {
  font-weight: 500;
  color: #090A0B;
}

#pms-form-style-1-wrapper .pms-subscription-plan label.selected .pms-subscription-plan-name {
  color: #8b32b6;
}

.pms-subscription-plan-price > .pms-divider:first-child {
  display: none;
}

#pms-form-style-1-wrapper .pms-subscription-plan label span:not(.pms-subscription-plan-name, .pms-subscription-plan-price):not(:empty) {
  padding-top: 30px;
}

#pms-form-style-1-wrapper .pms-subscription-plan label > span.pms-subscription-plan-price + span:empty + span:empty + span:not(.pms-subscription-plan-name, .pms-subscription-plan-price)::first-letter,
#pms-form-style-1-wrapper .pms-subscription-plan label > span.pms-subscription-plan-price + span:empty + span:not(.pms-subscription-plan-name, .pms-subscription-plan-price)::first-letter,
#pms-form-style-1-wrapper .pms-subscription-plan label > span.pms-subscription-plan-price + span:not(.pms-subscription-plan-name, .pms-subscription-plan-price)::first-letter {
  text-transform: uppercase;
}

/**************************************************/
/*  "Your Purchase" TABLE
/**************************************************/
#pms-form-style-1-wrapper .pms-price-breakdown__holder {
  background: #FFFFFF;
  border: 1px solid #CFD4DE;
  border-radius: 4px;
}

#pms-form-style-1-wrapper .pms-price-breakdown__holder h3 {
  margin-top: 0;
}

#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody tr td,
#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody tr,
#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody,
#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table {
  border: none !important;
}

#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody tr td.pms-value {
  text-align: right;
}

#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody tr td.pms-subtotal__value,
#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody tr td.pms-subtotal__label,
#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody tr td.pms-tax__value,
#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody tr td.pms-tax__label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #6E7A86;
}

#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody tr td.pms-total__value,
#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody tr td.pms-total__label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #090A0B;
}

#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody tr:last-of-type {
  margin-bottom: 0;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #CFD4DE !important;
}

#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table {
  margin-bottom: 0;
  width: 100%;
}

#pms-form-style-1-wrapper .pms-price-breakdown__holder .pms-price-breakdown table tbody tr td {
  padding: 0;
}

/**************************************************/
/*  Payment Method Options
/**************************************************/
#pms-form-style-1-wrapper #pms-paygates-inner {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#pms-form-style-1-wrapper #pms-paygates-inner > label {
  border-radius: 4px;
}

#pms-form-style-1-wrapper #pms-paygates-inner input + span {
  border-radius: 4px;
}

#pms-form-style-1-wrapper #pms-paygates-inner input + span:hover,
#pms-form-style-1-wrapper #pms-paygates-inner input:checked + span {
  border-color: #8b32b6;
}

/**************************************************/
/*  Stripe Connect
/**************************************************/
#pms-form-style-1-wrapper #pms-stripe-payment-elements {
  padding: 30px;
  border: 1px solid #CFD4DE;
  border-radius: 4px;
}

/**************************************************/
/*  Delete Account
/**************************************************/
#pms-form-style-1-wrapper .pms-field label[for=pms-delete-account] {
  position: inherit !important;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #090A0B !important;
  padding: 0 !important;
  margin-top: 50px;
}

#pms-form-style-1-wrapper input#pms-delete-account {
  background: #e76054 !important;
  width: 150px;
  height: 48px;
  border-radius: 4px !important;
  color: #FFFFFF !important;
  text-decoration: none;
  text-transform: none;
  padding: 0 15px;
  font-size: 16px;
  pointer-events: all;
  cursor: pointer;
}

#pms-form-style-1-wrapper input#pms-delete-account:hover {
  background: #ec6d61 !important;
}

#pms-form-style-1-wrapper input#pms-delete-account:focus {
  -webkit-box-shadow: 0 0 4px #ec6d61;
          box-shadow: 0 0 4px #ec6d61;
  background: #ec6d61 !important;
}

/**************************************************/
/*  Account --> Subscriptions
/**************************************************/
#pms-form-style-1-wrapper .pms-account-navigation {
  margin-bottom: 45px;
  position: relative;
}

#pms-form-style-1-wrapper .pms-account-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  border-bottom: 3px solid #CFD4DE;
}

#pms-form-style-1-wrapper .pms-account-navigation ul li {
  padding-bottom: 10px;
}

#pms-form-style-1-wrapper .pms-account-navigation ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #6E7A86;
  padding-bottom: 13px;
}

#pms-form-style-1-wrapper .pms-account-navigation ul li.pms-account-navigation-link:not(.pms-account-navigation-link--logout) a:hover,
#pms-form-style-1-wrapper .pms-account-navigation ul li a.pms-account-navigation-link--active {
  color: #8b32b6;
  -webkit-box-shadow: 0 3px 0 0 currentColor !important;
          box-shadow: 0 3px 0 0 currentColor !important;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table,
#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr,
#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr td {
  border: none;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table {
  margin-bottom: 60px;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table:last-of-type {
  margin-bottom: 80px;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr td {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #090A0B;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr td:first-of-type {
  min-width: 180px;
  font-weight: 400;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr td:last-of-type {
  font-weight: 500;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__status td:last-of-type {
  border-radius: 20px;
  padding: 3px 16px;
  font-size: 14px;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__status td.status-active {
  background: rgba(104, 159, 56, 0.15);
  border: 1px solid #558B2F;
  color: #558B2F;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__status td.status-pending {
  background: rgba(72, 114, 155, 0.15);
  border: 1px solid #48729b;
  color: #48729b;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__status td.status-canceled {
  background: rgba(206, 124, 0, 0.15);
  border: 1px solid #ce7c00;
  color: #ce7c00;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__status td.status-expired {
  background: rgba(198, 40, 40, 0.15);
  border: 1px solid #C62828;
  color: #C62828;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr td a {
  color: #8b32b6;
  text-decoration: none;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #CFD4DE;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:first-of-type {
  display: none;
}

#pms-form-style-1-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout {
  position: absolute;
  right: 0;
}

#pms-form-style-1-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout a,
#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type .pms-account-subscription-action-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 5px 15px;
  height: 40px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #8b32b6 !important;
  border-radius: 4px;
  color: #8b32b6;
  margin: 0;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type span.pms-account-subscription-action-link {
  opacity: 0.5;
}

#pms-form-style-1-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout a:hover,
#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type a.pms-account-subscription-action-link:hover {
  background: #2D8BF9 !important;
  text-decoration: none !important;
  border: 1px solid #2D8BF9 !important;
  color: #FFFFFF !important;
  cursor: pointer;
}

#pms-form-style-1-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout a:focus,
#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type a.pms-account-subscription-action-link:focus {
  outline: none;
  border: 1px solid #2D8BF9 !important;
  -webkit-box-shadow: 0 0 4px #2D8BF9;
          box-shadow: 0 0 4px #2D8BF9;
  background: #2D8BF9 !important;
  color: #FFFFFF !important;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type .pms-account-subscription-action-link__change:before {
  content: url("../icons/subscription-change-icon-blue.svg");
  height: 20px;
  color: red;
  display: none;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type .pms-account-subscription-action-link__renew:before {
  content: url("../icons/subscription-renew-icon-blue.svg");
  height: 20px;
  display: none;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type .pms-account-subscription-action-link__retry:before {
  content: url("../icons/subscription-retry-icon-blue.svg");
  height: 24px;
  display: none;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type .pms-account-subscription-action-link__cancel:before {
  content: url("../icons/subscription-cancel-icon-blue.svg");
  height: 21px;
  display: none;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type .pms-account-subscription-action-link__abandon:before {
  content: url("../icons/subscription-abandon-icon-blue.svg");
  height: 20px;
  display: none;
}

#pms-form-style-1-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout a:before {
  content: url("../icons/account-logout-icon-blue.svg");
  display: none;
}

#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type a:hover:before,
#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type a:focus:before,
#pms-form-style-1-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout a:hover:before,
#pms-form-style-1-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout a:focus:before {
  -webkit-filter: grayscale(100) brightness(100);
          filter: grayscale(100) brightness(100);
}

/**************************************************/
/*  Account --> Payments & Invoices
/**************************************************/
#pms-form-style-1-wrapper #pms-members-table table,
#pms-form-style-1-wrapper table#pms-confirm-payment,
#pms-form-style-1-wrapper table#pms-payment-history {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

#pms-form-style-1-wrapper #pms-members-table table,
#pms-form-style-1-wrapper #pms-members-table table *,
#pms-form-style-1-wrapper table#pms-confirm-payment,
#pms-form-style-1-wrapper table#pms-confirm-payment *,
#pms-form-style-1-wrapper table#pms-payment-history,
#pms-form-style-1-wrapper table#pms-payment-history * {
  border: none;
}

#pms-form-style-1-wrapper #pms-members-table table tr th,
#pms-form-style-1-wrapper table#pms-confirm-payment tr th,
#pms-form-style-1-wrapper table#pms-payment-history tr th {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #6E7A86;
  border-bottom: 1px solid #6E7A86;
  padding-bottom: 10px;
}

#pms-form-style-1-wrapper #pms-members-table table tr td,
#pms-form-style-1-wrapper table#pms-confirm-payment tr td,
#pms-form-style-1-wrapper table#pms-payment-history tr td {
  border-bottom: 1px solid #CFD4DE;
  padding: 20px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #090A0B;
}

#pms-form-style-1-wrapper #pms-members-table table tr td a,
#pms-form-style-1-wrapper table#pms-payment-history tr td.pms-payment-invoice a {
  color: #8b32b6;
  text-decoration: none;
}

#pms-form-style-1-wrapper table#pms-payment-history tr td.pms-payment-status.status-completed {
  color: #558B2F;
}

#pms-form-style-1-wrapper table#pms-payment-history tr td.pms-payment-status.status-pending {
  color: #F9A825;
}

#pms-form-style-1-wrapper table#pms-payment-history tr td.pms-payment-status.status-failed {
  color: #C62828;
}

#pms-form-style-1-wrapper table#pms-payment-history tr td.pms-payment-status.status-refunded {
  color: #48729b;
}

/* pagination */
#pms-form-style-1-wrapper p#pms-payment-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

#pms-form-style-1-wrapper p#pms-payment-history .page-numbers {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  border: 1px solid #8b32b6 !important;
  border-radius: 2px;
  padding: 5px 10px;
}

#pms-form-style-1-wrapper p#pms-payment-history a {
  color: #8b32b6;
}

#pms-form-style-1-wrapper p#pms-payment-history a:hover,
#pms-form-style-1-wrapper p#pms-payment-history span {
  background: #2D8BF9 !important;
  text-decoration: none !important;
  border: 1px solid #2D8BF9 !important;
  color: #FFFFFF !important;
  cursor: pointer;
}

/**************************************************/
/*  Login
/**************************************************/
#pms-form-style-1-wrapper form#pms_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#pms-form-style-1-wrapper form#pms_new_password_form,
#pms-form-style-1-wrapper form#pms_recover_password_form,
#pms-form-style-1-wrapper form#pms_login {
  max-width: 500px;
  margin: 0 auto;
}

#pms-form-style-1-wrapper form#pms_recover_password_form input[type=submit],
#pms-form-style-1-wrapper form#pms_login input[type=submit] {
  width: 200px;
}

#pms-form-style-1-wrapper .pms-warning-message-wrapper a,
#pms-form-style-1-wrapper .pms-gdpr-field label a,
#pms-form-style-1-wrapper .pms-alert a,
#pms-form-style-1-wrapper p a.pms-register-page-link,
#pms-form-style-1-wrapper form#pms_login p.login-extra a {
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #8b32b6;
  text-decoration: none;
}

#pms-form-style-1-wrapper .pms-warning-message-wrapper a:hover,
#pms-form-style-1-wrapper table#pms-payment-history tr td.pms-payment-invoice a:hover,
#pms-form-style-1-wrapper table.pms-account-subscription-details-table tr td a.pms-account-subscription-action-link__update-payment-method:hover,
#pms-form-style-1-wrapper .pms-gdpr-field label a:hover,
#pms-form-style-1-wrapper .pms-alert a:hover,
#pms-form-style-1-wrapper p a.pms-register-page-link:hover,
#pms-form-style-1-wrapper form#pms_login p.login-extra a:hover {
  color: #2D8BF9;
  text-decoration: underline;
}

#pms-form-style-1-wrapper form#pms_login p:not(.login-submit, .login-extra) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#pms-form-style-1-wrapper form#pms_login p.login-submit {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

#pms-form-style-1-wrapper form#pms_login p.login-extra {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

#pms-form-style-1-wrapper form#pms_login p.login-extra {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px;
}

#pms-form-style-1-wrapper form#pms_login p.login-extra span.separator {
  display: none;
}

@media screen and (max-width: 500px) {
  #pms-form-style-1-wrapper form#pms_login p.login-extra,
  #pms-form-style-1-wrapper form#pms_login p.login-submit {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #pms-form-style-1-wrapper form#pms_login p.login-extra {
    text-align: left;
  }
}
#pms-form-style-1-wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #6E7A86;
  word-break: break-word;
}

/**************************************************/
/*  Notifications
/**************************************************/
#pms-form-style-1-wrapper .pms-prorate-frontend-message,
#pms-form-style-1-wrapper p.pms-alert,
#pms-form-style-1-wrapper .pms-gm-message,
#pms-form-style-1-wrapper .pms-gm-message__purchase {
  background: rgba(16, 121, 243, 0.1);
  border: 1px solid #8b32b6;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #090A0B;
  position: relative;
  padding: 25px 25px 25px 70px;
}

#pms-form-style-1-wrapper .pms-prorate-frontend-message:before,
#pms-form-style-1-wrapper p.pms-alert:before,
#pms-form-style-1-wrapper .pms-gm-message:before,
#pms-form-style-1-wrapper .pms-gm-message__purchase:before {
  content: url("../icons/notification-icon-blue.svg");
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

#pms-form-style-1-wrapper p.pms-alert {
  display: inline-block;
}

#pms-form-style-1-wrapper .pms-warning-message-wrapper,
#pms-form-style-1-wrapper .pms-form-errors-wrapper p,
.pms-payment-error p,
#pms-form-style-1-wrapper .pms_success-messages-wrapper p,
#pms-form-style-1-wrapper p.pms-login-error {
  border-radius: 4px;
  margin: 50px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #090A0B;
  padding: 20px 25px 20px 60px;
  position: relative;
}

#pms-form-style-1-wrapper .pms-form-errors-wrapper p,
.pms-payment-error p,
#pms-form-style-1-wrapper .pms_success-messages-wrapper p,
#pms-form-style-1-wrapper p.pms-login-error {
  max-width: 500px;
}

#pms-form-style-1-wrapper .pms-warning-message-wrapper p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #090A0B;
}

#pms-form-style-1-wrapper .pms-warning-message-wrapper,
#pms-form-style-1-wrapper .pms-form-errors-wrapper p,
.pms-payment-error p,
#pms-form-style-1-wrapper p.pms-login-error {
  background: #FFCDD2;
  border: 1px solid #C62828;
  margin: 50px auto;
}

#pms-form-style-1-wrapper .pms-form-errors-wrapper,
.pms-payment-error {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  margin-bottom: 50px !important;
}

#pms-form-style-1-wrapper .pms_success-messages-wrapper p {
  background: #DCEDC8;
  border: 1px solid #689F38;
}

#pms-form-style-1-wrapper .pms-warning-message-wrapper > strong:first-of-type,
#pms-form-style-1-wrapper .pms_success-messages-wrapper span.pms-notice-title,
#pms-form-style-1-wrapper p.pms-login-error strong:first-of-type {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

#pms-form-style-1-wrapper .pms_success-messages-wrapper span.pms-notice-title {
  color: #558B2F;
}

#pms-form-style-1-wrapper .pms-warning-message-wrapper > strong:first-of-type,
#pms-form-style-1-wrapper p.pms-login-error strong:first-of-type {
  color: #C62828;
}

#pms-form-style-1-wrapper .pms-warning-message-wrapper:before,
#pms-form-style-1-wrapper .pms-form-errors-wrapper p:before,
.pms-payment-error p:before,
#pms-form-style-1-wrapper .pms_success-messages-wrapper p:before,
#pms-form-style-1-wrapper p.pms-login-error:before {
  display: block;
  position: absolute;
  top: 20px;
  left: 25px;
  height: 22px;
}

#pms-form-style-1-wrapper .pms_success-messages-wrapper p:before {
  content: url("../icons/success-icon.svg");
  display: none;
}

#pms-form-style-1-wrapper .pms-warning-message-wrapper:before,
#pms-form-style-1-wrapper .pms-form-errors-wrapper p:before,
.pms-payment-error p:before,
#pms-form-style-1-wrapper p.pms-login-error:before {
  content: url("../icons/error-icon.svg");
  display: none;
}

/**************************************************/
/*  Mobile
/**************************************************/
@media screen and (max-width: 480px) {
  #pms-form-style-1-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type .pms-account-subscription-action-link {
    margin-bottom: 10px;
  }
  #pms-form-style-1-wrapper .pms-account-subscription-details-table__payment-method__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #pms-form-style-1-wrapper .pms-subscription-plan label .pms-subscription-plan-name,
  #pms-form-style-1-wrapper .pms-subscription-plan label .pms-subscription-plan-price,
  #pms-form-style-1-wrapper .pms-subscription-plan label input[type=radio] {
    position: unset;
  }
  #pms-form-style-1-wrapper .pms-subscription-plan label .pms-subscription-plan-name {
    word-break: break-word;
  }
  #pms-form-style-1-wrapper .pms-subscription-plan label input[type=radio] {
    margin-right: 5px;
  }
  #pms-form-style-1-wrapper .pms-subscription-plan label .pms-subscription-plan-price {
    width: 100%;
  }
  #pms-form-style-1-wrapper .pms-field.pms-billing-zip,
  #pms-form-style-1-wrapper .pms-field.pms-billing-last-name,
  #pms-form-style-1-wrapper .pms-field.pms-last-name-field,
  #pms-form-style-1-wrapper .pms-field.pms-billing-city,
  #pms-form-style-1-wrapper .pms-field.pms-billing-first-name,
  #pms-form-style-1-wrapper .pms-field.pms-first-name-field {
    width: 100%;
  }
  #pms-form-style-1-wrapper .pms-account-navigation ul {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    border: none;
  }
  #pms-form-style-1-wrapper .pms-account-navigation ul li {
    padding-bottom: 0;
  }
  #pms-form-style-1-wrapper .pms-account-navigation ul li a {
    padding-bottom: 2px;
  }
  #pms-form-style-1-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout {
    position: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  #pms-form-style-1-wrapper .pms-account-navigation ul li:not(.pms-account-navigation-link--logout) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #pms-form-style-1-wrapper table#pms-payment-history {
    width: 300%;
    max-width: 300%;
  }
  #pms-form-style-1-wrapper {
    overflow-x: scroll;
  }
  #pms-form-style-1-wrapper #pms-update-payment-method-form input[name=pms_update_payment_method],
  #pms-form-style-1-wrapper #pms-change-subscription-form input[name=pms_change_subscription],
  #pms-form-style-1-wrapper #pms-abandon-subscription-form input[name=pms_confirm_abandon_subscription],
  #pms-form-style-1-wrapper #pms-retry-payment-subscription-form input[name=pms_confirm_retry_payment_subscription],
  #pms-form-style-1-wrapper #pms-renew-subscription-form input[name=pms_renew_subscription] {
    margin-bottom: 30px;
  }
  #pms-form-style-1-wrapper #pms-subscription-plans-discount {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 5%;
  }
}
/**************************************************/
/*  Group Subscription Dashboard (extra styles)
/**************************************************/
#pms-form-style-1-wrapper #pms-invite-members,
#pms-form-style-1-wrapper #pms-members-table {
  margin-bottom: 50px !important;
}

#pms-form-style-1-wrapper #pms-members-table table {
  margin-top: 0;
}

#pms-form-style-1-wrapper #pms-members-table .pms-members-table__wrap {
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

#pms-form-style-1-wrapper #pms-members-table .pms-members-table__search {
  margin-bottom: 0;
}

#pms-form-style-1-wrapper #pms-members-table .pms-members-table__search input {
  padding: 0 15px;
}

#pms-form-style-1-wrapper #pms-invite-members p.description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6E7A86;
  margin-left: 10px;
  margin-top: 5px;
}

#pms-form-style-1-wrapper .pms-group-dashboard p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #6E7A86;
  word-break: break-word;
}

#pms-form-style-1-wrapper .pms-group-dashboard a.pms-group-dashboard-go-back {
  display: block;
  line-height: 48px;
  text-align: center;
}

/**************************************************/
/*  PASSWORD STRENGTH
/**************************************************/
#pms-form-style-1-wrapper #pms-pass-strength-result {
  height: auto;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #6E7A86;
  border-radius: 4px;
  pointer-events: none;
  background-color: #F2F6FC;
  display: block;
}

#pms-form-style-1-wrapper #pms-pass-strength-result.short {
  background: #FFCDD2;
  border-color: #C62828;
}

#pms-form-style-1-wrapper #pms-pass-strength-result.bad {
  background: #EED8CA;
  border-color: #F97625;
}

#pms-form-style-1-wrapper #pms-pass-strength-result.good {
  background: #FFF9C4;
  border-color: #F9A825;
}

#pms-form-style-1-wrapper #pms-pass-strength-result.strong {
  background: #DCEDC8;
  border-color: #689F38;
}

.section-form__content--text {
  color: #eee;
  font-size: 2rem;
}

.columns-70-30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1000px) {
  .columns-70-30 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.columns-70-30 .column-70 {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.columns-70-30 .column-70 .message {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .columns-70-30 .column-70 .message {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .columns-70-30 .column-70 {
    text-align: center !important;
  }
  .columns-70-30 .column-70 p {
    text-align: center !important;
  }
}
.columns-70-30 .column-70 .section-top {
  padding-top: 0;
}
.columns-70-30 .column-70 .section-top__text {
  color: #eee;
  font-size: 2rem;
  padding: 0 0 3rem 0;
}
@media only screen and (min-width: 1000px) {
  .columns-70-30 .column-70 {
    width: 70%;
  }
}
.columns-70-30 .column-30 {
  margin-top: 5rem;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1000px) {
  .columns-70-30 .column-30 {
    margin-top: -5rem;
    width: 30%;
  }
}

.sign-in-form,
.edit-profile-form,
#pms-renew-subscription-form {
  width: 100%;
}
.sign-in-form .input,
.edit-profile-form .input,
#pms-renew-subscription-form .input {
  margin-right: 0;
}
.sign-in-form textarea,
.edit-profile-form textarea,
#pms-renew-subscription-form textarea {
  height: 10rem;
}

form p,
form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
  padding-left: 0;
}
form ul {
  margin-left: 0;
}
form label,
form .pms-subscription-plan-description {
  text-transform: lowercase;
  font-size: 2.2rem;
  margin-bottom: 0.7rem;
}
form label a,
form .pms-subscription-plan-description a {
  color: #8b32b6;
}
form label a:hover,
form .pms-subscription-plan-description a:hover {
  color: #27da89;
}
form .login-remember {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
form .login-remember input {
  margin-right: 1rem;
}
form .login-extra {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: lowercase;
  text-decoration: none;
}
form .login-extra a {
  color: #eee;
}
form .login-extra .separator {
  margin: 0 1rem;
}

#pms-paygates-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4rem;
}
#pms-paygates-inner > label {
  background-color: transparent !important;
  color: white;
}

.pms-form-fields-wrapper {
  margin: 0;
}

.pms-field-type-heading {
  padding-left: 0;
  margin-bottom: 0;
}

.input,
.pms-field input {
  height: 3rem;
  background: #493246;
  color: #eee;
  border: 1px solid #eee;
}
.input.wpcf7-not-valid,
.pms-field input.wpcf7-not-valid {
  border-color: #dc3232;
}

.pms_field-errors-wrapper p {
  margin: 0.5rem 0 0 0;
  color: #ff6c5d;
}

.button,
input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  padding: 0 2rem;
  background: #27da89;
  width: 100%;
  margin: 0 auto;
  color: #072929;
  font-family: "Poppins";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: -0.022rem;
}
.button:hover,
input[type=submit]:hover {
  background: #2dfa9e;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .button,
  input[type=submit] {
    margin: 0 auto;
  }
}

.error {
  background: #ff8d8d;
  color: black !important;
  padding: 1rem !important;
}
.error strong {
  font-weight: 700;
}

.light-purple {
  color: #8b32b6;
}

.inline {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 0;
  gap: 1rem;
  width: 100%;
}
@media only screen and (min-width: 990px) {
  .inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.inline .input {
  margin-right: 0rem;
}
.inline__input {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.inline__input label {
  font-size: 1.3rem;
  margin: 0.7rem 0;
}

/* .pms-form, */
#pms_login {
  max-width: 62rem;
}
@media screen and (max-width: 1000px) {
  #pms_login {
    max-width: 100%;
  }
}

.section-top__left-col .pms-login-error {
  max-width: 62rem;
  background: #ff8d8d;
  border: none;
  color: black;
}
@media screen and (max-width: 1000px) {
  .section-top__left-col .pms-login-error {
    max-width: 100%;
  }
}
.section-top__left-col .pms-login-error strong {
  color: black;
}

.pms-form-fields-wrapper .pms-subscription-plan-description {
  margin-left: 3.8rem;
}

form.pms-form ul.pms-form-fields-wrapper li {
  text-align: left;
}

.pms-form-fields-wrapper #pms-paygates-inner {
  visibility: visible;
}
.pms-form-fields-wrapper #pms-paygates-inner > label {
  background: transparent;
}

#pms-subscription-plans-discount {
  display: none;
  visibility: hidden;
}

.wpcf7 {
  max-width: 62rem;
}
@media screen and (max-width: 1000px) {
  .wpcf7 {
    margin: 0 auto;
  }
}
.wpcf7 label {
  color: #bfbebe;
  display: block;
  margin-bottom: 0.8rem;
  text-align: left;
  font-family: "Poppins";
  font-size: 2rem;
  line-height: 3rem;
}
.wpcf7 .form-row {
  font-size: 0;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 600px) {
  .wpcf7 .form-row {
    margin-bottom: 1rem;
  }
}
.wpcf7 .form-col {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .wpcf7 .form-col {
    width: 100%;
  }
}
.wpcf7 .form-col.form-col--left {
  padding-right: 1.6rem;
}
@media screen and (max-width: 600px) {
  .wpcf7 .form-col.form-col--left {
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.wpcf7 .form-col.form-col--right {
  padding-left: 1.6rem;
}
@media screen and (max-width: 600px) {
  .wpcf7 .form-col.form-col--right {
    padding-left: 0;
  }
}
.wpcf7 .form-col.form-col--full {
  width: 100%;
}
.wpcf7 .form-col input {
  width: 100%;
  font-size: 20px;
  padding: 1rem;
  height: 4rem;
  border: none;
  background: #333333;
  color: #bfbebe;
}
.wpcf7 .form-col textarea {
  height: 20rem;
  resize: none;
  width: 100%;
  font-size: 16px;
  padding: 1rem;
  border: none;
  background: #333333;
  color: #bfbebe;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900;
  padding: 1rem;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.6rem;
  color: white;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  padding-top: 0.5rem;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  input[type=submit].wpcf7-submit {
    margin-left: 72px;
  }
}

.pms-subscription-plan-description {
  color: white;
}

#pms-change-subscription-form strong {
  color: white;
}
#pms-change-subscription-form .pms-subscription-plan-name {
  color: white;
}
#pms-change-subscription-form input[type=submit] {
  max-width: 100%;
}
@media screen and (max-width: 396px) {
  #pms-change-subscription-form input[type=submit] {
    margin-bottom: 1.4rem;
  }
}
#pms-change-subscription-form .pms-upgrade__message {
  color: white;
  font-size: 1.6rem;
}

#pms-change-subscription-form .pms-subscription-plan-description {
  padding-left: 1rem;
}

.section-top__left-col #pms-form-style-1-wrapper {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
}
.section-top__left-col #pms-form-style-1-wrapper table td {
  background: white;
}

#pms_register-form {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 64rem;
}

#pms-form-style-1-wrapper .pms-form-fields-wrapper:not(#pms_edit-profile-form .pms-form-fields-wrapper,
#pms_recover_password_form .pms-form-fields-wrapper,
#pms_new_password_form .pms-form-fields-wrapper,
.pms-group-dashboard .pms-form-fields-wrapper) {
  max-width: 100%;
}

#pms-form-style-1-wrapper h3 {
  margin-top: 0;
}

#pms-form-style-1-wrapper div#pms-paygates-wrapper {
  position: relative;
  padding-top: 2rem;
}

#pms-form-style-1-wrapper input[type=submit],
#pms-form-style-1-wrapper .pms-form-submit {
  position: relative;
}

#pms-form-style-1-wrapper .pms-subscription-plan-auto-renew {
  margin: 1rem 0;
}

.pms-subscription-plan {
  margin-bottom: 0;
}

#pms-form-style-1-wrapper .pms-gdpr-field input[type=checkbox],
#pms-form-style-1-wrapper .pms-subscription-plan-auto-renew input[type=checkbox] {
  background: white;
}

#pms-form-style-1-wrapper #pms-paygates-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#pms-form-style-1-wrapper #pms-credit-card-information:not(#pms-update-payment-method-form #pms-credit-card-information) {
  position: relative;
}

#pms-change-subscription-form .pms-subscription-plan-auto-renew label {
  color: #6a6a6a;
}

.page-template-roster-maker .container--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-roster-maker .container.container--rosters-table {
  overflow: auto;
}
.page-template-roster-maker .btn {
  display: block;
  padding: 1.9rem;
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 2.5rem;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: "Poppins";
  color: #eee;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: #27da89;
}
.page-template-roster-maker .btn:hover {
  background: #462456;
  -webkit-transition: 0s;
  transition: 0s;
  text-decoration: none;
}
.page-template-roster-maker .btn.btn--smaller {
  font-size: 2rem;
  text-transform: lowercase;
  padding: 1.2rem;
  letter-spacing: 0;
}

.create-roster-button {
  text-align: center;
}

.rosters-table {
  width: 100%;
  max-width: 1120px;
  min-width: 86rem;
  margin: 0 auto;
  margin-top: 6rem;
  overflow-x: auto;
  overflow-y: hidden;
}
.rosters-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #211229;
}
.rosters-table__row:nth-of-type(2n) {
  background: #40274c;
}
.rosters-table__row--header {
  background: #66397b;
}
.rosters-table__row--header .rosters-table__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rosters-table__row--header .rosters-table__col .sorting-arrow {
  color: #fff;
  font-size: 0;
  display: none;
}
.rosters-table__row--header .rosters-table__col .sorting-arrow.sorting-arrow--desc {
  display: block;
}
.rosters-table__row--header .rosters-table__col .sorting-arrow.sorting-arrow--asc {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  display: block;
}
.rosters-table__row--header .rosters-table__col p {
  font-weight: 400;
}
.rosters-table__col {
  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;
  height: 7.4rem;
  padding: 0 1rem;
}
.rosters-table__col--name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.rosters-table__col--date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.rosters-table__col--rating {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.rosters-table__col--open {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}
.rosters-table__col p {
  font-family: "Poppins";
  font-size: 2.4rem;
  color: white;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}
.rosters-table__rating-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rosters-table__rating-squares > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  aspect-ratio: 1/1;
  background: #66397b;
}
.rosters-table__rating-squares > div div {
  display: block;
  height: 100%;
  background: #8c32b6;
}
.rosters-table__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.rosters-table__pagination button {
  width: 50px;
  height: 50px;
  line-break: 30px;
  text-align: center;
  background: #27da89;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins";
  color: #eee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.rosters-table__pagination button.current, .rosters-table__pagination button:hover {
  background: #2a1a35;
  cursor: pointer;
}

.roster-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  background: #211229;
  margin-top: 5rem;
}
.roster-image {
  background: #211229;
}

.create-roster-text {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.create-roster-text p, .create-roster-text ul, .create-roster-text ol {
  margin: 0;
  text-align: left;
  font-family: "Poppins";
  font-size: 1.9rem;
}
.create-roster-text p strong, .create-roster-text ul strong, .create-roster-text ol strong {
  color: #eee;
  font-weight: 700;
}
.create-roster-text ul {
  list-style: disc;
  margin-left: 2rem;
}
.create-roster-text ul li {
  padding-left: 0;
  margin-bottom: 0;
}
.create-roster-text ul li:before {
  display: none;
}
.create-roster-text ol {
  list-style-type: decimal;
  margin-left: 2rem;
}

.section--roster-information {
  background: #1a191d;
  padding: 0;
  font-size: 0;
}
.section--roster-information .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 680px) {
  .section--roster-information .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section--roster-information .container > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}
@media screen and (max-width: 680px) {
  .section--roster-information .container > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .section--roster-information .container > div.right-col {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 680px) {
  .section--roster-information .container > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .section--roster-information .container > div.right-col {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 680px) {
  .section--roster-information .container > div.right-col {
    margin-top: 3rem;
  }
}

.roster-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.roster-info-item.roster-info-item--empty {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 680px) {
  .roster-info-item.roster-info-item--empty {
    display: none;
  }
}
.roster-info-item.roster-info-item--elite-defenseman, .roster-info-item.roster-info-item--number-one-goalie, .roster-info-item.roster-info-item--top-pairing-defenseman {
  margin-top: 6rem;
}
@media screen and (max-width: 1200px) {
  .roster-info-item.roster-info-item--elite-defenseman, .roster-info-item.roster-info-item--number-one-goalie, .roster-info-item.roster-info-item--top-pairing-defenseman {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .roster-info-item {
    gap: 1.2rem;
    padding-right: 1rem;
  }
}
.roster-info-item.roster-info-item--mobile {
  display: none;
}
@media screen and (max-width: 680px) {
  .roster-info-item.roster-info-item--number-one-goalie:not(.roster-info-item--mobile), .roster-info-item.roster-info-item--elite-defenseman:not(.roster-info-item--mobile) {
    display: none;
  }
  .roster-info-item.roster-info-item--number-one-goalie.roster-info-item--mobile, .roster-info-item.roster-info-item--elite-defenseman.roster-info-item--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 680px) {
  .roster-info-item.roster-info-item--number-one-goalie {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .roster-info-item.roster-info-item--top-line-center:not(.roster-info-item--mobile) {
    display: none;
  }
  .roster-info-item.roster-info-item--top-line-center.roster-info-item--mobile {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 680px) {
  .roster-info-item.roster-info-item--top-line-winger:not(.roster-info-item--mobile) {
    display: none;
  }
  .roster-info-item.roster-info-item--top-line-winger.roster-info-item--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 680px) {
  .roster-info-item.roster-info-item--top-pairing-defenseman {
    margin-top: 0;
  }
}
.roster-info-item__icon {
  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-size: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
          flex: 0 0 7rem;
  width: 7rem;
  height: 6rem;
}
@media screen and (max-width: 1200px) {
  .roster-info-item__icon {
    width: 6rem;
    height: 5rem;
  }
}
@media screen and (max-width: 840px) {
  .roster-info-item__icon {
    width: 5rem;
  }
}
.roster-info-item__icon .ok {
  display: none;
}
.roster-info-item__icon .neutral {
  display: block;
}
.roster-info-item__icon .not {
  display: none;
}
.roster-info-item__icon--neutral {
  background: #272727;
}
.roster-info-item__icon--ok {
  background: #26d989;
}
.roster-info-item__icon--ok .neutral {
  display: none;
}
.roster-info-item__icon--ok .ok {
  display: block;
}
.roster-info-item__icon--not {
  background: #f14e4f;
}
.roster-info-item__icon--not .neutral {
  display: none;
}
.roster-info-item__icon--not .not {
  display: block;
}
.roster-info-item__text p {
  font-family: "Poppins";
  font-weight: 400;
  color: #dddddd;
  font-size: 2.6rem;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .roster-info-item__text p {
    font-size: 2.1rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 840px) {
  .roster-info-item__text p {
    font-size: 1.8rem;
  }
}

.section--cap-info {
  padding: 2.5rem 0;
}
.section--cap-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 680px) {
  .section--cap-info .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 680px) {
  .section--cap-info .container > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.section--cap-info .container > div p {
  color: #c8c8c8;
  font-family: "Poppins";
  font-weight: 500;
  margin: 0;
  line-height: 1;
  font-size: 3.6rem;
}
@media screen and (max-width: 865px) {
  .section--cap-info .container > div p {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 400px) {
  .section--cap-info .container > div p {
    font-size: 2.2rem;
  }
}
.section--cap-info .container > div p span {
  color: #dddddd;
  font-weight: 600;
  margin-left: 2rem;
}
@media screen and (max-width: 865px) {
  .section--cap-info .container > div p span {
    margin-left: 1rem;
  }
}
.section--cap-info .container > div p span.minus {
  color: #f14e4f;
}

section.section--roster-players {
  padding: 0;
  background: #323231;
}
@media screen and (max-width: 1540px) {
  section.section--roster-players .container {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1430px) {
  section.section--roster-players .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1255px) {
  section.section--roster-players .container {
    max-width: 900px;
  }
}

.roster-players-mobile-title {
  text-align: center;
  background: #1A191B;
  display: none;
}
@media screen and (max-width: 1020px) {
  .roster-players-mobile-title {
    display: block;
  }
}
.roster-players-mobile-title p {
  font-family: "Poppins";
  font-weight: 300;
  color: #dddddd;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 2.6rem;
  padding: 1.7rem 0 1.7rem 2.5rem;
}

.roster-players-header {
  padding: 1.7rem 0;
  background: #272727;
}
@media screen and (max-width: 1020px) {
  .roster-players-header {
    display: none;
  }
}
.roster-players-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.roster-players-header .container > div p {
  text-align: center;
  font-weight: 400;
  font-family: "Poppins";
  color: #c8c8c8;
  line-height: 1;
  margin: 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 1590px) {
  .roster-players-header .container > div p {
    font-size: 1.9rem;
  }
}

.roster-players-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.roster-players-table__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media screen and (max-width: 800px) {
  .roster-players-table__row {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1020px) and (max-width: 800px) {
  .roster-players-table__row--depth .roster-players-table__col {
    grid-column: 1;
  }
}
@media screen and (max-width: 1020px) {
  .roster-players-table__row--depth .roster-players-table__col-mobile-title {
    opacity: 0;
  }
}
@media screen and (max-width: 1020px) and (max-width: 800px) {
  .roster-players-table__row--depth .roster-players-table__col-mobile-title {
    display: none;
  }
}
@media screen and (max-width: 1020px) and (max-width: 800px) {
  .roster-players-table__row--depth .roster-players-table__col--logo,
  .roster-players-table__row--depth .roster-players-table__col--info {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .roster-players-table__row.roster-players-table__row.roster-players-table__row--first .roster-players-table__col--depth,
  .roster-players-table__row.roster-players-table__row.roster-players-table__row--first .roster-players-table__col--goalie, .roster-players-table__row.roster-players-table__row.roster-players-table__row--second .roster-players-table__col--depth,
  .roster-players-table__row.roster-players-table__row.roster-players-table__row--second .roster-players-table__col--goalie, .roster-players-table__row.roster-players-table__row.roster-players-table__row--third .roster-players-table__col--depth,
  .roster-players-table__row.roster-players-table__row.roster-players-table__row--third .roster-players-table__col--goalie {
    display: none;
  }
}
.roster-players-table__row.roster-players-table__row.roster-players-table__row--mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  .roster-players-table__row.roster-players-table__row.roster-players-table__row--mobile {
    display: grid;
  }
}
.roster-players-table__row.roster-players-table__row.roster-players-table__row--mobile-logo {
  display: none;
}
@media screen and (max-width: 800px) {
  .roster-players-table__row.roster-players-table__row.roster-players-table__row--mobile-logo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .roster-players-table__row.roster-players-table__row.roster-players-table__row--mobile-logo .roster-players-table__col--logo,
  .roster-players-table__row.roster-players-table__row.roster-players-table__row--mobile-logo .roster-players-table__col--info {
    display: block;
    grid-column: auto;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .roster-players-table__row.roster-players-table__row.roster-players-table__row--mobile-logo {
    grid-template-columns: 1fr;
  }
  .roster-players-table__row.roster-players-table__row.roster-players-table__row--mobile-logo p {
    margin: 0 auto;
  }
}
.roster-players-table__row--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .roster-players-table__row--buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.roster-players-table__row--buttons .roster-players-table__col {
  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;
}
@media screen and (max-width: 800px) {
  .roster-players-table__row--buttons .roster-players-table__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.roster-players-table__row--buttons .roster-players-table__col p.text {
  margin: 2rem 0 0 0;
  color: #c8c8c8;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.75;
  max-width: 32rem;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .roster-players-table__row--buttons .roster-players-table__col p.text {
    font-size: 1.7rem;
    margin-top: 0.8rem;
  }
}
.roster-players-table__row--buttons .btn {
  display: block;
  padding: 1.9rem;
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 2.5rem;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: "Poppins";
  color: #eee;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: #27da89;
}
.roster-players-table__row--buttons .btn:hover, .roster-players-table__row--buttons .btn.btn--disabled {
  background: #462456;
  -webkit-transition: 0s;
  transition: 0s;
  text-decoration: none;
  cursor: pointer;
}
.roster-players-table__row--buttons .btn.btn--smaller {
  font-size: 2rem;
  text-transform: lowercase;
  padding: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .roster-players-table__row--buttons .btn {
    padding: 1.4rem;
    font-size: 1.9rem;
  }
}
.roster-players-table__row-title {
  position: absolute;
  left: -11.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.6rem;
  text-align: right;
}
@media screen and (max-width: 1590px) {
  .roster-players-table__row-title {
    width: 7.3rem;
    left: -8.3rem;
  }
}
@media screen and (max-width: 1020px) {
  .roster-players-table__row-title {
    position: relative;
    grid-column: 3 span;
    left: 0;
    text-align: center;
    width: 100%;
    top: 0;
    -webkit-transform: none;
            transform: none;
    padding: 1.7rem 0 0.9rem 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .roster-players-table__row-title {
    grid-column: 1 span;
  }
}
.roster-players-table__row-title p {
  font-family: "Poppins";
  font-weight: 300;
  color: #dddddd;
  margin: 0;
  line-height: 1;
  font-size: 2.2rem;
}
@media screen and (max-width: 1590px) {
  .roster-players-table__row-title p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1020px) {
  .roster-players-table__row-title p {
    font-size: 2.1rem;
  }
}
.roster-players-table__col {
  width: 100%;
  padding-left: 2.5rem;
}
@media screen and (max-width: 800px) {
  .roster-players-table__col {
    max-width: 34rem;
    margin: 0 auto;
    position: relative;
  }
}
.roster-players-table__col--logo {
  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;
  background: transparent;
}
.roster-players-table__col--logo img {
  max-width: 17rem;
  height: auto;
}
@media screen and (max-width: 1255px) {
  .roster-players-table__col--logo img {
    max-width: 12rem;
  }
}
.roster-players-table__col--info {
  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;
  background: transparent;
}
.roster-players-table__col--info p {
  font-family: "Poppins";
  font-weight: 400;
  color: #f3f3f3;
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
  max-width: 24rem;
}
@media screen and (max-width: 1255px) {
  .roster-players-table__col--info p {
    font-size: 1.7rem;
  }
}
.roster-players-table__col--info p strong {
  font-weight: 700;
  color: #f3f3f3;
}
.roster-players-table__col--info p span.offense {
  color: #26d989;
}
.roster-players-table__col--info p span.defense {
  color: #a970eb;
}
.roster-players-table__col--empty {
  height: 12.4rem;
}
@media screen and (max-width: 1255px) {
  .roster-players-table__col--empty {
    height: 10rem;
  }
}
@media screen and (max-width: 1020px) {
  .roster-players-table__col--empty {
    height: 12.5rem;
  }
}
@media screen and (max-width: 800px) {
  .roster-players-table__col--empty {
    height: 10rem;
  }
}
@media screen and (max-width: 520px) {
  .roster-players-table__col--empty {
    height: 12.5rem;
  }
}
.roster-players-table__col--empty .roster-player-item {
  height: 100%;
}
@media screen and (max-width: 1020px) {
  .roster-players-table__col--empty .roster-player-item {
    height: 10rem;
  }
}
.roster-players-table__col--empty .roster-player-item__info {
  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;
}
.roster-players-table__col--empty .roster-player-item__info p {
  font-family: "Poppins";
  font-weight: 400;
  color: #f3f3f3;
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
}
.roster-players-table__col-mobile-title {
  display: none;
}
@media screen and (max-width: 1020px) {
  .roster-players-table__col-mobile-title {
    display: block;
    text-align: center;
    font-family: "Poppins";
    font-weight: 300;
    color: #dddddd;
    margin: 0;
    line-height: 1;
    font-size: 1.7rem;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 800px) {
  .roster-players-table__col-mobile-title {
    position: absolute;
    width: 12rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -13rem;
    text-align: right;
  }
}
@media screen and (max-width: 520px) {
  .roster-players-table__col-mobile-title {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: auto;
    text-align: left;
  }
}

.roster-player-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #1a191b;
}
.roster-player-item.roster-player-item--goalie {
  background: #272727;
}
.roster-player-item__actions {
  width: 2.5rem;
  position: absolute;
  left: -2.5rem;
  top: 0;
  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;
  padding: 1.3rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.roster-player-item__action {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #404040;
  color: #cecece;
  font-size: 0;
  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;
}
.roster-player-item__action .players {
  position: absolute;
  left: 0;
  top: 0;
  width: 45.4rem;
}
@media screen and (max-width: 1255px) {
  .roster-player-item__action .players {
    width: 282px;
  }
}
@media screen and (max-width: 1020px) {
  .roster-player-item__action .players {
    width: 252px;
  }
}
.roster-player-item__action .players .selection {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}
.roster-player-item__action .players .select2-container.select2-container--default .select2-selection--single {
  width: 100%;
  height: 2.5rem;
  border: none;
  background-color: #404040;
}
.roster-player-item__action .players .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  left: 0;
}
.roster-player-item__action .players .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 100%;
  height: 100%;
  background-image: url("../svg/chevron.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  -webkit-transform: none;
          transform: none;
  left: 0;
  top: 0;
  font-size: 0;
}
.roster-player-item__action .players .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.roster-player-item__action .players .select2-selection__rendered {
  display: none;
}
.roster-player-item__action .players .select2-container.select2-container--open .select2-dropdown--below {
  max-width: 38rem;
  margin-top: -2.5rem;
  margin-left: 2.5rem;
  height: 25rem;
}
.roster-player-item__action .players .select2-container.select2-container--open .select2-dropdown--above {
  max-width: 38rem;
  height: 25rem;
  margin-top: -2.5rem;
  margin-left: 2.5rem;
}
.roster-player-item__action .players .select2-container--default .select2-results > .select2-results__options {
  height: 18.4rem;
}
.roster-player-item__action .icon:hover {
  cursor: pointer;
}
.roster-player-item__action .icon svg {
  stroke-width: 4.5px;
  max-width: 1.6rem;
}
.roster-player-item__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.4rem;
          flex: 0 0 12.4rem;
  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;
}
@media screen and (max-width: 1430px) {
  .roster-player-item__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.5rem;
            flex: 0 0 11.5rem;
  }
}
@media screen and (max-width: 1255px) {
  .roster-player-item__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5rem;
            flex: 0 0 7.5rem;
  }
}
.roster-player-item__logo img {
  width: 100%;
  padding: 1.5rem;
}
@media screen and (max-width: 1430px) {
  .roster-player-item__logo img {
    padding: 0.8rem;
  }
}
.roster-player-item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roster-player-item__name-and-cap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
  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;
}
.roster-player-item__name-and-cap p.name {
  font-family: "Poppins";
  font-weight: 500;
  color: #f3f3f3;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  margin: 0;
}
@media screen and (max-width: 1430px) {
  .roster-player-item__name-and-cap p.name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 860px) {
  .roster-player-item__name-and-cap p.name {
    font-size: 1.7rem;
  }
}
.roster-player-item__name-and-cap p.cap {
  font-family: "Poppins";
  font-weight: 400;
  color: #c8c8c8;
  font-size: 2rem;
  line-height: 1.7;
  margin: 0;
}
@media screen and (max-width: 1430px) {
  .roster-player-item__name-and-cap p.cap {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 860px) {
  .roster-player-item__name-and-cap p.cap {
    font-size: 1.5rem;
  }
}
.roster-player-item__points {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.2rem;
          flex: 0 0 6.2rem;
}
@media screen and (max-width: 1255px) {
  .roster-player-item__points {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5rem;
            flex: 0 0 5rem;
  }
}
.roster-player-item__point {
  width: 100%;
  aspect-ratio: 1/1;
  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;
  background: var(--bg);
}
.roster-player-item__point--offense {
  --bg: #26d989;
  --color: #225940;
}
.roster-player-item__point--defense {
  --bg: #a970eb;
  --color: #3b1666;
}
.roster-player-item__point p {
  font-family: "Poppins";
  font-weight: 700;
  color: var(--color);
  margin: 0;
  line-height: 1;
  font-size: 3.2rem;
}
@media screen and (max-width: 1255px) {
  .roster-player-item__point p {
    font-size: 2.5rem;
  }
}

.roster-player-item__info.roster-player-item__info--goalie .roster-player-item__point {
  aspect-ratio: initial;
  height: 100%;
}

.roster-player-item__info.template {
  display: none;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-container.select2-container--open .select2-dropdown--below,
.select2-container.select2-container--open .select2-dropdown--above {
  background: #484848;
  border: 1px solid #484848;
  padding: 1rem;
}
@media screen and (max-width: 1255px) {
  .select2-container.select2-container--open .select2-dropdown--below,
  .select2-container.select2-container--open .select2-dropdown--above {
    max-width: 282px;
  }
}
@media screen and (max-width: 1020px) {
  .select2-container.select2-container--open .select2-dropdown--below,
  .select2-container.select2-container--open .select2-dropdown--above {
    max-width: 252px;
  }
}

.select2-container--default .select2-results__option--disabled {
  display: none;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #323231;
  height: 3.6rem;
  line-height: 3.6rem;
  border: none;
  font-family: "Poppins";
  font-size: 1.8rem;
  font-weight: 500;
  color: #f3f3f3;
  padding-left: 1.6rem;
}

.select2-container.select2-container--default .select2-results__option {
  font-size: 13px;
  color: #d8d8d8;
  padding-left: 1.6rem;
}

.select2-container.select2-container--default .select2-results__option--selected {
  background: #323231;
}

.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: #5a5a5a;
}

.blocker {
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

.modal.modal--roster {
  padding: 0 8rem 3rem 8rem;
  background: #462456;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  max-width: 70rem;
}
@media screen and (max-width: 600px) {
  .modal.modal--roster {
    padding: 0 2rem 2rem 2rem;
  }
}
.modal.modal--roster.sending .main-loader.main-loader--roster {
  opacity: 1;
}
.modal.modal--roster.sending .modal__body {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.modal.modal--roster .modal__body {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal.modal--roster p.title {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Poppins";
  color: #f3f3f3;
  line-height: 1.3333333333;
  margin: 6rem 0 4rem 0;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .modal.modal--roster p.title {
    font-size: 2.5rem;
  }
}
.modal.modal--roster form {
  width: 100%;
}
.modal.modal--roster form input {
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  border: none;
  text-align: center;
  background: #323231;
  font-family: "Poppins";
  font-weight: 500;
  color: #f3f3f3;
  text-transform: uppercase;
  font-size: 1.8rem;
  border: 1px solid #323231;
}
.modal.modal--roster form input.error-field {
  border-color: #f14e4f;
}
.modal.modal--roster form .input-error {
  font-size: 1.8rem;
  font-family: "Poppins";
  font-weight: 500;
  color: #f14e4f;
  letter-spacing: 0.2px;
  line-height: 1.2;
  margin-top: 1rem;
  display: none;
}
.modal.modal--roster form .form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 600px) {
  .modal.modal--roster form .form-buttons {
    gap: 3rem;
  }
}
@media screen and (max-width: 370px) {
  .modal.modal--roster form .form-buttons {
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modal.modal--roster .roster-btn:hover {
  background: #211229;
  color: white;
}

.modal.modal--roster.modal--error {
  padding: 3rem;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .modal.modal--roster.modal--error {
    padding: 2rem;
  }
}
.modal.modal--roster.modal--error p.title {
  font-weight: 400;
  margin: 0 auto;
  max-width: 40rem;
}
.modal.modal--roster.modal--error p.title strong {
  font-weight: 600;
  color: inherit;
}
.modal.modal--roster.modal--error .text {
  text-align: center;
  margin-top: 2rem;
}
.modal.modal--roster.modal--error .text p {
  font-family: "Inconsolata", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
  line-height: 1.4;
  color: #d8d8d8;
}

.roster-btn {
  display: inline-block;
  padding: 1.9rem;
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 2.5rem;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: "Poppins";
  color: #eee;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background: #27da89;
}
.roster-btn:hover, .roster-btn.btn--disabled {
  background: #462456;
  -webkit-transition: 0s;
  transition: 0s;
  text-decoration: none;
  cursor: pointer;
}
.roster-btn.btn--smaller {
  font-size: 2rem;
  text-transform: lowercase;
  padding: 1.2rem;
  letter-spacing: 0;
}

.main-loader.main-loader--roster {
  background: transparent;
  z-index: auto;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.section.section--roster-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
  .section.section--roster-info .container {
    gap: 3rem;
  }
}
.section.section--roster-info .container .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .section.section--roster-info .container .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section.section--roster-info .container .col p.title {
  font-family: "Poppins";
  font-weight: 500;
  color: #f3f3f3;
  line-height: 1;
  font-size: 3rem;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .section.section--roster-info .container .col p.title {
    font-size: 2rem;
  }
}
.section.section--roster-info .container .col p.number {
  color: #8c32b6;
  font-size: 5rem;
  line-height: 1;
  font-family: "Poppins";
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .section.section--roster-info .container .col p.number {
    font-size: 3rem;
  }
}
.section.section--roster-info .container .rosters-table__rating-squares {
  margin-top: 2.3rem;
  pointer-events: none;
}
.section.section--roster-info .container .rosters-table__rating-squares > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
}
@media screen and (max-width: 1000px) {
  .section.section--roster-info .container .rosters-table__rating-squares > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5rem;
            flex: 0 0 2.5rem;
  }
}
.section.section--roster-info .container .rosters-table__rating-squares > div.sended {
  background: #8c32b6;
}
.section.section--roster-info .container .rosters-table__rating-squares.rosters-table__rating-squares--empty {
  pointer-events: all;
}
.section.section--roster-info .container .rosters-table__rating-squares.rosters-table__rating-squares--empty > div:hover {
  cursor: pointer;
}
.section.section--roster-info .container .rosters-table__rating-squares.rosters-table__rating-squares--empty > div.active, .section.section--roster-info .container .rosters-table__rating-squares.rosters-table__rating-squares--empty > div.sended {
  background: #8c32b6;
}

.js-delete-roster {
  cursor: pointer;
}

.roster-image.roster-image--desktop {
  width: 1600px;
  max-width: 1600px;
}
.roster-image.roster-image--desktop section {
  width: 1600px;
  max-width: 1600px;
}
.roster-image.roster-image--desktop section.section--roster-players .container,
.roster-image.roster-image--desktop .container {
  max-width: 1420px;
  width: 1420px;
}
.roster-image.roster-image--desktop .section--roster-information .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.roster-image.roster-image--desktop .section--roster-information .container > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}
@media screen and (max-width: 500px) {
  .roster-image.roster-image--desktop .section--roster-information .container > div.right-col {
    margin-top: 3rem;
  }
}
.roster-image.roster-image--desktop .roster-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.roster-image.roster-image--desktop .roster-info-item.roster-info-item--empty {
  opacity: 0;
  pointer-events: none;
}
.roster-image.roster-image--desktop .roster-info-item.roster-info-item--elite-defenseman, .roster-image.roster-image--desktop .roster-info-item.roster-info-item--number-one-goalie, .roster-image.roster-image--desktop .roster-info-item.roster-info-item--top-pairing-defenseman {
  margin-top: 6rem;
}
.roster-image.roster-image--desktop .roster-info-item.roster-info-item--mobile {
  display: none;
}
.roster-image.roster-image--desktop .roster-info-item__icon {
  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-size: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
          flex: 0 0 7rem;
  width: 7rem;
  height: 6rem;
}
.roster-image.roster-image--desktop .roster-info-item__icon .ok {
  display: none;
}
.roster-image.roster-image--desktop .roster-info-item__icon .neutral {
  display: block;
}
.roster-image.roster-image--desktop .roster-info-item__icon .not {
  display: none;
}
.roster-image.roster-image--desktop .roster-info-item__icon--neutral {
  background: #272727;
}
.roster-image.roster-image--desktop .roster-info-item__icon--ok {
  background: #26d989;
}
.roster-image.roster-image--desktop .roster-info-item__icon--ok .neutral {
  display: none;
}
.roster-image.roster-image--desktop .roster-info-item__icon--ok .ok {
  display: block;
}
.roster-image.roster-image--desktop .roster-info-item__icon--not {
  background: #f14e4f;
}
.roster-image.roster-image--desktop .roster-info-item__icon--not .neutral {
  display: none;
}
.roster-image.roster-image--desktop .roster-info-item__icon--not .not {
  display: block;
}
.roster-image.roster-image--desktop .roster-info-item__text p {
  font-family: "Poppins";
  font-weight: 400;
  color: #dddddd;
  font-size: 2.6rem;
  line-height: 1;
  margin: 0;
}
.roster-image.roster-image--desktop .section--cap-info {
  padding: 2.5rem 0;
}
.roster-image.roster-image--desktop .section--cap-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.roster-image.roster-image--desktop .section--cap-info .container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.roster-image.roster-image--desktop .section--cap-info .container > div p {
  color: #c8c8c8;
  font-family: "Poppins";
  font-weight: 500;
  margin: 0;
  line-height: 1;
  font-size: 3.6rem;
}
.roster-image.roster-image--desktop .section--cap-info .container > div p span {
  color: #dddddd;
  font-weight: 600;
  margin-left: 2rem;
}
.roster-image.roster-image--desktop .section--cap-info .container > div p span.minus {
  color: #f14e4f;
}
.roster-image.roster-image--desktop section.section--roster-players {
  padding: 0;
  background: #323231;
}
.roster-image.roster-image--desktop .roster-players-mobile-title {
  text-align: center;
  background: #1A191B;
  display: none;
}
.roster-image.roster-image--desktop .roster-players-mobile-title p {
  font-family: "Poppins";
  font-weight: 300;
  color: #dddddd;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 2.6rem;
  padding: 1.7rem 0 1.7rem 2.5rem;
}
.roster-image.roster-image--desktop .roster-players-header {
  padding: 1.7rem 0;
  background: #272727;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roster-image.roster-image--desktop .roster-players-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.roster-image.roster-image--desktop .roster-players-header .container > div p {
  text-align: center;
  font-weight: 400;
  font-family: "Poppins";
  color: #c8c8c8;
  line-height: 1;
  margin: 0;
  font-size: 2.4rem;
}
.roster-image.roster-image--desktop .roster-players-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.roster-image.roster-image--desktop .roster-players-table__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.roster-image.roster-image--desktop .roster-players-table__row.roster-players-table__row.roster-players-table__row--mobile {
  display: none;
}
.roster-image.roster-image--desktop .roster-players-table__row.roster-players-table__row.roster-players-table__row--mobile-logo {
  display: none;
}
.roster-image.roster-image--desktop .roster-players-table__row--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.roster-image.roster-image--desktop .roster-players-table__row--buttons .roster-players-table__col {
  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;
}
.roster-image.roster-image--desktop .roster-players-table__row--buttons .roster-players-table__col p.text {
  margin: 2rem 0 0 0;
  color: #c8c8c8;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.75;
  max-width: 32rem;
  text-align: left;
}
.roster-image.roster-image--desktop .roster-players-table__row--buttons .btn {
  display: block;
  padding: 1.9rem;
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 2.5rem;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: "Poppins";
  color: #eee;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  background: #27da89;
}
.roster-image.roster-image--desktop .roster-players-table__row--buttons .btn:hover, .roster-image.roster-image--desktop .roster-players-table__row--buttons .btn.btn--disabled {
  background: #462456;
  -webkit-transition: 0s;
  transition: 0s;
  text-decoration: none;
  cursor: pointer;
}
.roster-image.roster-image--desktop .roster-players-table__row--buttons .btn.btn--smaller {
  font-size: 2rem;
  text-transform: lowercase;
  padding: 1.2rem;
  letter-spacing: 0;
}
.roster-image.roster-image--desktop .roster-players-table__row-title {
  position: absolute;
  left: -11.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.6rem;
  text-align: right;
  display: block;
}
.roster-image.roster-image--desktop .roster-players-table__row-title p {
  font-family: "Poppins";
  font-weight: 300;
  color: #dddddd;
  margin: 0;
  line-height: 1;
  font-size: 2.2rem;
}
.roster-image.roster-image--desktop .roster-players-table__col {
  width: 100%;
  padding-left: 2.5rem;
  max-width: 100%;
  grid-column: auto;
}
.roster-image.roster-image--desktop .roster-players-table__col--logo {
  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;
  background: transparent;
}
.roster-image.roster-image--desktop .roster-players-table__col--logo img {
  max-width: 17rem;
  height: auto;
}
.roster-image.roster-image--desktop .roster-players-table__col--info {
  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;
  background: transparent;
}
.roster-image.roster-image--desktop .roster-players-table__col--info p {
  font-family: "Poppins";
  font-weight: 400;
  color: #f3f3f3;
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
  max-width: 24rem;
}
.roster-image.roster-image--desktop .roster-players-table__col--info p strong {
  font-weight: 700;
  color: #f3f3f3;
}
.roster-image.roster-image--desktop .roster-players-table__col--info p span.offense {
  color: #26d989;
}
.roster-image.roster-image--desktop .roster-players-table__col--info p span.defense {
  color: #a970eb;
}
.roster-image.roster-image--desktop .roster-players-table__col--empty {
  height: 12.4rem;
}
.roster-image.roster-image--desktop .roster-players-table__col--empty .roster-player-item {
  height: 100%;
}
.roster-image.roster-image--desktop .roster-players-table__col--empty .roster-player-item__info {
  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;
}
.roster-image.roster-image--desktop .roster-players-table__col--empty .roster-player-item__info p {
  font-family: "Poppins";
  font-weight: 400;
  color: #f3f3f3;
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
}
.roster-image.roster-image--desktop .roster-players-table__col-mobile-title {
  display: none;
}
.roster-image.roster-image--desktop .roster-player-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #1a191b;
}
.roster-image.roster-image--desktop .roster-player-item.roster-player-item--goalie {
  background: #272727;
}
.roster-image.roster-image--desktop .roster-player-item__actions {
  width: 2.5rem;
  position: absolute;
  left: -2.5rem;
  top: 0;
  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;
  padding: 1.3rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
.roster-image.roster-image--desktop .roster-player-item__action {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #404040;
  color: #cecece;
  font-size: 0;
  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;
}
.roster-image.roster-image--desktop .roster-player-item__action .players {
  position: absolute;
  left: 0;
  top: 0;
  width: 45.4rem;
}
.roster-image.roster-image--desktop .roster-player-item__action .players .selection {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}
.roster-image.roster-image--desktop .roster-player-item__action .players .select2-container.select2-container--default .select2-selection--single {
  width: 100%;
  height: 2.5rem;
  border: none;
  background-color: #404040;
}
.roster-image.roster-image--desktop .roster-player-item__action .players .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  left: 0;
}
.roster-image.roster-image--desktop .roster-player-item__action .players .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 100%;
  height: 100%;
  background-image: url("../svg/chevron.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  -webkit-transform: none;
          transform: none;
  left: 0;
  top: 0;
  font-size: 0;
}
.roster-image.roster-image--desktop .roster-player-item__action .players .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.roster-image.roster-image--desktop .roster-player-item__action .players .select2-selection__rendered {
  display: none;
}
.roster-image.roster-image--desktop .roster-player-item__action .players .select2-container.select2-container--open .select2-dropdown--below {
  max-width: 38rem;
  margin-top: -2.5rem;
  margin-left: 2.5rem;
  height: 25rem;
}
.roster-image.roster-image--desktop .roster-player-item__action .players .select2-container.select2-container--open .select2-dropdown--above {
  max-width: 38rem;
  height: 25rem;
  margin-top: -2.5rem;
  margin-left: 2.5rem;
}
.roster-image.roster-image--desktop .roster-player-item__action .players .select2-container--default .select2-results > .select2-results__options {
  height: 18.4rem;
}
.roster-image.roster-image--desktop .roster-player-item__action .icon:hover {
  cursor: pointer;
}
.roster-image.roster-image--desktop .roster-player-item__action .icon svg {
  stroke-width: 4.5px;
  max-width: 1.6rem;
}
.roster-image.roster-image--desktop .roster-player-item__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.4rem;
          flex: 0 0 12.4rem;
  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;
}
.roster-image.roster-image--desktop .roster-player-item__logo img {
  width: 100%;
  padding: 1.5rem;
}
.roster-image.roster-image--desktop .roster-player-item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.roster-image.roster-image--desktop .roster-player-item__name-and-cap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
  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;
}
.roster-image.roster-image--desktop .roster-player-item__name-and-cap p.name {
  font-family: "Poppins";
  font-weight: 500;
  color: #f3f3f3;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  margin: 0;
}
.roster-image.roster-image--desktop .roster-player-item__name-and-cap p.cap {
  font-family: "Poppins";
  font-weight: 400;
  color: #c8c8c8;
  font-size: 2rem;
  line-height: 1.7;
  margin: 0;
}
.roster-image.roster-image--desktop .roster-player-item__points {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.2rem;
          flex: 0 0 6.2rem;
}
.roster-image.roster-image--desktop .roster-player-item__point {
  width: 100%;
  aspect-ratio: 1/1;
  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;
  background: var(--bg);
}
.roster-image.roster-image--desktop .roster-player-item__point--offense {
  --bg: #26d989;
  --color: #225940;
}
.roster-image.roster-image--desktop .roster-player-item__point--defense {
  --bg: #a970eb;
  --color: #3b1666;
}
.roster-image.roster-image--desktop .roster-player-item__point p {
  font-family: "Poppins";
  font-weight: 700;
  color: var(--color);
  margin: 0;
  line-height: 1;
  font-size: 3.2rem;
}
.roster-image.roster-image--desktop .roster-player-item__info.roster-player-item__info--goalie .roster-player-item__point {
  aspect-ratio: initial;
  height: 100%;
}
.roster-image.roster-image--desktop .roster-player-item__info.template {
  display: none;
}
.roster-image.roster-image--desktop .select2-search--dropdown {
  padding: 0;
}
.roster-image.roster-image--desktop .select2-container.select2-container--open .select2-dropdown--below,
.roster-image.roster-image--desktop .select2-container.select2-container--open .select2-dropdown--above {
  background: #484848;
  border: 1px solid #484848;
  padding: 1rem;
}
.roster-image.roster-image--desktop .select2-container--default .select2-results__option--disabled {
  display: none;
}
.roster-image.roster-image--desktop .select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #323231;
  height: 3.6rem;
  line-height: 3.6rem;
  border: none;
  font-family: "Poppins";
  font-size: 1.8rem;
  font-weight: 500;
  color: #f3f3f3;
  padding-left: 1.6rem;
}
.roster-image.roster-image--desktop .select2-container.select2-container--default .select2-results__option {
  font-size: 13px;
  color: #d8d8d8;
  padding-left: 1.6rem;
}
.roster-image.roster-image--desktop .select2-container.select2-container--default .select2-results__option--selected {
  background: #323231;
}
.roster-image.roster-image--desktop .select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: #5a5a5a;
}
.roster-image.roster-image--desktop .section.section--roster-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.roster-image.roster-image--desktop .section.section--roster-info .container .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.roster-image.roster-image--desktop .section.section--roster-info .container .col p.title {
  font-family: "Poppins";
  font-weight: 500;
  color: #f3f3f3;
  line-height: 1;
  font-size: 3rem;
  margin-top: 0;
}
.roster-image.roster-image--desktop .section.section--roster-info .container .col p.number {
  color: #8c32b6;
  font-size: 5rem;
  line-height: 1;
  font-family: "Poppins";
  font-weight: 600;
  margin: 0;
}
.roster-image.roster-image--desktop .section.section--roster-info .container .rosters-table__rating-squares {
  margin-top: 2.3rem;
  pointer-events: none;
}
.roster-image.roster-image--desktop .section.section--roster-info .container .rosters-table__rating-squares > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
}
.roster-image.roster-image--desktop .section.section--roster-info .container .rosters-table__rating-squares > div.sended {
  background: #8c32b6;
}
.roster-image.roster-image--desktop .section.section--roster-info .container .rosters-table__rating-squares.rosters-table__rating-squares--empty {
  pointer-events: all;
}
.roster-image.roster-image--desktop .section.section--roster-info .container .rosters-table__rating-squares.rosters-table__rating-squares--empty > div:hover {
  cursor: pointer;
}
.roster-image.roster-image--desktop .section.section--roster-info .container .rosters-table__rating-squares.rosters-table__rating-squares--empty > div.active, .roster-image.roster-image--desktop .section.section--roster-info .container .rosters-table__rating-squares.rosters-table__rating-squares--empty > div.sended {
  background: #8c32b6;
}
.roster-image.roster-image--desktop .js-delete-roster {
  cursor: pointer;
}
.roster-image.roster-image--desktop .roster-players-table__row.roster-players-table__row.roster-players-table__row--first .roster-players-table__col--depth, .roster-image.roster-image--desktop .roster-players-table__row.roster-players-table__row.roster-players-table__row--first .roster-players-table__col--goalie, .roster-image.roster-image--desktop .roster-players-table__row.roster-players-table__row.roster-players-table__row--second .roster-players-table__col--depth, .roster-image.roster-image--desktop .roster-players-table__row.roster-players-table__row.roster-players-table__row--second .roster-players-table__col--goalie, .roster-image.roster-image--desktop .roster-players-table__row.roster-players-table__row.roster-players-table__row--third .roster-players-table__col--depth, .roster-image.roster-image--desktop .roster-players-table__row.roster-players-table__row.roster-players-table__row--third .roster-players-table__col--goalie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-roster .section-top__title {
  text-transform: uppercase;
}

.graphs {
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
}
.graphs__header-seasons {
  max-width: 170px;
  margin: 0 auto;
}
.graphs__header-seasons .js-select2-wrap .select2-container {
  margin: 0;
}
.graphs__header-seasons .select2-container.select2-container--default .select2-selection--single {
  border: none;
  height: 4.4rem;
  line-height: 4.4rem;
}
.graphs__header-seasons .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 2.2rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 50px;
}
.graphs__header-seasons .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.graphs__header-filters {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  --radio-size: 22px;
  --ring: 14px;
  --c-bg: transparent;
  --c-border: #b7b7b7;
  --c-border-hover: #27da89;
  --c-check: #27da89; /* primary */
  --c-focus: #27da89; /* focus ring */
  --c-text: #b7b7b7;
  --c-muted: #6b7280;
}
@media screen and (max-width: 820px) {
  .graphs__header-filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.graphs__header-filters .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 820px) {
  .graphs__header-filters .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 560px) {
  .graphs__header-filters .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  .graphs__header-filters .left .inner {
    width: 200px;
  }
}
.graphs__header-filters .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 56px;
}
@media screen and (max-width: 820px) {
  .graphs__header-filters .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    padding-left: 0;
    margin-top: 48px;
  }
}
@media screen and (max-width: 560px) {
  .graphs__header-filters .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 560px) {
  .graphs__header-filters .right .inner {
    width: 200px;
  }
}
.graphs__header-filters .radios {
  border: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  /* Skryj nativní vzhled, ale ponech přístupnost */
  /* Vizuální kruh */
  /* Tečka uvnitř */
  /* Hover (když není disabled) */
  /* Vybrané */
  /* Focus klávesnicí */
  /* Popisek */
}
.graphs__header-filters .radios .radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--c-text);
  margin: 0;
  height: 34px;
}
.graphs__header-filters .radios .radio input {
  display: none;
  opacity: 0;
  inset: 0;
}
.graphs__header-filters .radios .radio__control {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--radio-size);
          flex: 0 0 var(--radio-size);
  width: var(--radio-size);
  height: var(--radio-size);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid var(--c-border);
  background: var(--c-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.graphs__header-filters .radios .radio__control::after {
  content: "";
  width: calc(var(--radio-size) - 8px);
  height: calc(var(--radio-size) - 8px);
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: var(--c-check);
}
.graphs__header-filters .radios .radio:hover .radio__control {
  border-color: var(--c-border-hover);
}
.graphs__header-filters .radios .radio input:checked + .radio__control {
  border-color: var(--c-check);
  background: var(--c-check);
}
.graphs__header-filters .radios .radio input:focus-visible + .radio__control {
  -webkit-box-shadow: 0 0 0 var(--ring) var(--c-focus);
          box-shadow: 0 0 0 var(--ring) var(--c-focus);
}
.graphs__header-filters .radios .radio__label {
  font-size: 18px;
  line-height: 1;
  color: var(--c-text);
  font-family: "Poppins";
  font-weight: 400;
  height: 22px;
  line-height: 22px;
}
.graphs__header-filters .radios .radio:hover .radio__label,
.graphs__header-filters .radios .radio:has(input:checked) .radio__label {
  color: var(--c-border-hover);
}
.graphs__header-filters .radios .teams-select {
  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;
}
@media screen and (max-width: 560px) {
  .graphs__header-filters .radios .teams-select {
    gap: 12px;
  }
}
.graphs__header-filters .radios .teams-select .select-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 270px;
}
.graphs__header-filters .radios .teams-select .select-wrapper.select-wrapper--disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 560px) {
  .graphs__header-filters .radios .teams-select .select-wrapper {
    max-width: 200px;
  }
}
.graphs__header-filters .radios .teams-select .select-wrapper .js-select2-wrap .select2-container {
  margin: 0;
}
.graphs .overflow-wrapper {
  margin: 34px auto 0 auto;
  width: 820px;
}
@media screen and (max-width: 900px) {
  .graphs .overflow-wrapper {
    height: 0;
    overflow: hidden;
  }
}
.graphs__graph-wrapper {
  position: relative;
  background: #333333;
  padding: 13px;
  width: 820px;
}
.graphs__graph-wrapper .chart-text {
  position: absolute;
  z-index: 5;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.graphs__graph-wrapper .chart-text.chart-text--left-top {
  left: 110px;
  top: 50px;
}
.graphs__graph-wrapper .chart-text.chart-text--right-top {
  right: 50px;
  top: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.graphs__graph-wrapper .chart-text.chart-text--left-bottom {
  left: 110px;
  bottom: 110px;
}
.graphs__graph-wrapper .chart-text.chart-text--right-bottom {
  right: 50px;
  bottom: 110px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.graphs__graph-wrapper .chart-text.chart-text--green {
  color: #27da89;
}
.graphs__graph-wrapper .chart-text.chart-text--purple {
  color: #a870eb;
}
.graphs__graph-wrapper .chart-text span {
  display: block;
}
.graphs__graph-wrapper .chart-text span.green {
  color: #27da89;
}
.graphs__graph-wrapper .chart-text span.purple {
  color: #a870eb;
}
.graphs__graph-wrapper .chart-text span.gray {
  color: #b7b7b7;
}
.graphs .download-button-wrap {
  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: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.graphs .download-button-wrap .js-view-card {
  display: none;
}
@media screen and (max-width: 900px) {
  .graphs .download-button-wrap .js-view-card {
    display: inline-block;
  }
}

.graphs-tooltip,
.graphs-tooltip-click {
  background: rgba(11, 11, 11, 0.8);
  color: #fff;
  border-radius: 8px;
  padding: 0px 8px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  pointer-events: none;
}
.graphs-tooltip .graphs-tooltip__player,
.graphs-tooltip-click .graphs-tooltip__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.graphs-tooltip .graphs-tooltip__player:last-child,
.graphs-tooltip-click .graphs-tooltip__player:last-child {
  border-bottom: 0;
}
.graphs-tooltip .logo,
.graphs-tooltip-click .logo {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.graphs-tooltip .logo img,
.graphs-tooltip-click .logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.graphs-tooltip .content .name,
.graphs-tooltip-click .content .name {
  font-weight: 600;
  color: #fdfdfb;
  line-height: 1;
  font-size: 15px;
  font-family: "Poppins";
  margin: 0 0 6px 0;
}
.graphs-tooltip .content .value-x, .graphs-tooltip .content .value-y,
.graphs-tooltip-click .content .value-x,
.graphs-tooltip-click .content .value-y {
  margin: 2px 0 0;
  font-size: 13px;
  color: #b7b7b7;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 1;
  white-space: nowrap;
}
.graphs-tooltip .content .value-x span.purple, .graphs-tooltip .content .value-y span.purple,
.graphs-tooltip-click .content .value-x span.purple,
.graphs-tooltip-click .content .value-y span.purple {
  color: #a870eb;
}
.graphs-tooltip .content .value-x span.green, .graphs-tooltip .content .value-y span.green,
.graphs-tooltip-click .content .value-x span.green,
.graphs-tooltip-click .content .value-y span.green {
  color: #27da89;
}

.page-id-1265 .graphs-tooltip .content .value-x span.green, .page-id-1265 .graphs-tooltip .content .value-y span.green, .page-id-1265 .graphs-tooltip-click .content .value-x span.green, .page-id-1265 .graphs-tooltip-click .content .value-y span.green,
.page-id-1265 .graphs-tooltip .content .value-x span.purple, .page-id-1265 .graphs-tooltip .content .value-y span.purple, .page-id-1265 .graphs-tooltip-click .content .value-x span.purple, .page-id-1265 .graphs-tooltip-click .content .value-y span.purple {
  color: #e2e2e2 !important;
}

.pms-form-design-wrapper .pms-account-navigation ul li a.pms-account-navigation-link--active {
  color: white;
}

.pms-form-design-wrapper .pms-account-navigation ul {
  border-bottom: 0;
}

.pms-form-design-wrapper .pms-account-navigation ul li.pms-account-navigation-link:not(.pms-account-navigation-link--logout) a:hover,
.pms-form-design-wrapper .pms-account-navigation ul li a.pms-account-navigation-link--active {
  color: white;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.pms-form-design-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout a,
.pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type .pms-account-subscription-action-link {
  color: white;
  border-color: unset !important;
}
.pms-form-design-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout a:before,
.pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type .pms-account-subscription-action-link:before {
  display: none;
}

.pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions {
  border-top: 0;
}

.pms-form-design-wrapper table.pms-account-subscription-details-table tr.pms-account-subscription-details-table__actions td:last-of-type {
  background: transparent;
  padding: 0;
}

.pms-form-design-wrapper table.pms-account-subscription-details-table tr td {
  color: white;
}

.pms-form-design-wrapper .pms-group-dashboard a.pms-group-dashboard-go-back,
.pms-form-design-wrapper input[type=submit],
.pms-form-design-wrapper #pms-apply-discount,
.pms-form-design-wrapper .pms-form-submit {
  background: #7815a7;
}
.pms-form-design-wrapper .pms-group-dashboard a.pms-group-dashboard-go-back:hover,
.pms-form-design-wrapper input[type=submit]:hover,
.pms-form-design-wrapper #pms-apply-discount:hover,
.pms-form-design-wrapper .pms-form-submit:hover {
  background: #2a1a35;
}

.page-template-page-templatesaccount-php .pms-form-design-wrapper .pms-account-navigation,
.page-template-page-templatesaccount-php .pms-form-design-wrapper .pms-account-subscription-details-table {
  min-width: 100%;
}

.pms-form-design-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout a:hover {
  background: #fff !important;
  color: #2a1a35 !important;
  border: 1px solid #fff !important;
}
.pms-form-design-wrapper .pms-account-navigation ul li.pms-account-navigation-link--logout a:hover:after {
  display: none;
}
/*# sourceMappingURL=main.css.map */
