@charset "UTF-8";
@font-face {
  font-weight: 100;
  font-family: "Trim";
  src: url("/fonts/webFonts/TrimThin/font.woff2") format("woff2"), url("webFonts/TrimThin/font.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-family: "Trim";
  src: url("/fonts/webFonts/Trim/font.woff2") format("woff2"), url("webFonts/Trim/font.woff") format("woff");
}
@font-face {
  font-weight: 700;
  font-family: "Trim";
  src: url("/fonts/webFonts/TrimSemiBold/font.woff2") format("woff2"), url("webFonts/TrimSemiBold/font.woff") format("woff");
}
@font-face {
  font-weight: 800;
  font-family: "Trim";
  src: url("/fonts/webFonts/TrimBold/font.woff2") format("woff2"), url("webFonts/TrimBold/font.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-family: "Trim";
  src: url("/fonts/webFonts/TrimMedium/font.woff2") format("woff2"), url("webFonts/TrimMedium/font.woff") format("woff");
}
@font-face {
  font-weight: 300;
  font-family: "Trim";
  src: url("/fonts/webFonts/TrimLight/font.woff2") format("woff2"), url("webFonts/TrimLight/font.woff") format("woff");
}
@font-face {
  font-weight: 900;
  font-family: "Trim";
  src: url("/fonts/webFonts/TrimExtraBold/font.woff2") format("woff2"), url("webFonts/TrimExtraBold/font.woff") format("woff");
}
@font-face {
  font-family: "TrimPoster";
  src: url("/fonts/TrimPoster/TrimPoster-Variable.woff2") format("woff2 supports variations"), url("/fonts/TrimPoster/TrimPoster-Variable.woff2") format("woff2-variations");
  font-weight: 44 278;
}
.w-100 {
  width: 100%;
}

.bg-white {
  background-color: #fff;
}

.bg-blue-light {
  background-color: #3397d3;
}

.bg-blue-middle {
  background-color: #094d7d;
}

.bg-blue-dark {
  background-color: #17375e;
}

.bg-gradient {
  background: rgb(9, 77, 125);
  background: linear-gradient(276deg, rgb(9, 77, 125) 0%, rgb(23, 55, 94) 100%);
}

.bg-grey-gradient {
  background: #ccc;
  background: linear-gradient(276deg, rgb(224, 224, 224) 0%, rgb(234, 234, 234) 50%, rgb(224, 224, 224) 50%, rgb(234, 234, 234) 100%);
}

:root {
  --elementspacing: $spacing;
  --navbarheight: 86px;
  --subnavbarheight: 35px;
  --navbarspacing: 0px;
  --totalnavbarheight: calc(var(--navbarheight) + var(--subnavbarheight));
}

@media (max-width: 600px) {
  :root {
    --totalnavbarheight: 44px;
  }
}
:root {
  --primary-color: #115086;
  --secondary-color: #3398db;
  --third-color: #1e3359;
  --blue-light: #3397d3;
  --blue-middle: #094d7d;
  --blue-dark: #17375e;
  --accent-color: #3397d3;
  --accent-color-title: lightcyan;
}

/*! Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * Modify default styling of address.
 */
address {
  font-style: normal;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: "IBM Plex Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace; /* 1 (changed) */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400; /* (added) */
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 (changed) */
  font-size: inherit; /* 1 (changed) */
  line-height: inherit; /* 1 (changed) */
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-size: 20px;
}

body {
  background-color: #f7f7f7;
  color: rgb(59, 67, 81);
  font-family: Inter, Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-family: "Inter", -apple-system, system-ui, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

a {
  transition: 0.2s;
  color: #115086;
  outline: none;
  text-decoration: none;
}
a:focus {
  box-shadow: 0 0 0 0.1rem rgba(188.1315789474, 195.2236842105, 206.3684210526, 0.1);
}
a:focus, a:hover, a:active, a.active {
  color: rgb(11.2582781457, 52.9801324503, 88.7417218543);
  text-decoration: none;
}
a:visited {
  color: #115086;
}

.textdiv a {
  border-bottom: 1px solid #3398db;
  transition: all 0.25s linear;
  position: relative;
  background-color: rgb(224.4, 239.55, 249.6);
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}
.textdiv a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1e3359;
  position: absolute;
  left: 0;
  bottom: -1px;
  /* this is to match where the border is */
  transform-origin: left;
  transform: scale(0);
  transition: 0.25s linear;
  /*   will-change: transform; */
}
.textdiv a:hover:before {
  transform: scale(1);
}

.calendar-btn {
  cursor: pointer;
  transition: background 0.2s;
  background-color: #ccc !important;
}

#calendarHint {
  color: #999;
  font-size: 0.85em;
  margin-top: 0.5rem;
}

.calendar-btn .icon {
  margin-right: 8px;
}

.calendar-btn.copied {
  background: #66cb6b;
}

.text-s, .text-sm, .text-small {
  font-size: 0.7rem;
}

.text-xs {
  font-size: 0.6rem;
}

.text-xxs {
  font-size: 0.5rem;
}

.text-cond {
  font-family: Inter, Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #115086;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 1px;
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
}

.structuredetail h1, .kalender h1 {
  font-size: 4.5rem;
  font-weight: 120;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--accent-color);
  line-height: 0.8;
}
.structuredetail h2, .kalender h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 0.8;
}
.structuredetail h3, .kalender h3 {
  font-size: 2.5rem;
  font-weight: 100;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--accent-color);
  line-height: 0.8;
}

p {
  margin: 0 0 1.2rem;
}

.intro {
  color: rgb(58.7368421053, 67.3026315789, 80.7631578947);
  font-size: clamp(1rem, 3.33vw + 0.28rem, 1.2rem);
}

a,
ins,
u {
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  border-radius: 0;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: #303742;
  color: #fff;
  font-size: 0.7rem;
}

mark {
  background: #ffe9b3;
  color: rgb(58.7368421053, 67.3026315789, 80.7631578947);
  border-bottom: 0.05rem solid rgb(255, 210.8552631579, 102.5);
  border-radius: 0;
  padding: 0.05rem 0.1rem 0;
}

.blockquote {
  border-left: 0.1rem solid rgb(217.6578947368, 221.6184210526, 227.8421052632);
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
.blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li,
ol li {
  margin-top: 0.4rem;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal inside;
}
ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

.text-poster {
  font-family: "TrimPoster";
}

p {
  margin-block-start: 0;
  margin-block-end: 1rem;
  line-height: 1.5;
}

p:last-child {
  margin-block-end: 0;
}

.text-gradient {
  background-color: #094d7d;
  /* Create the gradient. */
  background-image: linear-gradient(90deg, #3397d3, #17375e);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

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

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

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

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

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

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

html:lang(zh),
html:lang(zh-Hans),
.lang-zh,
.lang-zh-hans {
  font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", sans-serif;
}

html:lang(zh-Hant),
.lang-zh-hant {
  font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", "Helvetica Neue", sans-serif;
}

html:lang(ja),
.lang-ja {
  font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", sans-serif;
}

html:lang(ko),
.lang-ko {
  font-family: Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Malgun Gothic", "Helvetica Neue", sans-serif;
}

:lang(zh) ins,
:lang(zh) u,
:lang(ja) ins,
:lang(ja) u,
.lang-cjk ins,
.lang-cjk u {
  border-bottom: 0.05rem solid;
  text-decoration: none;
}
:lang(zh) del + del,
:lang(zh) del + s,
:lang(zh) ins + ins,
:lang(zh) ins + u,
:lang(zh) s + del,
:lang(zh) s + s,
:lang(zh) u + ins,
:lang(zh) u + u,
:lang(ja) del + del,
:lang(ja) del + s,
:lang(ja) ins + ins,
:lang(ja) ins + u,
:lang(ja) s + del,
:lang(ja) s + s,
:lang(ja) u + ins,
:lang(ja) u + u,
.lang-cjk del + del,
.lang-cjk del + s,
.lang-cjk ins + ins,
.lang-cjk ins + u,
.lang-cjk s + del,
.lang-cjk s + s,
.lang-cjk u + ins,
.lang-cjk u + u {
  margin-left: 0.125em;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: rgb(247.1842105263, 248.0131578947, 249.3157894737);
}
.table tbody tr.active, .table.table-striped tbody tr.active {
  background: rgb(238.3263157895, 240.0947368421, 242.8736842105);
}
.table.table-hover tbody tr {
  transition: 0.3s;
}
.table.table-hover tbody tr:hover {
  background: rgb(238.3263157895, 240.0947368421, 242.8736842105);
  transition: 0.3s;
}
.table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}
.table td,
.table th {
  border-bottom: 0.05rem solid rgb(217.6578947368, 221.6184210526, 227.8421052632);
  padding: 0.6rem 0.4rem;
}
.table th {
  border-bottom-width: 0.1rem;
}
.table-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%; /* Adjust as needed */
}
@media (max-width: 600px) {
  .table-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
  }
}

.table-container {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.fade-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, rgb(247, 247, 247), rgba(247, 247, 247, 0));
  display: none; /* Hidden by default */
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  text-align: left;
}
.table th, .table td {
  padding-top: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
  padding-bottom: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
}
.table td {
  border-top: 1px solid rgb(224, 224, 224);
}
.table.table-small {
  font-size: 0.7rem;
}
.table.table-numbers {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum", "lnum", "zero";
}

.table-striped {
  min-width: 100%;
  border-collapse: collapse;
}
.table-striped thead th {
  text-align: left;
  font-weight: bold;
}
.table-striped tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}
.table-striped tbody tr td {
  border: none;
  border-top: 1px solid rgb(224, 224, 224);
}

.table-standings, .table-stats, .table-playergames {
  display: table;
}
.table-standings tr, .table-stats tr, .table-playergames tr {
  height: 60px;
}
.table-standings th, .table-standings td, .table-stats th, .table-stats td, .table-playergames th, .table-playergames td {
  padding: clamp(0.4rem, 0vw + 0.4rem, 0.4rem);
  text-align: center;
}
.table-standings th.left, .table-standings td.left, .table-stats th.left, .table-stats td.left, .table-playergames th.left, .table-playergames td.left {
  text-align: left;
}
.table-standings thead th, .table-stats thead th, .table-playergames thead th {
  text-align: center;
}
.table-standings thead th.left, .table-stats thead th.left, .table-playergames thead th.left {
  text-align: left;
}
.table-standings tbody tr td.left, .table-stats tbody tr td.left, .table-playergames tbody tr td.left {
  text-align: left;
}

.table-sortable {
  white-space: nowrap;
}
.table-sortable th {
  cursor: pointer;
}
.table-sortable th.sortasc, .table-sortable th.sortdesc {
  background-color: rgba(0, 0, 0, 0.02);
}
.table-sortable td.sortasc, .table-sortable td.sortdesc {
  background-color: rgba(0, 0, 0, 0.04);
}

.btn {
  appearance: none;
  background: #fff;
  border-radius: 0;
  color: #115086;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  height: 2.3rem;
  line-height: 1.35rem;
  outline: none;
  padding: 0.5rem 20px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.2s linear;
}
.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(188.1315789474, 195.2236842105, 206.3684210526, 0.1);
}
.btn:focus, .btn:hover {
  background: #3398db;
  border-color: rgb(15.2774834437, 71.8940397351, 120.4225165563);
  text-decoration: none;
  transition: all 0.2s linear;
}
.btn:active, .btn.active {
  background: rgb(15.2774834437, 71.8940397351, 120.4225165563);
  border-color: rgb(12.4066225166, 58.3841059603, 97.7933774834);
  color: #fff;
  text-decoration: none;
}
.btn:active.loading::after, .btn.active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn[disabled], .btn:disabled, .btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-rarr:after {
  content: "→";
  margin-left: 10px;
  font-weight: 300;
  font-size: 0.7rem;
  margin-right: 5px;
  transition: all 0.2s ease-out;
}
.btn.btn-rarr:hover:after {
  margin-left: 15px;
  margin-right: 0px;
  transition: all 0.2s linear;
}
.btn.btn-primary {
  background: #115086;
  border-color: rgb(15.2774834437, 71.8940397351, 120.4225165563);
  color: #fff;
  border: none;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
  background: rgb(14.1291390728, 66.4900662252, 111.3708609272);
  background: #1e3359;
  border-color: rgb(12.4066225166, 58.3841059603, 97.7933774834);
  color: #fff;
  border: none;
}
.btn.btn-primary:active, .btn.btn-primary.active {
  background: rgb(12.980794702, 61.0860927152, 102.319205298);
  background: #1e3359;
  border-color: rgb(11.2582781457, 52.9801324503, 88.7417218543);
  color: #fff;
  border: none;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-success {
  background: #32b643;
  border-color: rgb(46.7025862069, 169.9974137931, 62.5814655172);
  color: #fff;
}
.btn.btn-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(188.1315789474, 195.2236842105, 206.3684210526, 0.1);
}
.btn.btn-success:focus, .btn.btn-success:hover {
  background: rgb(47.8017241379, 173.9982758621, 64.0543103448);
  border-color: rgb(44.5043103448, 161.9956896552, 59.6357758621);
  color: #fff;
}
.btn.btn-success:active, .btn.btn-success.active {
  background: rgb(42.3060344828, 153.9939655172, 56.6900862069);
  border-color: rgb(39.0086206897, 141.9913793103, 52.2715517241);
  color: #fff;
}
.btn.btn-success.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-trans {
  background: transparent;
  border: none;
}
.btn.btn-error {
  background: #e85600;
  border-color: rgb(216.7, 80.3284482759, 0);
  color: #fff;
}
.btn.btn-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(188.1315789474, 195.2236842105, 206.3684210526, 0.1);
}
.btn.btn-error:focus, .btn.btn-error:hover {
  background: rgb(221.8, 82.2189655172, 0);
  border-color: rgb(206.5, 76.5474137931, 0);
  color: #fff;
}
.btn.btn-error:active, .btn.btn-error.active {
  background: rgb(196.3, 72.7663793103, 0);
  border-color: rgb(181, 67.0948275862, 0);
  color: #fff;
}
.btn.btn-error.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #115086;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
  color: rgb(11.2582781457, 52.9801324503, 88.7417218543);
}
.btn.btn-navbar {
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: none;
  height: 1.65rem;
}
.btn.btn-navbar.here {
  background-color: #115086;
}
.btn.btn-navbar.hover, .btn.btn-navbar:focus, .btn.btn-navbar:hover, .btn.btn-navbar:active, .btn.btn-navbar.active {
  background: rgb(247.1842105263, 248.0131578947, 249.3157894737);
  background: #1e3359;
  text-decoration: none;
  color: #fff;
  transition: none;
}
.btn.btn-sc {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0.7rem;
}
.btn.btn-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.btn.btn-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 0.6rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  width: 2.3rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn.btn-action.btn-lg {
  width: 2rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1rem;
  line-height: 0.8rem;
  margin-left: 0.2rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0.1rem;
  text-decoration: none;
  width: 1rem;
}
.btn.btn-clear:focus, .btn.btn-clear:hover {
  background: rgba(247.1842105263, 248.0131578947, 249.3157894737, 0.5);
  opacity: 0.95;
}
.btn.btn-clear::before {
  content: "✕";
}

.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
}
.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}

.fui-i {
  --fui-font: $body-font-family;
  --fui-primary-color: #115086;
  --fui-primary-color-hover: #1e3359;
  --fui-error: #e85600;
  --fui-success: #32b643;
  --fui-alert-font-size: 0.8rem;
  --fui-alert-error-bg-color: #fdf2f2;
  --fui-alert-error-color: #e85600;
  --fui-alert-success-bg-color: #f3faf7;
  --fui-alert-success-color: #03543f;
  --fui-btn-font-size: 0.8rem;
  --fui-error-font-size: 0.8rem;
  --fui-label-font-size: 0.8rem;
  --fui-label-error-color: #e85600;
  --fui-label-error-border-color: #e85600;
  --fui-instructions-font-size: 0.8rem;
  --fui-check-font-size: 0.8rem;
  --fui-check-bg-color: #f0f1f4;
  --fui-input-font-size: 0.8rem;
  --fui-input-error-color: #e85600;
  --fui-input-error-border-color: #e85600;
  --fui-btn-font-weight: 700;
  --fui-border-radius: 0;
}

.form-group:not(:last-child) {
  margin-bottom: 1rem;
}

fieldset {
  margin-bottom: 0.8rem;
}

