@charset "UTF-8";
/* ------------------------------------------------------------ *\
    Vendors
\* ------------------------------------------------------------ */
/**
 * Bootstrap imports - Required
 *
 * Imports list based on Bootstrap version 4.6
 * See more: https://getbootstrap.com/docs/4.6/getting-started/theming/
 */
/**
 * Custom settings/overrides for Bootstrap from our App
 */
/* APP - Colors */
/* APP - Grid */
/* APP - Typography */
/** 
 * APP - Modals 
 */
/**
 * Bootstrap imports - Optional
 * 
 * Imports list based on Bootstrap version 4.6
 * See more: https://getbootstrap.com/docs/4.6/getting-started/theming/
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #002256;
  --secondary: #E50E00;
  --tertiary: #0B654E;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #002256;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #002256;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid, .single-content__body img {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1340px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table, .single-content__body table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th, .single-content__body table th,
  .table td,
  .single-content__body table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th, .single-content__body table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody, .single-content__body table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8c1d0; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a8ca7; }

.table-hover .table-primary:hover {
  background-color: #a9b4c6; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a9b4c6; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f8bcb8; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f1827a; }

.table-hover .table-secondary:hover {
  background-color: #f6a6a1; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #f6a6a1; }

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #bbd4cd; }

.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: #80afa3; }

.table-hover .table-tertiary:hover {
  background-color: #abcac2; }
  .table-hover .table-tertiary:hover > td,
  .table-hover .table-tertiary:hover > th {
    background-color: #abcac2; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th, .single-content__body table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th, .single-content__body table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #002256;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #002256;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #002256;
  border-color: #002256; }
  .btn-primary:hover {
    color: #fff;
    background-color: #001330;
    border-color: #000e23; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #001330;
    border-color: #000e23;
    box-shadow: 0 0 0 0.2rem rgba(38, 67, 111, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #002256;
    border-color: #002256; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000e23;
    border-color: #000916; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 67, 111, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #E50E00;
  border-color: #E50E00; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #bf0c00;
    border-color: #b20b00; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #bf0c00;
    border-color: #b20b00;
    box-shadow: 0 0 0 0.2rem rgba(233, 50, 38, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #E50E00;
    border-color: #E50E00; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #b20b00;
    border-color: #a50a00; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(233, 50, 38, 0.5); }

.btn-tertiary {
  color: #fff;
  background-color: #0B654E;
  border-color: #0B654E; }
  .btn-tertiary:hover {
    color: #fff;
    background-color: #074333;
    border-color: #06372a; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    color: #fff;
    background-color: #074333;
    border-color: #06372a;
    box-shadow: 0 0 0 0.2rem rgba(48, 124, 105, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #fff;
    background-color: #0B654E;
    border-color: #0B654E; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #06372a;
    border-color: #052c22; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(48, 124, 105, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #002256;
  border-color: #002256; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #002256;
    border-color: #002256; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 34, 86, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #002256;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #002256;
    border-color: #002256; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 34, 86, 0.5); }

.btn-outline-secondary {
  color: #E50E00;
  border-color: #E50E00; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #E50E00;
    border-color: #E50E00; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 14, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #E50E00;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #E50E00;
    border-color: #E50E00; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 14, 0, 0.5); }

.btn-outline-tertiary {
  color: #0B654E;
  border-color: #0B654E; }
  .btn-outline-tertiary:hover {
    color: #fff;
    background-color: #0B654E;
    border-color: #0B654E; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(11, 101, 78, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #0B654E;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #0B654E;
    border-color: #0B654E; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(11, 101, 78, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #002256;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #00122d;
  background-color: #ccd3dd;
  border-color: #b8c1d0; }
  .alert-primary hr {
    border-top-color: #a9b4c6; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #770700;
  background-color: #facfcc;
  border-color: #f8bcb8; }
  .alert-secondary hr {
    border-top-color: #f6a6a1; }
  .alert-secondary .alert-link {
    color: #440400; }

.alert-tertiary {
  color: #063529;
  background-color: #cee0dc;
  border-color: #bbd4cd; }
  .alert-tertiary hr {
    border-top-color: #abcac2; }
  .alert-tertiary .alert-link {
    color: #010706; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #00122d;
  background-color: #b8c1d0; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00122d;
    background-color: #a9b4c6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00122d;
    border-color: #00122d; }

.list-group-item-secondary {
  color: #770700;
  background-color: #f8bcb8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #770700;
    background-color: #f6a6a1; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #770700;
    border-color: #770700; }

.list-group-item-tertiary {
  color: #063529;
  background-color: #bbd4cd; }
  .list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
    color: #063529;
    background-color: #abcac2; }
  .list-group-item-tertiary.list-group-item-action.active {
    color: #fff;
    background-color: #063529;
    border-color: #063529; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 8px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #002256; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.3; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3.5rem 3.5rem 0 3.5rem;
  border-bottom: 1px solid #fff;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 3.5rem 3.5rem 0 3.5rem;
    margin: -3.5rem -3.5rem -3.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 29px; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 3.5rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 3.25rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #000e23 !important; }

.bg-secondary {
  background-color: #E50E00 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #b20b00 !important; }

.bg-tertiary {
  background-color: #0B654E !important; }

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #06372a !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #002256 !important; }

.border-secondary {
  border-color: #E50E00 !important; }

.border-tertiary {
  border-color: #0B654E !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

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

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

.d-inline {
  display: inline !important; }

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

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

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

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

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

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

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

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

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

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

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

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

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

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

.font-weight-lighter {
  font-weight: lighter !important; }

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

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

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #002256 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #00040a !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #990900 !important; }

.text-tertiary {
  color: #0B654E !important; }

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #032019 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #002256 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* ------------------------------------------------------------ *\
    Hamburgers
\* ------------------------------------------------------------ */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 7px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #002256; }