legend {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.form-label {
  display: block;
  line-height: 1.2rem;
  padding: 0.55rem 0;
}
.form-label.label-sm {
  font-size: 0.7rem;
  padding: 0.1rem 0;
}
.form-label.label-lg {
  font-size: 0.9rem;
  padding: 0.4rem 0;
}

.form-input {
  appearance: none;
  background: #fff;
  background-image: none;
  border: 0.05rem solid rgb(188.1315789474, 195.2236842105, 206.3684210526);
  border-radius: 0;
  color: rgb(58.7368421053, 67.3026315789, 80.7631578947);
  display: block;
  font-size: 0.8rem;
  height: 2.3rem;
  line-height: 1.2rem;
  max-width: 100%;
  outline: none;
  padding: 0.5rem 0.4rem;
  position: relative;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  width: 100%;
}
.form-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(188.1315789474, 195.2236842105, 206.3684210526, 0.1);
  border-color: #115086;
}
.form-input::placeholder {
  color: rgb(188.1315789474, 195.2236842105, 206.3684210526);
}
.form-input.input-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 0.3rem;
}
.form-input.input-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 0.6rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input[type=file] {
  height: auto;
}

textarea.form-input, textarea.form-input.input-lg, textarea.form-input.input-sm {
  height: auto;
}

.form-input-hint {
  color: rgb(188.1315789474, 195.2236842105, 206.3684210526);
  font-size: 0.7rem;
  margin-top: 0.2rem;
}
.form-input-hint p {
  margin-bottom: 0.2rem;
}
.has-success .form-input-hint, .is-success + .form-input-hint {
  color: #32b643;
}
.has-error .form-input-hint, .is-error + .form-input-hint {
  color: #e85600;
}

.form-select {
  appearance: none;
  border: 0.05rem solid rgb(188.1315789474, 195.2236842105, 206.3684210526);
  border-radius: 0;
  color: inherit;
  font-size: 0.8rem;
  height: 2.3rem;
  line-height: 1.2rem;
  outline: none;
  padding: 0.5rem 0.4rem;
  vertical-align: middle;
  width: 100%;
  background: #fff;
}
.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(188.1315789474, 195.2236842105, 206.3684210526, 0.1);
  border-color: #115086;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.05rem 1.1rem 0.05rem 0.3rem;
}
.form-select.select-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.35rem 1.4rem 0.35rem 0.6rem;
}
.form-select[size], .form-select[multiple] {
  height: auto;
  padding: 0.5rem 0.4rem;
}
.form-select[size] option, .form-select[multiple] option {
  padding: 0.1rem 0.2rem;
}
.form-select:not([multiple]):not([size]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
  padding-right: 1.2rem;
}

.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: 0.8rem;
  margin: 0 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  z-index: 2;
}

.has-icon-left .form-icon {
  left: 0.05rem;
}
.has-icon-left .form-input {
  padding-left: 1.8rem;
}

.has-icon-right .form-icon {
  right: 0.05rem;
}
.has-icon-right .form-input {
  padding-right: 1.8rem;
}

.form-checkbox,
.form-radio,
.form-switch {
  display: block;
  line-height: 1.2rem;
  margin: 0.45rem 0;
  min-height: 1.4rem;
  padding: 0.1rem 0.4rem 0.1rem 1.2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(188.1315789474, 195.2236842105, 206.3684210526, 0.1);
  border-color: #115086;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #115086;
  border-color: #115086;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  border: 0.05rem solid rgb(188.1315789474, 195.2236842105, 206.3684210526);
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
}
.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm {
  font-size: 0.7rem;
  margin: 0;
}
.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: rgb(238.3263157895, 240.0947368421, 242.8736842105);
}

.form-checkbox .form-icon {
  border-radius: 0;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #115086;
  border-color: #115086;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form-radio .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}

.form-switch {
  padding-left: 2rem;
}
.form-switch .form-icon {
  background: rgb(188.1315789474, 195.2236842105, 206.3684210526);
  background-clip: padding-box;
  border-radius: 0.45rem;
  height: 0.9rem;
  left: 0;
  top: 0.25rem;
  width: 1.6rem;
}
.form-switch .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s, left 0.2s;
  width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: rgb(247.1842105263, 248.0131578947, 249.3157894737);
}

.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: rgb(247.1842105263, 248.0131578947, 249.3157894737);
  border: 0.05rem solid rgb(188.1315789474, 195.2236842105, 206.3684210526);
  border-radius: 0;
  line-height: 1.2rem;
  padding: 0.5rem 0.4rem;
  white-space: nowrap;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.7rem;
  padding: 0.05rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 0.9rem;
  padding: 0.35rem 0.6rem;
}
.input-group .form-input,
.input-group .form-select {
  flex: 1 1 auto;
  width: 1%;
}
.input-group .input-group-btn {
  z-index: 1;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}

.has-success .form-input, .form-input.is-success,
.has-success .form-select,
.form-select.is-success {
  background: rgb(248.9594827586, 253.3405172414, 249.5237068966);
  border-color: #32b643;
}
.has-success .form-input:focus, .form-input.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(188.1315789474, 195.2236842105, 206.3684210526, 0.1);
}
.has-error .form-input, .form-input.is-error,
.has-error .form-select,
.form-select.is-error {
  background: rgb(255, 250.1543103448, 247.3);
  border-color: #e85600;
}
.has-error .form-input:focus, .form-input.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(188.1315789474, 195.2236842105, 206.3684210526, 0.1);
}

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #e85600;
}
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
  background: #e85600;
  border-color: #e85600;
}
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(188.1315789474, 195.2236842105, 206.3684210526, 0.1);
  border-color: #e85600;
}

.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon {
  background: #e85600;
  border-color: #e85600;
}

.form-input:not(:placeholder-shown):invalid {
  border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(188.1315789474, 195.2236842105, 206.3684210526, 0.1);
  background: rgb(255, 250.1543103448, 247.3);
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint, .form-input:not(:placeholder-shown):invalid + .form-instructions {
  color: #e85600;
}

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: rgb(238.3263157895, 240.0947368421, 242.8736842105);
  cursor: not-allowed;
  opacity: 0.5;
}

.form-input[readonly] {
  background-color: rgb(247.1842105263, 248.0131578947, 249.3157894737);
}

input:disabled + .form-icon, input.disabled + .form-icon {
  background: rgb(238.3263157895, 240.0947368421, 242.8736842105);
  cursor: not-allowed;
  opacity: 0.5;
}

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #fff;
}

.form-horizontal {
  padding: 1rem 0;
}
.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
}

.form-inline {
  display: inline-block;
}

.label {
  border-radius: 0;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: rgb(238.3263157895, 240.0947368421, 242.8736842105);
  color: rgb(69.4736842105, 79.6052631579, 95.5263157895);
  display: inline-block;
}
.label.label-rounded {
  border-radius: 5rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.label.label-primary {
  background: #115086;
  color: #fff;
}
.label.label-secondary {
  background: #3398db;
  color: #115086;
}
.label.label-success {
  background: #32b643;
  color: #fff;
}
.label.label-warning {
  background: #ffb700;
  color: #fff;
}
.label.label-error {
  background: #e85600;
  color: #fff;
}

code {
  border-radius: 0;
  line-height: 1.25;
  padding: 0.1rem 0.2rem;
  background: rgb(252.2103004292, 241.5396995708, 242.2371244635);
  color: #d73e48;
  font-size: 85%;
}

.code {
  border-radius: 0;
  color: rgb(58.7368421053, 67.3026315789, 80.7631578947);
  position: relative;
}
.code::before {
  color: rgb(188.1315789474, 195.2236842105, 206.3684210526);
  content: attr(data-lang);
  font-size: 0.7rem;
  position: absolute;
  right: 1rem;
  top: 0.1rem;
}
.code code {
  background: rgb(247.1842105263, 248.0131578947, 249.3157894737);
  color: inherit;
  display: block;
  line-height: 1.5;
  overflow-x: auto;
  padding: 1rem;
  width: 100%;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-fit-cover {
  object-fit: cover;
}

.img-fit-contain {
  object-fit: contain;
}

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.video-responsive::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

video.video-responsive {
  height: auto;
  max-width: 100%;
}
video.video-responsive::before {
  content: none;
}

.video-responsive-4-3::before {
  padding-bottom: 75%;
}

.video-responsive-1-1::before {
  padding-bottom: 100%;
}

.figure {
  margin: 0 0 1rem 0;
}
.figure .figure-caption {
  color: rgb(101.6842105263, 116.5131578947, 139.8157894737);
  margin-top: 1rem;
}
.figure .figure-caption span {
  color: rgb(188.1315789474, 195.2236842105, 206.3684210526);
}

#searchoverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  grid-template-rows: auto 1fr;
  z-index: 1000; /* optional, to make sure it sits above everything */
}

#searchoverlaybar {
  background-color: #094d7d;
  padding: 1rem;
}

#searchoverlayresults {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2rem 1rem;
  overflow: auto; /* so results scroll if they overflow the view */
}

#twocols {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden; /* Clearfix */
  background: linear-gradient(to right, white 0%, white 250px, #f7f7f7 250px, #f7f7f7 100%);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 880px) {
  #twocols {
    background: #f7f7f7;
  }
}

#twocols #menucol {
  float: left;
  width: 250px;
}
@media screen and (max-width: 880px) {
  #twocols #menucol {
    float: none;
    width: 100%;
  }
}

#twocols #contentcol {
  margin-left: 250px;
}
@media screen and (max-width: 880px) {
  #twocols #contentcol {
    margin-left: 0;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 880px) {
  #twocols {
    margin-top: 0;
  }
}

.twocolsbackground {
  background: linear-gradient(to right, white 0%, white 50%, transparent 50%, transparent 100%);
}

#menucol {
  width: 250px;
  background-color: white;
  position: relative;
}
@media screen and (max-width: 880px) {
  #menucol {
    background-color: #f2f2f2;
    width: 100%;
  }
}

#contentcol {
  padding: 0 2rem;
}
@media screen and (max-width: 880px) {
  #contentcol {
    padding: 0 1rem;
  }
}

.blackoverlay, .secondblackoverlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.secondblackoverlay {
  z-index: 50;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.container.max-1200 {
  max-width: 1200px;
}
.container.max-1000 {
  max-width: 1000px;
}
.container.grid-xl {
  max-width: 1320px;
}
.container.grid-lg {
  max-width: 1000px;
}
.container.grid-md {
  max-width: 880px;
}
.container.grid-sm {
  max-width: 640px;
}
.container.grid-xs {
  max-width: 520px;
}

.show-xs,
.show-sm,
.show-md,
.show-1000,
.show-lg,
.show-xl {
  display: none !important;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.column {
  flex: 1;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1, .column.col-auto {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1280px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-xl-auto {
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-auto {
    width: auto;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1,
  .col-xs-auto {
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
@media (max-width: 370px) {
  .col-xxs-12,
  .col-xxs-11,
  .col-xxs-10,
  .col-xxs-9,
  .col-xxs-8,
  .col-xxs-7,
  .col-xxs-6,
  .col-xxs-5,
  .col-xxs-4,
  .col-xxs-3,
  .col-xxs-2,
  .col-xxs-1,
  .col-xxs-auto {
    flex: none;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-auto {
    width: auto;
  }
  .hide-xxs {
    display: none !important;
  }
  .show-xxs {
    display: block !important;
  }
}
@media (max-width: 1000px) {
  .hide-1000 {
    display: none !important;
  }
  .show-1000 {
    display: block !important;
  }
}
html,
body {
  height: 100%;
  margin: 0;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#content {
  flex: 1;
}

#footer {
  background-color: #17375e;
  color: #ffffff;
  font-size: 75%;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #ffffff;
}
#footer a:visited {
  color: #ffffff;
}
#footer .footerlogos {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  margin-bottom: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
}
#footer .footerlogos a img {
  max-height: 50px;
  max-width: 80px;
  object-fit: contain;
}

body.whitespace {
  margin-top: calc(var(--totalnavbarheight) + clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem));
}

.container.small {
  max-width: 1000px;
}
.container.extrasmall {
  max-width: 840px;
}

.newcontainer {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  row-gap: 0;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.newcontainer.article {
  max-width: 840px;
  row-gap: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
}
.newcontainer.small {
  max-width: 1000px;
}
.newcontainer.extrasmall {
  max-width: 840px;
}
.newcontainer.rowgap {
  row-gap: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
}

.flexrowgap {
  row-gap: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  display: flex;
  flex-direction: column;
}

.row {
  width: 100%;
}

.newcontainer > section {
  flex: 1;
  background-color: #ffcc00;
}

.newcontainer > section.kwart {
  flex: none;
  width: 25%;
  background-color: #cc0000;
}

.shadow {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}

.pointed {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
  padding-bottom: 40px;
}

.bigimages1,
.bigimages2,
.bigimages3,
.bigimages4 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-row-gap: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  grid-column-gap: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
}

.bigimages1 {
  grid-template-columns: repeat(1, 1fr);
}

.bigimages2 {
  grid-template-columns: repeat(2, 1fr);
}

.bigimages3 {
  grid-template-columns: repeat(3, 1fr);
}

.article .intro {
  margin: 0 0 0 0;
}

.gallerygrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: calc(clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem));
  padding: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem) 0;
}
.gallerygrid a {
  width: 100%;
  display: inline-block;
}

.select-trans {
  padding: clamp(0.4rem, 0vw + 0.4rem, 0.4rem) 0;
  border: none;
  background-color: rgba(255, 255, 255, 0) !important;
  /* Transparent background */
  background: rgba(255, 255, 255, 0) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NiIgaGVpZ2h0PSI5NiIgZmlsbD0iI2ZmZmZmZiIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0yMTYuNDksMTA0LjQ5bC04MCw4MGExMiwxMiwwLDAsMS0xNywwbC04MC04MGExMiwxMiwwLDAsMSwxNy0xN0wxMjgsMTU5bDcxLjUxLTcxLjUyYTEyLDEyLDAsMCwxLDE3LDE3WiI+PC9wYXRoPjwvc3ZnPg==) no-repeat right 0.35rem center/0.4rem 0.5rem;
  color: #fff;
  appearance: none;
  /* Remove default dropdown arrow */
  outline: none;
  cursor: pointer;
  border-bottom: #fff 1px solid;
}

.select-trans option {
  background-color: rgba(255, 255, 255, 0.8);
  /* Semi-transparent for options */
  color: #fff;
}

.select-trans:focus {
  border: none;
  border-bottom: #fff 1px solid;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.dropdown-container {
  position: relative;
  width: 200px;
  margin: auto;
}
.dropdown-container .ph,
.dropdown-container .ph-bold {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Allow clicks to pass through */
  font-size: 16px;
  color: #fff;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loadingindicator select + .form-icon.loading {
  margin-right: 0;
  display: none;
}

#loadingindicator.htmx-request .form-select:not([multiple]):not([size]) {
  background-image: none;
}
#loadingindicator.htmx-request select + .form-icon.loading {
  margin-right: 0;
  display: block;
}

.downloadblock {
  width: 305px;
  display: grid;
  grid-template-columns: 65px 240px;
  grid-template-rows: 30px 30px;
  gap: 5px 0px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.02);
  color: initial;
  text-decoration: none;
  margin-bottom: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  transition: background-color 0.2s;
}
.downloadblock:hover {
  background-color: rgba(0, 0, 0, 0.03);
  transition: background-color 0.2s;
}
.downloadblock .down-icon {
  justify-self: center;
  align-self: center;
  grid-area: 1/1/3/2;
  font-size: 1.5rem;
}
.downloadblock .down-title {
  grid-area: 1/2/2/3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: end;
  font-weight: 500;
  padding-right: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
}
.downloadblock .down-info {
  grid-area: 2/2/3/3;
  padding-right: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.7rem;
  opacity: 0.5;
  align-self: start;
}

ul.arrows {
  list-style: none;
  /* Remove default bullets */
  padding-left: 0;
  /* Remove default padding */
}
ul.arrows li {
  position: relative;
  padding-left: 25px;
  /* Indent text */
  margin-bottom: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
}
ul.arrows li a {
  text-decoration: none;
}
ul.arrows li::before {
  content: "→";
  /* Use arrow as bullet */
  position: absolute;
  left: 0;
}

.herocontent {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}

.heropowered {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
}
.heropowered img {
  object-fit: contain;
  max-width: 200px;
  max-height: 75px;
}

.herologo {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.herologo img {
  object-fit: contain;
  max-width: 80vw;
  max-height: 30vh;
}

#navbar {
  position: relative;
  width: 100%;
  padding: 0 1rem;
  background-color: #094d7d;
}
#navbar.minheight {
  min-height: 33vh;
}

.menulogo {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
}

.menubg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.menubg video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.menubg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.menubg.top img {
  object-position: top;
}
a.openmenuicon {
  color: #fff;
}

#mobilemenu {
  left: 0;
  z-index: 90;
  position: fixed;
  width: 100%;
  height: 50px;
  display: flex;
  top: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem 0 1rem;
  background-color: rgba(23, 55, 94, 0);
  transition: background-color 200ms ease;
}
#mobilemenu.addbg {
  background-color: rgba(23, 55, 94, 0.9);
  transition: background-color 200ms ease;
}
@media (min-width: 661px) {
  #mobilemenu {
    display: none;
  }
}

#mobilemenuspacer {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
}
@media (min-width: 661px) {
  #mobilemenuspacer {
    display: none;
  }
}

#desktopmenu {
  display: none;
  grid-template-rows: auto 0px auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-top: none;
  color: blanchedalmond;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 661px) {
  #desktopmenu {
    display: grid;
  }
}
#desktopmenu .top-bar {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  column-gap: 1rem;
  align-items: center;
  font-size: 0.7rem;
}
#desktopmenu .left-box {
  display: flex;
  padding: 0.5rem 0;
  flex-direction: row;
  column-gap: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.55rem;
  opacity: 0.8;
}
#desktopmenu .left-box a {
  color: #fff;
}
#desktopmenu .left-box a:hover {
  opacity: 1;
}
#desktopmenu .left-box a i {
  margin-right: 0.5rem;
}
#desktopmenu .right-box {
  display: flex;
  flex-direction: row;
  column-gap: 0;
  overflow: hidden;
  white-space: nowrap;
}
#desktopmenu .right-box a {
  color: #fff;
  font-size: 0.65rem;
}
#desktopmenu .right-box a:hover {
  opacity: 1;
}
#desktopmenu .right-box a i {
  margin-right: 0.25rem;
}
#desktopmenu .separator {
  border-bottom: 1px solid rgba(255, 255, 255, 0.456);
}
#desktopmenu .bottom-bar {
  display: grid;
  grid-template-columns: 170px 1fr;
  height: 100%;
  column-gap: 1rem;
  align-items: center;
}
#desktopmenu .bottom-bar .bottom-right {
  display: flex;
  flex-direction: row;
  column-gap: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%; /* or a fixed width if needed */
  font-size: 0.8rem;
}
#desktopmenu .bottom-bar .bottom-right a {
  flex-shrink: 0;
  color: #fff;
  padding: 0.5rem 0.7rem;
}
#desktopmenu .bottom-bar .bottom-right a:hover {
  background-color: #17375e;
}
#desktopmenu .bottom-bar .bottom-right a i {
  margin-right: 0.5rem;
}

#smalloverlaymenu {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  width: 80vw;
  background-color: #f7f7f7;
  z-index: 120;
  overflow-x: auto;
}
#smalloverlaymenu a.openchildmenu::after {
  content: "›"; /* Unicode downward caret */
  color: #3397d3; /* Blue color */
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 1rem;
  font-weight: 300;
}
#smalloverlaymenu a.openchildmenu.kidsshown::after {
  transform: translateY(-50%) rotate(-90deg);
}
#smalloverlaymenu .smallmenu > a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  border-top: 1px solid #ccc;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  font-weight: 600;
  position: relative;
}
#smalloverlaymenu .smallmenu > a.is-active {
  background-color: #fff;
}
#smalloverlaymenu .smallmenu > a:first-child {
  border-top: none;
}
#smalloverlaymenu .smallmenu > a i {
  margin-right: 0.5rem;
}
#smalloverlaymenu .smallmenu .homeclose {
  display: grid;
  background-color: white;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  /*position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 70px;*/
}
#smalloverlaymenu .smallmenu .homeclose .left i {
  margin-right: 0.5rem;
}
#smalloverlaymenu .smallmenu .homeclose a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  border-top: none;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  font-weight: 400;
}
#smalloverlaymenu .smallmenu .homeclose .right {
  display: grid;
  justify-content: end;
}
#smalloverlaymenu .smallmenu > .subnode {
  padding-left: calc(1.5rem + 16px);
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
#smalloverlaymenu .smallmenu > .subnode > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#smalloverlaymenu .smallmenu > .subnode > ul li {
  padding: 0.5rem 0;
  margin: 0;
}
#smalloverlaymenu .smallmenu > .subnode > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 0.4rem;
}
#smalloverlaymenu .smallmenu > .subnode > ul ul li a {
  font-weight: 300;
  font-size: 0.7rem;
}
#smalloverlaymenu .smallmenu > .subnode > ul ul li a::before {
  content: "›"; /* or ">" */
  margin-right: 0.5rem;
  display: inline-block;
}
#smalloverlaymenu .smallmenu > .subnode a {
  color: rgb(59, 67, 81);
  padding: 0.5rem 0;
  text-decoration: none;
  font-weight: 400;
}

#bigoverlaymenu, #sideoverlaymenu {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  width: 600px;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #f7f7f7;
  z-index: 120;
  right: -300px;
  opacity: 0;
}
#bigoverlaymenu .bigmenu, #sideoverlaymenu .bigmenu {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-columns: minmax(min-content, 260px) 1fr;
  gap: 0;
  height: 100%;
  height: calc(100% - 50px);
  margin-top: 50px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 470px) {
  #bigoverlaymenu .bigmenu, #sideoverlaymenu .bigmenu {
    grid-template-columns: minmax(min-content, 50vw) 1fr;
  }
}
#bigoverlaymenu .gohomebanner, #sideoverlaymenu .gohomebanner {
  position: fixed;
  background-color: #dedede;
  width: 100%;
  height: 50px;
  display: flex;
  top: 0;
  width: 600px;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem 0 2rem;
}
@media (max-width: 470px) {
  #bigoverlaymenu .gohomebanner, #sideoverlaymenu .gohomebanner {
    padding: 0 1rem;
  }
}
#bigoverlaymenu .bigdivider, #sideoverlaymenu .bigdivider {
  width: 1px;
  background-color: #ccc;
  height: 100%;
}
#bigoverlaymenu .bigleft,
#bigoverlaymenu .bigright, #sideoverlaymenu .bigleft,
#sideoverlaymenu .bigright {
  /* Add your styles for left/right panels */
  height: 100%;
}
#bigoverlaymenu .bigright, #sideoverlaymenu .bigright {
  background-color: #fff;
  padding: 2rem;
}
@media (max-width: 470px) {
  #bigoverlaymenu .bigright, #sideoverlaymenu .bigright {
    padding: 1rem;
    font-size: 0.7rem;
  }
}
#bigoverlaymenu .bigright .d-columns, #sideoverlaymenu .bigright .d-columns {
  /*
  columns: 3;
  column-gap: 2rem;
  column-fill: balance;
  */
}
#bigoverlaymenu .bigright .d-columns ul, #sideoverlaymenu .bigright .d-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#bigoverlaymenu .bigright .d-columns > ul > li, #sideoverlaymenu .bigright .d-columns > ul > li {
  margin-top: 0;
  margin-bottom: 1.5rem;
  break-inside: avoid;
}
#bigoverlaymenu .bigright .d-columns > ul > li a, #sideoverlaymenu .bigright .d-columns > ul > li a {
  color: rgb(59, 67, 81);
  font-weight: 600;
}
#bigoverlaymenu .bigright .d-columns > ul > li ul, #sideoverlaymenu .bigright .d-columns > ul > li ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
#bigoverlaymenu .bigright .d-columns > ul > li ul li, #sideoverlaymenu .bigright .d-columns > ul > li ul li {
  margin-top: 0.2rem;
}
#bigoverlaymenu .bigright .d-columns > ul > li ul a, #sideoverlaymenu .bigright .d-columns > ul > li ul a {
  color: rgb(59, 67, 81);
  font-weight: 400;
  text-decoration: none;
}
#bigoverlaymenu .bigright h1, #sideoverlaymenu .bigright h1 {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 80;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
@media (max-width: 470px) {
  #bigoverlaymenu .bigright h1, #sideoverlaymenu .bigright h1 {
    display: none;
  }
}
#bigoverlaymenu .bigright .nodeblock, #sideoverlaymenu .bigright .nodeblock {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  break-inside: avoid;
}
#bigoverlaymenu .bigright .nodeblock a, #sideoverlaymenu .bigright .nodeblock a {
  color: rgb(59, 67, 81);
}
#bigoverlaymenu .bigleft, #sideoverlaymenu .bigleft {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem 0 0 2rem;
}
@media (max-width: 470px) {
  #bigoverlaymenu .bigleft, #sideoverlaymenu .bigleft {
    padding: 0 0 0 0;
    font-size: 0.7rem;
  }
}
#bigoverlaymenu .bigleft > a, #sideoverlaymenu .bigleft > a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem 1rem 1rem;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}
@media (max-width: 470px) {
  #bigoverlaymenu .bigleft > a, #sideoverlaymenu .bigleft > a {
    padding: 1rem;
  }
}
#bigoverlaymenu .bigleft > a.is-active, #sideoverlaymenu .bigleft > a.is-active {
  background-color: #fff;
}
#bigoverlaymenu .bigleft > a:last-child, #sideoverlaymenu .bigleft > a:last-child {
  border-bottom: none;
}
#bigoverlaymenu .bigleft > a i, #sideoverlaymenu .bigleft > a i {
  margin-right: 0.5rem;
}
a.close-menu {
  color: #333;
}

#sideoverladsfdsymenu {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 600px;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #f7f7f7;
  z-index: 120;
  right: 0;
  opacity: 1;
}

.accordion input:checked ~ .accordion-header .icon, .accordion[open] .accordion-header .icon {
  transform: rotate(90deg);
}
.accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body {
  max-height: 50rem;
}
.accordion .accordion-header {
  display: block;
  padding: 0.2rem 0.4rem;
  padding: 0;
  font-weight: 500;
}
.accordion .accordion-header .icon {
  transition: transform 0.25s;
}
.accordion .accordion-body {
  margin-bottom: 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
  font-weight: 400;
}
.accordion .here {
  font-weight: 700;
}

summary.accordion-header::-webkit-details-marker {
  display: none;
}

.avatar {
  font-size: 0.8rem;
  height: 1.6rem;
  width: 1.6rem;
  background: white;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.avatar.avatar-xs {
  font-size: 0.4rem;
  height: 0.8rem;
  width: 0.8rem;
}
.avatar.avatar-sm {
  font-size: 0.6rem;
  height: 1.2rem;
  width: 1.2rem;
}
.avatar.avatar-lg {
  font-size: 1.2rem;
  height: 2.4rem;
  width: 2.4rem;
}
.avatar.avatar-xl {
  font-size: 1.6rem;
  height: 3.2rem;
  width: 3.2rem;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.avatar .avatar-icon,
.avatar .avatar-presence {
  background: #fff;
  bottom: 14.64%;
  height: 50%;
  padding: 0.1rem;
  position: absolute;
  right: 14.64%;
  transform: translate(50%, 50%);
  width: 50%;
  z-index: 2;
}
.avatar .avatar-presence {
  background: rgb(188.1315789474, 195.2236842105, 206.3684210526);
  box-shadow: 0 0 0 0.1rem #fff;
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
}
.avatar .avatar-presence.online {
  background: #32b643;
}
.avatar .avatar-presence.busy {
  background: #e85600;
}
.avatar .avatar-presence.away {
  background: #ffb700;
}
.avatar[data-initial]::before {
  color: currentColor;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.badge {
  position: relative;
  white-space: nowrap;
}
.badge[data-badge]::after, .badge:not([data-badge])::after {
  background: #115086;
  background-clip: padding-box;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0.1rem #fff;
  color: #fff;
  content: attr(data-badge);
  display: inline-block;
  transform: translate(-0.05rem, -0.5rem);
}
.badge[data-badge]::after {
  font-size: 0.7rem;
  height: 0.9rem;
  line-height: 1;
  min-width: 0.9rem;
  padding: 0.1rem 0.2rem;
  text-align: center;
  white-space: nowrap;
}
.badge:not([data-badge])::after, .badge[data-badge=""]::after {
  height: 6px;
  min-width: 6px;
  padding: 0;
  width: 6px;
}
.badge.btn::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.badge.avatar::after {
  position: absolute;
  top: 14.64%;
  right: 14.64%;
  transform: translate(50%, -50%);
  z-index: 100;
}

.breadcrumb {
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  font-size: 0.7rem;
}
.breadcrumb .breadcrumb-item {
  color: rgb(101.6842105263, 116.5131578947, 139.8157894737);
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 0.2rem;
}
.breadcrumb .breadcrumb-item:not(:last-child) a {
  color: rgb(101.6842105263, 116.5131578947, 139.8157894737);
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: rgb(101.6842105263, 116.5131578947, 139.8157894737);
  content: "→";
  padding-right: 0.4rem;
}

.bar {
  background: rgb(238.3263157895, 240.0947368421, 242.8736842105);
  border-radius: 0;
  display: flex;
  flex-wrap: nowrap;
  height: 0.8rem;
  width: 100%;
}
.bar.bar-sm {
  height: 0.2rem;
}
.bar .bar-item {
  background: #115086;
  color: #fff;
  display: block;
  font-size: 0.7rem;
  flex-shrink: 0;
  line-height: 0.8rem;
  height: 100%;
  position: relative;
  text-align: center;
  width: 0;
}
.bar .bar-item:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bar .bar-item:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  flex-shrink: 1;
}

.bar-slider {
  height: 0.1rem;
  margin: 1rem 0;
  position: relative;
}
.bar-slider .bar-item {
  left: 0;
  padding: 0;
  position: absolute;
}
.bar-slider .bar-item:not(:last-child):first-child {
  background: rgb(238.3263157895, 240.0947368421, 242.8736842105);
  z-index: 1;
}
.bar-slider .bar-slider-btn {
  background: #115086;
  border: 0;
  border-radius: 50%;
  height: 0.6rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 0.6rem;
}
.bar-slider .bar-slider-btn:active {
  box-shadow: 0 0 0 0.1rem #115086;
}

.card {
  background: rgb(247.1842105263, 248.0131578947, 249.3157894737);
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 0.8rem;
  padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 0.8rem;
}
.card .card-body {
  flex: 1 1 auto;
}
.card .card-image {
  padding-top: 0.8rem;
  background-color: rgb(188.1315789474, 195.2236842105, 206.3684210526);
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card.card-dark {
  border-bottom-color: #1e3359;
}

a.card:hover,
a.card:active,
a.card:focus {
  background: rgb(241.2789473684, 242.7342105263, 245.0210526316);
}

a.card.card-dark:hover,
a.card.card-dark:active,
a.card.card-dark:focus {
  background: rgb(15.8516556291, 74.5960264901, 124.9483443709) !important;
}

.chip {
  align-items: center;
  background: rgb(223.5631578947, 226.8973684211, 232.1368421053);
  border-radius: 5rem;
  display: inline-flex;
  font-size: 90%;
  height: 1.2rem;
  line-height: 0.8rem;
  margin: 0.1rem;
  max-width: 320px;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.chip.active {
  background: #115086;
  color: #fff;
}
.chip .avatar {
  margin-left: -0.4rem;
  margin-right: 0.2rem;
}
.chip .btn-clear {
  border-radius: 50%;
  transform: scale(0.75);
}

a.teamchip {
  color: initial;
  font-size: 0.7rem;
  height: 1.8rem;
  background: rgb(234, 234, 234);
  padding-right: 0.6rem;
  margin: 0 0.6rem 0.6rem 0;
  text-overflow: ellipsis;
}
a.teamchip .avatar {
  padding: 4px;
  margin-right: 0.6rem;
}
@media screen and (max-width: 900px) {
  a.teamchip .avatar {
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 8px;
  }
}
@media screen and (max-width: 900px) {
  a.teamchip {
    color: initial;
    font-size: 0.6rem;
    height: 1.2rem;
    padding-right: 0.6rem;
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
  }
}

.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown .menu {
  animation: slide-down 0.15s ease 1;
  display: none;
  left: 0;
  max-height: 70vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
}
.dropdown.dropdown-right .menu {
  left: auto;
  right: 0;
}
.dropdown.active .menu,
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover {
  display: block;
}
.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.empty {
  background: rgb(247.1842105263, 248.0131578947, 249.3157894737);
  border-radius: 0;
  color: rgb(101.6842105263, 116.5131578947, 139.8157894737);
  text-align: center;
  padding: 3.2rem 1.6rem;
}
.empty .empty-icon {
  margin-bottom: 0.8rem;
}
.empty .empty-title,
.empty .empty-subtitle {
  margin: 1rem auto;
}
.empty .empty-action {
  margin-top: 0.8rem;
}

.menu {
  box-shadow: 0 0.05rem 0.2rem rgba(48, 55, 66, 0.3);
  background: #fff;
  border-radius: 0;
  list-style: none;
  margin: 0;
  min-width: 180px;
  min-width: 250px;
  padding: 0.4rem;
  transform: translateY(0);
  z-index: 200;
}
.menu.menu-nav {
  background: transparent;
  box-shadow: none;
}
.menu .menu-item {
  margin-top: 0;
  padding: 0 0.4rem;
  position: relative;
  text-decoration: none;
}
.menu .menu-item > a {
  border-radius: 0;
  color: inherit;
  display: block;
  margin: 0 -0.4rem;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.menu .menu-item > a:focus, .menu .menu-item > a:hover {
  background: rgb(247.1842105263, 248.0131578947, 249.3157894737);
  color: #115086;
}
.menu .menu-item > a:active, .menu .menu-item > a.active {
  background: rgb(247.1842105263, 248.0131578947, 249.3157894737);
  color: #115086;
}
.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
  margin: 0.1rem 0;
}
.menu .menu-item + .menu-item {
  margin-top: 0.2rem;
}
.menu .menu-badge {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.menu .menu-badge .label {
  margin-right: 0.4rem;
}

header .menu {
  background: #115086;
  border-radius: 0;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 0;
  transform: translateY(0.2rem);
  z-index: 400;
  font-size: 0.6rem;
  text-transform: uppercase;
  color: white;
  box-shadow: none;
}
header .menu.menu-nav {
  background: transparent;
  box-shadow: none;
}
header .menu .menu-item {
  margin-top: 0;
  padding: 0 0.4rem;
  position: relative;
  text-decoration: none;
}
header .menu .menu-item > a {
  border-radius: 0;
  color: inherit;
  display: block;
  margin: 0 -0.4rem;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
header .menu .menu-item > a:focus, header .menu .menu-item > a:hover {
  background: #1e3359;
  color: white;
}
header .menu .menu-item > a:active, header .menu .menu-item > a.active {
  background: #1e3359;
  color: white;
}
header .menu .menu-item .form-checkbox,
header .menu .menu-item .form-radio,
header .menu .menu-item .form-switch {
  margin: 0.1rem 0;
}
header .menu .menu-item + .menu-item {
  margin-top: 0.2rem;
}
header .menu .menu-badge {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
header .menu .menu-badge .label {
  margin-right: 0.4rem;
}

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
}
.modal:target, .modal.active {
  display: flex;
  opacity: 1;
  z-index: 400;
}
.modal:target .modal-overlay, .modal.active .modal-overlay {
  background: rgba(247.1842105263, 248.0131578947, 249.3157894737, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal:target .modal-container, .modal.active .modal-container {
  animation: slide-down 0.2s ease 1;
  z-index: 1;
}
.modal.modal-sm .modal-container {
  max-width: 320px;
  padding: 0 0.4rem;
}
.modal.modal-lg .modal-overlay {
  background: #fff;
}
.modal.modal-lg .modal-container {
  box-shadow: none;
  max-width: 960px;
}

.modal-container {
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3);
  background: #fff;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  max-height: 75vh;
  max-width: 640px;
  padding: 0 0.8rem;
  width: 100%;
}
.modal-container.modal-fullheight {
  max-height: 100vh;
}
.modal-container .modal-header {
  color: #303742;
  padding: 0.8rem;
}
.modal-container .modal-body {
  overflow-y: auto;
  padding: 0.8rem;
  position: relative;
}
.modal-container .modal-footer {
  padding: 0.8rem;
  text-align: right;
}

.nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  font-size: 0.7rem;
}
.nav .nav-item a {
  color: rgb(58.7368421053, 67.3026315789, 80.7631578947);
  padding: 0;
  padding-bottom: 0.2rem;
  text-decoration: none;
}
.nav .nav-item a:focus, .nav .nav-item a:hover {
  color: rgb(37.2631578947, 42.6973684211, 51.2368421053);
}
.nav .nav-item.subactive > a {
  font-weight: 500;
}
.nav .nav-item.active > a {
  font-weight: 700;
}
.nav .nav {
  margin-bottom: 0.4rem;
  margin-left: 0.8rem;
}

#nav a.lefthaskids {
  position: relative;
  padding-right: 20px; /* space for caret */
}

#nav a.lefthaskids::after {
  content: "›"; /* Unicode downward caret */
  color: var(--accent-color);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 1rem;
  font-weight: 300;
}

#nav a.lefthaskids.kidsshown::after {
  transform: translateY(-50%) rotate(-90deg);
}

.sidenavcontainer {
  width: 250px;
}
@media screen and (max-width: 880px) {
  .sidenavcontainer {
    width: 100%;
  }
}

.opensidenav {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  display: flex;
  padding: 0.85rem 1rem;
  font-weight: 600;
  color: #333;
  font-size: 0.75rem;
  background-color: rgb(234, 234, 234);
}
.opensidenav:visited {
  color: #333;
}
@media screen and (min-width: 881px) {
  .opensidenav {
    display: none;
  }
}

ul#nav {
  list-style: none;
  padding: 0 1rem;
  margin: 0;
  font-size: 0.75rem;
  position: relative;
  width: 250px;
  background-color: #fff;
}
ul#nav a {
  color: #333;
}
ul#nav a.is-here {
  color: var(--accent-color);
}
ul#nav > li {
  margin: 0;
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgb(217.6578947368, 221.6184210526, 227.8421052632);
  flex-direction: column;
  padding: 0.85rem 0;
}
ul#nav > li > a {
  font-weight: 700;
}
ul#nav > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0.5rem 0 0 0;
  font-weight: 400;
}
ul#nav > li > ul li {
  margin: 0;
  padding: 0.5rem 0;
}
ul#nav > li > ul li a {
  color: #333;
}