.hamburger-box {
  width: 36px;
  height: 28px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 36px;
    height: 4px;
    background-color: #002256;
    border-radius: 4px 4px 0 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -12px; }
  .hamburger-inner::after {
    bottom: -12px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 72px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 12px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 72px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 12px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 72px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 12px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 72px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 12px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 72px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 12px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 72px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 12px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-7.2px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-7.2px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(7.2px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(7.2px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-7.2px, -9px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-7.2px, 9px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(7.2px, -9px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(7.2px, 9px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -24px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -24px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -12px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 12px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 24px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 12px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -24px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 12px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 24px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 12px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -24px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 12px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -72px;
      top: -72px;
      transform: translate3d(72px, 72px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -72px;
      top: -72px;
      transform: translate3d(-72px, 72px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 12px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -72px;
      top: 72px;
      transform: translate3d(72px, -72px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -72px;
      top: 72px;
      transform: translate3d(-72px, -72px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 12px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 24px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 12px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.14286px, -8px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -24px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 12px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 24px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 12px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.14286px, -8px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -24px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 12px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 24px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 12px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 12px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -24px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

#cookie-law-info-bar {
  z-index: 1300; }

.cli-bar-container .cli-bar-btn_container .cli_action_button {
  font-weight: 700; }

/**
 * Fixed for node-sass error on max( function
 * Fancybox version 3.5.1
 * 
 * Problem: https://github.com/fancyapps/fancybox/issues/2182
 * Solution: https://github.com/sass/sass/issues/2378#issuecomment-367490840
 */
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-right)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0; }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0; }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input, .numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  color: #002256;
  fill: #002256; }

.flatpickr-current-month input.cur-year {
  color: #002256; }

.flatpickr-monthSelect-months {
  margin: 10px 1px 3px 1px;
  flex-wrap: wrap; }

.flatpickr-monthSelect-month {
  background: none;
  border: 0;
  border-radius: 2px;
  border-radius: 4px 4px 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #002256;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0.5px;
  justify-content: center;
  padding: 10px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  width: 33%; }

.flatpickr-monthSelect-month.disabled {
  color: #eee; }

.flatpickr-monthSelect-month.disabled:hover,
.flatpickr-monthSelect-month.disabled:focus {
  cursor: not-allowed;
  background: none !important; }

.flatpickr-monthSelect-theme-dark {
  background: #3f4458; }

.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year {
  color: #fff; }

.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month,
.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month {
  color: #fff;
  fill: #fff; }

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month {
  color: rgba(255, 255, 255, 0.95); }

.flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-month:focus {
  background: #F2F5E6;
  cursor: pointer;
  outline: 0; }

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus {
  background: #646c8c;
  border-color: #646c8c; }

.flatpickr-monthSelect-month.selected {
  background-color: #E50E00;
  color: #fff;
  font-weight: 700; }

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected {
  background: #80cbc4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #80cbc4; }

/* ------------------------------------------------------------ *\
    App
\* ------------------------------------------------------------ */
/* stylelint-disable */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
  @media (max-width: 575.98px) {
    .alignleft {
      float: none; } }

a img.alignright {
  float: right;
  margin: 5px 0 20px 40px;
  border-radius: 16px 16px 0px 16px; }

a img.alignnone {
  margin: 24px 0;
  border-radius: 16px 16px 0px 16px; }

a img.alignleft {
  float: left;
  margin: 5px 40px 20px 0;
  border-radius: 16px 16px 0px 16px; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px 16px 0px 16px;
  margin-top: 0;
  margin-bottom: 0; }

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */ }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 40px 20px 0; }
  @media (max-width: 575.98px) {
    .wp-caption.alignleft {
      margin: 0 0 24px 0;
      width: 100% !important; } }
  @media (max-width: 575.98px) {
    .wp-caption.alignleft img {
      width: 100%;
      height: auto; } }

.wp-caption.alignright {
  margin: 5px 0 20px 40px; }
  @media (max-width: 575.98px) {
    .wp-caption.alignright {
      margin: 0 0 24px 0;
      width: 100% !important; } }
  @media (max-width: 575.98px) {
    .wp-caption.alignright img {
      width: 100%;
      height: auto; } }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
  border-radius: 16px 16px 0px 16px; }

.wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 140%;
  color: rgba(0, 34, 86, 0.5);
  padding: 8px 0; }

.wp-caption.alignright .wp-caption-text {
  text-align: right; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* ------------------------------------------------------------ *\
    Comments
\* ------------------------------------------------------------ */
.section-comments {
  padding-top: 15px; }
  .section-comments a {
    text-decoration: none; }
  .section-comments p {
    padding-bottom: 18.2px; }
  .section-comments ol,
  .section-comments ul {
    padding: 0;
    margin: 0;
    list-style: none outside none; }
  .section-comments h3 {
    position: relative;
    padding: 0 0 10px; }
    .section-comments h3 small {
      position: absolute;
      top: 0;
      right: 0; }

.comments {
  position: relative; }
  .comments .children {
    position: relative;
    padding-left: 70px; }
    .comments .children:before, .comments .children:after {
      content: '';
      position: absolute;
      display: block; }
    .comments .children:before {
      top: 33px;
      left: 23px;
      width: 32px;
      height: 27px;
      border-left: 8px solid #c3c3c3;
      border-bottom: 8px solid #c3c3c3; }
    .comments .children:after {
      top: -5px;
      left: 8px;
      border: 20px solid transparent;
      border-width: 20px 19px;
      border-bottom-color: #c3c3c3; }

.comment {
  position: relative;
  padding: 30px 0 30px 65px; }
  .comment .avatar {
    position: absolute;
    top: 28px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .comment__says {
    padding-left: 5px; }
  .comment__moderation-notice {
    display: inline-block;
    margin: 3px 0 8px;
    color: #999; }
  .comment__meta {
    padding-bottom: 12px; }
    .comment__meta a {
      color: #363636; }
  .comment__text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }
  .comment__reply {
    padding-top: 10px;
    text-align: right; }
    .comment__reply a {
      display: inline-block;
      padding: 5px 10px;
      background: #363636;
      color: #fff; }
      .comment__reply a:hover {
        text-decoration: none;
        opacity: .8; }

.comment-respond {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #363636; }
  .comment-respond h3 {
    position: relative; }
  .comment-respond small {
    position: absolute;
    top: 0;
    right: 0; }
  .comment-respond label {
    display: block;
    padding-bottom: 4px; }
  .comment-respond input[type="text"],
  .comment-respond input[type="email"],
  .comment-respond input[type="url"],
  .comment-respond textarea {
    display: block;
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7; }
  .comment-respond textarea {
    width: 100%;
    height: 100px; }
  .comment-respond input[type="text"]:focus,
  .comment-respond input[type="email"]:focus,
  .comment-respond input[type="url"]:focus {
    background-color: #fff; }
  .comment-respond input[type="text"]::placeholder,
  .comment-respond input[type="email"]::placeholder,
  .comment-respond input[type="url"]::placeholder {
    color: #777; }
  .comment-respond .required {
    color: #e40000; }
  .comment-respond .comment-notes {
    padding-top: 15px; }
  .comment-respond .form-submit input {
    display: block;
    width: 160px;
    height: 40px;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #363636;
    cursor: pointer; }

.no-comments {
  padding-top: 12px;
  font-weight: bold;
  font-size: 18px; }

/**
 * Global
 */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth; }

figure {
  margin: 0; }

button:focus, a:focus {
  outline: none; }

/**
 * Template Based Overrides
 */
.page-template-eol-competition-results .app-title {
  margin-bottom: 0; }

/**
 * 
 */
.tab-toggles__item {
  margin-left: 8px; }
  .tab-toggles__item a {
    display: inline-block;
    padding: 8px 12px;
    background-color: #F2F5E6;
    border-radius: 8px 8px 0 8px;
    color: #0B654E;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase; }
    .tab-toggles__item a:hover {
      background-color: #C9D89E;
      color: #0B654E;
      text-decoration: none; }
  .tab-toggles__item a.active {
    background-color: #E50E00;
    color: #fff;
    font-weight: 800; }

/**
 * Global Helpers
 */
.max-width-640 {
  max-width: 640px; }

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

.mb-24 {
  margin-bottom: 24px; }

.my-40-24 {
  margin: 40px 0 24px 0; }

.mt-56 {
  margin-top: 56px; }

/**
 * Alerts
 */
.alert {
  border-radius: 8px 8px 0px 8px;
  padding: 16px; }
  @media (min-width: 768px) {
    .alert {
      padding: 32px; } }

.alert-eol {
  background-color: #F2F5E6; }

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

.alert-icon {
  margin-bottom: 24px; }

.alert-note {
  font-size: 16px;
  line-height: 140%;
  color: #002256;
  margin-bottom: 32px; }

.alert-inline-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .alert-centered .alert-inline-actions {
    justify-content: center; }
  .alert-inline-actions .btn {
    margin: 0 8px 16px 8px; }

.alert-content-max-516 .alert-icon,
.alert-content-max-516 .alert-note,
.alert-content-max-516 .alert-inline-actions {
  max-width: 516px;
  margin-left: auto;
  margin-right: auto; }

.site-header {
  background-color: #fff;
  color: #002256; }
  .site-header a {
    color: #002256; }
  .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    padding: 0 15px; }
    @media (min-width: 992px) {
      .site-header__inner {
        max-width: 1340px;
        margin: 0 auto; } }
  .site-header .hamburger {
    margin-left: 22px;
    margin-bottom: -4px; }

/**
 * Logo
 */
.site-logo {
  margin: 0;
  font-size: 1rem; }
  .site-logo__link {
    display: block;
    height: 30px; }
    .site-logo__link > img {
      display: block; }

/**
 * Navigation Desktop
 */
.nav-main {
  display: block;
  margin-left: auto; }
  @media (max-width: 991.98px) {
    .nav-main {
      display: none; } }
  .nav-main > ul {
    margin: 0;
    padding: 0;
    display: inline-flex; }
    .nav-main > ul li {
      font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      list-style-type: none; }
      .nav-main > ul li a {
        display: inline-block;
        padding: 8px 20px;
        text-underline-offset: 2px; }
    .nav-main > ul li + li {
      margin-left: 22px; }
    .nav-main > ul li.current-menu-ancestor a,
    .nav-main > ul li.current_page_item a,
    .nav-main > ul li.current-menu-item a {
      background-color: #E50E00;
      color: #fff;
      font-weight: 700;
      border-radius: 20px 20px 0px 20px; }
      .nav-main > ul li.current-menu-ancestor a:hover,
      .nav-main > ul li.current_page_item a:hover,
      .nav-main > ul li.current-menu-item a:hover {
        text-decoration: none; }

/**
 * Mobile Menu Overlay
 */
.modal-menu-overlay {
  background-color: rgba(0, 34, 86, 0.3);
  color: #002256;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease-in-out; }
  .modal-menu-overlay.is-visible {
    opacity: 1;
    pointer-events: all; }

.modal-menu-overlay-inner {
  background-color: #F2F5E6;
  width: 100%;
  max-width: 482px;
  display: flex;
  height: 100vh;
  margin-left: auto;
  flex-direction: column;
  position: relative; }

.modal-menu-overlay-close {
  position: absolute;
  top: 29px;
  right: 34px;
  padding: 0;
  margin: 0;
  border: none;
  background: url("../img/x.svg") no-repeat 0 0;
  height: 24px;
  width: 24px;
  overflow: hidden;
  text-indent: -9999px; }

.nav-mobile {
  margin-top: 88px;
  margin-bottom: 32px;
  overflow-y: auto;
  padding: 0 48px 0 66px; }
  @media (max-width: 991.98px) {
    .nav-mobile {
      padding-left: 38px; } }
  .nav-mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .nav-mobile ul li {
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      color: #002256;
      margin-bottom: 24px; }
    .nav-mobile ul li:last-child {
      margin-bottom: 0; }
    .nav-mobile ul a {
      color: #122E4E; }

.lang-inline-mobile {
  position: absolute;
  top: 32px;
  left: 36px;
  display: flex; }
  @media (min-width: 992px) {
    .lang-inline-mobile {
      display: none; } }
  .lang-inline-mobile .lang-item {
    color: #002256;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 16px; }
    .lang-inline-mobile .lang-item.current-lang {
      font-weight: bold; }
    .lang-inline-mobile .lang-item:hover {
      color: #122E4E; }

/**
 * Language Switcher - Desktop
 */
.lang-dropdown-desktop {
  margin-left: 22px; }
  @media (max-width: 991.98px) {
    .lang-dropdown-desktop {
      display: none; } }
  .lang-dropdown-desktop__toggle {
    background: #F2F5E6;
    border: none;
    border-radius: 8px 8px 0px 8px;
    color: #002256;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    padding: 11px 0;
    width: 38px;
    text-align: center;
    position: relative; }
    .lang-dropdown-desktop__toggle:after {
      display: none; }
    .lang-dropdown-desktop__toggle:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 8px 8px;
      border-color: transparent transparent #E50E00 transparent;
      position: absolute;
      bottom: 4px;
      right: 4px; }
      .show .lang-dropdown-desktop__toggle:before {
        display: none; }
    .show .lang-dropdown-desktop__toggle {
      border-bottom-left-radius: 0; }
  .lang-dropdown-desktop .dropdown-menu {
    margin: 0;
    border: none;
    background-color: #F2F5E6;
    border-radius: 0 0 0 8px;
    padding: 0;
    padding-top: 8px;
    width: 38px;
    min-width: 38px; }
    .lang-dropdown-desktop .dropdown-menu:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: #E50E00 transparent transparent transparent;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -6px; }
    .lang-dropdown-desktop .dropdown-menu .dropdown-item {
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase;
      padding: 8px 0;
      text-align: center; }
      .lang-dropdown-desktop .dropdown-menu .dropdown-item:hover {
        background: none;
        color: #E50E00; }

/**
 *
 */
.lang-dropdown-mobile {
  margin: 0 auto;
  width: 38px; }
  .lang-dropdown-mobile__toggle {
    background: #F2F5E6;
    border: none;
    border-radius: 8px 8px 0px 8px;
    color: #002256;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    padding: 11px 0;
    width: 38px;
    text-align: center;
    position: relative; }
    .lang-dropdown-mobile__toggle:after {
      display: none; }
    .lang-dropdown-mobile__toggle:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 8px 8px;
      border-color: transparent transparent #E50E00 transparent;
      position: absolute;
      bottom: 4px;
      right: 4px; }
      .show .lang-dropdown-mobile__toggle:before {
        display: none; }
    .show .lang-dropdown-mobile__toggle {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .lang-dropdown-mobile .dropdown-menu {
    margin: 0;
    border: none;
    background-color: #F2F5E6;
    border-radius: 8px 8px 0 0;
    padding: 0;
    padding-bottom: 8px;
    width: 38px;
    min-width: 38px; }
    .lang-dropdown-mobile .dropdown-menu:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 6px 6px 6px;
      border-color: transparent transparent #E50E00 transparent;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -6px; }
    .lang-dropdown-mobile .dropdown-menu .dropdown-item {
      font-size: 12px;
      line-height: 14px;
      text-transform: uppercase;
      padding: 8px 0;
      text-align: center; }
      .lang-dropdown-mobile .dropdown-menu .dropdown-item:hover {
        background: none;
        color: #E50E00; }

/**
 *
 */
.offcanvas-search-form {
  background-color: #fff;
  padding: 6px 6px 6px 32px;
  border-radius: 58px 58px 0px 58px;
  display: inline-flex;
  margin: 0 34px;
  margin-bottom: 16px; }
  .offcanvas-search-form__input {
    background: #fff;
    border: none;
    height: 41px;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #002256;
    margin-right: 16px;
    flex: 1 1 auto;
    min-width: 70px; }
    .offcanvas-search-form__input:focus {
      outline: none; }
    .offcanvas-search-form__input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #002256;
      opacity: 1;
      /* Firefox */ }
    .offcanvas-search-form__input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #002256; }
    .offcanvas-search-form__input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #002256; }
  .offcanvas-search-form__submit {
    padding: 8px 20px;
    background: #E50E00;
    border: none;
    border-radius: 58px 58px 0px 58px;
    font-weight: 800;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase; }

/**
 * Site Footer
 */
.site-footer {
  background: #F2F4F7;
  border-radius: 16px 16px 0 0;
  padding: 24px;
  max-width: 1310px;
  margin: 0 auto;
  margin-top: 56px; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 56px 0; } }

/**
 * Logo
 */
@media (min-width: 768px) {
  .footer-logo-helper {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center; } }

.footer-logo {
  mix-blend-mode: darken;
  text-align: center; }
  @media (max-width: 767.98px) {
    .footer-logo {
      height: 110px; } }
  .footer-logo img {
    display: block;
    height: auto;
    max-width: 100%; }
    @media (max-width: 767.98px) {
      .footer-logo img {
        height: 100%;
        max-width: auto; } }

/**
 * Menu
 */
@media (max-width: 767.98px) {
  .footer-menu-wrapper {
    margin-top: 24px; } }

.footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .footer-menu li {
    color: #002256;
    font-weight: bold;
    font-size: 18px;
    line-height: 34px;
    /* or 189% */ }
    .footer-menu li a {
      transition: color 150ms ease-in-out; }
      .footer-menu li a:hover {
        color: #0B654E;
        text-decoration: none; }

/**
 * Contacts
 */
@media (max-width: 767.98px) {
  .footer-contacts {
    margin-top: 40px; } }

.footer-contacts__address {
  color: #002256;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px; }
  .footer-contacts__address p:last-child {
    margin-bottom: 0; }

.footer-contacts__phone {
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  margin: 0; }
  .footer-contacts__phone strong {
    font-weight: 700;
    text-transform: uppercase; }
  .footer-contacts__phone a {
    transition: all 150ms ease-in-out;
    text-underline-offset: 2px; }
    .footer-contacts__phone a:hover {
      color: #0B654E; }

.footer-contacts__email {
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  margin: 0; }
  .footer-contacts__email a {
    text-underline-offset: 2px;
    text-decoration: underline;
    transition: all 150ms ease-in-out; }
    .footer-contacts__email a:hover {
      color: #0B654E; }

/** 
 * Social
 */
.social-menu-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column; }
  @media (max-width: 767.98px) {
    .social-menu-wrapper {
      height: 110px; } }

.social-menu {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .social-menu li a {
    display: block;
    height: 92px;
    width: 93px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -9999px; }
    @media (max-width: 767.98px) {
      .social-menu li a {
        height: 71px;
        width: 71px; } }
  .social-menu li a[href*="facebook.com"] {
    background: url("../img/icon-facebook.svg") no-repeat 0 0;
    background-size: 93px 92px; }
    @media (max-width: 767.98px) {
      .social-menu li a[href*="facebook.com"] {
        background-size: 71px; } }

/**
 * Columns Ordering
 */
@media (max-width: 767.98px) {
  .col-footer-logo {
    order: 1; } }

@media (max-width: 767.98px) {
  .col-footer-menu {
    order: 3; } }

@media (max-width: 767.98px) {
  .col-footer-contact {
    order: 4; } }

@media (max-width: 767.98px) {
  .col-footer-social {
    order: 2; } }

/**
 * Pre Footer 
 */
.pre-footer {
  margin-top: 56px; }

.pre-footer-logo {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 34, 86, 0.1);
  border-radius: 8px;
  transition: transform 200ms ease-in-out; }
  @media (max-width: 767.98px) {
    .pre-footer-logo {
      margin-bottom: 32px; } }
  .pre-footer-logo__logo-wrap {
    height: 140px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .pre-footer-logo__logo-wrap img {
      display: block;
      height: 100%;
      max-width: 100%;
      object-fit: contain; }
  .pre-footer-logo__caption {
    margin: 0;
    padding: 16px;
    text-align: center;
    color: rgba(0, 34, 86, 0.3);
    font-size: 16px;
    line-height: 1; }
  .pre-footer-logo:hover {
    transform: translateY(-3px);
    text-decoration: none; }
  .pre-footer-logo--aside {
    margin-bottom: 24px; }

.global-menu-wrap {
  background: #0B654E;
  background: #0B654E url("../img/bg-submenu_pattern.svg") no-repeat right top;
  background-size: 208px 96px;
  border-radius: 16px 16px 0px 16px;
  padding: 24px 32px 48px 32px;
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .global-menu-wrap {
      display: none; } }
  .global-menu-wrap__title {
    color: #fff;
    font-family: 'Geomanist', sans-serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 32px;
    position: relative;
    z-index: 100; }
  .global-menu-wrap__excerpt {
    font-size: 18px;
    line-height: 27px;
    /* or 150% */
    color: #FFFFFF;
    margin: 32px 0; }
  .global-menu-wrap--no-bg {
    background: #0B654E; }
  @media (max-width: 991.98px) {
    .global-menu-wrap--mobile-visible {
      display: block; } }
  @media (max-width: 767.98px) {
    .global-menu-wrap--mobile-visible .global-menu-wrap__title {
      font-size: 32px;
      margin-bottom: 24px; } }
  .global-menu-wrap--bg-home {
    background: #0B654E url("../img/bg-menu-high.svg") no-repeat left top;
    position: relative; }
    .global-menu-wrap--bg-home:before {
      content: '';
      position: absolute;
      height: 188px;
      width: 231px;
      top: 12px;
      right: 0;
      background: url("../img/menu-effect-compass.png") no-repeat 0 0;
      z-index: 1;
      pointer-events: none; }
    .global-menu-wrap--bg-home .global-menu-wrap__excerpt {
      margin: 128px 0 32px; }

.global-submenu-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .global-submenu-list li {
    font-weight: bold;
    font-size: 21px;
    line-height: 1;
    color: #FFFFFF;
    padding-left: 40px;
    position: relative; }
    .global-submenu-list li a {
      color: #FFFFFF;
      display: inline-block; }
    .global-submenu-list li:before {
      content: '';
      background: url("../img/icon-triangle.svg") no-repeat 0 0;
      background-size: 20px;
      height: 20px;
      width: 20px;
      position: absolute;
      left: 0;
      top: 0; }
  .global-submenu-list li + li {
    margin-top: 16px; }
  .global-submenu-list li.current-menu-item:before {
    background: url("../img/icon-triangle_selected.svg") no-repeat 0 0; }

/**
 * Forbidden areas List
 */
@media (min-width: 768px) {
  .forbidden-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr); } }

.forbidden-list-item {
  border: 1px solid #C9D89E;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .forbidden-list-item {
      margin-bottom: 16px; } }
  .forbidden-list-item__left {
    padding: 8px;
    background: #F2F5E6;
    width: 90px;
    min-width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .forbidden-list-item__left .text {
      color: #A6C08D;
      font-weight: bold;
      font-size: 12px;
      line-height: 15px;
      text-align: center;
      text-transform: uppercase;
      display: block;
      margin-bottom: 6px; }
    .forbidden-list-item__left .datetime {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .forbidden-list-item__left .datetime .day {
        font-weight: 900;
        font-size: 16px;
        line-height: 19px;
        color: #0B654E; }
      .forbidden-list-item__left .datetime .month {
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        color: #62926D;
        text-transform: uppercase;
        margin-left: 2px; }
      .forbidden-list-item__left .datetime .year {
        font-weight: bold;
        font-size: 17px;
        line-height: 21px;
        color: #A6C08D;
        text-align: center; }
  .forbidden-list-item__right {
    padding: 8px; }
    .forbidden-list-item__right .title {
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      color: #002256;
      margin: 0 0 8px 0; }
    .forbidden-list-item__right .place {
      margin: 0;
      font-size: 16px;
      line-height: 19px;
      color: #002256;
      margin-bottom: 8px; }
    .forbidden-list-item__right .codes {
      margin-bottom: 0; }
      .forbidden-list-item__right .codes a {
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        text-decoration-line: underline;
        color: #0B654E; }

.site-single-title {
  background-color: #C9D89E;
  border-radius: 16px 16px 0px 16px;
  max-width: 1310px;
  margin: 0 auto;
  padding: 28px 42px; }

.app-block-national-team {
  margin: 24px 0; }
  .app-block-national-team + .app-block-national-team {
    border-top: 1px solid #C9D89E;
    padding-top: 24px; }
  .app-block-national-team:first-child {
    margin-top: 0; }

.app-block-athletes {
  margin: 42px 0; }
  .app-block-athletes__title {
    color: #002256;
    font-family: 'Geomanist', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 16px; }

.content-before,
.content-after {
  font-size: 18px;
  line-height: 170%;
  /* or 31px */ }
  .content-before p,
  .content-after p {
    margin-bottom: 24px; }
  .content-before strong,
  .content-after strong {
    font-weight: 700; }
  .content-before a,
  .content-after a {
    color: #0B654E;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 150ms ease-in-out; }
    .content-before a:hover,
    .content-after a:hover {
      color: #62926D; }
    .content-before a:focus,
    .content-after a:focus {
      color: #A6C08D; }
  .content-before ul,
  .content-after ul {
    margin: 24px 0;
    padding: 0;
    list-style-type: none; }
    .content-before ul li,
    .content-after ul li {
      position: relative;
      padding-left: 40px; }
      .content-before ul li:before,
      .content-after ul li:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 14px 14px;
        border-color: transparent transparent #C9D89E transparent;
        position: absolute;
        top: 7px;
        left: 9px; }
      .content-before ul li ul,
      .content-after ul li ul {
        margin: 8px 0; }
        .content-before ul li ul li:after,
        .content-after ul li ul li:after {
          content: '';
          width: 14px;
          height: 14px;
          border: 1px solid #C9D89E;
          position: absolute;
          top: 7px;
          left: 9px; }
  .content-before ol,
  .content-after ol {
    margin: 24px 0;
    padding: 0;
    list-style: none;
    counter-reset: eol-counter; }
    .content-before ol li,
    .content-after ol li {
      counter-increment: eol-counter;
      padding-left: 9px; }
      .content-before ol li:before,
      .content-after ol li:before {
        content: counter(eol-counter) ". ";
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 180%;
        /* or 32px */
        color: #A6C08D; }

/**
 * National Team Navigation
 */
.nav-national-team {
  display: flex;
  flex-wrap: wrap;
  max-width: 1310px;
  margin: -8px auto 24px auto; }
  @media (max-width: 767.98px) {
    .nav-national-team {
      display: none; } }
  .nav-national-team .menu-item {
    background: #002256;
    border-radius: 24px 24px 0px 24px;
    color: #fff;
    display: inline-block;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 0 10px 10px 10px;
    flex: 1 1 auto;
    text-align: center;
    transition: background-color 200ms ease-in-out; }
    .nav-national-team .menu-item:hover {
      background-color: #0B654E;
      text-decoration: none; }
    .nav-national-team .menu-item:first-child {
      margin-left: 0; }
    .nav-national-team .menu-item:last-child {
      margin-right: 0; }
  .nav-national-team .current-menu-item {
    background-color: #E50E00; }

.athlete-data-summary {
  border-radius: 0px 0px 0px 16px;
  background-color: #D7E2B6;
  background: url("../img/bg-athlete-summary.png") no-repeat 43% 30%;
  background-size: 2000px 883px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 992px) {
    .athlete-data-summary {
      border-radius: 16px 16px 0px 16px;
      padding: 42px;
      margin-left: 0;
      margin-right: 0; } }
  .athlete-data-summary:before {
    content: '';
    background: linear-gradient(90deg, rgba(11, 101, 78, 0.7) 57.62%, rgba(11, 101, 78, 0) 101.99%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0; }
  .athlete-data-summary__name {
    color: #fff;
    font-family: 'Geomanist', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 16px;
    padding-right: 42px; }
    @media (min-width: 992px) {
      .athlete-data-summary__name {
        font-size: 63px; } }
  .athlete-data-summary * {
    position: relative;
    z-index: 2; }
  @media (min-width: 992px) {
    .athlete-data-summary--large {
      min-height: 459px; } }
  @media (min-width: 992px) {
    .athlete-data-summary--large .athlete-float-box-wrap {
      left: 42px; } }

.athlete-data-summary-text-label {
  font-weight: bold;
  font-size: 21px;
  line-height: 39px;
  /* or 130% */
  color: #FFFFFF;
  margin: 0; }
  @media (min-width: 992px) {
    .athlete-data-summary-text-label {
      font-size: 30px; } }
  .athlete-data-summary-text-label .label {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    /* or 143% */
    color: #EBEBEB; }
    @media (min-width: 992px) {
      .athlete-data-summary-text-label .label {
        font-size: 21px; } }

.athlete-data-summary-group {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .athlete-data-summary-group {
      max-width: 50%; } }
  .athlete-data-summary-group--has-bottom-margin {
    margin-bottom: 16px; }
  .athlete-data-summary-group .athlete-data-summary-text-label {
    margin-right: 32px; }

/**
 * Athelete Social Links
 */
.athlete-data-summary-links {
  width: 32px;
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .athlete-data-summary-links {
      width: 42px;
      top: 40px; } }
  .athlete-data-summary-links__button {
    height: 32px;
    width: 32px;
    text-indent: -9999px;
    overflow: hidden;
    background: #002256;
    border-radius: 16px 16px 0px 16px;
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .athlete-data-summary-links__button {
        height: 42px;
        width: 42px; } }
  .athlete-data-summary-links__facebook {
    background: #002256 url("../img/icon32__facebook.svg") no-repeat 50% 50%;
    background-size: 24px; }
    @media (min-width: 992px) {
      .athlete-data-summary-links__facebook {
        background-size: 32px; } }
  .athlete-data-summary-links__instagram {
    background: #002256 url("../img/icon32__instagram.svg") no-repeat 50% 50%;
    background-size: 24px; }
    @media (min-width: 992px) {
      .athlete-data-summary-links__instagram {
        background-size: 32px; } }
  .athlete-data-summary-links__website {
    background: #002256 url("../img/icon32__website.svg") no-repeat 50% 50%;
    background-size: 24px; }
    @media (min-width: 992px) {
      .athlete-data-summary-links__website {
        background-size: 32px; } }

/**
 * Float Boxes
 */
.athlete-float-box-wrap {
  display: inline-flex;
  margin-top: 24px;
  margin-bottom: -24px; }
  @media (min-width: 992px) {
    .athlete-float-box-wrap {
      position: absolute;
      bottom: 0;
      left: 54%;
      margin-bottom: 0; } }

.athlete-float-box {
  border-radius: 24px 24px 0px 0px;
  height: 85px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 992px) {
    .athlete-float-box {
      height: 111px;
      padding-left: 24px;
      padding-right: 24px; } }
  .athlete-float-box > * {
    margin: 0;
    display: block;
    width: 100%;
    text-align: center; }
  .athlete-float-box__value {
    font-family: 'Geomanist', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px; }
    @media (min-width: 992px) {
      .athlete-float-box__value {
        font-size: 48px;
        line-height: 48px; } }
  .athlete-float-box__label {
    font-size: 14px; }
  .athlete-float-box--light {
    background-color: #F2F5E6; }
    .athlete-float-box--light .athlete-float-box__label {
      color: #62926D; }
  .athlete-float-box--dark {
    background-color: #002256; }
    .athlete-float-box--dark .athlete-float-box__value {
      color: #fff; }
    .athlete-float-box--dark .athlete-float-box__label {
      color: #fff;
      opacity: 0.7; }
  .athlete-float-box + .athlete-float-box {
    margin-left: 32px; }

/**
 * Biography
 */
.athlete-biography {
  color: #002256;
  font-size: 18px;
  line-height: 170%;
  margin: 24px 0; }
  @media (min-width: 992px) {
    .athlete-biography {
      margin: 42px; } }

/**
 * Photo
 */
.athlete-data-summary-photo {
  border-radius: 50%;
  overflow: hidden;
  width: 249px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  z-index: 0; }
  @media (min-width: 992px) {
    .athlete-data-summary-photo {
      width: 406px;
      right: 96px; } }
  .athlete-data-summary-photo > img {
    display: block;
    height: auto;
    width: 100%; }

/**
 * Results Section
 */
.eol-results + .eol-results {
  margin-top: 40px; }

.eol-results__title {
  font-family: 'Geomanist', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  /* or 43px */
  color: #002256;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .eol-results__title {
      font-size: 36px; } }
  .eol-results__title .meta {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 100%;
    /* or 32px */
    color: rgba(0, 34, 86, 0.5); }
    @media (min-width: 992px) {
      .eol-results__title .meta {
        font-size: 32px; } }
  .eol-results__title--uppercase {
    text-transform: uppercase; }

/**
 *
 */
.pp-date-range-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 40px 0 0; }
  @media (max-width: 767.98px) {
    .pp-date-range-filter {
      flex-wrap: wrap; } }
  .pp-date-range-filter__seperator {
    margin: 0 24px; }
    @media (max-width: 767.98px) {
      .pp-date-range-filter__seperator {
        height: 0px;
        margin-bottom: 8px;
        margin: 0 0 8px 0;
        width: 100%;
        color: #fff; } }
  .pp-date-range-filter__submit {
    border: none;
    padding: 12px 20px;
    font-weight: 800;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 12px 20px;
    background: #E50E00;
    border-radius: 58px 58px 0 58px;
    text-transform: uppercase;
    margin-left: 16px; }
    @media (max-width: 767.98px) {
      .pp-date-range-filter__submit {
        display: block;
        margin-left: 0;
        width: 100%;
        margin-top: 8px; } }
  .pp-date-range-filter__input {
    background: #F2F5E6;
    border: 1px solid #F2F5E6;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #002256;
    height: 50px;
    width: 80px;
    padding: 8px 16px; }
    .pp-date-range-filter__input:focus {
      color: #002256;
      background-color: #F2F5E6;
      outline: 0;
      box-shadow: none; }
  .pp-date-range-filter__select {
    background: #F2F5E6 url("../img/icon-select-bg.svg") no-repeat right bottom;
    background-size: 34px 34px;
    border: 1px solid #F2F5E6;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    padding: 8px 16px;
    border-radius: 8px;
    margin-right: 16px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #002256;
    width: 140px; }
    @media (max-width: 767.98px) {
      .pp-date-range-filter__select {
        flex: 1 1 auto;
        margin-right: 8px; } }
    .pp-date-range-filter__select:focus {
      outline: none; }

/**
 * Event Results Group
 */
.eol-event-results-group__header {
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .eol-event-results-group__header {
      display: flex; } }

.eol-event-results-group__title {
  font-family: 'Geomanist', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  color: #002256;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .eol-event-results-group__title {
      font-size: 42px; } }
  @media (max-width: 991.98px) {
    .eol-event-results-group__title {
      width: 100%; } }
  @media (max-width: 991.98px) {
    .eol-event-results-group__title + .pill-nav {
      margin-top: 4px; } }

.eol-event-results-group + .eol-event-results-group {
  margin-top: 42px; }

.eol-event-results-group .title-label {
  background-color: #F2F5E6;
  border-radius: 12px 12px 0px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #62926D;
  margin-left: 8px;
  padding: 4px 8px; }
  @media (min-width: 768px) {
    .eol-event-results-group .title-label {
      font-size: 20px; } }
  .eol-event-results-group .title-label strong {
    font-weight: 700; }
  .eol-event-results-group .title-label:first-child {
    margin-left: 16px; }

/**
 * Event Results Item
 */
.eol-event-result-item {
  border: 1px solid #C9D89E;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  padding-left: 74px;
  min-height: 42px; }
  @media (max-width: 991.98px) {
    .eol-event-result-item {
      padding-left: 57px; } }
  .eol-event-result-item__col-place {
    padding: 8px;
    background: #F2F5E6;
    border-radius: 8px 8px 0px 8px;
    width: 64px;
    flex: 0 0 64px;
    text-align: center;
    margin-right: 15px;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #62926D;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
    @media (max-width: 991.98px) {
      .eol-event-result-item__col-place {
        font-size: 17px;
        line-height: 21px;
        width: 50px;
        flex: 0 0 50px;
        margin-right: 8px; } }
  .eol-event-result-item__col-name {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #002256;
    margin: 0 15px;
    flex: 1 1 auto;
    padding-top: 4px;
    padding-bottom: 4px; }
    @media (max-width: 991.98px) {
      .eol-event-result-item__col-name {
        font-size: 16px;
        line-height: 19px;
        margin-right: 8px;
        margin-left: 0; } }
    .eol-event-result-item__col-name a {
      color: #002256; }
      .eol-event-result-item__col-name a:hover {
        color: #002256; }
    .eol-event-result-item__col-name .mobile-data {
      font-size: 14px;
      line-height: 16px;
      color: #62926D; }
      @media (min-width: 992px) {
        .eol-event-result-item__col-name .mobile-data {
          display: none; } }
    .eol-event-result-item__col-name.has-font-small {
      font-size: 18px; }
      @media (max-width: 991.98px) {
        .eol-event-result-item__col-name.has-font-small {
          font-size: 13px; } }
  .eol-event-result-item__col-dob {
    margin: 0 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #62926D;
    width: 48px;
    flex: 0 0 48px; }
  .eol-event-result-item__col-club {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #62926D;
    margin: 0 15px;
    min-width: 180px;
    max-width: 180px;
    flex-basis: auto;
    flex-grow: 1; }
    .eol-event-result-item__col-club .relay-time-loss {
      text-align: right;
      color: #002256; }
      .eol-event-result-item__col-club .relay-time-loss > span {
        font-weight: bold;
        color: rgba(0, 34, 86, 0.5);
        font-size: 20px;
        display: inline-block;
        width: 56px;
        text-align: right; }
  .eol-event-result-item__col-ep {
    font-size: 16px;
    line-height: 20px;
    color: #62926D;
    margin: 0 15px;
    width: 140px;
    flex: 0 0 140px; }
    .eol-event-result-item__col-ep strong {
      font-size: 18px;
      font-weight: 700; }
  .eol-event-result-item__col-time {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: rgba(0, 34, 86, 0.5);
    margin: 0 15px;
    width: 270px;
    flex: 0 0 270px; }
    @media (max-width: 991.98px) {
      .eol-event-result-item__col-time {
        font-size: 14px;
        text-align: right;
        width: 76px;
        flex: 0 0 76px;
        line-height: 1.3;
        margin-right: 8px; } }
    .eol-event-result-item__col-time strong {
      font-size: 24px;
      color: #002256;
      margin-right: 24px;
      width: 100px;
      display: inline-block; }
      @media (max-width: 991.98px) {
        .eol-event-result-item__col-time strong {
          font-size: 16px;
          margin-right: 0;
          width: auto; } }
  @media (max-width: 991.98px) {
    .eol-event-result-item__col-dob, .eol-event-result-item__col-club {
      display: none; } }
  @media (max-width: 991.98px) {
    .eol-event-result-item__col-ep {
      width: 64px;
      flex: 0 0 64px; } }
  @media (max-width: 991.98px) {
    .eol-event-result-item__col-ep strong {
      font-size: 14px; } }
  .eol-event-result-item + .eol-event-result-item {
    margin-top: 8px; }

.eol-event-result-item--dnf {
  background-color: #F2F4F7;
  border-color: #F2F4F7; }
  .eol-event-result-item--dnf .eol-event-result-item__col-place {
    background-color: #F2F4F7;
    color: rgba(0, 34, 86, 0.5); }
  .eol-event-result-item--dnf .eol-event-result-item__col-dob {
    color: rgba(0, 34, 86, 0.5); }
  .eol-event-result-item--dnf .eol-event-result-item__col-club {
    color: rgba(0, 34, 86, 0.5); }
  .eol-event-result-item--dnf .eol-event-result-item__col-name .mobile-data {
    color: rgba(0, 34, 86, 0.5); }

.eol-event-result-item--team-header {
  background-color: #F2F5E6;
  border-color: #C9D89E; }
  .eol-event-result-item--team-header .eol-event-result-item__col-place {
    background-color: #C9D89E;
    color: #0B654E; }

.eol-event-result-item + .eol-event-result-item--team-header {
  margin-top: 16px; }

/**
 * Results List Searchbox NEW
 */
.results-searchbox {
  margin: 40px 0; }
  .results-searchbox__row1 {
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      .results-searchbox__row1 {
        margin-bottom: 8px; } }
    .results-searchbox__row1 .eol-toggle-switch {
      margin-left: 32px; }
      @media (max-width: 767.98px) {
        .results-searchbox__row1 .eol-toggle-switch {
          margin: 8px 0 0 0; } }
  .results-searchbox__row2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .results-searchbox__row2 .eol-dropdown {
      width: 256px;
      min-width: 256px;
      margin-right: 16px; }
      @media (max-width: 991.98px) {
        .results-searchbox__row2 .eol-dropdown {
          width: 50%;
          min-width: 100px; } }
      @media (max-width: 575.98px) {
        .results-searchbox__row2 .eol-dropdown {
          width: 100%;
          margin: 0 0 8px 0; } }
    .results-searchbox__row2 .form-control.js-search-athlete-results {
      max-width: 300px; }
      @media (max-width: 991.98px) {
        .results-searchbox__row2 .form-control.js-search-athlete-results {
          width: calc(50% - 16px); } }
      @media (max-width: 575.98px) {
        .results-searchbox__row2 .form-control.js-search-athlete-results {
          width: 100%;
          max-width: 375px; } }

/* kiire häkk mis teeb evendi tulemuste lehe mobiilis ilusamaks */
/*
@media (max-width: 767.98px) {
	.eol-result-item {
	    border-bottom-right-radius: 0;
		overflow: inherit;	    
	}
	
	.eol-result-item .eol-result-item__col-labels {
	    position: absolute;
	    right: -1px;
	    bottom: -1px;
	    margin: inherit;
	    text-align: right;
	    padding: 0;
	}
	
	.eol-result-item__col-time .row-time-total, 
	.eol-result-item__col-time .row-time-lost {
	    text-align: right;
	}
	
	.eol-result-item .eol-result-item__col-name {
	    overflow-wrap: break-word;
	    word-wrap: break-word;
	    -ms-word-break: break-all;
	    word-break: break-word;
	    -ms-hyphens: auto;
	    -moz-hyphens: auto;
	    -webkit-hyphens: auto;
	    hyphens: auto;
	}
	
	.eol-label-group .eol-label {
	    margin: 0 0 0 8px;
	}

}
*/
/**
 * Pill Nav
 */
.pill-nav {
  background-color: #F2F5E6;
  padding: 6px 8px;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%; }
  @media (max-width: 991.98px) {
    .pill-nav {
      -ms-overflow-style: none;
      /* for Internet Explorer, Edge */
      scrollbar-width: none;
      /* for Firefox */
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }
  @media (min-width: 992px) {
    .eol-event-results-group__header .pill-nav {
      margin-left: auto; } }
  .pill-nav::-webkit-scrollbar {
    display: none; }

.pill-nav-item {
  border: none;
  padding: 0;
  background: none;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #002256;
  padding: 8px 16px;
  white-space: nowrap; }
  .pill-nav-item.active {
    background: #E50E00;
    border-radius: 4px 4px 0px 4px;
    color: #E50E00;
    position: relative; }
    .pill-nav-item.active:before {
      display: block;
      content: attr(title);
      font-weight: bold;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -50%);
      letter-spacing: 0; }

.nav.nav-pills {
  background-color: #F2F5E6;
  padding: 6px 8px;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 100%; }
  @media (max-width: 991.98px) {
    .nav.nav-pills {
      -ms-overflow-style: none;
      /* for Internet Explorer, Edge */
      scrollbar-width: none;
      /* for Firefox */
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }
  @media (min-width: 992px) {
    .eol-event-results-group__header .nav.nav-pills {
      margin-left: auto; } }
  .nav.nav-pills::-webkit-scrollbar {
    display: none; }
  .nav.nav-pills .nav-link {
    border: none;
    padding: 0;
    background: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #002256;
    padding: 8px 16px;
    white-space: nowrap;
    text-align: center; }
    .nav.nav-pills .nav-link.active {
      background: #E50E00;
      border-radius: 4px 4px 0px 4px;
      color: #E50E00;
      position: relative; }
      .nav.nav-pills .nav-link.active:before {
        display: block;
        content: attr(title);
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        letter-spacing: 0;
        text-align: center; }

/**
 * Regular Form Components
 */
.form-control {
  background: #F2F5E6;
  border: 1px solid #C9D89E;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #002256;
  height: 50px; }
  .form-control:focus {
    color: #002256;
    background-color: #F2F5E6;
    border-color: #C9D89E;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(201, 216, 158, 0.25); }
  .form-control--bg-white {
    background-color: #fff; }
    .form-control--bg-white:focus {
      background-color: #fff; }

select.form-control {
  background: #F2F5E6 url("../img/icon-select-bg.svg") no-repeat right bottom;
  background-size: 34px 34px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none; }

/**
 * Dropdown
 */
.eol-dropdown .dropdown-toggle {
  padding: 13px 16px;
  background: #F4F7EB;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #002256;
  width: 100%;
  text-align: left; }
  .eol-dropdown .dropdown-toggle:after {
    display: none; }
  .eol-dropdown .dropdown-toggle:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #E50E00 transparent;
    position: absolute;
    bottom: 16px;
    right: 16px; }
  .eol-dropdown .dropdown-toggle:focus {
    box-shadow: none; }

.eol-dropdown .dropdown-menu {
  margin: 0;
  border: none;
  background-color: #F2F5E6;
  border-radius: 0 0 0 8px;
  padding: 0;
  padding-top: 8px; }

.eol-dropdown .dropdown-item {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #002256;
  padding: 12px 16px; }
  .eol-dropdown .dropdown-item:hover {
    background-color: #C9D89E; }
  .eol-dropdown .dropdown-item:last-child {
    border-bottom-left-radius: 8px; }

.eol-dropdown--full-width .dropdown-menu {
  width: 100%; }

.eol-dropdown.show .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/**
 * Toggle Switch Style buttons
 */
.eol-toggle-switch {
  display: inline-flex;
  background: #F2F5E6;
  border-radius: 8px;
  padding: 2px 4px; }
  .eol-toggle-switch a {
    margin: 4px;
    padding: 8px 16px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #002256;
    text-align: center;
    height: 38px; }
    .eol-toggle-switch a:hover {
      text-decoration: none;
      color: #0B654E; }
  .eol-toggle-switch a.selected {
    background-color: red;
    background: #E50E00;
    border-radius: 4px 4px 0px 4px;
    font-weight: bold;
    color: #FFFFFF; }
    .eol-toggle-switch a.selected:hover {
      color: #FFFFFF; }

/**
 * From To
 */
.from-to-group {
  display: inline-flex;
  align-items: center; }
  .from-to-group__start, .from-to-group__end {
    min-width: 72px; }
  .from-to-group__seperator {
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: #0B654E;
    text-transform: uppercase;
    margin: 0 16px; }

/**
 * Lone Search
 */
.lone-search {
  background: #F2F5E6;
  border-radius: 8px 8px 0px 8px;
  padding: 16px;
  margin-bottom: 24px; }
  .lone-search .form-control {
    background-color: #FFFFFF;
    border-color: #D7E2B6;
    border-radius: 4px;
    padding-left: 40px;
    background-image: url("../img/icon24__search.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10px 12px; }
    .lone-search .form-control:focus {
      outline: none;
      box-shadow: none;
      border-color: #0B654E; }
    .lone-search .form-control::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #002256;
      opacity: 1;
      /* Firefox */ }
    .lone-search .form-control:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #002256; }
    .lone-search .form-control::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #002256; }

/**
 * 
 */
.btn-collapse-toggle {
  padding: 16px 32px;
  background: #F2F5E6;
  border-radius: 8px 8px 0px 8px;
  border: none;
  margin: 12px 0px;
  display: block;
  width: 100%;
  font-weight: 800;
  color: #0B654E;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px; }
  @media (min-width: 768px) {
    .btn-collapse-toggle {
      font-size: 25px;
      line-height: 30px; } }
  .btn-collapse-toggle:focus {
    box-shadow: none; }
  .btn-collapse-toggle .amount {
    font-weight: 800;
    color: #62926D; }
  .btn-collapse-toggle .amount,
  .btn-collapse-toggle .label-closed {
    display: none; }
  .btn-collapse-toggle .label-open {
    display: inline-block; }
  .btn-collapse-toggle.collapsed .amount,
  .btn-collapse-toggle.collapsed .label-closed {
    display: inline-block; }
  .btn-collapse-toggle.collapsed .label-open {
    display: none; }

/** 
 * Button - Green 
 */
.btn-tertiary {
  padding: 11px 20px;
  border-radius: 58px 58px 0px 58px;
  font-weight: 800;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #FFFFFF; }
  .btn-tertiary:hover {
    color: #FFFFFF; }
  .btn-tertiary.min-width-196 {
    min-width: 196px;
    text-align: center; }

/** 
 * Button - Green (lighter)
 */
.btn-quattro {
  padding: 11px 20px;
  background: #62926D;
  border-radius: 58px 58px 0px 58px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF; }
  .btn-quattro:hover {
    color: #FFFFFF;
    background-color: #A6C08D; }
  .btn-quattro:focus {
    background-color: #62926D;
    box-shadow: 0 0 0 0.2rem rgba(98, 146, 109, 0.5); }

.btn-eol-global {
  padding: 11px 20px;
  background: #002256;
  border-radius: 58px 58px 0px 58px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF; }
  .btn-eol-global:hover {
    color: #FFFFFF;
    background-color: #00183d; }
  .btn-eol-global:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 34, 86, 0.5); }

/**
 * Required
 */
.text-required {
  font-size: 16px;
  line-height: 120%;
  color: #002256; }

span.required {
  color: rgba(0, 34, 86, 0.5);
  font-weight: 400; }

.form-inline-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  height: 100%; }
  .form-inline-text a {
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    text-decoration-line: underline;
    color: #0B654E; }
  .form-inline-text p:last-child {
    margin-bottom: 0; }

/**
 * Overrides by layout
 * Layout: Order licence
 */
.page-template-eol-order-licence label.form-label {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: #002256;
  margin-bottom: 8px; }

.page-template-eol-order-licence .form-group {
  margin-bottom: 24px; }

/**
 * Custom Controls
 */
.custom-control-label a {
  font-weight: bold;
  text-decoration: underline;
  color: #0B654E; }

.custom-control.custom-checkbox + .custom-control.custom-checkbox {
  margin-top: 12px; }

.custom-control.custom-checkbox .custom-control-label {
  font-size: 18px;
  line-height: 160%;
  color: #002256;
  cursor: pointer; }

.custom-control {
  padding-left: 40px; }

.custom-control-label::before {
  background-color: #F2F5E6;
  border-color: #C9D89E;
  width: 24px;
  height: 24px;
  left: -40px;
  top: 2px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  height: 12px;
  width: 12px;
  background: #62926D;
  border-radius: 50%;
  left: -34px;
  top: 8px; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #F2F5E6;
  border-color: #C9D89E; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F2F5E6;
  border-color: #C9D89E; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(201, 216, 158, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #C9D89E; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.98265 8.58563L2.28202 4.88501L0 7.16703L5.98265 13.1497L16 3.13234L13.718 0.850311L5.98265 8.58563Z' fill='%230B654E'/%3E%3C/svg%3E");
  background-size: 14px 16px;
  width: 16px;
  height: 14px;
  top: 7px;
  left: -35px; }

/**
 * Input Group
 */
.form-control--datepicker {
  border-right: none; }
  .form-control--datepicker:focus {
    box-shadow: none; }

.input-group-append .btn-input-datepicker-seamless {
  border: 1px solid #C9D89E;
  border-radius: 8px;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  width: 56px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11H9V13H7V11ZM7 15H9V17H7V15ZM11 11H13V13H11V11ZM11 15H13V17H11V15ZM15 11H17V13H15V11ZM15 15H17V17H15V15Z' fill='%2362926D'/%3E%3Cpath d='M5 22H19C20.103 22 21 21.103 21 20V6C21 4.897 20.103 4 19 4H17V2H15V4H9V2H7V4H5C3.897 4 3 4.897 3 6V20C3 21.103 3.897 22 5 22ZM19 8L19.001 20H5V8H19Z' fill='%2362926D'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  overflow: hidden;
  text-indent: -9999px; }
  .input-group-append .btn-input-datepicker-seamless:focus {
    box-shadow: none; }

.input-group--green .form-control {
  background-color: #F2F5E6; }

.input-group--green > .input-group-append > .btn {
  background-color: #F2F5E6; }

.input-group--border-seamless .form-control {
  border-color: transparent; }

.input-group--border-seamless > .input-group-append > .btn {
  border-color: transparent; }

/**
 * Custom Daterange
 */
.custom-daterange {
  padding: 12px 16px 12px 24px;
  background: #F2F5E6;
  border-radius: 8px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap; }
  .custom-daterange input {
    background: none;
    border: none;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #002256;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .custom-daterange input {
        font-size: 14px; } }
    .custom-daterange input:focus {
      outline: none; }
  .custom-daterange__seperator {
    margin: 0 8px; }
  .custom-daterange__icon {
    height: 24px;
    width: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11H9V13H7V11ZM7 15H9V17H7V15ZM11 11H13V13H11V11ZM11 15H13V17H11V15ZM15 11H17V13H15V11ZM15 15H17V17H15V15Z' fill='%2362926D'/%3E%3Cpath d='M5 22H19C20.103 22 21 21.103 21 20V6C21 4.897 20.103 4 19 4H17V2H15V4H9V2H7V4H5C3.897 4 3 4.897 3 6V20C3 21.103 3.897 22 5 22ZM19 8L19.001 20H5V8H19Z' fill='%2362926D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    flex: 0 0 24px;
    margin-left: 8px; }

.custom-daterange--single input {
  text-align: left; }

.custom-daterange--single .custom-daterange__icon {
  margin-left: auto; }

/**
 * Title & Header
 */
.map-title {
  font-family: 'Geomanist', sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 120%;
  color: #002256;
  margin: 0 auto 0 0;
  padding-right: 40px; }

.map-alert {
  font-size: 16px;
  line-height: 120%;
  /* or 19px */
  color: #E50E00;
  position: relative;
  padding-left: 72px;
  max-width: 380px;
  margin: 16px 0; }
  .map-alert:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='48' viewBox='0 0 50 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48.9647 36.4632L31.2987 4.07465C28.4569 -0.688671 21.5428 -0.698411 18.701 4.07465L1.03501 36.4632C-1.86538 41.3337 1.65024 47.4997 7.33384 47.4997H42.6561C48.3397 47.4997 51.8651 41.3337 48.9647 36.4632ZM24.9999 41.6552C23.3885 41.6552 22.0702 40.3401 22.0702 38.7329C22.0702 37.1256 23.3885 35.8106 24.9999 35.8106C26.6112 35.8106 27.9295 37.1256 27.9295 38.7329C27.9295 40.3401 26.6112 41.6552 24.9999 41.6552ZM27.9295 29.966C27.9295 31.5733 26.6112 32.8883 24.9999 32.8883C23.3885 32.8883 22.0702 31.5733 22.0702 29.966V15.3546C22.0702 13.7474 23.3885 12.4324 24.9999 12.4324C26.6112 12.4324 27.9295 13.7474 27.9295 15.3546V29.966Z' fill='%23E50E00'/%3E%3C/svg%3E");
    width: 50px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 0; }
  .map-alert strong {
    font-weight: bold; }

.map-data-header {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%; }

/**
 * Facts
 */
.map-facts {
  background-color: #F2F5E6;
  border-radius: 4px;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 32px 0; }

.map-fact-item {
  flex: 1 1 auto;
  padding: 18px 24px; }
  .map-fact-item p {
    margin: 0; }
  .map-fact-item .map-fact-value {
    font-weight: bold;
    font-size: 25px;
    line-height: 23px;
    /* identical to box height, or 92% */
    color: #002256;
    margin-bottom: 3px; }
  .map-fact-item .map-fact-label {
    font-size: 18px;
    line-height: 23px;
    /* identical to box height, or 128% */
    color: rgba(0, 34, 86, 0.5); }

/**
 * Content
 */
.map-content {
  font-weight: normal;
  font-size: 21px;
  line-height: 140%;
  /* or 29px */
  color: #002256; }
  .map-content strong {
    font-weight: 700; }
  .map-content a {
    color: #0B654E;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 1px; }
  .map-content p {
    margin-bottom: 8px; }

/**
 * Map Image
 */
.map-image {
  margin-bottom: 40px;
  position: relative; }
  .map-image__label {
    pointer-events: none;
    position: absolute;
    bottom: 40px;
    bottom: 11.18%;
    left: 50%;
    padding: 12px 20px;
    background-color: #E50E00;
    border-radius: 58px 58px 0px 58px;
    font-weight: 800;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    white-space: nowrap;
    transform: translateX(-50%); }

/**
 * Navigation
 */
.map-navigate-to-location {
  position: relative;
  border-radius: 16px 16px 0px 16px;
  overflow: hidden; }
  .map-navigate-to-location .wgs-map {
    z-index: 1; }
  .map-navigate-to-location__overlay {
    background-color: rgba(0, 86, 51, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; }
    .map-navigate-to-location__overlay > a {
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      margin-top: -29px;
      margin-left: 16px;
      margin-right: 16px;
      position: relative;
      padding-left: 34px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .map-navigate-to-location__overlay > a:before {
        content: '';
        height: 24px;
        width: 24px;
        background: url("../img/icon24__outbound--white.svg") no-repeat 0 0;
        background-size: 24px;
        position: absolute;
        top: 3px;
        left: 0; }
  .map-navigate-to-location__buttons {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap; }
    .map-navigate-to-location__buttons > a {
      display: inline-block;
      padding: 10px 20px;
      background-color: #002256;
      border-radius: 58px 58px 0px 58px;
      font-weight: 800;
      font-size: 21px;
      line-height: 25px;
      text-align: center;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      transition: background-color 200ms ease-in-out;
      margin: 4px 8px; }
      .map-navigate-to-location__buttons > a:hover {
        background-color: #0B654E;
        text-decoration: none; }

/**
 * Title
 */
.maps-list-title {
  color: #002256;
  font-family: 'Geomanist', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 120%;
  /* or 43px */
  margin-bottom: 24px; }

/**
 * Single Item
 */
.map-list-item {
  border: 1px solid #C9D89E;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding-left: 78px; }
  .map-list-item:hover {
    border-color: #0B654E; }
  .map-list-item + .map-list-item {
    margin-top: 8px; }
  .map-list-item__col {
    padding: 8px 24px; }
  .map-list-item__col-date {
    padding-left: 12px;
    padding-right: 12px;
    background-color: #F2F5E6;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #62926D;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 78px;
    flex: 0 0 78px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
  .map-list-item__col-name {
    color: #002256;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    margin-right: auto;
    word-break: break-all;
    flex: 0 0 100%; }
    @media (min-width: 1200px) {
      .map-list-item__col-name {
        max-width: 190px; } }
    .map-list-item__col-name a {
      word-break: break-all; }
      .map-list-item__col-name a:hover {
        color: #002256; }
  .map-list-item__col-county {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #002256;
    width: 180px;
    flex: 0 0 180px; }
    @media (max-width: 1199.98px) {
      .map-list-item__col-county {
        display: none; } }
  .map-list-item__col-type {
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #002256;
    width: 110px;
    flex: 0 0 110px; }
    @media (max-width: 1199.98px) {
      .map-list-item__col-type {
        display: none; } }
  .map-list-item__col-code {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #002256;
    width: 139px;
    flex: 0 0 139px; }
    @media (max-width: 1199.98px) {
      .map-list-item__col-code {
        display: none; } }
    .map-list-item__col-code a:hover {
      color: #002256; }
  .map-list-item__col-size {
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #002256;
    width: 120px;
    flex: 0 0 120px; }
    @media (max-width: 1199.98px) {
      .map-list-item__col-size {
        display: none; } }
  .map-list-item__col-kaardirakendus {
    flex: 0 0 40px;
    width: 40px;
    overflow: hidden;
    padding: 8px 16px 8px 0; }
    @media (max-width: 1199.98px) {
      .map-list-item__col-kaardirakendus {
        position: absolute;
        top: 4px;
        right: 4px;
        flex: auto;
        width: 24px;
        padding: 0; } }
  .map-list-item .col-mobile-meta {
    font-size: 16px;
    line-height: 19px;
    color: #002256;
    padding: 0 24px 8px 24px;
    width: 100%; }
    @media (min-width: 1200px) {
      .map-list-item .col-mobile-meta {
        display: none; } }
  .map-list-item .col-mobile-type {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #62926D;
    position: absolute;
    /*top: 8px; 
        right: 24px; */ }
    @media (max-width: 1199.98px) {
      .map-list-item .col-mobile-type {
        left: 0;
        width: 78px;
        text-align: center;
        top: 30px; } }
    @media (min-width: 1200px) {
      .map-list-item .col-mobile-type {
        display: none; } }

/**
 * Date(s)
 */
.event-dates {
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .event-dates {
      font-size: 45px;
      line-height: 45px; } }
  .event-dates .day {
    color: #0B654E; }
  .event-dates .month {
    color: #62926D; }
  .event-dates .year {
    color: #A6C08D; }

/**
 * Title/Name
 */
.event-name {
  margin: 24px 0 32px 0;
  font-family: 'Geomanist', sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #002256; }
  @media (min-width: 768px) {
    .event-name {
      font-size: 52px; } }

/**
 * Search
 */
.event-group-search {
  padding: 16px;
  background: #F2F5E6;
  border-radius: 8px 8px 0px 8px;
  margin: 32px 0; }
  .event-group-search .form-group {
    margin: 0; }
  .event-group-search .form-control {
    background-color: #FFFFFF;
    border: 1px solid #D7E2B6; }

/**
 * Metabox
 */
.event-metabox {
  padding: 16px;
  background: #D7E2B6;
  border-radius: 16px 16px 0px 16px;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .event-metabox {
      padding: 32px; } }
  .event-metabox p {
    margin: 0;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.11;
    color: #002256; }
  .event-metabox__location .icon-location:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='24' viewBox='0 0 15 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 1C3.32386 1 0 4.3913 0 8.65217C0 13.9565 7.5 23 7.5 23C7.5 23 15 13.6957 15 8.65217C15 4.3913 11.5909 1 7.5 1ZM9.71591 10.913C9.11932 11.5217 8.26705 11.8696 7.41477 11.8696C6.5625 11.8696 5.79545 11.5217 5.11364 10.913C3.83523 9.6087 3.83523 7.6087 5.11364 6.30435C5.79545 5.69565 6.64773 5.34783 7.5 5.34783C8.35227 5.34783 9.11932 5.69565 9.80114 6.30435C10.9943 7.52174 10.9943 9.6087 9.71591 10.913Z' fill='%2362926D'/%3E%3C/svg%3E");
    height: 24px;
    width: 15px;
    display: inline-block;
    margin: 0 8px -6px 0; }
  .event-metabox__attendies-count .icon-people:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2576 10.1392H14.7881C14.9365 10.5444 15.0182 10.9865 15.0182 11.4434V16.9548C15.0182 17.1463 14.9848 17.3305 14.9254 17.5H17.3561C18.2652 17.5 19 16.7669 19 15.8679V12.8617C19 11.3586 17.768 10.1392 16.2576 10.1392Z' fill='%2362926D'/%3E%3Cpath d='M3.98184 11.4434C3.98184 10.9865 4.06348 10.5444 4.21191 10.1392H2.74238C1.23203 10.1392 0 11.3586 0 12.8617V15.8679C0 16.7706 0.738477 17.5 1.64395 17.5H4.07461C4.01523 17.3305 3.98184 17.1463 3.98184 16.9548V11.4434Z' fill='%2362926D'/%3E%3Cpath d='M11.1811 8.72082H7.82266C6.30859 8.72082 5.08027 9.94393 5.08027 11.4434V16.9548C5.08027 17.2569 5.32519 17.5 5.62949 17.5H13.3779C13.6822 17.5 13.9271 17.2569 13.9271 16.9548V11.4434C13.9234 9.94025 12.6914 8.72082 11.1811 8.72082Z' fill='%2362926D'/%3E%3Cpath d='M9.5 1.5C7.68164 1.5 6.20098 2.96995 6.20098 4.77516C6.20098 5.99827 6.88008 7.07034 7.88574 7.63032C8.36445 7.89558 8.91367 8.05031 9.49629 8.05031C10.0789 8.05031 10.6318 7.89926 11.1068 7.63032C12.1125 7.07034 12.7916 5.99827 12.7916 4.77516C12.799 2.96995 11.3184 1.5 9.5 1.5Z' fill='%2362926D'/%3E%3Cpath d='M3.70723 4.55043C2.34531 4.55043 1.23945 5.64828 1.23945 7.00035C1.23945 8.35241 2.34531 9.45026 3.70723 9.45026C4.05234 9.45026 4.38262 9.38027 4.67949 9.25132C5.19531 9.03028 5.62207 8.63976 5.88555 8.14978C6.07109 7.80716 6.175 7.41665 6.175 7.00035C6.175 5.65197 5.06914 4.55043 3.70723 4.55043Z' fill='%2362926D'/%3E%3Cpath d='M15.2928 4.55043C13.9309 4.55043 12.825 5.64828 12.825 7.00035C12.825 7.41665 12.9289 7.80716 13.1145 8.14978C13.3779 8.63976 13.8047 9.03028 14.3205 9.25132C14.6174 9.38027 14.9477 9.45026 15.2928 9.45026C16.6547 9.45026 17.7605 8.35241 17.7605 7.00035C17.7605 5.64828 16.651 4.55043 15.2928 4.55043Z' fill='%2362926D'/%3E%3C/svg%3E");
    height: 19px;
    width: 20px;
    display: inline-block;
    margin: 0 8px -3px 0; }

.event-metabox-navigation {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -6px; }
  .event-metabox-navigation a {
    padding: 8px 20px;
    background-color: #0B654E;
    border-radius: 60px 60px 0px 60px;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    flex: 1 1 calc(50% - 12px);
    margin: 6px; }
    .event-metabox-navigation a:hover {
      background-color: #002256;
      text-decoration: none; }

/**
 * Age class groups navigation
 */
.event-group-navigation {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 -4px; }
  .event-group-navigation a {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #002256;
    text-transform: uppercase;
    padding: 8px 16px;
    background: #F2F5E6;
    border-radius: 60px;
    transition: background 200ms ease-in-out, color 200ms ease-in-out;
    margin: 4px; }
    .event-group-navigation a:hover {
      background: #0B654E;
      color: #fff;
      text-decoration: none; }

/**
 * Future Event Meta Items
 */
.event-single-meta {
  padding: 12px 16px 12px 8px;
  background: #D7E2B6;
  border-radius: 16px 16px 0px 16px;
  margin: 16px 0px;
  padding-left: 70px;
  position: relative; }
  @media (min-width: 768px) {
    .event-single-meta {
      font-size: 21px;
      padding: 16px 24px 16px 16px;
      padding-left: 66px; } }
  .event-single-meta:before {
    content: '';
    height: 42px;
    width: 42px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 16px; }
  .event-single-meta--blue {
    background-color: #002256;
    color: #fff; }
    .event-single-meta--blue a {
      color: #fff; }

.event-single-meta--registration:before {
  background: url("../img/icon42-bell--light-green.svg") no-repeat 0 0; }

.event-single-meta--registration .row-top {
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF; }
  @media (min-width: 768px) {
    .event-single-meta--registration .row-top {
      font-size: 18px; } }

.event-single-meta--registration .row-bottom a {
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  text-decoration: underline;
  color: #FFFFFF; }
  @media (min-width: 768px) {
    .event-single-meta--registration .row-bottom a {
      font-size: 21px; } }

.event-single-meta--location:before {
  background: url("../img/icon42-location--green.svg") no-repeat 0 0; }

.event-single-meta--location .row-top {
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  color: #002256; }
  @media (min-width: 768px) {
    .event-single-meta--location .row-top {
      font-size: 20px; } }

.event-single-meta--location .row-bottom {
  font-size: 16px;
  line-height: 120%;
  color: #002256; }
  @media (min-width: 768px) {
    .event-single-meta--location .row-bottom {
      font-size: 18px; } }

.event-single-meta--map:before {
  background: url("../img/icon42-map--green.svg") no-repeat 0 0; }

.event-single-meta--map .row-top {
  font-size: 18px;
  line-height: 120%;
  color: #002256; }
  @media (min-width: 768px) {
    .event-single-meta--map .row-top {
      font-size: 20px; } }
  .event-single-meta--map .row-top strong {
    font-weight: 800; }

.event-single-meta--map .row-bottom {
  font-size: 16px;
  line-height: 120%;
  color: #002256; }
  @media (min-width: 768px) {
    .event-single-meta--map .row-bottom {
      font-size: 18px; } }
  .event-single-meta--map .row-bottom a {
    font-weight: bold;
    text-decoration-line: underline;
    color: #0B654E; }

.event-single-meta--organizer:before {
  background: url("../img/icon42-info--green.svg") no-repeat 0 0; }

.event-single-meta--organizer .row-top {
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #002256; }
  @media (min-width: 768px) {
    .event-single-meta--organizer .row-top {
      font-size: 20px; } }
  .event-single-meta--organizer .row-top strong {
    font-weight: 800; }

.event-single-meta--organizer .row-bottom {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 120%;
  color: #002256; }
  @media (min-width: 768px) {
    .event-single-meta--organizer .row-bottom {
      font-size: 18px; } }
  .event-single-meta--organizer .row-bottom a {
    word-break: break-all;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    text-decoration: underline;
    color: #0B654E; }
    @media (min-width: 768px) {
      .event-single-meta--organizer .row-bottom a {
        font-size: 18px; } }

.event-single-meta--navigation:before {
  background: url("../img/icon42-map--green.svg") no-repeat 0 0; }

.event-single-meta--navigation .row-top {
  font-size: 16px;
  line-height: 120%;
  color: #002256; }
  @media (min-width: 768px) {
    .event-single-meta--navigation .row-top {
      font-size: 18px; } }

.event-single-meta--navigation .row-bottom {
  font-size: 18px;
  line-height: 120%;
  color: #002256; }
  @media (min-width: 768px) {
    .event-single-meta--navigation .row-bottom {
      font-size: 20px; } }
  .event-single-meta--navigation .row-bottom a {
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    text-decoration: underline;
    color: #0B654E; }
    @media (min-width: 768px) {
      .event-single-meta--navigation .row-bottom a {
        font-size: 20px; } }

/**
 *
 */
.event-content {
  overflow: hidden;
  font-size: 18px;
  line-height: 29px;
  color: #002256; }
  .event-content a {
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    text-decoration-line: underline;
    color: #0B654E;
    word-break: break-all; }

.home-body .home-block-group,
.home-body .national-team-slider,
.home-body .global-menu-wrap,
.home-body .pre-footer-logo {
  margin: 40px 0; }

.home-block-group__title {
  font-family: 'Geomanist', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  color: #002256;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .home-block-group__title {
      font-size: 42px; } }
  .home-block-group__title a {
    color: #002256; }
    .home-block-group__title a:hover {
      color: #0B654E;
      text-decoration: none; }

.home-block-group__header {
  position: relative; }
  .home-block-group__header .tab-toggles {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

/**
 * Latest Results (mini verison)
 */
.latest-results-item-mini {
  padding: 12px 16px;
  border: 1px solid #C9D89E;
  border-radius: 8px; }
  .latest-results-item-mini + .latest-results-item-mini {
    margin-top: 8px; }
  .latest-results-item-mini .row-name {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #002256; }
    .latest-results-item-mini .row-name a {
      color: #002256; }
  .latest-results-item-mini .row-meta .date {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #A6C08D;
    text-transform: uppercase; }
    .latest-results-item-mini .row-meta .date__day {
      color: #62926D;
      margin-right: 1px; }
  .latest-results-item-mini .row-meta .place-in-competiton {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 34, 86, 0.5);
    position: relative;
    margin: 0 8px; }
    .latest-results-item-mini .row-meta .place-in-competiton:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.9022 8.16403H14.51C14.6507 8.547 14.728 8.96477 14.728 9.39647V14.6047C14.728 14.7858 14.6964 14.9599 14.6401 15.12H16.9429C17.8042 15.12 18.5003 14.4272 18.5003 13.5777V10.7368C18.5003 9.3164 17.3331 8.16403 15.9022 8.16403Z' fill='%23002256' fill-opacity='0.5'/%3E%3Cpath d='M4.27227 9.39647C4.27227 8.96477 4.34961 8.547 4.49023 8.16403H3.09805C1.66719 8.16403 0.5 9.3164 0.5 10.7368V13.5777C0.5 14.4307 1.19961 15.12 2.05742 15.12H4.36016C4.30391 14.9599 4.27227 14.7858 4.27227 14.6047V9.39647Z' fill='%23002256' fill-opacity='0.5'/%3E%3Cpath d='M11.0928 6.82367H7.91118C6.47681 6.82367 5.31314 7.97952 5.31314 9.39647V14.6047C5.31314 14.8902 5.54517 15.12 5.83345 15.12H13.1741C13.4624 15.12 13.6944 14.8902 13.6944 14.6047V9.39647C13.6909 7.97604 12.5237 6.82367 11.0928 6.82367Z' fill='%23002256' fill-opacity='0.5'/%3E%3Cpath d='M9.49976 0C7.7771 0 6.37436 1.3891 6.37436 3.09502C6.37436 4.25087 7.01772 5.26397 7.97046 5.79316C8.42397 6.04382 8.94429 6.19004 9.49624 6.19004C10.0482 6.19004 10.572 6.0473 11.022 5.79316C11.9748 5.26397 12.6181 4.25087 12.6181 3.09502C12.6251 1.3891 11.2224 0 9.49976 0Z' fill='%23002256' fill-opacity='0.5'/%3E%3Cpath d='M4.01208 2.88265C2.72185 2.88265 1.67419 3.92013 1.67419 5.19783C1.67419 6.47552 2.72185 7.513 4.01208 7.513C4.33903 7.513 4.65193 7.44685 4.93318 7.325C5.42185 7.11611 5.82614 6.74708 6.07575 6.28404C6.25153 5.96027 6.34997 5.59123 6.34997 5.19783C6.34997 3.92361 5.30232 2.88265 4.01208 2.88265Z' fill='%23002256' fill-opacity='0.5'/%3E%3Cpath d='M14.9879 2.88265C13.6977 2.88265 12.65 3.92013 12.65 5.19783C12.65 5.59123 12.7485 5.96027 12.9242 6.28404C13.1739 6.74708 13.5782 7.11611 14.0668 7.325C14.3481 7.44685 14.661 7.513 14.9879 7.513C16.2782 7.513 17.3258 6.47552 17.3258 5.19783C17.3258 3.92013 16.2746 2.88265 14.9879 2.88265Z' fill='%23002256' fill-opacity='0.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='15.12' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      width: 19px;
      height: 16px;
      display: inline-block;
      margin: 0 4px -2px 0; }
  .latest-results-item-mini .row-meta .competiton-location {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #62926D;
    position: relative; }
    .latest-results-item-mini .row-meta .competiton-location:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3C3.21591 3 1 5.1581 1 7.86957C1 11.2451 6 17 6 17C6 17 11 11.0791 11 7.86957C11 5.1581 8.72727 3 6 3ZM7.47727 9.3083C7.07955 9.69565 6.51136 9.917 5.94318 9.917C5.375 9.917 4.86364 9.69565 4.40909 9.3083C3.55682 8.47826 3.55682 7.20553 4.40909 6.37549C4.86364 5.98814 5.43182 5.7668 6 5.7668C6.56818 5.7668 7.07955 5.98814 7.53409 6.37549C8.32955 7.1502 8.32955 8.47826 7.47727 9.3083Z' fill='%2362926D'/%3E%3C/svg%3E");
      width: 12px;
      height: 20px;
      display: inline-block;
      margin: 0 4px -4px 0; }

/**
 * Scoreboard
 */
.scoreboard-item {
  background: #E4EBCE;
  border-radius: 8px;
  padding: 12px 108px 12px 62px;
  position: relative; }
  .scoreboard-item + .scoreboard-item {
    margin-top: 8px; }
  .scoreboard-item .place {
    font-family: 'Geomanist', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    background: #002256;
    border-radius: 40px 40px 0px 40px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px; }
  .scoreboard-item .row-name {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #002256; }
    .scoreboard-item .row-name a {
      color: #002256; }
      .scoreboard-item .row-name a:hover {
        color: #002256; }
  .scoreboard-item .points {
    font-family: 'Geomanist', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    background: #002256;
    border-radius: 40px 40px 0px 40px;
    display: inline-block;
    height: 40px;
    padding: 0 12px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 0; }
  .scoreboard-item .row-meta {
    font-size: 16px;
    line-height: 22px;
    color: #62926D; }
  .scoreboard-item .dob {
    color: #0B654E;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px; }

/**
 * Calendar Mini
 */
.calendar-mini-events-list + .calendar-mini-events-list {
  margin-top: 8px; }

.calendar-mini-event-item {
  border: 1px solid #C9D89E;
  border-radius: 8px;
  padding: 12px 16px;
  position: relative;
  margin-bottom: 8px; }
  .calendar-mini-event-item .row-name {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #002256; }
    .calendar-mini-event-item .row-name a {
      color: #002256; }
      .calendar-mini-event-item .row-name a:hover {
        color: #002256; }
  .calendar-mini-event-item .row-meta .location {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #62926D;
    position: relative; }
    .calendar-mini-event-item .row-meta .location:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3C3.21591 3 1 5.1581 1 7.86957C1 11.2451 6 17 6 17C6 17 11 11.0791 11 7.86957C11 5.1581 8.72727 3 6 3ZM7.47727 9.3083C7.07955 9.69565 6.51136 9.917 5.94318 9.917C5.375 9.917 4.86364 9.69565 4.40909 9.3083C3.55682 8.47826 3.55682 7.20553 4.40909 6.37549C4.86364 5.98814 5.43182 5.7668 6 5.7668C6.56818 5.7668 7.07955 5.98814 7.53409 6.37549C8.32955 7.1502 8.32955 8.47826 7.47727 9.3083Z' fill='%2362926D'/%3E%3C/svg%3E");
      width: 12px;
      height: 20px;
      display: inline-block;
      margin: 0 4px -4px 0; }
  .calendar-mini-event-item .row-meta .date {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #A6C08D;
    text-transform: uppercase; }
    .calendar-mini-event-item .row-meta .date__day-nr {
      color: #62926D;
      margin-right: 1px; }
  .calendar-mini-event-item .row-meta .registration-open {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #0B654E;
    opacity: 0.9;
    position: relative; }
    .calendar-mini-event-item .row-meta .registration-open:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.9' d='M5.42188 4.28265L4.39642 3.24992C2.00006 5.63028 2.00006 7.35537 2.00006 9.58446H2.72733L3.45461 9.53865C3.45461 7.40919 3.45461 6.2361 5.42188 4.28265ZM15.603 3.24992L14.579 4.28265C16.5455 6.2361 16.5455 7.40919 16.5455 9.58446L18.0001 9.53865C18.0001 7.35537 18.0001 5.63028 15.603 3.24992ZM10.0001 17.5845C10.4505 17.585 10.8898 17.4453 11.2571 17.1846C11.6244 16.9239 11.9014 16.5553 12.0495 16.1299H7.95061C8.09872 16.5553 8.37568 16.9239 8.74298 17.1846C9.11027 17.4453 9.54966 17.585 10.0001 17.5845ZM15.091 12.1925V8.85719C15.091 6.51755 13.5019 4.54665 11.3492 3.95392C11.1361 3.41719 10.6153 3.03901 10.0001 3.03901C9.38479 3.03901 8.86406 3.41719 8.65097 3.95392C6.49752 4.54665 4.90915 6.51755 4.90915 8.85719V12.1925L3.6677 13.4339C3.60003 13.5013 3.54637 13.5815 3.5098 13.6697C3.47322 13.758 3.45447 13.8526 3.45461 13.9481V14.6754C3.45461 14.8683 3.53123 15.0532 3.66762 15.1896C3.80401 15.326 3.98899 15.4026 4.18188 15.4026H15.8182C16.0111 15.4026 16.1961 15.326 16.3325 15.1896C16.4689 15.0532 16.5455 14.8683 16.5455 14.6754V13.9481C16.5457 13.8526 16.5269 13.758 16.4903 13.6697C16.4538 13.5815 16.4001 13.5013 16.3324 13.4339L15.091 12.1925Z' fill='%230B654E'/%3E%3C/svg%3E");
      width: 20px;
      height: 20px;
      display: inline-block;
      margin: 0 4px -4px 0; }
  .calendar-mini-event-item .event-types {
    display: inline-flex;
    position: absolute;
    bottom: -1px;
    right: -1px; }
    .calendar-mini-event-item .event-types__type {
      display: inline-block;
      font-weight: 800;
      font-size: 18px;
      line-height: 22px;
      color: #FFFFFF;
      text-transform: uppercase;
      padding: 2px 8px;
      background: #002256;
      border-radius: 8px 8px 0px 8px;
      margin-left: 6px; }

.calendar-mini-event-item--highlight {
  background-color: #F2F5E6; }

/**
 * 
 */
.calendar-days {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px; }

.calendar-days-item {
  padding: 6px 0px;
  background: #F2F5E6;
  border-radius: 15px;
  margin: 0 6px;
  flex: 1 1 auto; }
  .calendar-days-item .row-top {
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #0B654E;
    text-transform: uppercase;
    text-align: center;
    display: block; }
    .calendar-days-item .row-top i {
      color: #A6C08D;
      font-style: normal;
      margin-right: 2px; }
  .calendar-days-item .row-bottom {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #62926D;
    display: block;
    text-transform: uppercase; }
  .calendar-days-item:hover {
    text-decoration: none; }
  .calendar-days-item:first-child {
    margin-left: 0; }
  .calendar-days-item:last-child {
    margin-right: 0; }

.calendar-days-item--today {
  background: #E50E00;
  border-bottom-right-radius: 0; }
  .calendar-days-item--today .row-top,
  .calendar-days-item--today .row-bottom {
    color: #fff; }
  .calendar-days-item--today .row-top i {
    color: rgba(255, 255, 255, 0.7); }

.site-athlete-search {
  margin-top: 48px; }

.athlete-search-results-item-template {
  display: none; }

.athlete-search-results-item {
  border: 1px solid #C9D89E;
  border-radius: 8px; }
  .athlete-search-results-item + .athlete-search-results-item {
    margin-top: 8px; }
  .athlete-search-results-item .row-default {
    display: inline-flex;
    width: 100%; }
  .athlete-search-results-item .col-code {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #62926D;
    margin: 8px;
    flex: 0 0 56px;
    width: 56px; }
  .athlete-search-results-item .col-name {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #002256;
    margin: 8px;
    flex: 1 1 auto; }
    .athlete-search-results-item .col-name a {
      color: #002256; }
      .athlete-search-results-item .col-name a:hover {
        color: #002256; }
  .athlete-search-results-item .col-gender {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #A6C08D;
    margin: 8px;
    flex: 0 0 20px;
    width: 20px; }
  .athlete-search-results-item .col-dob {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #A6C08D;
    margin: 8px;
    flex: 0 0 44px;
    width: 44px; }
  .athlete-search-results-item .col-club {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #A6C08D;
    margin: 8px;
    flex: 0 0 206px;
    width: 206px; }
  .athlete-search-results-item .col-si {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #A6C08D;
    margin: 8px;
    flex: 0 0 92px;
    width: 92px;
    word-break: break-all; }
  @media (max-width: 767.98px) {
    .athlete-search-results-item .col-gender,
    .athlete-search-results-item .col-dob,
    .athlete-search-results-item .col-club,
    .athlete-search-results-item .col-si {
      display: none; } }
  .athlete-search-results-item .row-mobile {
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    color: #A6C08D;
    margin: 0 8px 8px 8px; }
    @media (min-width: 768px) {
      .athlete-search-results-item .row-mobile {
        display: none; } }

.page-template-eol-calendar .app-title {
  margin-bottom: 30px; }

.page-template-eol-calendar .eol-search-block {
  margin: 0 0 30px 0; }
  .page-template-eol-calendar .eol-search-block .eol-toggle-switch--view {
    margin-left: 0; }

.page-template-eol-calendar .day-list-alt {
  margin: 0 0 30px 0; }

@media (max-width: 767.98px) {
  .page-template-eol-calendar .eol-search-block .eol-toggle-switch--view {
    width: 100%;
    flex: 1 1 auto;
    margin-bottom: 8px; } }

@media (max-width: 1199.98px) {
  .page-template-eol-calendar .eol-search-block .eol-toggle-switch--type {
    margin-right: 0; } }

.scoreboard-list-item {
  border: 1px solid #C9D89E;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  /**/ }
  .scoreboard-list-item + .scoreboard-list-item {
    margin-top: 8px; }
  .scoreboard-list-item__col-place {
    padding: 8px 16px;
    width: 74px;
    background: #F2F5E6;
    border-radius: 8px 8px 0px 8px;
    margin-right: 16px;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color: #62926D; }
    @media (max-width: 991.98px) {
      .scoreboard-list-item__col-place {
        font-size: 17px;
        line-height: 21px;
        width: 42px;
        padding: 8px 0;
        margin-right: 8px;
        height: 52px;
        line-height: 36px; } }
  .scoreboard-list-item__col-name {
    margin-right: auto; }
    @media (max-width: 991.98px) {
      .scoreboard-list-item__col-name {
        padding: 8px 0; } }
    .scoreboard-list-item__col-name > a {
      font-weight: bold;
      font-size: 21px;
      line-height: 25px;
      color: #002256;
      display: block; }
      @media (max-width: 991.98px) {
        .scoreboard-list-item__col-name > a {
          font-size: 16px;
          line-height: 19px; } }
      .scoreboard-list-item__col-name > a:hover {
        color: #002256; }
      .scoreboard-list-item__col-name > a > .mobile-dob {
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        color: rgba(0, 34, 86, 0.5); }
        @media (min-width: 992px) {
          .scoreboard-list-item__col-name > a > .mobile-dob {
            display: none; } }
    .scoreboard-list-item__col-name .mobile {
      display: block;
      line-height: 1; }
      .scoreboard-list-item__col-name .mobile a {
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        color: #62926D; }
        @media (min-width: 992px) {
          .scoreboard-list-item__col-name .mobile a {
            display: none; } }
  .scoreboard-list-item__col-dob {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #62926D;
    width: 48px;
    text-align: center;
    margin: 0 16px 0 0; }
  .scoreboard-list-item__col-club {
    font-size: 14px;
    line-height: 16px;
    color: #62926D;
    width: 120px;
    margin: 0 16px 0 0; }
  .scoreboard-list-item__col-points {
    width: 116px;
    margin: 0 16px 0 0; }
    @media (max-width: 991.98px) {
      .scoreboard-list-item__col-points {
        width: 40px; } }
    .scoreboard-list-item__col-points span {
      display: inline-block; }
    .scoreboard-list-item__col-points .sum {
      font-weight: 800;
      font-size: 24px;
      line-height: 29px;
      color: #002256; }
      @media (max-width: 991.98px) {
        .scoreboard-list-item__col-points .sum {
          font-size: 16px;
          line-height: 19px; } }
    .scoreboard-list-item__col-points .comp_count {
      font-size: 16px;
      line-height: 19px;
      color: rgba(0, 34, 86, 0.5); }
      @media (max-width: 991.98px) {
        .scoreboard-list-item__col-points .comp_count {
          display: none; } }
  .scoreboard-list-item__col-points-from {
    width: 404px; }
    .scoreboard-list-item__col-points-from a {
      font-weight: bold;
      font-size: 21px;
      line-height: 25px;
      text-decoration: underline;
      color: #0B654E;
      margin: 0 6px; }
  .scoreboard-list-item + .scoreboard-list-subtitle {
    margin-top: 42px; }
  @media (max-width: 991.98px) {
    .scoreboard-list-item .scoreboard-list-item__col-dob,
    .scoreboard-list-item .scoreboard-list-item__col-club,
    .scoreboard-list-item .scoreboard-list-item__col-points-from {
      display: none; } }

.scoreboard-list-subtitle {
  font-family: 'Geomanist', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  color: #002256;
  text-transform: uppercase;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .scoreboard-list-subtitle {
      font-size: 36px; } }
  .scoreboard-list-subtitle small {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: rgba(0, 34, 86, 0.5);
    text-transform: none; }
    @media (min-width: 992px) {
      .scoreboard-list-subtitle small {
        font-size: 32px; } }

/**
 *
 */
.eol-filters-sorting {
  display: flex;
  flex-direction: row;
  margin: 42px 0; }
  @media (max-width: 767.98px) {
    .eol-filters-sorting {
      flex-wrap: wrap; } }
  .eol-filters-sorting .eol-dropdown--age-class {
    margin: 0 32px;
    min-width: 193px; }
    @media (max-width: 767.98px) {
      .eol-filters-sorting .eol-dropdown--age-class {
        flex: 1 1 auto;
        margin-right: 0; } }
    @media (max-width: 575.98px) {
      .eol-filters-sorting .eol-dropdown--age-class {
        flex: 1 1 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 16px; } }
    .eol-filters-sorting .eol-dropdown--age-class .dropdown-menu {
      width: 100%; }
    .eol-filters-sorting .eol-dropdown--age-class .dropdown-item.active {
      background-color: #C9D89E; }
  .eol-filters-sorting .form-control--scoreboard {
    max-width: 345px; }
    @media (max-width: 767.98px) {
      .eol-filters-sorting .form-control--scoreboard {
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
        margin-top: 16px; } }

.club-item {
  padding: 32px;
  background: #F2F5E6;
  border-radius: 16px 16px 0px 16px; }
  @media (min-width: 768px) {
    .club-item {
      padding: 40px; } }
  .club-item + .club-item {
    margin-top: 24px; }
  .club-item__title {
    font-family: 'Geomanist', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 100%;
    color: #0B654E;
    margin-bottom: 16px;
    word-break: break-word; }
    @media (min-width: 768px) {
      .club-item__title {
        font-size: 36px; } }

@media (max-width: 767.98px) {
  .club-item-body {
    position: relative; } }

@media (min-width: 768px) {
  .club-item-body {
    display: flex;
    flex-direction: row; } }

.club-item-body__logo {
  background-color: #fff;
  height: 182px;
  width: 182px;
  padding: 16px;
  margin-right: 40px;
  min-width: 182px;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .club-item-body__logo {
      position: relative; } }

.club-item-body__data h4 {
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  color: rgba(0, 34, 86, 0.5);
  margin-bottom: 12px; }

.club-item-body__data p {
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #002256; }
  .club-item-body__data p strong {
    font-weight: bold;
    min-width: 116px;
    display: inline-block; }

.club-item-body__data p:last-child {
  margin-bottom: 0; }

.club-item-body__data a {
  color: #002256; }
  .club-item-body__data a:hover {
    color: #002256; }

.club-item-links {
  display: flex; }
  @media (max-width: 767.98px) {
    .club-item-links {
      position: absolute;
      right: -32px;
      top: 8px; } }
  @media (min-width: 768px) {
    .club-item-links {
      position: absolute;
      bottom: -34px;
      left: 50%;
      transform: translateX(-50%); } }
  .club-item-links__item {
    background: #0B654E;
    border-radius: 16px 16px 0px 16px;
    display: inline-block;
    height: 42px;
    width: 42px;
    overflow: hidden;
    text-indent: -9999px;
    position: relative; }
    .club-item-links__item--website:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6564 11.362L11.8126 0.42448C11.3981 -0.0370825 10.6019 -0.0370825 10.1873 0.42448L0.343576 11.362C0.201888 11.519 0.108884 11.7139 0.0758744 11.9228C0.0428646 12.1317 0.0712705 12.3458 0.157638 12.5389C0.332638 12.9337 0.724201 13.1874 1.15623 13.1874H3.34373V20.8437C3.34373 21.1338 3.45897 21.412 3.66408 21.6171C3.8692 21.8222 4.1474 21.9374 4.43748 21.9374H7.71873C8.00881 21.9374 8.28701 21.8222 8.49213 21.6171C8.69725 21.412 8.81248 21.1338 8.81248 20.8437V16.4687H13.1875V20.8437C13.1875 21.1338 13.3027 21.412 13.5078 21.6171C13.713 21.8222 13.9912 21.9374 14.2812 21.9374H17.5625C17.8526 21.9374 18.1308 21.8222 18.3359 21.6171C18.541 21.412 18.6562 21.1338 18.6562 20.8437V13.1874H20.8437C21.0556 13.1884 21.2631 13.1276 21.441 13.0126C21.6189 12.8976 21.7594 12.7333 21.8456 12.5398C21.9317 12.3463 21.9597 12.1319 21.9261 11.9228C21.8925 11.7136 21.7988 11.5188 21.6564 11.362Z' fill='white'/%3E%3C/svg%3E");
      background-size: 22px 22px;
      background-repeat: no-repeat;
      background-position: center center;
      height: 42px;
      width: 42px;
      position: absolute;
      top: 0;
      left: 0; }

/**
 * Step block
 */
.licence-block {
  margin-bottom: 42px; }
  .licence-block__title {
    font-family: 'Geomanist', sans-serif;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 120%;
    margin-bottom: 16px; }
    @media (max-width: 767.98px) {
      .licence-block__title {
        align-items: flex-start; } }
    .licence-block__title .number {
      color: #A6C08D;
      margin-right: 4px; }
    .licence-block__title .text {
      color: #002256; }
    .licence-block__title .help {
      color: #62926D;
      margin-left: auto;
      font-size: 21px;
      text-transform: uppercase;
      position: relative;
      display: inline-flex;
      align-items: center; }
      @media (max-width: 767.98px) {
        .licence-block__title .help {
          font-size: 14px;
          padding-top: 32px;
          line-height: 1;
          margin-left: 8px; } }
      .licence-block__title .help:after {
        content: '';
        background: url("../img/icon24-pdf.svg") no-repeat 0 0;
        height: 24px;
        width: 24px;
        margin-left: 8px; }
        @media (max-width: 767.98px) {
          .licence-block__title .help:after {
            margin: 0;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -12px; } }
  .licence-block .form-inline .form-group {
    margin-bottom: 24px; }
    .licence-block .form-inline .form-group label {
      font-size: 18px;
      line-height: 170%;
      color: #002256;
      margin-right: 40px; }
  .licence-block .form-group .form-text {
    font-size: 16px;
    line-height: 170%;
    color: #002256;
    margin-top: 12px; }
    .licence-block .form-group .form-text .nb {
      color: #0B654E;
      font-weight: bold; }

/**
 * End block
 */
.licence-end {
  background: #F2F5E6;
  border-radius: 8px 8px 0px 8px;
  margin-bottom: 42px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767.98px) {
    .licence-end {
      flex-wrap: wrap; } }
  .licence-end__guide {
    font-weight: bold;
    font-size: 16px;
    line-height: 170%;
    color: #0B654E;
    margin-right: 32px; }
    @media (max-width: 767.98px) {
      .licence-end__guide {
        margin: 0 0 16px 0;
        text-align: center;
        flex: 0 0 100%; } }
  .licence-end__submit {
    padding: 12px 20px;
    background: #0B654E;
    border-radius: 58px 58px 0px 58px;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: inline-block;
    transition: background-color 200ms ease-in-out; }
    @media (min-width: 992px) {
      .licence-end__submit {
        width: 35%; } }
    @media (max-width: 767.98px) {
      .licence-end__submit {
        flex: 0 0 100%; } }
    .licence-end__submit:hover {
      text-decoration: none;
      background-color: #002256;
      color: #FFFFFF; }

/**
 * 
 */
.licence-search-code {
  padding: 16px 24px;
  background: #F2F5E6;
  border-radius: 8px 8px 0px 8px; }

.licence-search-code-form {
  display: flex;
  align-items: center; }
  @media (max-width: 767.98px) {
    .licence-search-code-form {
      flex-wrap: wrap; } }
  .licence-search-code-form__label {
    flex: 0 0 auto;
    margin: 0 32px 0 0;
    font-size: 18px;
    line-height: 170%;
    color: #002256; }
    @media (max-width: 767.98px) {
      .licence-search-code-form__label {
        display: none; } }
  .licence-search-code-form__input {
    background-color: #fff;
    margin-right: 32px; }
    @media (max-width: 767.98px) {
      .licence-search-code-form__input {
        flex: 0 0 100%; } }
    .licence-search-code-form__input:focus {
      background-color: #fff; }
  .licence-search-code-form__submit {
    padding: 12px 20px;
    background: #0B654E;
    border: none;
    border-radius: 58px 58px 0px 58px;
    font-weight: 800;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: inline-block;
    min-width: 135px;
    transition: background-color 200ms ease-in-out; }
    @media (max-width: 767.98px) {
      .licence-search-code-form__submit {
        flex: 0 0 100%;
        margin-top: 16px; } }
    .licence-search-code-form__submit:hover {
      text-decoration: none;
      background-color: #002256;
      color: #FFFFFF; }

/**
 * Licence Cards List
 */
.licence-card-list-summary {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 34px;
  background: #F2F5E6;
  border: 1px solid #C9D89E;
  border-radius: 16px 16px 0px 16px; }
  @media (max-width: 991.98px) {
    .licence-card-list-summary {
      padding: 16px 24px; } }
  .licence-card-list-summary__label, .licence-card-list-summary__value {
    margin: 0; }
  .licence-card-list-summary__label {
    font-weight: bold;
    font-size: 16px;
    line-height: 180%;
    display: flex;
    align-items: center;
    color: #002256; }
  .licence-card-list-summary__value {
    font-family: 'Geomanist', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    color: #002256; }
    @media (max-width: 991.98px) {
      .licence-card-list-summary__value {
        font-size: 32px; } }

.licence-card-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (min-width: 576px) {
    .licence-card-list {
      flex-direction: row;
      margin-left: -15px;
      margin-right: -15px; } }
  .licence-card-list .licence-card-item {
    flex: 0 0 100%;
    width: 100%; }
    @media (min-width: 576px) {
      .licence-card-list .licence-card-item {
        flex: 0 0 calc(50% - 30px);
        width: calc(50% - 30px);
        margin: 0 15px 16px 15px; } }

.licence-card-item {
  padding: 24px 24px 1px 24px;
  background: #F2F5E6;
  border-radius: 16px 16px 0px 16px;
  position: relative;
  margin-bottom: 16px; }
  .licence-card-item__name {
    font-family: 'Geomanist', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #002256;
    margin-bottom: 8px; }
  .licence-card-item__licence-nr {
    font-size: 16px;
    line-height: 19px;
    color: #002256;
    margin-bottom: 24px; }
  .licence-card-item__delete {
    background-color: #E50E00;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.88235 19.9412C5.88235 20.9793 6.72659 21.8235 7.76471 21.8235H17.1765C18.2146 21.8235 19.0588 20.9793 19.0588 19.9412V8.64706H20.9412V6.76471H17.1765V4.88235C17.1765 3.84424 16.3322 3 15.2941 3H9.64706C8.60894 3 7.76471 3.84424 7.76471 4.88235V6.76471H4V8.64706H5.88235V19.9412ZM9.64706 4.88235H15.2941V6.76471H9.64706V4.88235ZM8.70588 8.64706H17.1765L17.1774 19.9412H7.76471V8.64706H8.70588Z' fill='white'/%3E%3Cpath d='M9.64844 10.5295H11.5308V18.059H9.64844V10.5295ZM13.4131 10.5295H15.2955V18.059H13.4131V10.5295Z' fill='white'/%3E%3C/svg%3E");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
    height: 32px;
    width: 32px;
    padding: 0;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 24px;
    right: 24px; }
  .licence-card-item .form-group {
    margin-bottom: 24px; }
  .licence-card-item label {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #002256;
    margin-bottom: 8px; }
  .licence-card-item select.form-control {
    background-color: #fff;
    border: none;
    font-size: 16px;
    font-weight: normal; }

.licence-card-template {
  display: none; }

/**
 * licence-order-new
 */
.licence-order-new {
  margin-top: 40px;
  font-size: 18px;
  line-height: 180%;
  color: #002256; }
  .licence-order-new__text a {
    font-weight: bold;
    text-decoration: underline;
    color: #0B654E;
    text-transform: uppercase; }

/**
 * Payment Methods
 */
.payment-methods {
  margin: 40px 0;
  overflow: hidden; }
  .payment-methods__label {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #002256;
    margin-bottom: 16px; }

.payment-methods-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px; }
  .payment-methods-list .payment-method-item {
    margin: 0 8px 16px 8px;
    flex: 0 0 calc(50% - 16px); }
    @media (min-width: 576px) {
      .payment-methods-list .payment-method-item {
        flex: 0 0 calc(33.3333% - 16px); } }
    @media (min-width: 768px) {
      .payment-methods-list .payment-method-item {
        flex: 0 0 calc(25% - 16px); } }

.payment-method-item {
  border: 1px solid #C9D89E;
  background: #fff;
  padding: 16px 24px;
  padding-left: 72px;
  border-radius: 8px;
  position: relative;
  transition: border-color 150ms ease-in-out; }
  .payment-method-item:after, .payment-method-item:before {
    content: '';
    position: absolute;
    top: 50%; }
  .payment-method-item:before {
    background: #F2F5E6;
    border: 1px solid #C9D89E;
    border-radius: 24px;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    left: 24px; }
  .payment-method-item:after {
    background: #F2F5E6;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin-top: -6px;
    left: 30px; }
  .payment-method-item:hover {
    border-color: #0B654E; }
  .payment-method-item > img {
    display: block;
    height: auto;
    max-height: 26px;
    max-width: 99px;
    width: 100%;
    object-fit: contain;
    object-position: left; }

.payment-method-item.selected:after {
  background: #62926D; }

.licence-search-code-form button .search-button {
  display: none; }

.licence-search-code-form button .add-button {
  display: inline; }

.licence-search-code-form button.is-search .search-button {
  display: inline; }

.licence-search-code-form button.is-search .add-button {
  display: none; }

.form-error {
  color: #E50E00; }

.is-invalid label.form-label {
  color: #e50e00; }

.is-invalid label.custom-control-label {
  color: #e50e00 !important;
  font-weight: 700; }

.modal-header {
  margin-bottom: -24px;
  position: relative; }
  @media (max-width: 575.98px) {
    .modal-header {
      padding: 24px; } }
  .modal-header .close {
    position: absolute;
    top: 18px;
    right: 18px;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #002256;
    color: #fff;
    padding: 0;
    margin: 0;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    flex-direction: row; }
    .modal-header .close > span {
      line-height: 1;
      height: 26px; }

.modal-title {
  font-family: 'Geomanist', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #002256; }

@media (max-width: 575.98px) {
  .modal-body {
    padding: 24px; } }

@media (min-width: 576px) {
  .modal-xl {
    max-width: 100%;
    width: auto;
    margin: 1.75rem; } }

@media (min-width: 992px) {
  .modal-xl {
    max-width: 898px;
    width: auto;
    margin: 1.75rem auto; } }

.plain-text-alert__title {
  font-family: 'Geomanist', sans-serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 38px;
  color: #002256;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .plain-text-alert__title {
      font-size: 52px;
      line-height: 52px; } }

.plain-text-alert__excerpt {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  color: #002256;
  margin: 0; }

.plain-text-alert__title + .plain-text-alert__excerpt {
  margin-top: 42px; }

/* ------------------------------------------------------------ *\
    Reusable Components
\* ------------------------------------------------------------ */
.app-title {
  background-color: #C9D89E;
  background-image: url("../img/title_bg_pattern.svg");
  background-position: 25% center;
  background-repeat: no-repeat;
  background-size: 1441px 114px;
  border-radius: 0 0 0 16px;
  max-width: 1310px;
  margin: 0 auto;
  margin-bottom: 48px;
  padding: 30px 20px;
  max-height: 114px;
  position: relative; }
  @media (min-width: 992px) {
    .app-title {
      background-position: right center;
      border-radius: 16px 16px 0px 16px;
      padding: 30px 42px; } }
  .app-title__heading {
    font-family: 'Geomanist', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .app-title__heading {
        font-size: 52px;
        max-width: 80%; } }
  .app-title__back {
    background: #002256;
    border: none;
    border-radius: 80px 80px 0px 80px;
    height: 88px;
    width: 88px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    text-indent: -9999px; }
    @media (max-width: 991.98px) {
      .app-title__back {
        height: 72px;
        width: 72px; } }
    .app-title__back:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='42' height='46' viewBox='0 0 42 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.3156 1.29705C27.5893 2.57072 27.5893 4.63576 26.3156 5.90943L9.225 23L26.3156 40.0906C27.5893 41.3643 27.5893 43.4293 26.3156 44.703C25.0419 45.9767 22.9769 45.9767 21.7032 44.703L0.000244141 23L21.7032 1.29705C22.9769 0.0233787 25.0419 0.0233787 26.3156 1.29705Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.0448 4.67085C42.3185 5.94452 42.3185 8.00955 41.0448 9.28322L27.328 23L41.0448 36.7169C42.3185 37.9905 42.3185 40.0556 41.0448 41.3292C39.7711 42.6029 37.7061 42.6029 36.4324 41.3292L18.1032 23L36.4324 4.67085C37.7061 3.39717 39.7711 3.39717 41.0448 4.67085Z' fill='white'/%3E%3C/svg%3E");
      height: 46px;
      width: 42px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -23px 0 0 -21px; }
      @media (max-width: 991.98px) {
        .app-title__back:before {
          background-image: url("data:image/svg+xml,%3Csvg width='35' height='37' viewBox='0 0 35 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.0869 0.989665C23.1173 2.01729 23.1173 3.68339 22.0869 4.71102L8.26082 18.5L22.0869 32.289C23.1173 33.3166 23.1173 34.9827 22.0869 36.0104C21.0565 37.038 19.3859 37.038 18.3556 36.0104L0.798096 18.5L18.3556 0.989665C19.3859 -0.0379573 21.0565 -0.0379573 22.0869 0.989665Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.0027 3.7117C35.0331 4.73933 35.0331 6.40543 34.0027 7.43305L22.9059 18.5L34.0027 29.567C35.0331 30.5946 35.0331 32.2607 34.0027 33.2884C32.9723 34.316 31.3017 34.316 30.2713 33.2884L15.4432 18.5L30.2713 3.7117C31.3017 2.68408 32.9723 2.68408 34.0027 3.7117Z' fill='white'/%3E%3C/svg%3E%0A");
          height: 37px;
          width: 35px;
          margin: -19px 0 0 -18px; } }

/**
 * Date Range Filter
 */
.selected-date-range {
  background: #002256;
  border-radius: 16px 16px 0px 16px;
  padding: 6px;
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 96px;
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    .selected-date-range {
      padding: 16px;
      left: 50%;
      right: auto;
      transform: translate3d(-50%, -50%, 0); } }
  .selected-date-range .month {
    font-size: 16px; }
    @media (min-width: 768px) {
      .selected-date-range .month {
        font-size: 21px; } }
  .selected-date-range .year {
    font-weight: bold;
    font-size: 16px; }
    @media (min-width: 768px) {
      .selected-date-range .year {
        font-size: 21px; } }
  .selected-date-range__seperator {
    margin: 0 16px; }
    @media (min-width: 768px) {
      .selected-date-range__seperator {
        font-size: 21px; } }
  .selected-date-range__edit {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    color: #D7E2B6; }
    @media (min-width: 768px) {
      .selected-date-range__edit {
        font-size: 18px;
        margin-left: 24px; } }

.single-content__cover-photo {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 16px 16px 0px 16px; }

.single-content__cover-caption {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  text-align: right;
  color: rgba(0, 34, 86, 0.5);
  margin-top: 8px; }

.single-content__datetime {
  font-size: 18px;
  line-height: 20px;
  color: rgba(0, 34, 86, 0.5);
  text-transform: uppercase;
  border: 1px solid rgba(0, 34, 86, 0.5);
  border-radius: 24px 24px 0px 24px;
  padding: 8px 16px;
  display: inline-block;
  margin: 36px 0 0 0; }
  .single-content__datetime .month {
    font-weight: 700; }

.single-content__title {
  font-family: 'Geomanist', sans-serif;
  font-weight: 700;
  margin-bottom: 36px;
  margin-top: 24px;
  font-size: 36px; }
  @media (min-width: 768px) {
    .single-content__title {
      font-size: 52px; } }

.single-content__body {
  font-size: 18px;
  line-height: 170%;
  /* or 31px */ }
  .single-content__body h1, .single-content__body h2, .single-content__body h3, .single-content__body h4, .single-content__body h5, .single-content__body h6 {
    font-family: 'Geomanist', sans-serif;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 42px; }
  .single-content__body h1 {
    font-size: 36px; }
    @media (min-width: 768px) {
      .single-content__body h1 {
        font-size: 52px; } }
  .single-content__body h2 {
    font-size: 32px; }
    @media (min-width: 768px) {
      .single-content__body h2 {
        font-size: 48px; } }
  .single-content__body h3 {
    font-size: 28px; }
    @media (min-width: 768px) {
      .single-content__body h3 {
        font-size: 36px; } }
  .single-content__body h4 {
    font-size: 24px; }
    @media (min-width: 768px) {
      .single-content__body h4 {
        font-size: 32px; } }
  .single-content__body h5 {
    font-size: 21px; }
    @media (min-width: 768px) {
      .single-content__body h5 {
        font-size: 24px; } }
  .single-content__body h6 {
    font-size: 18px; }
  .single-content__body p {
    margin-bottom: 24px; }
  .single-content__body strong {
    font-weight: 700; }
  .single-content__body a {
    color: #0B654E;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 150ms ease-in-out; }
    .single-content__body a:hover {
      color: #62926D; }
    .single-content__body a:focus {
      color: #A6C08D; }
  .single-content__body blockquote {
    background: #F2F5E6;
    border-radius: 8px 8px 0px 8px;
    max-width: 524px;
    margin: 0 auto;
    padding: 16px 24px;
    position: relative; }
    .single-content__body blockquote:before {
      content: '';
      background: url("../img/icon-quotes_start.svg") no-repeat 0 0;
      position: absolute;
      top: -8px;
      left: 24px;
      height: 22px;
      width: 26px; }
    .single-content__body blockquote p {
      margin-bottom: 8px; }
    .single-content__body blockquote p:last-child {
      margin-bottom: 0; }
  .single-content__body ul {
    margin: 24px 0;
    padding: 0;
    list-style-type: none; }
    .single-content__body ul li {
      position: relative;
      padding-left: 40px; }
      .single-content__body ul li:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 14px 14px;
        border-color: transparent transparent #C9D89E transparent;
        position: absolute;
        top: 7px;
        left: 9px; }
      .single-content__body ul li ul {
        margin: 8px 0; }
        .single-content__body ul li ul li:after {
          content: '';
          width: 14px;
          height: 14px;
          border: 1px solid #C9D89E;
          position: absolute;
          top: 7px;
          left: 9px; }
  .single-content__body ol {
    margin: 24px 0;
    padding: 0;
    list-style: none;
    counter-reset: eol-counter; }
    .single-content__body ol li {
      counter-increment: eol-counter;
      padding-left: 9px; }
      .single-content__body ol li:before {
        content: counter(eol-counter) ". ";
        font-family: 'Inter', sans-serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 180%;
        /* or 32px */
        color: #A6C08D; }
  .single-content__body hr {
    border-color: #D7E2B6;
    margin: 42px 0; }
  .single-content__body .table-responsive {
    margin: 24px 0; }
  .single-content__body table {
    border-collapse: separate;
    border: 1px solid #D7E2B6;
    border-radius: 16px 16px 0 16px;
    margin: 0;
    border-spacing: 0; }
    .single-content__body table thead th {
      color: #002256;
      background-color: #D7E2B6;
      font-weight: bold;
      font-size: 18px;
      line-height: 180%;
      border-top: none; }
    .single-content__body table thead th:first-child {
      border-top-left-radius: 16px; }
    .single-content__body table thead th:last-child {
      border-top-right-radius: 16px; }
    .single-content__body table tbody td {
      border-color: #D7E2B6;
      color: #002256; }

@media (min-width: 992px) {
  .single-content__datetime, .single-content__title, .single-content__body {
    margin-left: 40px; } }

.grid-gallery {
  display: grid;
  grid-auto-rows: minmax(123px, 123px);
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .grid-gallery {
      grid-auto-rows: minmax(123px, 276px); } }
  @media (min-width: 1200px) {
    .grid-gallery {
      grid-auto-rows: minmax(123px, 291px); } }
  .grid-gallery__item {
    border-radius: 16px 16px 0px 16px;
    position: relative; }
    .grid-gallery__item img {
      object-fit: cover;
      display: block;
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 2;
      border-radius: 16px 16px 0px 16px; }
    .grid-gallery__item:after {
      content: '';
      background-color: #D7E2B6;
      position: absolute;
      top: 8px;
      left: 8px;
      height: 100%;
      width: 100%;
      border-radius: 16px 16px 0px 16px;
      z-index: 1;
      pointer-events: none;
      opacity: 0;
      transition: opacity 200ms ease-in-out; }
    .grid-gallery__item:hover:after {
      opacity: 1; }

.tease {
  position: relative; }
  @media (min-width: 768px) {
    .tease {
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }
  .tease__cover {
    border-radius: 16px 16px 0px 16px;
    overflow: hidden;
    height: 244px; }
    @media (min-width: 768px) {
      .tease__cover {
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-right: 15px;
        height: 420px; } }
    @media (max-width: 767.98px) {
      .tease__cover {
        margin-bottom: 16px; } }
    .tease__cover img {
      display: block;
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .tease__content {
    transition: color 200ms ease-in-out; }
    @media (min-width: 768px) {
      .tease__content {
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-left: 15px; } }
    @media (max-width: 767.98px) {
      .tease__content {
        padding: 4px; } }
    .tease__content:hover {
      color: #0B654E; }
  .tease__datetime {
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 34, 86, 0.5);
    text-transform: uppercase;
    border: 1px solid rgba(0, 34, 86, 0.5);
    border-radius: 24px 24px 0px 24px;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .tease__datetime {
        margin-bottom: 24px; } }
    .tease__datetime .month {
      font-weight: 700; }
  .tease__title {
    font-family: 'Geomanist', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #002256;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .tease__title {
        font-size: 42px; } }
    .tease__title a {
      color: #002256;
      transition: color 200ms ease-in-out; }
      .tease__title a:hover {
        color: #0B654E; }
  .tease__excerpt {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .tease__excerpt {
        font-size: 18px;
        line-height: 170%; } }
  .tease + .tease {
    margin-top: 32px; }
    @media (min-width: 768px) {
      .tease + .tease {
        margin-top: 56px; } }

@media (min-width: 768px) {
  .tease.no-thumbnail {
    padding-left: 225px;
    padding-right: 56px; } }

@media (min-width: 768px) {
  .tease.no-thumbnail .tease__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0; } }

@media (min-width: 768px) {
  .tease.no-thumbnail .tease__datetime {
    position: absolute;
    top: 4px;
    left: 24px; } }

.pagination-block {
  max-width: 1310px;
  margin: 56px auto; }

.pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .pagination button, .pagination span, .pagination a {
    background: #F2F5E6;
    border: none;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #0B654E;
    font-size: 16px;
    line-height: 19px;
    min-width: 48px;
    min-height: 48px;
    text-align: center;
    padding: 0; }
    .pagination button:hover, .pagination span:hover, .pagination a:hover {
      text-decoration: none; }
  .pagination li {
    margin: 0 4px; }
    @media (max-width: 991.98px) {
      .pagination li {
        display: none; } }
  .pagination .current button, .pagination .current span, .pagination .current a {
    background: #E50E00;
    border-radius: 16px 16px 0px 16px;
    color: #fff;
    font-weight: 800; }
  .pagination .current .dots {
    background: #fff;
    border: 1px solid #F2F5E6;
    color: #0B654E;
    font-weight: 400; }
  .pagination .first button, .pagination .first span, .pagination .first a,
  .pagination .prev button,
  .pagination .prev span,
  .pagination .prev a,
  .pagination .next button,
  .pagination .next span,
  .pagination .next a,
  .pagination .last button,
  .pagination .last span,
  .pagination .last a {
    padding-left: 12px;
    padding-right: 12px; }
  .pagination .first,
  .pagination .prev,
  .pagination .next,
  .pagination .last,
  .pagination .current:not(.has-dots) {
    display: flex; }
    @media (max-width: 991.98px) {
      .pagination .first button:not(.dots), .pagination .first span:not(.dots), .pagination .first a:not(.dots),
      .pagination .prev button:not(.dots),
      .pagination .prev span:not(.dots),
      .pagination .prev a:not(.dots),
      .pagination .next button:not(.dots),
      .pagination .next span:not(.dots),
      .pagination .next a:not(.dots),
      .pagination .last button:not(.dots),
      .pagination .last span:not(.dots),
      .pagination .last a:not(.dots),
      .pagination .current:not(.has-dots) button:not(.dots),
      .pagination .current:not(.has-dots) span:not(.dots),
      .pagination .current:not(.has-dots) a:not(.dots) {
        display: flex; } }

.app-search-results-title {
  font-family: 'Geomanist', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 120%;
  color: #002256;
  margin-bottom: 48px; }
  .app-search-results-title .results-count {
    color: rgba(0, 34, 86, 0.5);
    font-family: 'Inter', sans-serif; }

.app-search-bar {
  padding: 16px;
  background: #F2F5E6;
  border-radius: 16px 16px 0px 16px;
  max-width: 1310px;
  margin: 48px auto; }

.app-search-form {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (max-width: 991.98px) {
    .app-search-form {
      flex-wrap: wrap; } }
  .app-search-form__start, .app-search-form__end, .app-search-form__key {
    padding: 11px 16px;
    background: #FFFFFF;
    border: 1px solid #D7E2B6;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #002256; }
    .app-search-form__start:focus, .app-search-form__end:focus, .app-search-form__key:focus {
      outline: none; }
  .app-search-form__string_to {
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: #0B654E;
    text-transform: uppercase;
    margin: 0 16px; }
    @media (max-width: 991.98px) {
      .app-search-form__string_to {
        margin: 0 8px; } }
  .app-search-form__key {
    margin-right: 16px;
    flex: 1 1 auto;
    padding-left: 50px;
    background-image: url("../img/icon24__search.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 16px 50%; }
    @media (max-width: 767.98px) {
      .app-search-form__key {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px; } }
  .app-search-form__start, .app-search-form__end {
    width: 80px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .app-search-form__start, .app-search-form__end {
        padding-left: 8px;
        padding-right: 8px;
        width: 68px; } }
  .app-search-form__submit {
    margin-left: 16px;
    padding: 8px 20px;
    height: 46px;
    background: #E50E00;
    border: none;
    border-radius: 23px 23px 0px 23px;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .app-search-form__submit {
        width: 80px;
        margin-left: 8px;
        padding-left: 8px;
        padding-right: 8px; } }

.tease-mini {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .tease-mini {
      flex-direction: row;
      flex-wrap: wrap; } }
  .tease-mini__datetime {
    width: 150px;
    margin-right: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: rgba(0, 34, 86, 0.5); }
    @media (min-width: 768px) {
      .tease-mini__datetime {
        text-align: right; } }
    @media (max-width: 767.98px) {
      .tease-mini__datetime {
        order: 2;
        margin-top: 8px; } }
    .tease-mini__datetime .month {
      font-weight: 700;
      text-transform: uppercase; }
  .tease-mini__title {
    font-weight: 800;
    font-size: 20px;
    color: #002256;
    margin: 0; }
    @media (max-width: 767.98px) {
      .tease-mini__title {
        order: 1;
        line-height: 120%; } }
    .tease-mini__title a:hover {
      color: #0B654E; }
  .tease-mini + .tease-mini {
    margin-top: 32px; }

.app-latest-posts-wrap__title {
  font-family: 'Geomanist', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #002256;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .app-latest-posts-wrap__title {
      font-size: 42px; } }

.app-latest-posts-wrap__cta {
  background: #F2F5E6;
  border-radius: 8px 8px 0px 8px;
  display: block;
  font-weight: 800;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  color: #0B654E;
  padding: 16px 32px;
  text-transform: uppercase;
  transition: background 200ms ease-in-out, color 200ms ease-in-out; }
  .app-latest-posts-wrap__cta:hover {
    background-color: #0B654E;
    color: #fff;
    text-decoration: none; }

.app-latest-post-item {
  padding: 12px 16px;
  border: 1px solid #C9D89E;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  transition: border 200ms ease-in-out; }
  .app-latest-post-item__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #002256;
    margin: 0 0 4px 0; }
    .app-latest-post-item__title a:hover {
      color: #002256; }
  .app-latest-post-item__datetime {
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 34, 86, 0.5);
    text-transform: uppercase; }
    .app-latest-post-item__datetime .month {
      font-weight: 700; }
  .app-latest-post-item:hover {
    border-color: #0B654E;
    text-decoration: none; }

.athlete__photo {
  background-color: #F2F5E6;
  border-radius: 16px 16px 0px 16px;
  height: 240px;
  max-width: 193px;
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }
  .athlete__photo img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.athlete__name {
  font-family: 'Geomanist', sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 120%;
  text-align: center;
  color: #002256;
  margin-bottom: 4px; }

.athlete__dob {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: rgba(0, 34, 86, 0.5);
  margin-bottom: 16px; }

.athlete__club {
  font-size: 16px;
  line-height: 140%;
  text-align: center; }

/**
 * Mobile Submenu
 */
.mobile-submenu-dropdown {
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .mobile-submenu-dropdown {
      display: none; } }
  .mobile-submenu-dropdown .dropdown-toggle {
    padding: 13px 16px;
    background: #F4F7EB;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #002256;
    width: 100%;
    text-align: left; }
    .mobile-submenu-dropdown .dropdown-toggle:after {
      display: none; }
    .mobile-submenu-dropdown .dropdown-toggle:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 8px 8px;
      border-color: transparent transparent #E50E00 transparent;
      position: absolute;
      bottom: 16px;
      right: 16px; }
  .mobile-submenu-dropdown.has-margin {
    margin-left: 15px;
    margin-right: 15px; }
  .mobile-submenu-dropdown .dropdown-menu {
    margin: 0;
    border: none;
    background-color: #F2F5E6;
    border-radius: 0 0 0 8px;
    padding: 0;
    padding-top: 8px;
    width: 100%; }
  .mobile-submenu-dropdown .dropdown-item {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #002256;
    padding: 12px 16px; }
    .mobile-submenu-dropdown .dropdown-item:hover {
      background-color: #C9D89E; }
    .mobile-submenu-dropdown .dropdown-item:last-child {
      border-bottom-left-radius: 8px; }

.mobile-submenu-dropdown.show .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.eol-result-item {
  border: 1px solid #C9D89E;
  border-radius: 8px;
  overflow: hidden;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  overflow: hidden; }
  .eol-result-item + .eol-result-item {
    margin-top: 8px; }
  .eol-result-item__col-date {
    background-color: #F2F5E6;
    padding: 11px 20px;
    margin-right: 10px;
    min-width: 163px;
    flex: 0 0 163px;
    position: relative; }
    .eol-result-item__col-date::before {
      content: '';
      background-color: #F2F5E6;
      position: absolute;
      top: -200%;
      left: 0;
      right: 0;
      bottom: -200%; }
    .eol-result-item__col-date .letter {
      font-family: 'Inter', sans-serif;
      font-weight: 800;
      font-size: 24px;
      line-height: 29px;
      text-transform: uppercase;
      color: #A6C08D;
      position: relative; }
    .eol-result-item__col-date .day {
      font-weight: 900;
      font-size: 24px;
      line-height: 29px;
      /* identical to box height */
      color: #62926D;
      position: relative;
      z-index: 10; }
    .eol-result-item__col-date .month {
      font-weight: bold;
      font-size: 24px;
      line-height: 29px;
      /* identical to box height */
      color: #A6C08D;
      position: relative;
      z-index: 10;
      text-transform: uppercase; }
    .eol-result-item__col-date .year {
      color: #62926D;
      font-size: 16px;
      line-height: 19px;
      position: relative;
      z-index: 10; }
  .eol-result-item__col-date-multiple {
    background-color: #F2F5E6;
    padding: 11px 20px;
    margin-right: 10px;
    min-width: 180px;
    flex: 0 0 180px;
    position: relative;
    display: flex;
    align-items: center; }
    .eol-result-item__col-date-multiple:before {
      content: '';
      background-color: #F2F5E6;
      position: absolute;
      top: -200%;
      left: 0;
      right: 0;
      bottom: -200%; }
    .eol-result-item__col-date-multiple .multiple-day-letter {
      font-family: 'Inter', sans-serif;
      font-weight: 800;
      font-size: 24px;
      line-height: 29px;
      text-transform: uppercase;
      color: #A6C08D;
      position: relative;
      margin-right: 4px; }
    .eol-result-item__col-date-multiple .multiple-day-number {
      font-weight: 900;
      font-size: 24px;
      line-height: 29px;
      /* identical to box height */
      color: #62926D;
      position: relative;
      z-index: 10;
      margin-right: 4px; }
    .eol-result-item__col-date-multiple .multiple-addons {
      position: relative;
      line-height: .7; }
    .eol-result-item__col-date-multiple .multiple-month-name {
      color: #A6C08D;
      font-weight: 800;
      font-size: 12px;
      line-height: 100%;
      letter-spacing: -0.02em;
      text-transform: uppercase; }
    .eol-result-item__col-date-multiple .multiple-ends-day {
      color: #62926D;
      font-weight: 800;
      font-size: 12px;
      line-height: 100%;
      letter-spacing: -0.02em;
      text-transform: uppercase; }
    .eol-result-item__col-date-multiple .multiple-ends-month {
      color: #A6C08D;
      font-weight: 800;
      font-size: 12px;
      line-height: 100%;
      letter-spacing: -0.02em;
      text-transform: uppercase; }
  .eol-result-item__col-name {
    flex: 1 1 auto;
    padding: 11px 0;
    margin-right: 8px; }
    .eol-result-item__col-name .row-name {
      font-weight: 800;
      font-size: 18px;
      line-height: 22px;
      color: #002256; }
      .eol-result-item__col-name .row-name a {
        color: #002256; }
    .eol-result-item__col-name .row-meta {
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      color: rgba(0, 34, 86, 0.5);
      margin-top: 4px; }
      .eol-result-item__col-name .row-meta .place-in-competiton {
        font-weight: bold;
        position: relative; }
        .eol-result-item__col-name .row-meta .place-in-competiton:before {
          content: '';
          background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.9022 8.16403H14.51C14.6507 8.547 14.728 8.96477 14.728 9.39647V14.6047C14.728 14.7858 14.6964 14.9599 14.6401 15.12H16.9429C17.8042 15.12 18.5003 14.4272 18.5003 13.5777V10.7368C18.5003 9.3164 17.3331 8.16403 15.9022 8.16403Z' fill='%23002256' fill-opacity='0.5'/%3E%3Cpath d='M4.27227 9.39647C4.27227 8.96477 4.34961 8.547 4.49023 8.16403H3.09805C1.66719 8.16403 0.5 9.3164 0.5 10.7368V13.5777C0.5 14.4307 1.19961 15.12 2.05742 15.12H4.36016C4.30391 14.9599 4.27227 14.7858 4.27227 14.6047V9.39647Z' fill='%23002256' fill-opacity='0.5'/%3E%3Cpath d='M11.0928 6.82367H7.91118C6.47681 6.82367 5.31314 7.97952 5.31314 9.39647V14.6047C5.31314 14.8902 5.54517 15.12 5.83345 15.12H13.1741C13.4624 15.12 13.6944 14.8902 13.6944 14.6047V9.39647C13.6909 7.97604 12.5237 6.82367 11.0928 6.82367Z' fill='%23002256' fill-opacity='0.5'/%3E%3Cpath d='M9.49976 0C7.7771 0 6.37436 1.3891 6.37436 3.09502C6.37436 4.25087 7.01772 5.26397 7.97046 5.79316C8.42397 6.04382 8.94429 6.19004 9.49624 6.19004C10.0482 6.19004 10.572 6.0473 11.022 5.79316C11.9748 5.26397 12.6181 4.25087 12.6181 3.09502C12.6251 1.3891 11.2224 0 9.49976 0Z' fill='%23002256' fill-opacity='0.5'/%3E%3Cpath d='M4.01208 2.88265C2.72185 2.88265 1.67419 3.92013 1.67419 5.19783C1.67419 6.47552 2.72185 7.513 4.01208 7.513C4.33903 7.513 4.65193 7.44685 4.93318 7.325C5.42185 7.11611 5.82614 6.74708 6.07575 6.28404C6.25153 5.96027 6.34997 5.59123 6.34997 5.19783C6.34997 3.92361 5.30232 2.88265 4.01208 2.88265Z' fill='%23002256' fill-opacity='0.5'/%3E%3Cpath d='M14.9879 2.88265C13.6977 2.88265 12.65 3.92013 12.65 5.19783C12.65 5.59123 12.7485 5.96027 12.9242 6.28404C13.1739 6.74708 13.5782 7.11611 14.0668 7.325C14.3481 7.44685 14.661 7.513 14.9879 7.513C16.2782 7.513 17.3258 6.47552 17.3258 5.19783C17.3258 3.92013 16.2746 2.88265 14.9879 2.88265Z' fill='%23002256' fill-opacity='0.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='18' height='15.12' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
          width: 19px;
          height: 16px;
          display: inline-block;
          margin: 0 4px -2px 0; }
      .eol-result-item__col-name .row-meta .competiton-location {
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.02em;
        color: #62926D; }
        .eol-result-item__col-name .row-meta .competiton-location:before {
          content: '';
          background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3C3.21591 3 1 5.1581 1 7.86957C1 11.2451 6 17 6 17C6 17 11 11.0791 11 7.86957C11 5.1581 8.72727 3 6 3ZM7.47727 9.3083C7.07955 9.69565 6.51136 9.917 5.94318 9.917C5.375 9.917 4.86364 9.69565 4.40909 9.3083C3.55682 8.47826 3.55682 7.20553 4.40909 6.37549C4.86364 5.98814 5.43182 5.7668 6 5.7668C6.56818 5.7668 7.07955 5.98814 7.53409 6.37549C8.32955 7.1502 8.32955 8.47826 7.47727 9.3083Z' fill='%2362926D'/%3E%3C/svg%3E");
          width: 12px;
          height: 20px;
          display: inline-block;
          margin: 0 4px -4px 0; }
  .eol-result-item__col-time {
    width: 132px;
    min-width: 94px;
    padding: 11px 0;
    margin-right: 8px; }
    .eol-result-item__col-time .row-time-total {
      font-weight: 800;
      font-size: 18px;
      line-height: 22px;
      color: #002256; }
    .eol-result-item__col-time .row-time-lost {
      font-size: 16px;
      line-height: 19px;
      color: #002256; }
  .eol-result-item__col-result {
    width: 56px;
    min-width: 40px;
    padding: 11px 0;
    margin-right: 8px; }
    .eol-result-item__col-result .row-result-place {
      font-weight: 800;
      font-size: 18px;
      line-height: 22px;
      color: #002256; }
    .eol-result-item__col-result .row-result-label {
      font-size: 16px;
      line-height: 19px;
      color: rgba(0, 34, 86, 0.5); }
  .eol-result-item__col-points {
    width: 132px;
    min-width: 83px;
    padding: 11px 0;
    margin-right: 8px; }
    .eol-result-item__col-points .row-points {
      font-weight: 800;
      font-size: 18px;
      line-height: 22px;
      color: #002256; }
    .eol-result-item__col-points .row-points-label {
      font-size: 16px;
      line-height: 19px;
      color: rgba(0, 34, 86, 0.5); }
  .eol-result-item__col-labels {
    padding: 11px 20px 11px 0;
    width: 122px;
    min-width: 122px;
    flex: 0 0 122px; }
  .eol-result-item__col-type-club {
    width: 18%;
    flex: 0 0 18%; }
    .eol-result-item__col-type-club .row-value {
      font-weight: 800;
      font-size: 18px;
      line-height: 22px;
      /* identical to box height */
      color: #002256; }
    .eol-result-item__col-type-club .row-label {
      font-size: 16px;
      line-height: 19px;
      color: rgba(0, 34, 86, 0.5); }
  .eol-result-item__col-reg {
    position: relative;
    width: 120px;
    flex: 0 0 120px;
    margin: 0 32px 0 8px;
    padding-left: 32px; }
    .eol-result-item__col-reg:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.50633 5.13918L5.27578 3.8999C2.40015 6.75634 2.40015 8.82645 2.40015 11.5014H3.27287L4.1456 11.4464C4.1456 8.89103 4.1456 7.48332 6.50633 5.13918ZM18.7236 3.8999L17.4948 5.13918C19.8547 7.48332 19.8547 8.89103 19.8547 11.5014L21.6001 11.4464C21.6001 8.82645 21.6001 6.75634 18.7236 3.8999ZM12.0001 21.1014C12.5406 21.102 13.0679 20.9343 13.5086 20.6215C13.9494 20.3087 14.2817 19.8663 14.4595 19.3559H9.5408C9.71854 19.8663 10.0509 20.3087 10.4916 20.6215C10.9324 20.9343 11.4597 21.102 12.0001 21.1014ZM18.1092 14.631V10.6286C18.1092 7.82107 16.2023 5.45598 13.6191 4.7447C13.3633 4.10063 12.7385 3.64681 12.0001 3.64681C11.2618 3.64681 10.6369 4.10063 10.3812 4.7447C7.79709 5.45598 5.89106 7.82107 5.89106 10.6286V14.631L4.40131 16.1207C4.32011 16.2016 4.25571 16.2978 4.21183 16.4037C4.16794 16.5096 4.14543 16.6231 4.1456 16.7377V17.6104C4.1456 17.8419 4.23755 18.0639 4.40122 18.2276C4.56488 18.3912 4.78687 18.4832 5.01833 18.4832H18.982C19.2134 18.4832 19.4354 18.3912 19.5991 18.2276C19.7627 18.0639 19.8547 17.8419 19.8547 17.6104V16.7377C19.8549 16.6231 19.8323 16.5096 19.7885 16.4037C19.7446 16.2978 19.6802 16.2016 19.599 16.1207L18.1092 14.631Z' fill='%23002256'/%3E%3C/svg%3E");
      height: 24px;
      width: 24px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -12px; }
    .eol-result-item__col-reg .row-label {
      font-weight: normal;
      font-size: 14px;
      line-height: 110%;
      letter-spacing: -0.02em;
      color: rgba(0, 34, 86, 0.5);
      margin-bottom: 2px; }
    .eol-result-item__col-reg .row-value {
      font-weight: bold;
      font-size: 16px;
      line-height: 110%;
      letter-spacing: -0.02em;
      color: #002256; }
    .eol-result-item__col-reg.empty {
      opacity: 0; }
  .eol-result-item--highlight {
    background-color: #F2F5E6; }
    .eol-result-item--highlight .eol-result-item__col-date {
      background-color: #D7E2B6; }
      .eol-result-item--highlight .eol-result-item__col-date:before {
        background-color: #D7E2B6; }
      .eol-result-item--highlight .eol-result-item__col-date .month,
      .eol-result-item--highlight .eol-result-item__col-date .letter {
        color: #62926D; }
      .eol-result-item--highlight .eol-result-item__col-date .day {
        color: #0B654E; }
    .eol-result-item--highlight .eol-result-item__col-date-multiple:before {
      background-color: #D7E2B6; }
    .eol-result-item--highlight .eol-result-item__col-date-multiple .multiple-day-letter,
    .eol-result-item--highlight .eol-result-item__col-date-multiple .multiple-month-name,
    .eol-result-item--highlight .eol-result-item__col-date-multiple .multiple-ends-month {
      color: #62926D; }
    .eol-result-item--highlight .eol-result-item__col-date-multiple .multiple-day-number,
    .eol-result-item--highlight .eol-result-item__col-date-multiple .multiple-ends-day {
      color: #0B654E; }

.page-template-eol-calendar-monthly .eol-result-item .eol-result-item__col-date,
.page-template-eol-calendar .eol-result-item .eol-result-item__col-date {
  min-width: 180px;
  flex: 0 0 180px; }

@media (max-width: 767.98px) {
  .eol-result-item {
    align-items: flex-start;
    position: relative; }
    .eol-result-item .eol-result-item__col-reg,
    .eol-result-item .eol-result-item__col-type-club,
    .eol-result-item .eol-result-item__col-points,
    .eol-result-item .eol-result-item__col-result,
    .eol-result-item .eol-result-item__col-date {
      display: none; }
    .eol-result-item .eol-result-item__col-labels {
      position: absolute;
      right: 0;
      bottom: 0;
      margin-right: -24px;
      margin-bottom: -15px; }
    .eol-result-item .eol-result-item__col-name {
      margin-left: 10px; }
    .eol-result-item .eol-result-item__col-time {
      min-height: 96px; } }

/**
 * Lablels
 */
.eol-label-group {
  display: inline-flex;
  flex-wrap: wrap; }
  .eol-label-group .eol-label {
    margin: 4px; }

.eol-label {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 8px 8px 0px 8px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px; }

.eol-label--blue {
  background: #002256;
  color: #fff; }

.eol-label--red {
  background: #E50E00;
  color: #fff; }

/**
 * Mobile Components
 */
.date-mobile {
  margin-right: 4px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .date-mobile {
      display: none; } }
  .date-mobile__letter {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #A6C08D; }
  .date-mobile__day {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #62926D; }
  .date-mobile__month {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #A6C08D; }

.reg-mobile {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #0B654E;
  opacity: 0.9; }
  .reg-mobile:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.9' d='M5.42188 4.28265L4.39642 3.24992C2.00006 5.63028 2.00006 7.35537 2.00006 9.58446H2.72733L3.45461 9.53865C3.45461 7.40919 3.45461 6.2361 5.42188 4.28265ZM15.603 3.24992L14.579 4.28265C16.5455 6.2361 16.5455 7.40919 16.5455 9.58446L18.0001 9.53865C18.0001 7.35537 18.0001 5.63028 15.603 3.24992ZM10.0001 17.5845C10.4505 17.585 10.8898 17.4453 11.2571 17.1846C11.6244 16.9239 11.9014 16.5553 12.0495 16.1299H7.95061C8.09872 16.5553 8.37568 16.9239 8.74298 17.1846C9.11027 17.4453 9.54966 17.585 10.0001 17.5845ZM15.091 12.1925V8.85719C15.091 6.51755 13.5019 4.54665 11.3492 3.95392C11.1361 3.41719 10.6153 3.03901 10.0001 3.03901C9.38479 3.03901 8.86406 3.41719 8.65097 3.95392C6.49752 4.54665 4.90915 6.51755 4.90915 8.85719V12.1925L3.6677 13.4339C3.60003 13.5013 3.54637 13.5815 3.5098 13.6697C3.47322 13.758 3.45447 13.8526 3.45461 13.9481V14.6754C3.45461 14.8683 3.53123 15.0532 3.66762 15.1896C3.80401 15.326 3.98899 15.4026 4.18188 15.4026H15.8182C16.0111 15.4026 16.1961 15.326 16.3325 15.1896C16.4689 15.0532 16.5455 14.8683 16.5455 14.6754V13.9481C16.5457 13.8526 16.5269 13.758 16.4903 13.6697C16.4538 13.5815 16.4001 13.5013 16.3324 13.4339L15.091 12.1925Z' fill='%230B654E'/%3E%3C/svg%3E");
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0 4px -5px 0; }

.eol-search-block,
.eol-athlete-search-block {
  display: inline-flex;
  width: 100%;
  margin: 40px 0; }
  @media (max-width: 767.98px) {
    .eol-search-block,
    .eol-athlete-search-block {
      flex-wrap: wrap; } }
  .eol-search-block .eol-search-competiton-form,
  .eol-search-block .eol-dropdown,
  .eol-athlete-search-block .eol-search-competiton-form,
  .eol-athlete-search-block .eol-dropdown {
    flex: 1 1 auto; }
  @media (min-width: 992px) {
    .eol-search-block .eol-dropdown,
    .eol-athlete-search-block .eol-dropdown {
      max-width: 300px; } }
  @media (min-width: 992px) {
    .eol-search-block .eol-dropdown .dropdown-menu,
    .eol-athlete-search-block .eol-dropdown .dropdown-menu {
      width: 100%; } }
  .eol-search-block .eol-toggle-switch,
  .eol-athlete-search-block .eol-toggle-switch {
    margin: 0 32px; }
    @media (max-width: 767.98px) {
      .eol-search-block .eol-toggle-switch,
      .eol-athlete-search-block .eol-toggle-switch {
        margin-right: 0;
        margin-left: 8px; } }
  @media (min-width: 992px) {
    .eol-search-block .eol-search-competiton-form,
    .eol-athlete-search-block .eol-search-competiton-form {
      max-width: 300px; } }
  @media (max-width: 767.98px) {
    .eol-search-block .eol-search-competiton-form,
    .eol-athlete-search-block .eol-search-competiton-form {
      margin-top: 16px;
      flex: 0 0 100%; } }

.eol-map-search-widget__header-title {
  background-color: #C9D89E;
  border-radius: 16px 16px 0px 0px;
  display: inline-block;
  padding: 10px;
  font-weight: 800;
  font-size: 27px;
  line-height: 33px;
  text-align: center;
  color: #0B654E;
  min-width: 134px;
  text-transform: uppercase; }

.eol-map-search-widget__body {
  padding: 16px;
  padding-bottom: 1px;
  background-color: #C9D89E;
  border-radius: 0px 16px 0px 0px;
  margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .eol-map-search-widget__body {
      border-radius: 0px 16px 0px 16px; } }

.eol-map-search-widget .form-group-inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 16px; }
  .eol-map-search-widget .form-group-inline-flex .from-to-group {
    flex: 1 1; }

.eol-map-search-widget .btn-search-submit {
  margin-left: 16px;
  border-radius: 58px 58px 0px 58px;
  font-weight: 800;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-transform: uppercase;
  min-width: 132px; }
  @media (max-width: 767.98px) {
    .eol-map-search-widget .btn-search-submit {
      margin: 16px 0 0 0;
      flex: 0 0 100%; } }

.eol-map-search-widget .form-group-with-trigger {
  display: flex; }

.eol-map-search-widget .form-input-plus-trigger {
  padding: 0;
  background: none;
  border: none;
  height: 50px;
  width: 30px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 992px) {
    .eol-map-search-widget .form-input-plus-trigger {
      display: none !important; } }
  .eol-map-search-widget .form-input-plus-trigger:after {
    content: '';
    background: url("../img/icon14-corner.svg") no-repeat right center;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 2px; }
  .eol-map-search-widget .form-input-plus-trigger:not(.collapsed):after {
    transform: rotate(45deg); }

@media (min-width: 992px) {
  .eol-map-search-widget #collapseSearchRows {
    display: block !important; } }

.eol-map-search-widget.for-desktop {
  display: none; }
  @media (min-width: 992px) {
    .eol-map-search-widget.for-desktop {
      display: block; } }

@media (min-width: 992px) {
  .eol-map-search-widget.for-mobile {
    display: none; } }

.eol-map-search-widget__header {
  position: relative; }

.eol-map-search-widget__map-helper {
  position: absolute;
  top: 11px;
  right: 20px;
  left: 140px;
  text-align: right; }

.eol-map-search-widget__map {
  position: relative;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  text-decoration: underline;
  color: #FFFFFF;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  .eol-map-search-widget__map svg {
    margin-right: 12px;
    min-width: 28px; }
  .eol-map-search-widget__map:hover {
    color: #FFFFFF; }

.eol-map-search-widget-wrap {
  background: #0B654E;
  border-radius: 16px;
  background: #0B654E url("../img/maps-bg.svg") no-repeat 95% 0; }
  .eol-map-search-widget-wrap__title {
    font-family: 'Geomanist', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0 24px;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .eol-map-search-widget-wrap__title {
        font-size: 42px;
        margin: 0 32px;
        padding: 25px 0; } }
  .eol-map-search-widget-wrap .eol-map-search-widget__body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }

@media (max-width: 991.98px) {
  .page-template-eol-maps .site-aside {
    margin-top: 40px; } }

.page-template-eol-maps .eol-map-search-widget__map-helper {
  display: none; }

.map-application {
  background-color: #0B654E;
  border-radius: 16px 16px 0px 16px;
  padding: 24px 16px;
  padding-top: 16px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .map-application {
      margin-top: 32px; } }
  .map-application:before {
    content: '';
    background: url("../img/maps-bg.svg") no-repeat 0 0;
    position: absolute;
    height: 90px;
    width: 162px;
    top: 0;
    right: 16px;
    pointer-events: none; }
  .map-application__title {
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    margin: 0; }
    .map-application__title svg {
      margin-right: 12px;
      min-width: 28px; }
    .map-application__title a {
      color: #FFFFFF; }
  .map-application__excerpt {
    display: flex;
    align-items: center;
    margin-top: 40px;
    position: relative;
    z-index: 10; }
  .map-application__excerpt-text {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 0; }
  .map-application__excerpt-button {
    margin-left: 10px;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 12px 20px;
    background: #E50E00;
    border-radius: 58px 58px 0px 58px;
    text-transform: uppercase;
    transition: background-color 200ms ease-in-out; }
    .map-application__excerpt-button:hover {
      background-color: #bf0c00;
      color: #FFFFFF;
      text-decoration: none; }

.home-searchbox {
  height: 224px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px 16px 0px 16px;
  max-width: 1310px;
  margin: 0 auto;
  background-color: #C9D89E;
  background-image: url("../img/bg-home-search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 991.98px) {
    .home-searchbox {
      border-radius: 0;
      height: 140px; } }

.home-search-form {
  background-color: #fff;
  padding: 12px 12px 12px 42px;
  border-radius: 58px 58px 0px 58px;
  width: 100%;
  max-width: 780px;
  margin: 0 20px;
  display: inline-flex; }
  @media (max-width: 991.98px) {
    .home-search-form {
      padding: 4px 4px 4px 24px;
      width: calc(100% - 40px); } }
  .home-search-form__input {
    background: #fff;
    border: none;
    height: 58px;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    color: #002256;
    margin-right: 16px;
    flex: 1 1 auto;
    min-width: 70px; }
    @media (max-width: 991.98px) {
      .home-search-form__input {
        font-size: 21px;
        line-height: 25px;
        height: 46px; } }
    .home-search-form__input:focus {
      outline: none; }
    .home-search-form__input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #002256;
      opacity: 1;
      /* Firefox */ }
    .home-search-form__input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #002256; }
    .home-search-form__input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #002256; }
  .home-search-form__submit {
    padding: 12px 20px;
    background: #E50E00;
    border: none;
    border-radius: 58px 58px 0px 58px;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .home-search-form__submit {
        font-size: 18px;
        line-height: 22px; } }

.home-navigation {
  max-width: 1310px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -31px; }
  @media (max-width: 767.98px) {
    .home-navigation {
      margin-top: -21px; } }
  .home-navigation .menu-item {
    padding: 12px 24px;
    background-color: #002256;
    border-radius: 24px 24px 0px 24px;
    margin: 8px 16px;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    transition: background-color 200ms ease-in-out; }
    @media (max-width: 767.98px) {
      .home-navigation .menu-item {
        font-size: 16px;
        line-height: 120%;
        margin: 4px 8px;
        padding: 8px 20px; } }
    @media (max-width: 575.98px) {
      .home-navigation .menu-item {
        flex: 0 0 calc(50% - 16px);
        text-align: center; } }
    .home-navigation .menu-item:hover {
      background-color: #0B654E;
      text-decoration: none; }
  @media (max-width: 991.98px) {
    .home-navigation .menu-item.hide-mobile {
      display: none; } }

.news-slider {
  margin-bottom: 40px; }
  .news-slider .slick-slide {
    border-radius: 8px; }
  .news-slider .slick-dots {
    position: absolute;
    bottom: 12px;
    right: 12px;
    margin: 0;
    padding: 0;
    display: inline-flex; }
    .news-slider .slick-dots li {
      list-style-type: none; }
    .news-slider .slick-dots button {
      height: 8px;
      width: 8px;
      border: none;
      border-radius: 8px;
      display: block;
      padding: 0;
      text-indent: -9999px;
      overflow: hidden;
      background-color: #fff;
      opacity: .3;
      margin: 4px; }
    .news-slider .slick-dots .slick-active button {
      opacity: .7; }
  .news-slider .slick-arrow {
    border: none;
    background: none;
    padding: 0;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 100; }
  .news-slider .slick-prev {
    left: 8px;
    background: url("../img/icon24__arrow-left.svg") no-repeat 0 0; }
  .news-slider .slick-next {
    right: 8px;
    background: url("../img/icon24__arrow-right.svg") no-repeat 0 0; }

.news-slider-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden; }
  .news-slider-item__photo {
    border-radius: 8px;
    height: 430px;
    background-color: #F2F5E6; }
    .news-slider-item__photo img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .news-slider-item__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 28px;
    background: rgba(0, 34, 86, 0.8);
    border-radius: 8px; }
  .news-slider-item__title {
    font-family: 'Geomanist', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    color: #FFFFFF; }
  .news-slider-item__title-link {
    color: #FFFFFF; }
    .news-slider-item__title-link:hover {
      color: #FFFFFF; }
  .news-slider-item__time {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase; }
    .news-slider-item__time .month {
      font-weight: bold; }

.news-slider-title {
  font-family: 'Geomanist', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  color: #002256;
  margin-bottom: 16px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .news-slider-title {
      font-size: 42px; } }
  .news-slider-title a {
    color: #002256; }
    .news-slider-title a:hover {
      color: #0B654E;
      text-decoration: none; }

.national-team-slider {
  background: #0B654E;
  background: #0B654E url("../img/bg-national-team-card.svg") no-repeat right 20px;
  border-radius: 16px 16px 0px 16px;
  padding: 24px 32px 32px 32px; }
  .national-team-slider__title {
    font-family: 'Geomanist', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .national-team-slider__title {
        font-size: 42px; } }

.national-team-slides .slick-arrow {
  border: none;
  background: none;
  position: absolute;
  top: 261px;
  height: 35px;
  width: 31px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  z-index: 50; }
  @media (min-width: 768px) {
    .national-team-slides .slick-arrow {
      top: 291px; } }
  .national-team-slides .slick-arrow.slick-disabled {
    opacity: .5; }

.national-team-slides .slick-prev {
  left: 0;
  background: url("../img/back-arrows.svg") no-repeat 0 0; }

.national-team-slides .slick-next {
  right: 0;
  background: url("../img/forward-arrows.svg") no-repeat 0 0; }

.national-team-slide-item:hover * {
  text-decoration: none; }

.national-team-slide-item__photo {
  border-radius: 50%;
  overflow: hidden;
  max-width: 326px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto; }
  .national-team-slide-item__photo img {
    display: block;
    height: auto;
    width: 100%; }

.national-team-slide-item__name {
  font-family: 'Geomanist', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .national-team-slide-item__name {
      font-size: 42px; } }

.national-team-slide-item__meta {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF; }

.race-banner {
  background: #F2F4F7;
  border-radius: 8px 8px 0px 8px;
  display: flex;
  align-items: center;
  height: 180px; }
  .race-banner:hover {
    text-decoration: none; }
  .race-banner__logo {
    background: #fff;
    border-radius: 0px 0px 0px 42px;
    width: 39%;
    flex: 0 0 39%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .race-banner__logo img {
      display: block;
      max-width: 78%;
      height: auto; }
  .race-banner__text {
    padding: 16px 8px 24px 24px; }
    @media (max-width: 767.98px) {
      .race-banner__text {
        padding: 8px; } }
    .race-banner__text .date-bottom,
    .race-banner__text .date-top {
      font-size: 18px;
      line-height: 22px;
      color: rgba(0, 34, 86, 0.5); }
      .race-banner__text .date-bottom .month,
      .race-banner__text .date-top .month {
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 1px; }
    .race-banner__text .title {
      font-family: 'Geomanist', sans-serif;
      font-weight: bold;
      font-size: 16px;
      line-height: 120%;
      color: #002256;
      margin: 8px 0;
      position: relative; }
      .race-banner__text .title:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1667 15.1658C13.9457 15.1658 13.7337 15.078 13.5774 14.9217C13.4211 14.7654 13.3333 14.5535 13.3333 14.3324V6.83244H5.83333C5.61232 6.83244 5.40036 6.74464 5.24408 6.58836C5.0878 6.43208 5 6.22012 5 5.9991C5 5.77809 5.0878 5.56613 5.24408 5.40985C5.40036 5.25357 5.61232 5.16577 5.83333 5.16577H14.1667C14.3877 5.16577 14.5996 5.25357 14.7559 5.40985C14.9122 5.56613 15 5.77809 15 5.9991V14.3324C15 14.5535 14.9122 14.7654 14.7559 14.9217C14.5996 15.078 14.3877 15.1658 14.1667 15.1658Z' fill='%23002256'/%3E%3Cpath d='M5.83334 15.1658C5.66855 15.1657 5.50747 15.1169 5.37046 15.0253C5.23345 14.9337 5.12667 14.8036 5.06361 14.6513C5.00055 14.4991 4.98405 14.3316 5.01619 14.1699C5.04833 14.0083 5.12766 13.8598 5.24417 13.7433L13.5775 5.40995C13.7347 5.25815 13.9452 5.17416 14.1637 5.17606C14.3822 5.17796 14.5912 5.2656 14.7457 5.4201C14.9002 5.57461 14.9878 5.78362 14.9897 6.00212C14.9916 6.22061 14.9076 6.43112 14.7558 6.58829L6.42251 14.9216C6.34522 14.9991 6.25339 15.0606 6.15228 15.1025C6.05118 15.1444 5.94279 15.1659 5.83334 15.1658Z' fill='%23002256'/%3E%3C/svg%3E");
        height: 21px;
        width: 20px;
        position: absolute;
        left: 0;
        bottom: -28px; }

.day-list-alt {
  margin: 30px 0;
  display: flex;
  overflow-x: auto;
  padding-bottom: 16px; }
  .day-list-alt__item {
    margin: 0 8px;
    text-align: center; }
    .day-list-alt__item:hover {
      text-decoration: none; }
      .day-list-alt__item:hover .day-box {
        background-color: #dfe6c2; }
    .day-list-alt__item:first-child {
      margin-left: 0; }
    .day-list-alt__item:last-child {
      margin-right: 0; }
    .day-list-alt__item .day-letter {
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      color: #A6C08D;
      margin-bottom: 2px;
      display: inline-block; }
    .day-list-alt__item .day-box {
      padding: 6px 4px;
      background: #F2F5E6;
      border-radius: 16px;
      height: 52px;
      min-width: 52px;
      transition: background 200ms ease-in-out; }
      .day-list-alt__item .day-box .day-number {
        font-weight: 800;
        font-size: 25px;
        line-height: 1;
        text-align: center;
        color: #0B654E; }
      .day-list-alt__item .day-box .month {
        font-weight: bold;
        font-size: 12px;
        line-height: 1;
        /* identical to box height */
        text-align: center;
        color: #62926D;
        text-transform: uppercase;
        display: block; }
  .day-list-alt__item.active .day-box {
    background: #E50E00;
    border-bottom-right-radius: 0; }
    .day-list-alt__item.active .day-box .month,
    .day-list-alt__item.active .day-box .day-number {
      color: #fff; }

/**
 * Custom Scrollbar
 */
/* width */
.day-list-alt::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

/* Track */
.day-list-alt::-webkit-scrollbar-track {
  background: #F2F5E6;
  border-radius: 8px; }

/* Handle */
.day-list-alt::-webkit-scrollbar-thumb {
  background: #D7E2B6;
  border-radius: 8px; }

/* Handle on hover */
.day-list-alt::-webkit-scrollbar-thumb:hover {
  background: #0B654E; }

.tabbed-filter-form {
  border: 1px solid #D7E2B6;
  border-radius: 0px 16px 16px 16px;
  padding: 24px 16px; }
  .tabbed-filter-form > form {
    margin: 0; }
  @media (max-width: 991.98px) {
    .tabbed-filter-form .eol-dropdown .dropdown-toggle {
      font-size: 16px; } }
  @media (max-width: 991.98px) {
    .tabbed-filter-form .eol-dropdown .dropdown-item {
      font-size: 16px; } }
  @media (max-width: 991.98px) {
    .tabbed-filter-form .custom-control.custom-checkbox .custom-control-label {
      font-size: 16px;
      line-height: 26px; } }

.tabbed-filter-navigation {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  margin-bottom: -1px; }
  .tabbed-filter-navigation__item {
    padding: 12px 32px;
    background: #0B654E;
    border-radius: 16px 16px 0px 0px;
    border: 1px solid #0B654E;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #FFFFFF;
    height: 48px;
    text-decoration: none; }
    @media (max-width: 991.98px) {
      .tabbed-filter-navigation__item {
        padding: 8px 16px;
        font-size: 16px;
        line-height: 19px;
        height: 37px; } }
    .tabbed-filter-navigation__item.active {
      background-color: #fff;
      border-color: #D7E2B6;
      color: #0B654E;
      padding: 17px 24px;
      border-bottom-color: #fff;
      height: 58px; }
      @media (max-width: 991.98px) {
        .tabbed-filter-navigation__item.active {
          height: 45px;
          padding: 12px 16px; } }
    .tabbed-filter-navigation__item:hover {
      text-decoration: none; }
    .tabbed-filter-navigation__item:hover:not(.active) {
      color: #fff; }
      @media (min-width: 992px) {
        .tabbed-filter-navigation__item:hover:not(.active) {
          padding-bottom: 4px;
          height: 52px; } }
    @media (max-width: 991.98px) {
      .tabbed-filter-navigation__item.is-grid {
        display: none; } }
  .tabbed-filter-navigation__item + .tabbed-filter-navigation__item {
    margin-left: 12px; }

.grid-calendar-wrap {
  overflow-y: hidden;
  overflow-x: auto; }

.grid-calendar {
  min-width: 925px; }

/**
 * Navigation 
 */
.grid-calendar-navigation {
  background-color: #D7E2B6;
  padding: 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between; }
  .grid-calendar-navigation--top {
    border-radius: 16px 16px 0px 0px;
    margin-bottom: 16px; }
  .grid-calendar-navigation--bottom {
    border-radius: 0px 0px 16px 16px;
    margin-top: 16px; }
  .grid-calendar-navigation__item {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #0B654E;
    display: inline-flex; }
    .grid-calendar-navigation__item:hover {
      color: #002256;
      text-decoration: none; }
    .grid-calendar-navigation__item--prev .link-icon {
      margin-right: 16px; }
    .grid-calendar-navigation__item--next .link-icon {
      margin-left: 16px; }

/**
 * Header
 */
.grid-calendar-header {
  margin: 16px 0;
  background: #002256;
  border-radius: 16px 16px 0px 0px; }
  .grid-calendar-header__item {
    display: inline-block;
    padding: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    width: 100%; }
  .grid-calendar-header .day-item > .grid-calendar-header__item {
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .grid-calendar-header .day-item:first-child > .grid-calendar-header__item {
    border-left-color: transparent; }
  .grid-calendar-header > .row > .col,
  .grid-calendar-header > .row > [class*="col-"] {
    width: 14.285%; }

/**
 * Calendar Body
 */
.grid-calendar-body {
  margin: 16px 0; }
  .grid-calendar-body .row + .row {
    margin-top: 16px; }
  .grid-calendar-body > .row > .col,
  .grid-calendar-body > .row > [class*="col-"] {
    width: 14.285%; }

.calendar-empty-column {
  height: 100%;
  background: #F2F5E6;
  border-radius: 8px;
  margin: 4px 0; }

.calendar-day-column {
  padding: 0 4px;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .day-nr-1 .calendar-day-column {
    padding-left: 0; }
  .day-nr-7 .calendar-day-column {
    padding-right: 0; }

.calendar-day-number {
  display: block;
  background: #D7E2B6;
  border-radius: 8px;
  padding: 8px;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #0B654E; }
  .calendar-day-number--today {
    background-color: #E50E00;
    color: #fff;
    border-radius: 8px 8px 0px 8px; }

/**
 * Calendar item
 */
.box-competiton {
  padding: 16px;
  border: 1px solid #C9D89E;
  border-radius: 8px;
  margin: 4px 0;
  position: relative; }
  .box-competiton:hover {
    background-color: #F2F5E6; }
  .box-competiton__title {
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    color: #002256;
    margin-bottom: 4px; }
    .box-competiton__title a {
      color: #002256;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
      .box-competiton__title a:hover {
        color: #002256;
        text-decoration: none; }
  .box-competiton__marker {
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.02em;
    color: #62926D;
    margin-bottom: 0; }
    .box-competiton__marker > svg {
      margin-left: -4px; }
  .box-competiton__labels {
    position: absolute;
    right: 10px;
    bottom: 0;
    display: inline-flex; }
    .box-competiton__labels .label-xs + .label-xs {
      margin-left: 4px; }

.calendar-collapse-trigger {
  padding: 8px 16px;
  background: #F2F5E6;
  border: none;
  border-radius: 8px 8px 0px 8px;
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #0B654E;
  text-transform: uppercase;
  width: 100%; }
  .calendar-collapse-trigger .highlight {
    color: #62926D; }
  .calendar-column-body .calendar-collapse-trigger {
    margin-top: 4px; }
  .calendar-collapse-trigger .text-open {
    display: none; }

.calendar-collapse-trigger[aria-expanded="true"] .text-closed {
  display: none; }

.calendar-collapse-trigger[aria-expanded="true"] .text-open {
  display: inline-block; }

/**
 * Labels
 */
.label-xs {
  display: inline-block;
  padding: 1px 4px;
  border-radius: 4px 4px 0px 4px;
  color: #fff;
  font-weight: 800;
  font-size: 9px;
  line-height: 11px; }

.label-blue {
  background-color: #002256; }

.label-red {
  background-color: #E50E00; }

/* ------------------------------------------------------------ *\
    Load Last
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Geomanist';
  src: url("../fonts/geomanist-bold-webfont.eot");
  src: url("../fonts/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/geomanist-bold-webfont.woff2") format("woff2"), url("../fonts/geomanist-bold-webfont.woff") format("woff"), url("../fonts/geomanist-bold-webfont.ttf") format("truetype"), url("../fonts/geomanist-bold-webfont.svg#geomanistregular") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/*# sourceMappingURL=pp-app-theme.css.map */