@media screen and (max-width: 880px) {
  ul#nav {
    display: none;
  }
}

.pagination {
  display: flex;
  list-style: none;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  align-items: center;
}
.pagination .page-item {
  margin: 0.2rem 0.05rem;
}
.pagination .page-item span {
  display: inline-block;
  padding: 0.2rem 0.2rem;
}
.pagination .page-item a {
  border-radius: 0;
  display: inline-block;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}
.pagination .page-item a:focus, .pagination .page-item a:hover {
  color: #115086;
}
.pagination .page-item.disabled a {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.pagination .page-item.active a {
  background: #115086;
  color: #fff;
}
.pagination .page-item.page-prev, .pagination .page-item.page-next {
  flex: 1 0 50%;
}
.pagination .page-item.page-next {
  text-align: right;
}
.pagination .page-item .page-item-title {
  margin: 0;
}
.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: 0.5;
}

.panel {
  border: 0.05rem solid rgb(217.6578947368, 221.6184210526, 227.8421052632);
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.panel .panel-header,
.panel .panel-footer {
  flex: 0 0 auto;
  padding: 0.8rem;
}
.panel .panel-nav {
  flex: 0 0 auto;
}
.panel .panel-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 0.8rem;
}

.popover {
  display: inline-block;
  position: relative;
}
.popover .popover-container {
  left: 50%;
  opacity: 0;
  padding: 1rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s;
  width: 320px;
  z-index: 300;
}
.popover *:focus + .popover-container, .popover:hover .popover-container {
  display: block;
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.popover.popover-right .popover-container {
  left: 100%;
  top: 50%;
}
.popover.popover-right *:focus + .popover-container, .popover.popover-right:hover .popover-container {
  transform: translate(0, -50%) scale(1);
}
.popover.popover-bottom .popover-container {
  left: 50%;
  top: 100%;
}
.popover.popover-bottom *:focus + .popover-container, .popover.popover-bottom:hover .popover-container {
  transform: translate(-50%, 0) scale(1);
}
.popover.popover-left .popover-container {
  left: 0;
  top: 50%;
}
.popover.popover-left *:focus + .popover-container, .popover.popover-left:hover .popover-container {
  transform: translate(-100%, -50%) scale(1);
}
.popover .card {
  box-shadow: 0 0.2rem 0.5rem rgba(48, 55, 66, 0.3);
  border: 0;
}

.step {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0.2rem 0;
  width: 100%;
}
.step .step-item {
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  text-align: center;
  position: relative;
}
.step .step-item:not(:first-child)::before {
  background: #115086;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}
.step .step-item a {
  color: #115086;
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
}
.step .step-item a::before {
  background: #115086;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.6rem;
  left: 50%;
  position: absolute;
  top: 0.2rem;
  transform: translateX(-50%);
  width: 0.6rem;
  z-index: 1;
}
.step .step-item.active a::before {
  background: #fff;
  border: 0.1rem solid #115086;
}
.step .step-item.active ~ .step-item::before {
  background: rgb(217.6578947368, 221.6184210526, 227.8421052632);
}
.step .step-item.active ~ .step-item a {
  color: rgb(188.1315789474, 195.2236842105, 206.3684210526);
}
.step .step-item.active ~ .step-item a::before {
  background: rgb(217.6578947368, 221.6184210526, 227.8421052632);
}

.tab {
  align-items: center;
  border-bottom: 0.05rem solid rgb(217.6578947368, 221.6184210526, 227.8421052632);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.2rem 0 0.15rem 0;
}
.tab .tab-item {
  margin-top: 0;
}
.tab .tab-item a {
  border-bottom: 0.1rem solid transparent;
  color: inherit;
  display: block;
  margin: 0 0.4rem 0 0;
  padding: 0.4rem 0.2rem 0.3rem 0.2rem;
  text-decoration: none;
}
.tab .tab-item a:focus, .tab .tab-item a:hover {
  color: #115086;
}
.tab .tab-item.active a,
.tab .tab-item a.active {
  border-bottom-color: #115086;
  color: #115086;
}
.tab .tab-item.tab-action {
  flex: 1 0 auto;
  text-align: right;
}
.tab .tab-item .btn-clear {
  margin-top: -0.2rem;
}
.tab.tab-block .tab-item {
  flex: 1 0 0;
  text-align: center;
  text-wrap: nowrap;
}
.tab.tab-block .tab-item a {
  margin: 0;
}
.tab.tab-block .tab-item .badge[data-badge]::after {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  transform: translate(0, 0);
}
.tab:not(.tab-block) .badge {
  padding-right: 0;
}

.newtabs {
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  gap: 0.7rem;
  align-items: flex-end;
  text-align: center;
}
.newtabs a, .newtabs a:hover, .newtabs :active, .newtabs a:visited {
  color: #333;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}
.newtabs a.here {
  border-bottom: 2px solid var(--accent-color);
  padding-bottom: 4px;
}

.-hd-util-tabs-buttons {
  padding: 2rem 0;
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  gap: 0.7rem;
  align-items: flex-end;
  text-align: center;
}
.-hd-util-tabs-buttons a, .-hd-util-tabs-buttons a:hover, .-hd-util-tabs-buttons :active, .-hd-util-tabs-buttons a:visited {
  color: #333;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}
.-hd-util-tabs-buttons a.-hd-util-tabs-button-active {
  border-bottom: 2px solid var(--accent-color);
  padding-bottom: 4px;
}

.-hd-button-group {
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  gap: 0.7rem;
  align-items: flex-end;
  text-align: center;
}
.-hd-button-group button {
  color: #333;
  border: none;
  background: none;
  font-weight: 800;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  margin: 0;
  transition: border-color 0.2s;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}
.-hd-button-group button:hover, .-hd-button-group button:active, .-hd-button-group button:visited {
  color: #333;
  background: none;
  border-bottom: 2px solid transparent;
  box-shadow: none;
}
.-hd-button-group button.-hd-button-active {
  border-bottom: 2px solid var(--accent-color);
  padding-bottom: 4px;
}

.tile {
  align-content: space-between;
  align-items: flex-start;
  display: flex;
}
.tile .tile-icon,
.tile .tile-action {
  flex: 0 0 auto;
}
.tile .tile-content {
  flex: 1 1 auto;
}
.tile .tile-content:not(:first-child) {
  padding-left: 0.4rem;
}
.tile .tile-content:not(:last-child) {
  padding-right: 0.4rem;
}
.tile .tile-title,
.tile .tile-subtitle {
  line-height: 1.2rem;
}
.tile.tile-centered {
  align-items: center;
}
.tile.tile-centered .tile-content {
  overflow: hidden;
}
.tile.tile-centered .tile-title,
.tile.tile-centered .tile-subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.toastt {
  background: rgba(48, 55, 66, 0.95);
  border-color: #303742;
  border: 0.05rem solid #303742;
  border-radius: 0;
  color: #fff;
  display: block;
  padding: 1rem;
  width: 100%;
}
.toastt.toast-primary {
  background: rgba(17, 80, 134, 0.95);
  border-color: #115086;
}
.toastt.toast-success {
  background: rgba(50, 182, 67, 0.95);
  border-color: #32b643;
}
.toastt.toast-warning {
  background: rgba(255, 183, 0, 0.95);
  border-color: #ffb700;
}
.toastt.toast-error {
  background: rgba(232, 86, 0, 0.95);
  border-color: #e85600;
}
.toastt a {
  color: #fff;
  text-decoration: underline;
}
.toastt a:focus, .toastt a:hover, .toastt a:active, .toastt a.active {
  opacity: 0.75;
}
.toastt .btn-clear {
  margin: 0.1rem;
}
.toastt p:last-child {
  margin-bottom: 0;
}

.tooltip {
  position: relative;
}
.tooltip::after {
  background: rgba(48, 55, 66, 0.95);
  border-radius: 0;
  bottom: 100%;
  color: #fff;
  content: attr(data-tooltip);
  display: block;
  font-size: 0.7rem;
  left: 50%;
  max-width: 320px;
  opacity: 0;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0.4rem);
  transition: opacity 0.2s, transform 0.2s;
  white-space: pre;
  z-index: 300;
}
.tooltip:focus::after, .tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.2rem);
}
.tooltip[disabled], .tooltip.disabled {
  pointer-events: auto;
}
.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(-0.2rem, 50%);
}
.tooltip.tooltip-right:focus::after, .tooltip.tooltip-right:hover::after {
  transform: translate(0.2rem, 50%);
}
.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -0.4rem);
}
.tooltip.tooltip-bottom:focus::after, .tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.2rem);
}
.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(0.4rem, 50%);
}
.tooltip.tooltip-left:focus::after, .tooltip.tooltip-left:hover::after {
  transform: translate(-0.2rem, 50%);
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-1.6rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-primary {
  color: #115086 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: rgb(14.1291390728, 66.4900662252, 111.3708609272);
}
a.text-primary:visited {
  color: rgb(19.8708609272, 93.5099337748, 156.6291390728);
}

.text-secondary {
  color: #3398db !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: rgb(36.675, 139.56875, 207.825);
}
a.text-secondary:visited {
  color: rgb(72.675, 162.94375, 222.825);
}

.text-third {
  color: #1e3359 !important;
}

a.text-third:focus, a.text-third:hover {
  color: rgb(23.5714285714, 40.0714285714, 69.9285714286);
}
a.text-third:visited {
  color: rgb(36.4285714286, 61.9285714286, 108.0714285714);
}

.text-gray {
  color: rgb(188.1315789474, 195.2236842105, 206.3684210526) !important;
}

a.text-gray:focus, a.text-gray:hover {
  color: rgb(173.3684210526, 182.0263157895, 195.6315789474);
}
a.text-gray:visited {
  color: rgb(202.8947368421, 208.4210526316, 217.1052631579);
}

.text-light {
  color: #fff !important;
}

a.text-light:focus, a.text-light:hover {
  color: rgb(242.25, 242.25, 242.25);
}
a.text-light:visited {
  color: white;
}

.text-dark {
  color: rgb(58.7368421053, 67.3026315789, 80.7631578947) !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #303742;
}
a.text-dark:visited {
  color: rgb(69.4736842105, 79.6052631579, 95.5263157895);
}

.text-success {
  color: #32b643 !important;
}

a.text-success:focus, a.text-success:hover {
  color: rgb(44.5043103448, 161.9956896552, 59.6357758621);
}
a.text-success:visited {
  color: rgb(56.9181034483, 200.5818965517, 75.4202586207);
}

.text-warning {
  color: #ffb700 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: rgb(229.5, 164.7, 0);
}
a.text-warning:visited {
  color: rgb(255, 190.2, 25.5);
}

.text-error {
  color: #e85600 !important;
}

a.text-error:focus, a.text-error:hover {
  color: rgb(206.5, 76.5474137931, 0);
}
a.text-error:visited {
  color: rgb(255, 96.099137931, 2.5);
}

.bg-primary {
  background: #115086 !important;
  color: #fff;
}

.bg-secondary {
  background: #3398db !important;
  color: #fff;
}

.bg-third {
  background: #1e3359 !important;
  color: #fff;
}

.bg-dark {
  background: #303742 !important;
  color: #fff;
}

.bg-gray {
  background: rgb(247.1842105263, 248.0131578947, 249.3157894737) !important;
}

.bg-gray-medium {
  background: rgb(232.4210526316, 234.8157894737, 238.5789473684) !important;
}

.bg-success {
  background: #32b643 !important;
  color: #fff;
}

.bg-warning {
  background: #ffb700 !important;
  color: #fff;
}

.bg-error {
  background: #e85600 !important;
  color: #fff;
}

.c-hand {
  cursor: pointer;
}

.c-move {
  cursor: move;
}

.c-zoom-in {
  cursor: zoom-in;
}

.c-zoom-out {
  cursor: zoom-out;
}

.c-not-allowed {
  cursor: not-allowed;
}

.c-auto {
  cursor: auto;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-none,
.d-hide {
  display: none !important;
}

.d-visible {
  visibility: visible;
}

.d-invisible {
  visibility: hidden;
}

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}

.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.divider,
.divider-vert {
  display: block;
  position: relative;
}
.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: #fff;
  color: rgb(188.1315789474, 195.2236842105, 206.3684210526);
  content: attr(data-content);
  display: inline-block;
  font-size: 0.7rem;
  padding: 0 0.4rem;
  transform: translateY(-0.65rem);
}

.divider {
  border-top: 0.05rem solid rgb(241.2789473684, 242.7342105263, 245.0210526316);
  height: 0.05rem;
  margin: 0.4rem 0;
}
.divider[data-content] {
  margin: 0.8rem 0;
}

.divider-vert {
  display: block;
  padding: 0.8rem;
}
.divider-vert::before {
  border-left: 0.05rem solid rgb(217.6578947368, 221.6184210526, 227.8421052632);
  bottom: 0.4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0.4rem;
  transform: translateX(-50%);
}
.divider-vert[data-content]::after {
  left: 50%;
  padding: 0.2rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading {
  min-height: 0.8rem;
  position: relative;
}
.loading::after {
  animation: loading 500ms infinite linear;
  border: 0.1rem solid #ffffff;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}
.loading.loading-lg {
  min-height: 2rem;
}
.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.float-left {
  float: left !important;
}

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

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-sticky {
  position: sticky !important;
}

.p-centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center;
}

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

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

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.m-1 {
  margin: 0.2rem !important;
}

.mb-1 {
  margin-bottom: 0.2rem !important;
}

.ml-1 {
  margin-left: 0.2rem !important;
}

.mr-1 {
  margin-right: 0.2rem !important;
}

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

.mx-1 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.my-1 {
  margin-bottom: 0.2rem !important;
  margin-top: 0.2rem !important;
}

.m-2 {
  margin: 0.4rem !important;
}

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

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

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

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

.mx-2 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.my-2 {
  margin-bottom: 0.4rem !important;
  margin-top: 0.4rem !important;
}

.m-3 {
  margin: 0.6rem !important;
}

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

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

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

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

.mx-3 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

.my-3 {
  margin-bottom: 0.6rem !important;
  margin-top: 0.6rem !important;
}

.m-4 {
  margin: 0.8rem !important;
}

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

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

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

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

.mx-4 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.my-4 {
  margin-bottom: 0.8rem !important;
  margin-top: 0.8rem !important;
}

.m-5 {
  margin: 1rem !important;
}

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

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

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

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

.mx-5 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-5 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.m-6 {
  margin: 1.2rem !important;
}

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

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

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

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

.mx-6 {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.my-6 {
  margin-bottom: 1.2rem !important;
  margin-top: 1.2rem !important;
}

.m-7 {
  margin: 1.4rem !important;
}

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

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

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

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

.mx-7 {
  margin-left: 1.4rem !important;
  margin-right: 1.4rem !important;
}

.my-7 {
  margin-bottom: 1.4rem !important;
  margin-top: 1.4rem !important;
}

.m-8 {
  margin: 1.6rem !important;
}

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

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

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

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

.mx-8 {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.my-8 {
  margin-bottom: 1.6rem !important;
  margin-top: 1.6rem !important;
}

.m-9 {
  margin: 1.8rem !important;
}

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

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

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

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

.mx-9 {
  margin-left: 1.8rem !important;
  margin-right: 1.8rem !important;
}

.my-9 {
  margin-bottom: 1.8rem !important;
  margin-top: 1.8rem !important;
}

.m-10 {
  margin: 2rem !important;
}

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

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

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

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

.mx-10 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-10 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}

.m-12 {
  margin: 2.4rem !important;
}

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

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

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

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

.mx-12 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.my-12 {
  margin-bottom: 2.4rem !important;
  margin-top: 2.4rem !important;
}

.m-14 {
  margin: 2.8rem !important;
}

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

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

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

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

.mx-14 {
  margin-left: 2.8rem !important;
  margin-right: 2.8rem !important;
}

.my-14 {
  margin-bottom: 2.8rem !important;
  margin-top: 2.8rem !important;
}

.m-16 {
  margin: 3.2rem !important;
}

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

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

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

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

.mx-16 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.my-16 {
  margin-bottom: 3.2rem !important;
  margin-top: 3.2rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.p-1 {
  padding: 0.2rem !important;
}

.pb-1 {
  padding-bottom: 0.2rem !important;
}

.pl-1 {
  padding-left: 0.2rem !important;
}

.pr-1 {
  padding-right: 0.2rem !important;
}

.pt-1 {
  padding-top: 0.2rem !important;
}

.px-1 {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.py-1 {
  padding-bottom: 0.2rem !important;
  padding-top: 0.2rem !important;
}

.p-2 {
  padding: 0.4rem !important;
}

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

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

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

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

.px-2 {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.py-2 {
  padding-bottom: 0.4rem !important;
  padding-top: 0.4rem !important;
}

.p-3 {
  padding: 0.6rem !important;
}

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

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

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

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

.px-3 {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}

.py-3 {
  padding-bottom: 0.6rem !important;
  padding-top: 0.6rem !important;
}

.p-4 {
  padding: 0.8rem !important;
}

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

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

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

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

.px-4 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.py-4 {
  padding-bottom: 0.8rem !important;
  padding-top: 0.8rem !important;
}

.p-5 {
  padding: 1rem !important;
}

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

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

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

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

.px-5 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-5 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.p-6 {
  padding: 1.2rem !important;
}

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

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

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

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

.px-6 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.py-6 {
  padding-bottom: 1.2rem !important;
  padding-top: 1.2rem !important;
}

.p-7 {
  padding: 1.4rem !important;
}

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

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

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

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

.px-7 {
  padding-left: 1.4rem !important;
  padding-right: 1.4rem !important;
}

.py-7 {
  padding-bottom: 1.4rem !important;
  padding-top: 1.4rem !important;
}

.p-8 {
  padding: 1.6rem !important;
}

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

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

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

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

.px-8 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.py-8 {
  padding-bottom: 1.6rem !important;
  padding-top: 1.6rem !important;
}

.p-9 {
  padding: 1.8rem !important;
}

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

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

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

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

.px-9 {
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important;
}

.py-9 {
  padding-bottom: 1.8rem !important;
  padding-top: 1.8rem !important;
}

.p-10 {
  padding: 2rem !important;
}

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

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

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

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

.px-10 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-10 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}

.p-12 {
  padding: 2.4rem !important;
}

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

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

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

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

.px-12 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.py-12 {
  padding-bottom: 2.4rem !important;
  padding-top: 2.4rem !important;
}

.p-14 {
  padding: 2.8rem !important;
}

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

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

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

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

.px-14 {
  padding-left: 2.8rem !important;
  padding-right: 2.8rem !important;
}

.py-14 {
  padding-bottom: 2.8rem !important;
  padding-top: 2.8rem !important;
}

.p-16 {
  padding: 3.2rem !important;
}

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

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

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

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

.px-16 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.py-16 {
  padding-bottom: 3.2rem !important;
  padding-top: 3.2rem !important;
}

.s-rounded {
  border-radius: 0;
}

.s-circle {
  border-radius: 50%;
}

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

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

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

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

.text-lowercase {
  text-transform: lowercase;
}

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

.text-capitalize {
  text-transform: capitalize;
}

.text-normal {
  font-weight: normal;
}

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

.text-italic {
  font-style: italic;
}

.text-large {
  font-size: 1.2em;
}

.text-xl {
  font-size: 1.5em;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.text-break {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

#cta h4, #hhof h4, #insta h4, #players h4, #teams h4 {
  font-size: clamp(1.3rem, 5.43vw + 0.13rem, 2.25rem);
  text-transform: uppercase;
  font-weight: 300;
}

a.herocontent h2,
a.parent h4 {
  transform-origin: center;
}

a.herocontent:hover h2,
a.parent:hover h4 {
  transform: scale(1.1);
}

#homepageindex #bottomnav {
  background-color: #fff;
  padding: clamp(1.6rem, 3.68vw + 0.81rem, 3.2rem) 0;
  float: left;
  width: 100%;
}
#homepageindex #bottomnav a {
  color: #333;
  text-decoration: none;
}
#homepageindex #bottomnav a:hover, #homepageindex #bottomnav a:focus, #homepageindex #bottomnav a:active {
  color: #17375e;
}
#homepageindex #bottomnav ul li {
  line-height: 1.3;
}
#homepageindex #bottomnav .row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
}
#homepageindex #bottomnav .title {
  width: 100%;
}
#homepageindex #bottomnav .bondsnieuws {
  flex: 1;
}
@media (max-width: 640px) {
  #homepageindex #bottomnav .bondsnieuws {
    flex: 0 0 100%;
  }
}
#homepageindex #bottomnav .bondsnieuws ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  margin-left: 0;
}
#homepageindex #bottomnav .bondsnieuws ul li {
  margin-bottom: clamp(0.4rem, 0vw + 0.4rem, 0.4rem);
}
#homepageindex #bottomnav .bondsnieuws ul li span {
  font-size: 0.65rem;
  color: #ccc;
}
#homepageindex #bottomnav .quicklinks {
  flex: 0 0 350px;
}
@media (max-width: 640px) {
  #homepageindex #bottomnav .quicklinks {
    margin-top: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
    flex: 0 0 100%;
  }
}
#homepageindex #bottomnav .quicklinks ul li {
  margin-bottom: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
}
#homepageindex #bottomnav h5 {
  color: #3397d3;
  font-size: clamp(0.9rem, 1.71vw + 0.53rem, 1.2rem);
  text-transform: uppercase;
  font-weight: 300;
}

#homepageindex #cta {
  background-color: #fff;
  padding: clamp(1.6rem, 3.68vw + 0.81rem, 3.2rem) 0;
  float: left;
  width: 100%;
}

.herocontent h2 {
  text-transform: uppercase;
  font-size: 70px;
  color: var(--accent-color-title);
  font-weight: 130;
  font-size: clamp(3.5rem, 18vw + -0.37rem, 8rem);
  text-align: center;
  line-height: 0.78;
  margin: 3rem 0 1rem 0;
}
.herocontent h2.sub {
  font-size: clamp(1.75rem, 9vw + -0.18rem, 4rem);
  margin: 0 0 0 0;
}

#homepageindex .herocontent h2 {
  font-size: clamp(2rem, 12vw + -0.58rem, 5rem);
}

#homepageherocols a {
  color: #fff;
  text-decoration: none;
}
#homepageherocols .parent {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  display: block;
}
#homepageherocols .parent h4 {
  text-transform: uppercase;
  color: var(--accent-color-title);
  font-weight: 130;
  font-size: clamp(1.5rem, 6vw + 0.21rem, 3rem);
  text-align: center;
  line-height: 0.78;
  margin: 0;
}
#homepageherocols .parent .child img.lines-topright {
  object-fit: none;
  object-position: center right;
  opacity: 0.9;
}
#homepageherocols .parent .child img.lines-topleft {
  object-fit: none;
  object-position: center left;
  opacity: 0.9;
}
#homepageherocols .parent .child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#homepageherocols .parent .child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
#homepageherocols .parent .child1 {
  z-index: 1;
}
#homepageherocols .parent .child1 video {
  min-width: 100%;
}
#homepageherocols .parent .child2 {
  z-index: 2;
}
#homepageherocols .parent .child3, #homepageherocols .parent .child4 {
  height: auto;
  z-index: 3;
  color: #ffcc00;
  margin-top: var(--totalnavbarheight);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  gap: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  position: relative;
}
#homepageherocols .parent .child3 .flexchild, #homepageherocols .parent .child4 .flexchild {
  text-align: center;
}
#homepageherocols .parent .child4 {
  height: 30vh;
  margin-top: 0;
}
#homepageherocols .parent1 .child3 {
  padding: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
}
#homepageherocols .parent2, #homepageherocols .parent3 {
  width: 50%;
}
#homepageherocols .herologo {
  flex-grow: 1;
  display: flex;
  align-items: end;
}
#homepageherocols .herologo img {
  object-fit: cover;
}
#homepageherocols .herotitle {
  min-height: fit-content;
  min-height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
}
#homepageherocols .logo {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 35vh !important;
  padding: 0 clamp(1.6rem, 3.68vw + 0.81rem, 3.2rem);
}
@media (max-width: 520px) {
  #homepageherocols .parent1 {
    height: auto;
  }
  #homepageherocols .parent1 .child3 {
    height: auto;
    position: relative;
  }
  #homepageherocols .parent2, #homepageherocols .parent3 {
    height: 20vh;
    width: 100%;
  }
  #homepageherocols .parent .child4 {
    height: 20vh;
  }
  #homepageherocols .logo {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 35vh !important;
  }
}

#homepageindex #hhof {
  background-color: #f7931e;
  background-image: url("/img/orangesplatter_xq49ir_c_scale,w_2500.gif");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 0;
  background-size: cover;
  float: left;
  width: 100%;
}
@media (max-width: 190px) {
  #homepageindex #hhof {
    background-image: url("/img/orangesplatter_xq49ir_c_scale,w_190.gif");
  }
}
@media (max-width: 1042px) {
  #homepageindex #hhof {
    background-image: url("/img/orangesplatter_xq49ir_c_scale,w_1042.gif");
  }
}
@media (max-width: 1391px) {
  #homepageindex #hhof {
    background-image: url("/img/orangesplatter_xq49ir_c_scale,w_1391.gif");
  }
}
@media (max-width: 1674px) {
  #homepageindex #hhof {
    background-image: url("/img/orangesplatter_xq49ir_c_scale,w_1674.gif");
  }
}
@media (max-width: 1941px) {
  #homepageindex #hhof {
    background-image: url("/img/orangesplatter_xq49ir_c_scale,w_1941.gif");
  }
}
@media (max-width: 2182px) {
  #homepageindex #hhof {
    background-image: url("/img/orangesplatter_xq49ir_c_scale,w_2182.gif");
  }
}
@media (max-width: 2422px) {
  #homepageindex #hhof {
    background-image: url("/img/orangesplatter_xq49ir_c_scale,w_2422.gif");
  }
}
@media (max-width: 2493px) {
  #homepageindex #hhof {
    background-image: url("/img/orangesplatter_xq49ir_c_scale,w_2493.gif");
  }
}
#homepageindex #hhof h4 {
  color: #fff;
}
#homepageindex #hhof .bannerhi, #homepageindex #hhof .bannerlow {
  max-width: 100%;
  height: auto;
}
@media (max-width: 450px) {
  #homepageindex #hhof .bannerhi {
    display: none;
  }
  #homepageindex #hhof .bannerlow {
    display: block;
  }
}
@media (min-width: 451px) {
  #homepageindex #hhof .bannerhi {
    display: block;
  }
  #homepageindex #hhof .bannerlow {
    display: none;
  }
}

#homepageindex #insta {
  background-color: #eeeeee;
  padding: clamp(1.6rem, 3.68vw + 0.81rem, 3.2rem) 0;
  float: left;
  width: 100%;
}

#news {
  background-color: #000;
  box-shadow: 0px -25px 50px 0px #000000;
  position: relative;
  background-image: url("/img/blacksplatter_apeq6g_c_scale,w_2000.gif");
  /* fallback for large screens */
  /* Breakpoints from smallest to largest */
  background-position: top left;
  background-repeat: no-repeat;
  padding: clamp(1.6rem, 3.68vw + 0.81rem, 3.2rem) 0;
  width: 100%;
  display: block;
}
@media (max-width: 190px) {
  #news {
    background-image: url("/img/blacksplatter_apeq6g_c_scale,w_190.gif");
  }
}
@media (max-width: 533px) {
  #news {
    background-image: url("/img/blacksplatter_apeq6g_c_scale,w_533.gif");
  }
}
@media (max-width: 822px) {
  #news {
    background-image: url("/img/blacksplatter_apeq6g_c_scale,w_822.gif");
  }
}
#news a {
  text-decoration: none;
}
#news .datetime {
  margin-bottom: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
}
#news .date,
#news .time {
  font-family: Trim, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  padding: 4px 6px;
  font-size: 0.55rem;
  font-weight: 700;
  color: white;
  background-color: #094d7d;
  text-transform: uppercase;
}
#news .time {
  background-color: #3397d3;
}
#news .bignews {
  background-color: #fff;
  width: 100%;
  aspect-ratio: 17/8;
  display: block;
}
@media (max-width: 600px) {
  #news .bignews {
    aspect-ratio: initial;
  }
}
#news .bignews h5 {
  font-size: clamp(0.85rem, 1.4vw + 0.55rem, 1.2rem);
  margin-bottom: clamp(0.4rem, 0vw + 0.4rem, 0.4rem);
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: uppercase;
  font-weight: 234;
  line-height: 0.9;
  color: var(--accent-color);
  letter-spacing: 0.5px;
}
#news .bignews h6 {
  font-size: clamp(0.7rem, 1.2vw + 0.44rem, 1rem);
  margin-bottom: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 0.9;
  color: var(--accent-color);
  letter-spacing: 0.5px;
}
#news .bignews .img {
  width: 70%;
  float: left;
  height: 100%;
}
@media (max-width: 600px) {
  #news .bignews .img {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
  }
}
#news .bignews img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#news .bignews .text {
  width: 30%;
  float: left;
  height: 100%;
  background-color: #fff;
  padding: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  display: grid;
  grid-template-rows: auto 1fr auto; /* Top div adjusts to content, bottom div takes remaining space */
  height: 100%;
}
@media (max-width: 600px) {
  #news .bignews .text {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    aspect-ratio: 2/1;
  }
}
#news .bignews .middle {
  overflow: hidden;
  font-size: 0.7rem;
  color: #666;
  line-height: 1.3;
  font-weight: 400;
  position: relative;
}
#news .bignews .middle::after {
  content: ""; /* Empty content for the pseudo-element */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px; /* Height of the fade effect */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none; /* Ensures it doesn't interfere with user interactions */
}
#news .bignews .bottom {
  padding-top: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
}
@media (max-width: 600px) {
  #news .bignews .top,
  #news .bignews .middle {
    width: 50%;
  }
  #news .bignews .top {
    padding-right: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  }
  #news .bignews .bottom {
    display: none;
  }
}
#news .newsgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-auto-rows: 1fr; /* Ensures consistent row height */
  grid-gap: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
}
@media (max-width: 600px) {
  #news .newsgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#news .newsgrid h6, #news .newsslider h6 {
  margin-bottom: clamp(0.4rem, 0vw + 0.4rem, 0.4rem);
  font-size: 0.85rem;
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: uppercase;
  font-weight: 234;
  line-height: 0.9;
  color: var(--accent-color);
  letter-spacing: 0.5px;
}
#news .newsgrid img, #news .newsslider img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 20/13;
}
#news .newsgrid .item, #news .newsslider .item {
  display: grid;
  grid-template-rows: auto 1fr; /* Top div adjusts to content, bottom div takes remaining space */
  aspect-ratio: 5/8;
}
#news .newsgrid .bottom, #news .newsslider .bottom {
  overflow: hidden;
  font-size: 0.7rem;
  position: relative;
  padding: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
  width: 93%;
  margin-left: 7%;
  background-color: #fff;
  margin-top: -20px;
}
#news .newsgrid .bottom p, #news .newsslider .bottom p {
  line-height: 1.3;
  font-weight: 400;
  font-family: Inter, Inter, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #666;
}
#news .newsgrid .bottom::after, #news .newsslider .bottom::after {
  content: ""; /* Empty content for the pseudo-element */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px; /* Height of the fade effect */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
  pointer-events: none; /* Ensures it doesn't interfere with user interactions */
}

#nieuws #news {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

#homepageindex #news .newsgrid {
  max-height: 0;
  padding-bottom: 270px; /* Estimate based on aspect ratio */
  overflow: hidden;
}

#players {
  background-color: #17375e;
  background-image: url(/img/bluesplatter.gif);
  background-position: top center;
  background-repeat: no-repeat;
  padding: clamp(1.6rem, 3.68vw + 0.81rem, 3.2rem) 0;
  background-size: cover;
  float: left;
  width: 100%;
}
#players h4 {
  color: #fff;
}
#players h6 {
  transform: skewX(-6deg);
  margin-bottom: -10px;
  color: #fff;
}
#players .playerstatsgrid {
  width: 100%;
  background-color: #fff;
}
#players .playerstatsgrid a.row {
  text-decoration: none;
  display: flex;
  align-items: center; /* Align items vertically */
  height: 50px;
  background-color: #fff;
}
#players .playerstatsgrid .row:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
#players .playerstatsgrid .img, #players .playerstatsgrid .team, #players .playerstatsgrid .jersey {
  width: 50px;
  flex-shrink: 0; /* Prevent shrinking */
  height: 50px;
  display: flex;
  align-items: center;
}
#players .playerstatsgrid .img {
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, calc(100% - 5.255211763px) 100%, 0% 100%);
}
#players .playerstatsgrid .team {
  background-color: #fff;
  justify-content: center;
}
#players .playerstatsgrid .team .tablelogo {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
#players .playerstatsgrid .jersey {
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, calc(100% - 5.255211763px) 100%, 0% 100%);
  text-align: center;
  color: #fff;
  background-color: #3397d3;
  font-family: Trim, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 800;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.03);
  color: #094d7d;
  color: #fff;
  background-image: url(/img/jersey.png);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0.8rem;
}
#players .playerstatsgrid .data {
  flex-shrink: 0;
  height: 50px;
  display: flex;
  text-align: center;
  font-size: 0.8rem;
  align-items: center;
  gap: 10px;
  color: #999;
  padding: 0 15px;
}
#players .playerstatsgrid .data div {
  width: 25px;
}
#players .playerstatsgrid .data div span {
  font-weight: 900;
  font-size: 0.65rem;
  padding-bottom: 3px;
}
#players .playerstatsgrid .name {
  padding: 0 15px;
  flex: 1; /* Fill remaining space */
  display: flex;
  height: 50px;
  align-items: center; /* Center content vertically */
  font-size: 0.87rem;
}
@media (max-width: 600px) {
  #players .playerstatsgrid .data {
    display: none;
  }
}

#homepageindex #teams {
  background-color: #eee;
  background-position: top center;
  background-repeat: no-repeat;
  padding: clamp(1.6rem, 3.68vw + 0.81rem, 3.2rem) 0;
  background-size: cover;
  float: left;
  width: 100%;
  /* Breakpoints from smallest to largest */
}
#homepageindex #teams .element {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/greysplatter_pgp8fi_c_scale,w_3000.gif");
}
@media (max-width: 190px) {
  #homepageindex #teams {
    background-image: url("/img/greysplatter_pgp8fi_c_scale,w_190.gif");
  }
}
@media (max-width: 693px) {
  #homepageindex #teams {
    background-image: url("/img/greysplatter_pgp8fi_c_scale,w_693.gif");
  }
}
@media (max-width: 984px) {
  #homepageindex #teams {
    background-image: url("/img/greysplatter_pgp8fi_c_scale,w_984.gif");
  }
}
@media (max-width: 1234px) {
  #homepageindex #teams {
    background-image: url("/img/greysplatter_pgp8fi_c_scale,w_1234.gif");
  }
}
@media (max-width: 1442px) {
  #homepageindex #teams {
    background-image: url("/img/greysplatter_pgp8fi_c_scale,w_1442.gif");
  }
}
@media (max-width: 1647px) {
  #homepageindex #teams {
    background-image: url("/img/greysplatter_pgp8fi_c_scale,w_1647.gif");
  }
}
@media (max-width: 1804px) {
  #homepageindex #teams {
    background-image: url("/img/greysplatter_pgp8fi_c_scale,w_1804.gif");
  }
}
@media (max-width: 1965px) {
  #homepageindex #teams {
    background-image: url("/img/greysplatter_pgp8fi_c_scale,w_1965.gif");
  }
}
@media (max-width: 2116px) {
  #homepageindex #teams {
    background-image: url("/img/greysplatter_pgp8fi_c_scale,w_2116.gif");
  }
}
#homepageindex #teams .teamsgrid a {
  opacity: 0;
  transition: opacity 350ms ease-in;
}
#homepageindex #teams .teamsgrid a.visible {
  opacity: 1;
}
#homepageindex #teams a {
  width: 100px;
  color: #333;
  font-size: 0.6rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
#homepageindex #teams a img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
#homepageindex #teams .teamsgrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.competitionblocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  width: 100%;
}
.competitionblocks a.grid__item {
  position: relative;
  aspect-ratio: 3/2;
  background-color: var(--blue-middle);
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  color: #fff;
}
.competitionblocks a.grid__item .grid__item-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
  pointer-events: none;
}
.competitionblocks a.grid__item .grid__item-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-align: center;
  font-weight: 120;
  text-transform: uppercase;
  pointer-events: none;
  letter-spacing: 1px;
  padding: 1rem;
  line-height: 0.85;
}
.competitionblocks a.grid__item .grid__item-overlay.bigtitle {
  font-weight: 100;
  font-size: 4rem;
}
.competitionblocks a.grid__item:hover .grid__item-bg {
  opacity: 0.2;
}

/*

.fixed-menu {
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  background:rgba($color: #ffffff, $alpha: 1);
  z-index: 10;
  box-shadow: 0px 5px 9px 0px rgba(255,255,255,1);
  -webkit-box-shadow: 0px 5px 9px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 5px 9px 0px rgba(255,255,255,1);
}


.compmenuspacer {
  display: none;
  height: 80px;
  width: 100%;
  background-color: aquamarine;
  margin-bottom: clamp(2rem, 3.68vw + 1.01rem, 4rem);
}
*/
.blackbannercontainer {
  background-color: #000000;
  padding: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.yearlink {
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: clamp(1.2rem, 7.43vw + -0.4rem, 2.5rem);
  font-weight: 300;
  color: #3397d3;
  white-space: nowrap;
}

#competities .monthdivider, #nationaleteams .monthdivider {
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 0.77;
  margin: 1rem 0 0 0;
}
#competities .monthdivider:first-of-type, #nationaleteams .monthdivider:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
#competities h3, #nationaleteams h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0rem 0 1rem 0;
  font-weight: 300;
}
#competities h5, #nationaleteams h5 {
  margin-bottom: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--accent-color);
}
#competities .compmenucontainer, #nationaleteams .compmenucontainer {
  display: inline-block;
  height: 100px;
  width: 100%;
  margin-bottom: clamp(2rem, 3.68vw + 1.01rem, 4rem);
}
#competities .compbreadcontainer, #nationaleteams .compbreadcontainer {
  width: 100%;
  /* padding-top: clamp(1rem, 1.84vw + 0.51rem, 2rem); */
  /* padding-bottom: clamp(1rem, 1.84vw + 0.51rem, 2rem); */
  background-color: rgba(0, 0, 0, 0.1);
  height: 60px;
  display: inline-flex;
  align-items: center;
}
#competities .comptabcontainer, #nationaleteams .comptabcontainer {
  width: 100%;
  /* padding-top: clamp(1rem, 1.84vw + 0.51rem, 2rem); */
  /* padding-bottom: clamp(1rem, 1.84vw + 0.51rem, 2rem); */
  background-color: rgba(0, 0, 0, 0.1);
  height: 40px;
  display: inline-flex;
  align-items: center;
  font-size: 0.7rem;
}
#competities .comptabcontainer .row, #nationaleteams .comptabcontainer .row {
  display: inline-flex;
  column-gap: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
}
#competities .comptabcontainer a, #nationaleteams .comptabcontainer a {
  display: inline-flex;
  padding: 0 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #094d7d;
  text-decoration: none;
  height: 40px;
  font-size: 0.6rem;
  align-items: center;
  border-bottom: 2.5px solid rgba(0, 0, 0, 0);
  color: rgb(59, 67, 81);
}
#competities .comptabcontainer a.here, #nationaleteams .comptabcontainer a.here {
  border-bottom: 2.5px solid #094d7d;
  font-weight: 700;
  color: #094d7d;
}
#competities .competitiecontent, #nationaleteams .competitiecontent {
  display: block;
}
#competities .competitiecontent a.table-flex-center, #nationaleteams .competitiecontent a.table-flex-center {
  color: initial;
  text-decoration: none;
}

.table-playergames a, .table-stats a {
  text-decoration: none;
}

.table-playergames .tablelogo {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}
.table-playergames .gamestate {
  padding: 5px;
  background-color: rgb(59, 67, 81);
  color: #fff;
  font-weight: 600;
  min-width: 30px;
  display: inline-block;
  border-radius: 6px;
  font-size: 90%;
}
.table-playergames .gamestate.L {
  background-color: #e85600;
}
.table-playergames .gamestate.W {
  background-color: #32b643;
}

.table-stats .points {
  padding: 5px;
  background-color: rgb(59, 67, 81);
  color: #fff;
  font-weight: 600;
  min-width: 30px;
  display: inline-block;
  border-radius: 6px;
  font-size: 90%;
}

.just-center {
  justify-content: center;
}

.tablelogo {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}

.tableflag {
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.tableportrait {
  background-position: center;
  width: 35px;
  height: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}

@media (max-width: 600px) {
  .playername {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.table-flex-center {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
}

.gamegridrowinfotext {
  position: relative;
  width: 100%;
  color: #e85600;
  font-size: 0.7rem;
  padding-bottom: 16px;
  margin-top: -4px;
}

.monthdivider {
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  color: #3397d3;
  padding: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem) 0;
  margin-bottom: clamp(0.4rem, 0vw + 0.4rem, 0.4rem);
}

.gamegridrowcontainer {
  position: relative;
  margin-bottom: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
  color: initial;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
.gamegridrowcontainer .gamegridrowdate {
  position: absolute;
  background-color: rgb(234, 234, 234);
  width: 120px;
  height: 100px;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10.510423526px) 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.56rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #999;
  line-height: 1;
  gap: 2px;
}
.gamegridrowcontainer .gamegridrowdate div {
  padding: 0;
}
.gamegridrowcontainer .gamegridrowdate .dag {
  color: #3397d3;
}
.gamegridrowcontainer .gamegridrowdate .scheddatum {
  color: #094d7d;
  font-size: 1.2rem;
  font-weight: 700;
}
.gamegridrowcontainer .gamegridrowdate .schedlocation {
  margin-top: 2px;
  text-align: center;
  text-transform: initial;
  padding: 0 5px;
  opacity: 0.5;
}
.gamegridrowcontainer .gamegridrowdate .maand {
  color: #094d7d;
  padding-bottom: 3px;
}

.gamegridrow {
  display: grid;
  font-size: 0.7rem;
  grid-template-columns: 1fr 55px;
  grid-template-rows: 50px;
  gap: 0px 0px;
  grid-auto-flow: row;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
}
.gamegridrow img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  object-position: center center;
}
.gamegridrow .left {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-template-rows: 1fr;
  gap: 0px 10px;
  grid-auto-flow: row;
  align-items: center;
  height: 50px;
  padding-left: 130px;
}
.gamegridrow .left.fullwidth {
  grid-template-columns: 1fr;
}
.gamegridrow .left .teamname {
  white-space: nowrap; /* Prevents text from wrapping */
  overflow: hidden; /* Hides overflow */
  text-overflow: ellipsis;
  padding-right: 10px;
}
.gamegridrow .right {
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  height: 50px;
  display: grid;
  align-items: center;
  clip-path: polygon(calc(0% + 5.255211763px) 0, 100% 0, 100% 100%, 0% 100%);
  padding-left: 5px;
}
.gamegridrow.top {
  background-color: rgba(0, 0, 0, 0.01);
}
.gamegridrow.top .right {
  background-color: rgba(0, 0, 0, 0.3);
}
.gamegridrow.top .right.finished {
  background-color: #3397d3;
}
.gamegridrow.bottom {
  background-color: rgba(0, 0, 0, 0.03);
}
.gamegridrow.bottom .right {
  background-color: rgba(0, 0, 0, 0.5);
}
.gamegridrow.bottom .right.finished {
  background-color: #094d7d;
}

.gamegridrowcontainer.win .gamegridrowdate {
  background-color: #27ae60;
  color: #fff;
}
.gamegridrowcontainer.win .gamegridrowdate div {
  color: #fff;
}

.gamegridrowcontainer.tie .gamegridrowdate {
  background-color: #f39c12;
  color: #fff;
}
.gamegridrowcontainer.tie .gamegridrowdate div {
  color: #fff;
}

.gamegridrowcontainer.lost .gamegridrowdate {
  background-color: indianred;
  color: #fff;
}
.gamegridrowcontainer.lost .gamegridrowdate div {
  color: #fff;
}

.competitiesteamindex .rowgap {
  row-gap: 4rem;
}

#competities .flexrowgap {
  row-gap: 4rem;
}

.playercard {
  display: flex;
  align-items: center; /* Vertically center items */
  height: 150px; /* Full viewport height */
  width: 100%;
}
.playercard .portrait {
  width: 100px;
  background-color: lightgray;
}
.playercard .playerdata {
  flex-grow: 1;
  background-color: lightblue;
}
.playercard .portrait, .playercard .playerdata {
  display: flex;
  align-items: center; /* Align items vertically */
  justify-content: flex-start; /* Align items to the left */
  padding: 10px;
}

.knockoutrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
}
.knockoutrow .phase {
  font-size: 0.8rem;
  width: 33.3333333333%;
  row-gap: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}
.knockoutrow .phase .encounter {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.knockoutrow .phase .encounter .winner {
  font-weight: 700;
}
.knockoutrow .phase .encounter .head {
  color: #fff;
  padding: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
  text-align: center;
}
.knockoutrow .phase .encounter .head p {
  margin: 0;
}
.knockoutrow .phase .encounter .head h6 {
  transform: skewX(-6deg);
  color: #fff;
  font-size: clamp(1rem, 1vw + 0.731rem, 1.25rem);
  font-family: Trim, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
}
.knockoutrow .phase .encounter .teams {
  padding: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem) clamp(0.4rem, 0vw + 0.4rem, 0.4rem);
  background: rgb(224, 224, 224);
  background: linear-gradient(276deg, rgb(224, 224, 224) 0%, rgb(234, 234, 234) 50%, rgb(224, 224, 224) 50%, rgb(234, 234, 234) 100%);
  display: flex;
  text-align: center;
  align-items: center;
}
.knockoutrow .phase .encounter .teams .score {
  font-size: 1.5rem;
  width: 17%;
  color: #094d7d;
}
.knockoutrow .phase .encounter .teams .team {
  width: 33%;
}
.knockoutrow .phase .encounter .teams .tablelogo {
  width: 35px;
  height: 35px;
}
.knockoutrow .phase .encounter .teams > div {
  padding: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.knockoutrow .phase .encounter a.game {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.01);
  margin-top: 5px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  width: 100%;
}
.knockoutrow .phase .encounter a.game:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}
.knockoutrow .phase .encounter a.game:nth-child(even) .gamedate {
  background-color: rgb(224, 224, 224);
  background-color: #094d7d;
}
.knockoutrow .phase .encounter a.game .gamedate {
  width: 100px;
  background-color: rgb(234, 234, 234);
  background-color: #3397d3;
  height: 60px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 6.3062541156px) 100%, 0% 100%);
  display: flex;
  line-height: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.knockoutrow .phase .encounter a.game .gamedate div {
  padding: 0;
  font-weight: 300;
}
.knockoutrow .phase .encounter a.game .gamedate .scheddatum {
  font-size: 0.9rem;
  font-weight: 500;
}
.knockoutrow .phase .encounter a.game .homelogo, .knockoutrow .phase .encounter a.game .homescore, .knockoutrow .phase .encounter a.game .awayscore, .knockoutrow .phase .encounter a.game .awaylogo {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
}

.knockoutcontainer {
  margin-bottom: clamp(2.4rem, 0vw + 2.4rem, 2.4rem);
  padding-bottom: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
  overflow-y: auto;
}
.knockoutcontainer .knockoutrow {
  min-width: 1000px;
}

.competitionlistgrandchildren {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 16px;
  font-weight: 300;
}
.competitionlistgrandchildren a, .competitionlistgrandchildren a:visited {
  color: #666;
}

a.compchild, a.compchild:visited {
  font-weight: 500;
  color: #333;
}

.competitionlist > li {
  margin-top: 16px;
}

.competitionlist {
  margin-top: 0;
  margin-bottom: 0;
}

.comptitlelink {
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: clamp(1.2rem, 7.43vw + -0.4rem, 2.5rem);
  font-weight: 130;
  color: #3397d3;
  white-space: nowrap;
  text-transform: uppercase;
}

#competities .playerteamlogo {
  width: 100px;
  height: 100px;
  display: inline-block;
  z-index: 5;
  position: relative;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
#competities .playerteamlogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#competities #playerpagehead {
  margin-top: -50px;
  display: flex;
  height: 300px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  #competities #playerpagehead {
    height: auto;
  }
}
@media screen and (max-width: 470px) {
  #competities #playerpagehead {
    height: auto;
  }
}
#competities #playerpagehead .left {
  width: 200px;
  height: auto;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, calc(100% - 31.531270578px) 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  #competities #playerpagehead .left {
    width: 133px;
  }
}
@media screen and (max-width: 470px) {
  #competities #playerpagehead .left {
    width: 100px;
  }
}
#competities #playerpagehead .flag {
  height: 12px;
  margin-right: 5px;
}
#competities #playerpagehead .right {
  flex: 1;
  height: 100%;
  padding: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#competities #playerpagehead .right p {
  font-size: 0.7rem;
}
#competities #playerpagehead .right .stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background-color: rgb(247, 247, 247);
  width: fit-content;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}
#competities #playerpagehead .right .stats-row:last-child {
  margin-bottom: 0;
}
#competities #playerpagehead .right .stats-row > div {
  width: 60px;
  border-right: #ccc solid 1px;
}
#competities #playerpagehead .right .stats-row > div:last-child {
  border-right: none;
}
#competities #playerpagehead .right .stats-row > div :first-child {
  font-size: 0.56rem;
  font-weight: 500;
}
#competities #playerpagehead .right .stats-row > div :last-child {
  font-weight: 600;
  font-size: 0.7rem;
}
#competities #playerpagehead .right h1 {
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: clamp(0.85rem, 15.14vw + -2.41rem, 3.5rem);
  font-weight: 300;
  margin-top: 0;
  line-height: 0.9;
}
#competities #playerpagehead .right h1 .nr {
  font-weight: 80;
  color: #3397d3;
}
#competities #playerpagehead .right h1 .first {
  font-weight: 100;
}
#competities #playerpagehead .right h2 {
  font-family: Trim, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: uppercase;
  font-size: clamp(0.85rem, 2.57vw + 0.3rem, 1.3rem);
  font-weight: 800;
  margin-top: 0;
  line-height: 0.9;
  color: #3397d3;
  margin-bottom: 0;
}
#competities #playerpagehead .right .chip {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.6rem;
}
#competities #playerpagehead .right a.teamchip {
  margin-top: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
  display: flex;
  height: 45px;
  width: fit-content;
  color: rgb(58.7368421053, 67.3026315789, 80.7631578947);
  text-decoration: none;
  align-items: center;
  gap: clamp(0.4rem, 0vw + 0.4rem, 0.4rem);
}
#competities #playerpagehead .right a.teamchip .teamlogo {
  width: 35px;
  height: 35px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.overlaycaption {
  height: 25px;
  margin-top: -25px;
  font-size: 0.6rem;
  margin-left: 10px;
}

.img-natteamfoto {
  margin-top: clamp(0.8rem, 1.84vw + 0.4rem, 1.6rem);
}

#nationaleteams .teamlogo,
#competities .teamlogo {
  width: 200px;
  height: 200px;
  display: inline-block;
  z-index: 5;
  position: relative;
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
#nationaleteams .teamlogo img,
#competities .teamlogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#nationaleteams #teampagehead,
#competities #teampagehead {
  margin-top: calc(-4rem - 25px);
  display: flex;
  height: auto;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
#nationaleteams #teampagehead .stats-row,
#competities #teampagehead .stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background-color: rgb(247, 247, 247);
  width: fit-content;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}
#nationaleteams #teampagehead .stats-row:last-child,
#competities #teampagehead .stats-row:last-child {
  margin-bottom: 0;
}
#nationaleteams #teampagehead .stats-row > div,
#competities #teampagehead .stats-row > div {
  width: 60px;
  border-right: #ccc solid 1px;
}
#nationaleteams #teampagehead .stats-row > div:last-child,
#competities #teampagehead .stats-row > div:last-child {
  border-right: none;
}
#nationaleteams #teampagehead .stats-row > div :first-child,
#competities #teampagehead .stats-row > div :first-child {
  font-size: 0.56rem;
  font-weight: 500;
}
#nationaleteams #teampagehead .stats-row > div :last-child,
#competities #teampagehead .stats-row > div :last-child {
  font-weight: 600;
  font-size: 0.7rem;
}
#nationaleteams #teampagehead h1,
#competities #teampagehead h1 {
  text-transform: uppercase;
  font-size: clamp(2rem, 17.14vw + -1.69rem, 5rem);
  font-weight: 80;
  margin-top: 0;
  line-height: 0.9;
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  letter-spacing: 1px;
}
#nationaleteams #teampagehead h2,
#competities #teampagehead h2 {
  font-family: Trim, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: uppercase;
  font-size: clamp(0.85rem, 2.57vw + 0.3rem, 1.3rem);
  font-weight: 800;
  margin-top: 0;
  line-height: 0.9;
  color: #3397d3;
  margin-bottom: 0;
}

#competities.competitiesclubsdetail #teampagehead h1 {
  font-size: clamp(3rem, 25.71vw + -2.53rem, 7.5rem);
  font-weight: 140;
}

.article {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.article h1 {
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: uppercase;
  font-size: 4rem;
  font-size: clamp(2.5rem, 14.29vw + -0.57rem, 5rem);
  font-weight: 120;
  margin-top: 0;
  line-height: 0.8;
  letter-spacing: 1px;
  color: var(--blue-middle);
  /* transform: skewX(-6deg);*/
}
.article h2 {
  margin-top: clamp(0.5rem, 0.69vw + 0.35rem, 0.8rem);
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 14.29vw + -0.57rem, 5rem);
  font-weight: 100;
  line-height: 0.8;
  letter-spacing: 1px;
  color: #3397d3;
}
.article h3 {
  margin-bottom: 0;
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2.86vw + 0.89rem, 2rem);
  font-weight: 120;
  line-height: 0.8;
  color: #3397d3;
}
.article p {
  line-height: 1.5;
}
.article .row > p > a {
  text-decoration: none;
  color: #094d7d;
  background-color: rgb(227.1967741935, 240.8258064516, 249.0032258065);
  padding: 3px 8px;
  transition: background-color 0.3s ease;
  display: inline-block;
}
.article .row > p > a:hover, .article .row > p > a:focus, .article .row > p > a:active {
  background-color: rgb(214.6112903226, 234.4096774194, 246.2887096774);
  transition: background-color 0.3s ease;
}
.article .blockquote {
  font-size: clamp(0.8rem, 1.6vw + 0.46rem, 1.2rem);
  color: #3397d3;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
.article .blockquote::before {
  content: "“";
  position: absolute;
  top: -60px;
  left: -40px;
  font-size: 10rem;
  font-weight: bold;
  color: white;
  z-index: -1;
  pointer-events: none;
}
.article .blockquote p {
  margin: 0;
  line-height: 1.2;
}
.article .blockquote cite {
  margin-left: clamp(2.4rem, 0vw + 2.4rem, 2.4rem);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
}
.article .date, .article .time {
  color: var(--blue-middle);
  font-size: 0.7rem;
  font-weight: 600;
}
.article .time {
  color: var(--blue-light);
  margin-left: 0.25rem;
}
.article .author {
  font-size: 0.7rem;
  opacity: 0.8;
  font-weight: 300;
}
.article .caption {
  font-size: 0.5rem;
  color: #999;
  font-weight: 300;
  max-width: 600px;
  margin-top: clamp(0.4rem, 0vw + 0.4rem, 0.4rem);
}

#sponsors .swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0px 0px;
}
#sponsors .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 100px;
  position: relative;
  box-sizing: border-box;
}
#sponsors .swiper-slide-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 0;
}
#sponsors .swiper-slide-content {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
#sponsors .swiper-slide-026c {
  background-color: rgb(255, 255, 255);
}
#sponsors .swiper-slide-bg-image-6d2c {
  object-fit: contain;
  opacity: 1;
}
#sponsors .swiper-slide-content-2f5e {
  padding: 0px;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
}
#sponsors .swiper-slide-block-5f9d {
  display: flex;
  box-sizing: border-box;
  text-decoration: none;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 0px;
  width: 100%;
  height: 100%;
}
#sponsors .swiper-slide-4ffe {
  background-color: rgb(51, 51, 51);
}
#sponsors .swiper-slide-text-78dc {
  color: rgb(255, 255, 255);
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.newsslider .swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: visible;
  width: 100%;
  height: auto;
  padding: 0px 0px;
}
.newsslider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.newsslider .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.newsslider .swiper-pagination-bullet-active {
  background: #fff;
}
.newsslider .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

@keyframes pulse-bg {
  0% {
    background-color: var(--blue-middle, #3498db);
    /* fallback color */
  }
  50% {
    background-color: var(--blue-light, #2c3e50);
    /* fallback color */
  }
  100% {
    background-color: var(--blue-middle, #3498db);
  }
}
@keyframes pulse-bg-score {
  0% {
    background-color: firebrick;
    /* fallback color */
  }
  50% {
    background-color: indianred;
    /* fallback color */
  }
  100% {
    background-color: firebrick;
  }
}
#gamereport {
  /* Active segment (completed) */
  /* Inactive segment (not completed) */
}
#gamereport #ijnl_myprogress {
  padding: 1rem 0;
}
#gamereport .periodbartext {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding-bottom: 4px;
  font-size: 0.6rem;
}
#gamereport .periodbar {
  display: flex;
  width: 100%;
  height: 3px;
  background: #dedede;
  overflow: hidden;
}
#gamereport .periodbarsection {
  display: flex;
  align-items: stretch;
  position: relative;
  transition: width 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
#gamereport .periodbarsection:not(:last-child) {
  border-right: 2px solid #fff;
}
#gamereport .isactive1,
#gamereport .isactive0 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: background 0.3s, width 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
#gamereport .isactive1 {
  background: linear-gradient(90deg, #3397d3 0%, #094d7d 100%);
}
#gamereport .isactive0 {
  background: #c7c7c7;
  color: #f6f6f6;
}
#gamereport #divGameUpdate {
  padding: 1rem 0;
  font-size: 0.65rem;
  color: #ccc;
}
#gamereport #divGameData {
  background: #fff;
  padding: 1rem;
}
@media (max-width: 600px) {
  #gamereport #divGameData {
    padding: 0.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
  }
}
#gamereport #divGameData .sv_title_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
#gamereport #divGameData .TeamLogo {
  display: flex;
  justify-content: center;
  align-items: center;
}
#gamereport #divGameData .TeamLogo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}
@media (max-width: 600px) {
  #gamereport #divGameData .TeamLogo img {
    width: 50px;
    height: 50px;
  }
}
#gamereport #divGameData .divScore,
#gamereport #divGameData .divScorelive {
  text-align: center;
  min-width: 100px;
}
#gamereport #divGameData .divScore span,
#gamereport #divGameData .divScorelive span {
  padding: 5px 15px;
  background-color: rgb(59, 67, 81);
  color: #fff;
  font-weight: 600;
  min-width: 30px;
  display: inline-block;
  border-radius: 6px;
  font-size: 2rem;
  font-weight: 800;
}
@media (max-width: 600px) {
  #gamereport #divGameData .divScore span,
  #gamereport #divGameData .divScorelive span {
    font-size: 1rem;
    padding: 3px 10px;
  }
}
#gamereport #divGameData .sv_links_title,
#gamereport #divGameData .sv_mitte_title,
#gamereport #divGameData .sv_rechts_title {
  flex: 1;
  text-align: center;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  flex-direction: column;
  gap: 0.5rem;
}
#gamereport #divGameData .live {
  padding: 5px;
  color: #fff;
  font-weight: 600;
  min-width: 30px;
  display: inline-block;
  border-radius: 6px;
  font-size: 0.55rem;
  animation: pulse-bg 4s infinite;
}

#game_table {
  font-size: 0.7rem;
  line-height: 1.5;
}
#game_table .game_flexrow {
  display: flex;
  gap: 0.5rem;
  /* background-color: #fff; */
  /* margin-bottom: 0.5rem; */
  padding: 1rem 0;
  border-bottom: #eae9e9 1px solid;
}
#game_table .game_flexrow i {
  font-style: normal;
  color: #999;
  font-size: 0.7rem;
  font-weight: 300;
}
#game_table .game_flexrow .sv_links_pen {
  width: 45px;
  color: #999;
  font-weight: 200;
  flex-grow: 0;
  flex-shrink: 0;
}
#game_table .game_flexrow .minilogo {
  flex-grow: 0;
  flex-shrink: 0;
  width: 30px;
}
#game_table .game_flexrow .minilogo img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}
#game_table .game_flexrow .sv_mitte_pen {
  width: 26px;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}
#game_table .game_flexrow .sv_rechts_pen {
  font-size: 0.8rem;
}
#game_table .scoreblock {
  padding: 1px 6px;
  background-color: firebrick;
  color: #fff;
  font-weight: 600;
  min-width: 30px;
  display: inline-block;
  border-radius: 6px;
  font-size: 90%;
  margin-top: -1px;
  margin-right: 5px;
  animation: pulse-bg-score 4s infinite;
}
#game_table .sv_links_as, #game_table .sv_head {
  padding: 3px 9px;
  background-color: rgb(59, 67, 81);
  color: #fff;
  font-weight: 600;
  display: inline-block;
  border-radius: 6px;
  font-size: 110%;
}
#game_table .actionIcon {
  height: 24px;
  width: 24px;
}

#pane-report .-hd-los-game-full-report-team,
#pane-report .-hd-los-game-full-report-score {
  display: none;
}
#pane-report .-hd-los-game-full-report-period-stats {
  display: table;
  border-collapse: collapse;
  width: auto;
  margin-bottom: 2rem;
  font-family: inherit;
  font-size: 0.7rem;
  background-color: #fff;
}
#pane-report .-hd-los-game-full-report-period-stats-header,
#pane-report .-hd-los-game-full-report-period-stats-score,
#pane-report .-hd-los-game-full-report-period-stats-additional {
  display: table-row;
}
#pane-report .-hd-los-game-full-report-period-stats-header > div,
#pane-report .-hd-los-game-full-report-period-stats-score > div,
#pane-report .-hd-los-game-full-report-period-stats-additional > div {
  display: table-cell;
  border: none;
  padding: 0.8em;
  text-align: center;
}
#pane-report .-hd-los-game-full-report-period-stats-additional {
  display: none;
}
#pane-report .-hd-los-game-full-report-game-facts {
  display: table;
  border-collapse: collapse;
  width: auto;
  font-family: inherit;
  font-size: 0.7rem;
  margin-bottom: 2rem;
}
#pane-report .-hd-los-game-full-report-game-fact-row {
  display: table-row;
  border-bottom: 0.05rem solid rgb(217.6578947368, 221.6184210526, 227.8421052632);
}
#pane-report .-hd-los-game-full-report-game-fact-row:last-child {
  border-bottom: none;
}
#pane-report .-hd-los-game-full-report-game-fact-row:nth-of-type(odd) {
  background: rgb(247.1842105263, 248.0131578947, 249.3157894737);
}
#pane-report .-hd-los-game-full-report-game-fact-row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}
#pane-report .-hd-los-game-full-report-game-fact-label {
  font-weight: 500;
}
#pane-report .-hd-los-game-full-report-game-fact-label,
#pane-report .-hd-los-game-full-report-game-fact-value {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  padding: 0.4rem;
}
#pane-report .-hd-los-game-full-report-headline {
  padding: 2rem 0 1rem 0;
}
#pane-report .-hd-los-game-full-report-headline span {
  color: #115086;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 1px;
  font-family: TrimPoster, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0rem 0 1rem 0;
  font-weight: 300;
}
#pane-report .-hd-los-game-full-report-goals-data,
#pane-report .-hd-los-game-full-report-penalties-data,
#pane-report .-hd-los-game-full-report-field-players-data-box-score,
#pane-report .-hd-los-game-full-report-goal-keepers-data,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data,
#pane-report .-hd-los-game-full-report-team-stats-data {
  width: 100%;
  overflow-x: auto;
}
@media (max-width: 600px) {
  #pane-report .-hd-los-game-full-report-goals-data,
  #pane-report .-hd-los-game-full-report-penalties-data,
  #pane-report .-hd-los-game-full-report-field-players-data-box-score,
  #pane-report .-hd-los-game-full-report-goal-keepers-data,
  #pane-report .-hd-los-game-full-report-goal-keeper-changes-data,
  #pane-report .-hd-los-game-full-report-team-stats-data {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
    max-width: calc(100% + 2rem);
  }
}
#pane-report .-hd-los-game-full-report-goals-data table,
#pane-report .-hd-los-game-full-report-penalties-data table,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table,
#pane-report .-hd-los-game-full-report-goal-keepers-data table,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table,
#pane-report .-hd-los-game-full-report-team-stats-data table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  text-align: left;
  display: table;
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum", "lnum", "zero";
}
#pane-report .-hd-los-game-full-report-goals-data table th,
#pane-report .-hd-los-game-full-report-goals-data table td,
#pane-report .-hd-los-game-full-report-penalties-data table th,
#pane-report .-hd-los-game-full-report-penalties-data table td,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table th,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table td,
#pane-report .-hd-los-game-full-report-goal-keepers-data table th,
#pane-report .-hd-los-game-full-report-goal-keepers-data table td,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table th,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table td,
#pane-report .-hd-los-game-full-report-team-stats-data table th,
#pane-report .-hd-los-game-full-report-team-stats-data table td {
  padding: clamp(0.4rem, 0vw + 0.4rem, 0.4rem);
  border-bottom: 0.05rem solid rgb(217.6578947368, 221.6184210526, 227.8421052632);
  text-align: left;
}
#pane-report .-hd-los-game-full-report-goals-data table th.-hd-util-intellitable-numeric-value,
#pane-report .-hd-los-game-full-report-goals-data table td.-hd-util-intellitable-numeric-value,
#pane-report .-hd-los-game-full-report-penalties-data table th.-hd-util-intellitable-numeric-value,
#pane-report .-hd-los-game-full-report-penalties-data table td.-hd-util-intellitable-numeric-value,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table th.-hd-util-intellitable-numeric-value,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table td.-hd-util-intellitable-numeric-value,
#pane-report .-hd-los-game-full-report-goal-keepers-data table th.-hd-util-intellitable-numeric-value,
#pane-report .-hd-los-game-full-report-goal-keepers-data table td.-hd-util-intellitable-numeric-value,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table th.-hd-util-intellitable-numeric-value,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table td.-hd-util-intellitable-numeric-value,
#pane-report .-hd-los-game-full-report-team-stats-data table th.-hd-util-intellitable-numeric-value,
#pane-report .-hd-los-game-full-report-team-stats-data table td.-hd-util-intellitable-numeric-value {
  text-align: center;
}
#pane-report .-hd-los-game-full-report-goals-data table th,
#pane-report .-hd-los-game-full-report-penalties-data table th,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table th,
#pane-report .-hd-los-game-full-report-goal-keepers-data table th,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table th,
#pane-report .-hd-los-game-full-report-team-stats-data table th {
  border-bottom-width: 0.1rem;
  font-weight: bold;
  cursor: pointer;
}
#pane-report .-hd-los-game-full-report-goals-data table td,
#pane-report .-hd-los-game-full-report-penalties-data table td,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table td,
#pane-report .-hd-los-game-full-report-goal-keepers-data table td,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table td,
#pane-report .-hd-los-game-full-report-team-stats-data table td {
  border-top: 1px solid rgb(224, 224, 224);
  white-space: nowrap;
}
#pane-report .-hd-los-game-full-report-goals-data table thead th,
#pane-report .-hd-los-game-full-report-penalties-data table thead th,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table thead th,
#pane-report .-hd-los-game-full-report-goal-keepers-data table thead th,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table thead th,
#pane-report .-hd-los-game-full-report-team-stats-data table thead th {
  text-align: left;
}
#pane-report .-hd-los-game-full-report-goals-data table thead th.left,
#pane-report .-hd-los-game-full-report-penalties-data table thead th.left,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table thead th.left,
#pane-report .-hd-los-game-full-report-goal-keepers-data table thead th.left,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table thead th.left,
#pane-report .-hd-los-game-full-report-team-stats-data table thead th.left {
  text-align: left;
}
#pane-report .-hd-los-game-full-report-goals-data table tbody tr,
#pane-report .-hd-los-game-full-report-penalties-data table tbody tr,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table tbody tr,
#pane-report .-hd-los-game-full-report-goal-keepers-data table tbody tr,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table tbody tr,
#pane-report .-hd-los-game-full-report-team-stats-data table tbody tr {
  height: 60px;
  transition: 0.3s;
}
#pane-report .-hd-los-game-full-report-goals-data table tbody tr.active, #pane-report .-hd-los-game-full-report-goals-data table tbody tr:hover,
#pane-report .-hd-los-game-full-report-penalties-data table tbody tr.active,
#pane-report .-hd-los-game-full-report-penalties-data table tbody tr:hover,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table tbody tr.active,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table tbody tr:hover,
#pane-report .-hd-los-game-full-report-goal-keepers-data table tbody tr.active,
#pane-report .-hd-los-game-full-report-goal-keepers-data table tbody tr:hover,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table tbody tr.active,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table tbody tr:hover,
#pane-report .-hd-los-game-full-report-team-stats-data table tbody tr.active,
#pane-report .-hd-los-game-full-report-team-stats-data table tbody tr:hover {
  background: rgb(238.3263157895, 240.0947368421, 242.8736842105);
}
#pane-report .-hd-los-game-full-report-goals-data table tbody tr:nth-of-type(odd),
#pane-report .-hd-los-game-full-report-penalties-data table tbody tr:nth-of-type(odd),
#pane-report .-hd-los-game-full-report-field-players-data-box-score table tbody tr:nth-of-type(odd),
#pane-report .-hd-los-game-full-report-goal-keepers-data table tbody tr:nth-of-type(odd),
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table tbody tr:nth-of-type(odd),
#pane-report .-hd-los-game-full-report-team-stats-data table tbody tr:nth-of-type(odd) {
  background: rgb(247.1842105263, 248.0131578947, 249.3157894737);
}
#pane-report .-hd-los-game-full-report-goals-data table tbody tr:nth-child(even),
#pane-report .-hd-los-game-full-report-penalties-data table tbody tr:nth-child(even),
#pane-report .-hd-los-game-full-report-field-players-data-box-score table tbody tr:nth-child(even),
#pane-report .-hd-los-game-full-report-goal-keepers-data table tbody tr:nth-child(even),
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table tbody tr:nth-child(even),
#pane-report .-hd-los-game-full-report-team-stats-data table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}
#pane-report .-hd-los-game-full-report-goals-data table tbody tr td,
#pane-report .-hd-los-game-full-report-penalties-data table tbody tr td,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table tbody tr td,
#pane-report .-hd-los-game-full-report-goal-keepers-data table tbody tr td,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table tbody tr td,
#pane-report .-hd-los-game-full-report-team-stats-data table tbody tr td {
  border: none;
  border-top: 1px solid rgb(224, 224, 224);
}
#pane-report .-hd-los-game-full-report-goals-data table tbody tr td.left,
#pane-report .-hd-los-game-full-report-penalties-data table tbody tr td.left,
#pane-report .-hd-los-game-full-report-field-players-data-box-score table tbody tr td.left,
#pane-report .-hd-los-game-full-report-goal-keepers-data table tbody tr td.left,
#pane-report .-hd-los-game-full-report-goal-keeper-changes-data table tbody tr td.left,
#pane-report .-hd-los-game-full-report-team-stats-data table tbody tr td.left {
  text-align: left;
}
#pane-report .-hd-util-intellitable-inline-image img {
  width: 32px;
}

#gamesheetbutton, #ijnl_report div.-hd-los-game-full-report-container.-hd-los-game-full-report-field-players div.-hd-los-game-full-report-headline div:nth-child(1) {
  display: none;
}

#ijnl_report div.-hd-los-game-full-report-container.-hd-los-game-full-report-field-players div.-hd-los-game-full-report-headline .-hd-button-group,
#ijnl_report div.-hd-los-game-full-report-container.-hd-los-game-full-report-goal-keepers div.-hd-los-game-full-report-headline .-hd-button-group {
  float: right;
}

.-hd-util-intellitable-scroll-help {
  display: none !important;
}

#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-header, #-hd-pre-game-report .div.-hd-los-game-full-report-game-state-extended, #-hd-pre-game-report .-hd-los-game-full-report-score, #-hd-pre-game-report .-hd-los-game-full-report-period-stats, #-hd-pre-game-report .-hd-los-game-full-report-game-facts {
  display: none;
}
#-hd-pre-game-report .-hd-los-game-full-report-game-info {
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
}
#-hd-pre-game-report .-hd-los-game-full-report-game-info .-hd-los-game-full-report-team.-hd-los-game-full-report-team-away {
  width: calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
  display: flex;
  background: antiquewhite;
  /* text-align: center; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  gap: 1rem;
}
#-hd-pre-game-report .-hd-los-game-full-report-game-info .-hd-los-game-full-report-team.-hd-los-game-full-report-team-home {
  width: calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
  display: flex;
  background: antiquewhite;
  /* text-align: center; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container {
  display: none;
  margin-top: 1.8rem;
  background: #f3f7fb;
  border-radius: 10px;
  padding: 1.1rem 1.5rem;
  box-shadow: 0 1px 3px rgba(60, 68, 90, 0.07);
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-los-game-full-report-headline {
  font-size: 1.18rem;
  font-weight: 600;
  color: #1a2a46;
  margin-bottom: 1.1rem;
  text-align: center;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-los-game-full-report-headline span {
  border-bottom: 2px solid #b4c5e4;
  padding-bottom: 2px;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-header .-hd-util-stats-compare-header-title-1 img, #-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-header .-hd-util-stats-compare-header-title-2 img {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(60, 68, 90, 0.1);
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-header .-hd-util-stats-compare-header-title-label {
  flex: 1;
  text-align: center;
  font-size: 1.1rem;
  color: #344466;
  font-weight: 600;
  letter-spacing: 0.2px;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-rows {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-row {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(60, 68, 90, 0.04);
  padding: 0.4rem 0.7rem;
  transition: box-shadow 0.2s;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-row:hover {
  box-shadow: 0 2px 8px rgba(60, 68, 90, 0.1);
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-row .-hd-util-stats-compare-row-display-value {
  font-size: 1.12rem;
  font-weight: 600;
  min-width: 36px;
  text-align: center;
  color: #1a2a46;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-row .-hd-util-stats-compare-row-display-value-1 {
  color: #10a37f;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-row .-hd-util-stats-compare-row-display-value-2 {
  color: #e44c65;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-row .-hd-util-stats-compare-row-label-bar {
  flex: 1;
  margin: 0 0.7rem;
  display: flex;
  flex-direction: column;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-row .-hd-util-stats-compare-row-label-bar .-hd-util-stats-compare-row-label {
  font-size: 1.01rem;
  color: #66719e;
  margin-bottom: 0.13rem;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-row .-hd-util-stats-compare-row-label-bar .-hd-util-stats-compare-row-bar {
  display: flex;
  align-items: center;
  height: 7px;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-row .-hd-util-stats-compare-row-label-bar .-hd-util-stats-compare-row-bar .-hd-util-stats-compare-row-bar-value {
  border-radius: 6px;
  height: 100%;
  min-width: 10px;
  transition: width 0.25s;
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-row .-hd-util-stats-compare-row-label-bar .-hd-util-stats-compare-row-bar .-hd-util-stats-compare-row-bar-value-1 {
  background: linear-gradient(90deg, #10a37f 90%, #e3e9f5 100%);
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-row .-hd-util-stats-compare-row-label-bar .-hd-util-stats-compare-row-bar .-hd-util-stats-compare-row-bar-value-2 {
  background: linear-gradient(90deg, #e44c65 90%, #e3e9f5 100%);
}
#-hd-pre-game-report .-hd-los-game-full-report-pre-game-report-container .-hd-util-stats-compare-row .-hd-util-stats-compare-row-label-bar .-hd-util-stats-compare-row-bar .-hd-util-stats-compare-row-bar-spacer {
  flex: 1;
  min-width: 5px;
}

#refs h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 4rem;
  font-size: clamp(2.3rem, 4.8vw + 1.27rem, 3.5rem);
  font-weight: 120;
}
#refs h3 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}

#kalender.basisdetail h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 4rem;
  font-size: clamp(2.3rem, 4.8vw + 1.27rem, 3.5rem);
  font-weight: 120;
}
#kalender.basisdetail h3 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}

.animate-on-show {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1000ms ease-in, transform 1000ms cubic-bezier(0.23, 1, 0.32, 1); /* Quint-style slide */
}

.animate-on-show.visible {
  opacity: 1;
  transform: translateY(0);
}
