@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,700;1,300&family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300&display=swap);
@charset "UTF-8";
:root {
  --bs-blue: #01459D;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #CC0000;
  --bs-orange: #fd7e14;
  --bs-yellow: #F0C400;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #01459D;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #F0C400;
  --bs-danger: #CC0000;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #01459D;
  text-decoration: underline;
}
a:hover {
  color: #01377e;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

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,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(1, 69, 157, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  @apply font-sans;
  font-family: "Montserrat";
}

.brand {
  @apply text-3xl font-medium text-indigo-500;
}

.container {
  width: 100vw;
  max-width: 1200px;
  margin: auto;
  padding: 0rem;
}

.lightyellow {
  color: #FFD600;
}

.red {
  color: #CC0000;
}

.condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.black-link {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.white-link {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.white-link:hover {
  color: white;
}

hr {
  background-color: #FFD600;
  height: 2px !important;
  opacity: 1 !important;
}

h1, .h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  line-height: 120%;
}

h2, .h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: bold;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.redlink {
  color: #CC0000;
  font-weight: bold;
  text-decoration: none;
}
.redlink:hover {
  color: #9c0000;
  transition: 0.2s all ease-in;
}

.greylink {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}
.greylink:hover {
  color: #666666;
  transition: 0.2s all ease-in;
}

.title-grey {
  background-color: #EAEAEA !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  text-align: center !important;
  padding: 0.5rem !important;
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 22px !important;
}

.nav-primary {
  position: absolute;
  width: 100%;
  z-index: 1000;
  transition: 0.2s all ease-in-out;
}

.nav-down {
  position: fixed;
  top: 0;
}

.nav-up {
  top: -48px;
  position: fixed;
}

.fixed-position {
  position: fixed;
}

.mobile-menu {
  display: none;
}

.btn {
  color: white;
  background: #CC0000;
  border-radius: 3px;
  padding: 12px 25px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}
.btn:hover {
  color: white;
  background-color: #9c0000;
  transition: 0.2s all ease-in;
}

.btn-yellow {
  padding: 8px 24px;
  background: #FFD600;
  border-radius: 3px;
  color: #222222;
  width: auto;
  margin: auto;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

.post img {
  margin-bottom: 1rem;
  width: -webkit-fill-available;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto !important;
  max-width: 100%;
}
.post .category {
  background-color: #EAEAEA;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.3rem;
  color: #000000;
  text-decoration: none;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.post .category:hover {
  text-decoration: none;
  background-color: #666666;
  transition: 0.2s all ease-in;
  color: #000000;
}
.post .title {
  font-size: 24px;
  line-height: 110%;
  margin: 1rem 0rem;
  text-decoration: none;
  color: #000000;
  font-family: "Montserrat";
  font-weight: bold;
}
.post .text {
  color: #666666;
  font-family: "Montserrat";
}
.post .link {
  color: #CC0000;
  font-weight: bold;
  text-decoration: none;
}
.post .link:hover {
  color: #9c0000;
  transition: 0.2s all ease-in;
}
.post iframe {
  width: 100%;
}
.post .category-header {
  background-color: #EAEAEA;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
}

.post.small .title {
  font-size: 18px;
}

.post-title-only {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 0.5rem;
  color: #000000;
  display: block;
  text-decoration: none;
  font-family: "Montserrat";
}
.post-title-only:hover {
  text-decoration: none;
  color: #666666;
}

.podcast-home iframe {
  width: 100%;
}

.entry-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 110%;
  color: #000000;
  text-align: left;
}

.post-date {
  color: #999999;
}

article {
  font-family: "Montserrat";
}
article header {
  margin-bottom: 1rem;
}

.share {
  margin-bottom: 1rem;
}
.share a {
  display: inline-block;
  border-radius: 50%;
  background-color: #000000;
  color: white;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 3px;
  font-size: 0.8rem;
  margin-right: 0.5rem;
}
.share a:hover {
  color: #000000;
  background: white;
  transition: 0.2s all ease-in;
}

.posts-list-container {
  text-align: left;
  padding: 2rem 1rem;
  background: #F5F5F5;
  margin-bottom: 2rem;
}
.posts-list-container .link {
  color: #CC0000;
  font-weight: bold;
  text-decoration: none;
}
.posts-list-container .link:hover {
  color: #9c0000;
  transition: 0.2s all ease-in;
}

.list-title {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.related-container h3, .related-container .h3 {
  text-align: left !important;
  font-style: normal;
  padding-left: 0;
  margin-top: 1rem;
}

.related-link {
  text-decoration: none;
  display: block;
}

.medium .title {
  margin-top: 0 !important;
}
.medium .text {
  margin-bottom: 1rem;
}

.custom-podcast img {
  width: 100%;
  max-height: 200px;
}
.custom-podcast .post-title-only {
  text-align: center;
  margin-top: 0.5rem;
}
.custom-podcast audio {
  width: 100%;
}

/* @see https://setupad.com/ad-formats/ */
.ad,
.comm {
  margin: 1rem 0rem;
  display: block;
}
.ad img,
.comm img {
  width: 100%;
}

.ad-mobile img,
.comm-mobile img {
  display: none;
}

.ad-banner,
.comm-banner {
  display: block;
  height: 50px;
  width: 320px;
}

.ad-leaderboard,
.comm-leaderboard {
  display: block;
  height: 50px;
  margin: 0 auto;
  width: 320px;
}
@media (max-width: 767.98px) {
  .ad-leaderboard img,
.comm-leaderboard img {
    display: none;
  }
  .ad-leaderboard img.hidden,
.comm-leaderboard img.hidden {
    display: block;
  }
}
@media (min-width: 768px) {
  .ad-leaderboard,
.comm-leaderboard {
    height: 90px;
    width: 728px;
  }
  .ad-leaderboard .hidden,
.comm-leaderboard .hidden {
    display: none;
  }
}

.max-height-ad {
  max-height: 265px;
}

.discover-magazine {
  background-color: #FFF;
  padding: 1rem;
  color: #000000;
  text-align: center;
  border: 1px solid #CCCCCC;
}
.discover-magazine h3, .discover-magazine .h3 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 110% !important;
  text-transform: inherit !important;
  margin-left: 12px;
  text-align: left !important;
}

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

.poll {
  border: 2px solid #EAEAEA;
  padding: 1rem;
  text-align: left !important;
  max-width: 260px;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.poll a {
  display: none;
}
.poll .title {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.poll .question {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
}
.poll input[type=radio], .poll input[type=button] {
  display: none;
}
.poll .wp-polls-ul {
  margin: 0 !important;
}
.poll label {
  width: 100%;
  background-color: #EAEAEA;
  padding: 8px 16px;
  border-radius: 3px;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.poll label:hover {
  background-color: #666666;
  transition: 0.2s all ease-in;
}

.newsletter-form {
  background-color: white;
  padding: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 1rem;
  border: 1px solid #CCCCCC;
}
.newsletter-form h2, .newsletter-form .h2 {
  text-transform: none !important;
  font-size: 1rem;
}
.newsletter-form .title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.newsletter-form input {
  margin-bottom: 0.5rem;
}
.newsletter-form input[type=email] {
  border-radius: 3px;
  border: 0;
  padding: 0.8rem;
  width: 100%;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  border-radius: 3px;
}
.newsletter-form .btn {
  display: block;
  background-color: #000000;
}
.newsletter-form input[type=submit] {
  background-color: #CC0000;
  border: 0;
  border-radius: 3px;
  color: white;
  padding: 0.8rem;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}
.newsletter-form .gform_title {
  font-style: normal !important;
}

.subcategories {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.subcategories .subcategory {
  background-color: #EAEAEA;
  padding: 15px 16px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  cursor: pointer;
}
.subcategories .subcategory:hover {
  text-decoration: none;
  background-color: #000000;
  color: white;
  transition: 0.2s all ease-in;
}
.subcategories .subcategory:not(:last-child) {
  margin-right: 1rem;
}
.subcategories .subcategory.active {
  background-color: #000000;
  color: white;
}

.pagination {
  text-align: center;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.pagination .nav-links {
  margin-bottom: 1rem;
}
.pagination .nav-links .page-numbers {
  background-color: white;
  padding: 1rem;
  border: 1px solid #EAEAEA;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  margin-right: -4px;
}
.pagination .nav-links .page-numbers:hover {
  background-color: #000000;
  color: white;
  transition: 0.2s all ease-in;
}
.pagination .nav-links .current {
  background-color: #000000;
  color: white;
}
.pagination .nav-links .next {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination .nav-links .prev {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.contact h1, .contact .h1 {
  font-style: normal;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2rem;
}
.contact .socials a {
  border-radius: 50%;
  background-color: #000000;
  color: white;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 8px;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.contact .socials a:hover {
  color: #000000;
  background: white;
  transition: 0.2s all ease-in;
}
.contact .contact-form .gform_title {
  display: none !important;
}
.contact .contact-form .nf-form-title, .contact .contact-form .nf-field-label, .contact .contact-form .nf-before-form-content {
  display: none !important;
}
.contact .contact-form .gform_button, .contact .contact-form .nf-form-content button, .contact .contact-form .nf-form-content input[type=button], .contact .contact-form .nf-form-content input[type=submit] {
  color: white;
  background-color: #CC0000 !important;
  border-radius: 3px !important;
  padding: 12px 28px !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 24px;
  text-decoration: none !important;
  width: auto !important;
  border: 0px;
  text-transform: uppercase;
}
.contact .contact-form .gform_button:hover, .contact .contact-form .nf-form-content button:hover, .contact .contact-form .nf-form-content input[type=button]:hover, .contact .contact-form .nf-form-content input[type=submit]:hover {
  color: white !important;
  background-color: #9c0000 !important;
  transition: 0.2s all ease-in;
}
.contact .contact-form input:not([type=submit]), .contact .contact-form textarea {
  width: 100%;
  border: 1px solid #EAEAEA !important;
  border-radius: 3px !important;
  padding: 0.5rem !important;
  background-color: white !important;
}

.page h1, .page .h1, .page h2, .page .h2, .page h3, .page .h3 {
  text-align: left;
  font-style: normal;
  font-weight: 800 !important;
}

.section-files {
  border: 1px solid #EAEAEA;
  padding: 1rem;
  font-weight: bold;
  float: right;
  width: 240px;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.section-files a {
  display: block;
  text-decoration: none;
  color: #000000;
}

/** Partials */
main {
  padding-top: 1rem;
}

header.banner {
  z-index: 1000;
  /*padding: 15px 0;*/
  color: #000000;
  background-color: #fff;
  width: 100%;
  margin-bottom: 48px;
}
header.banner .banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.banner .nav-primary {
  background-color: #EAEAEA;
}
header.banner .burger {
  display: none;
}
header.banner .brand {
  text-decoration: none;
}
header.banner .brand svg {
  pointer-events: none;
}
header.banner .top-menu {
  padding: 1rem;
}
header.banner nav ul {
  list-style: none;
  margin: 0;
  padding: 0px 1rem;
}
@media (max-width: 575.98px) {
  header.banner nav li.current-menu-item a {
    font-style: normal;
    color: #97C3FF !important;
  }
}
@media (min-width: 768px) {
  header.banner nav li.current-menu-item a::after {
    transform: scaleX(1);
  }
}
header.banner nav a {
  font-family: "Roboto Condensed", sans-serif;
  color: inherit;
  padding: 15px;
  position: relative;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
header.banner nav a:after {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 15px;
  /*background-color: #60B3E2;*/
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.3s transform ease-in;
}
header.banner nav a:hover {
  background-color: #666666;
  transition: 0.2s all ease-in;
}
header.banner nav svg {
  margin-top: -5px;
}
header.banner nav .header-socials {
  display: inherit !important;
}
header.banner form.search-form #searchsubmit {
  background: transparent;
  border: 0;
  position: relative;
  left: -45px;
  top: 2px;
}
header.banner form.search-form label span {
  font-size: 1.3rem;
  color: #999999;
}
header.banner form.search-form label input[type=search] {
  width: 400px;
  padding: 0.5rem !important;
  background-color: #F5F5F5;
  border: 1px solid #EAEAEA !important;
  box-sizing: border-box;
  border-radius: 3px;
  color: #999999;
}
@media (max-width: 575.98px) {
  header.banner .burger {
    display: block;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    right: 1rem;
    background-color: transparent;
    z-index: 50;
  }
  header.banner .burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 2px;
    background-color: black;
    transition: 0.2s all ease-in;
  }
  header.banner .burger span:after, header.banner .burger span:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: black;
    position: absolute;
    left: 0;
    transition: 0.2s all ease-in;
    transform: rotate(0);
    transform-origin: center;
  }
  header.banner .burger span:before {
    top: -7px;
  }
  header.banner .burger span:after {
    bottom: -7px;
  }
  header.banner .burger.burger-close span {
    background-color: transparent;
  }
  header.banner .burger.burger-close span::before {
    top: 0;
    transform: rotate(45deg);
  }
  header.banner .burger.burger-close span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  header.banner nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #152D3A;
    padding-top: 50px;
    height: 100vh;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
  }
  header.banner nav li.menu-social {
    margin-top: 20px;
  }
  header.banner nav a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header.banner nav.nav-active {
    transform: translateX(0);
  }
  header.banner .link-linkedin {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    display: block;
    margin-left: 17px;
  }
  header.banner .link-linkedin svg {
    position: relative;
    top: 3px;
    left: -1px;
  }
  header.banner .link-linkedin path {
    fill: #01459D !important;
  }
  header.banner.bg-white path[fill=white] {
    fill: #fff !important;
  }
  header.banner.bg-white .burger span,
header.banner.bg-white .burger span::after,
header.banner.bg-white .burger span::before {
    background-color: #fff;
  }
  header.banner.bg-white .burger.burger-close span {
    background-color: #01459D;
  }
  header.banner.bg-white .menu-item a {
    color: white;
  }
  header.banner.bg-white a::after {
    background-color: #fff;
    color: #fff !important;
  }
}
@media (min-width: 768px) {
  header.banner {
    transition: 0.2s all ease-in;
  }
  header.banner path[fill=white] {
    transition: 0.2s all ease-in;
  }
  header.banner.bg-white path[fill=white] {
    fill: #01459D !important;
  }
  header.banner.bg-white a::after {
    background-color: #01459D;
  }
  header.banner.bg-white .link-linkedin path {
    fill: #01459D !important;
  }
  header.banner nav ul {
    display: flex;
  }
}

.bg-home {
  position: absolute;
  left: 0;
  top: -1rem;
  z-index: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.bg-home img {
  width: 1630px !important;
  height: 850px !important;
}

.home .post .title {
  margin-bottom: 0.5rem !important;
}
.home .post img {
  margin-bottom: 0rem !important;
  max-width: 100%;
}

.home-main-content {
  padding-top: 5rem;
  position: relative;
}
.home-main-content h1, .home-main-content .h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 120%;
}
.home-main-content h2, .home-main-content .h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 1rem;
}
.home-main-content h3, .home-main-content .h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  padding: 0.5rem;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.videos-container {
  background: #222222;
  color: white;
}
.videos-container .post .title, .videos-container .post .text {
  color: white !important;
}
.videos-container .post .link {
  display: none;
}

.bg-footer {
  background-color: #405b6b;
}

footer .subscribe {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #F5F5F5;
  color: black;
}
footer .subscribe .title {
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
footer .subscribe i {
  font-size: 2rem;
  margin-bottom: 1rem;
}
footer .subscribe .img-container img {
  filter: drop-shadow(0px 2px 8px rgba(40, 41, 61, 0.04)) drop-shadow(0px 16px 24px rgba(96, 97, 112, 0.16));
}
footer .links {
  background-color: #000000;
  color: white;
  font-size: 14px;
  line-height: 18px;
}
footer .links .col-links a {
  opacity: 0.8;
  text-decoration: none;
  margin-bottom: 0.3rem;
}
footer .links .last-col-links a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
footer .copyright {
  background-color: #222222;
  padding: 1rem;
}
footer .copyright .text {
  color: white;
  font-size: 14px;
  opacity: 0.8;
}
footer .copyright .socials a {
  border-radius: 50%;
  background-color: white;
  color: #000000;
  width: 25px;
  height: 25px;
  text-align: center;
  padding-top: 3px;
  font-size: 0.8rem;
  margin-right: 0.5rem;
}
footer .copyright .socials a:hover {
  color: white;
  background: #000000;
  transition: 0.2s all ease-in;
}
footer a {
  color: inherit;
  position: relative;
  display: inline-block;
}
footer a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.3s transform ease-in;
}
footer a:hover:not(.no-anim) {
  text-decoration: none;
  color: inherit;
}
footer a:hover:not(.no-anim):after {
  transform-origin: left;
  transform: scaleX(1);
}
footer .footer-title {
  font-family: "Archive";
}
footer .link-linkedin {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: 0.2s all ease-in;
}
footer .link-linkedin svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .link-linkedin:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
footer .link-linkedin:hover path {
  fill: #fff;
}

@media (max-width: 575.98px) {
  footer .col-md-3, footer .col-12 {
    text-align: center !important;
  }
}
.bg-login {
  background: url("/app/themes/cherrypulp/public/images/login.png") no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: -1;
}

.content-login {
  text-align: center;
}
.content-login .swpm-login-widget-form, .content-login .swpm-registration-widget-form, .content-login .swpm-pw-reset-widget-form {
  margin-top: 120px;
}
.content-login #swpm-login-form, .content-login #swpm-registration-form, .content-login #swpm-pw-reset-form {
  background-color: white;
  padding: 1rem;
  border-radius: 3px;
  width: 375px;
  margin: auto;
}
.content-login #swpm-login-form input:not([type=submit]), .content-login #swpm-registration-form input:not([type=submit]), .content-login #swpm-pw-reset-form input:not([type=submit]) {
  width: 100%;
  border: 1px solid #EAEAEA !important;
  border-radius: 3px !important;
  padding: 0.5rem;
  background-color: white !important;
}
.content-login #swpm-login-form .swpm-forgot-pass-link, .content-login #swpm-registration-form .swpm-forgot-pass-link, .content-login #swpm-pw-reset-form .swpm-forgot-pass-link {
  text-align: right;
}
.content-login #swpm-login-form .swpm-login-form-pw-reset-link, .content-login #swpm-registration-form .swpm-login-form-pw-reset-link, .content-login #swpm-pw-reset-form .swpm-login-form-pw-reset-link {
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
.content-login #swpm-login-form .swpm-login-form-pw-reset-link:hover, .content-login #swpm-registration-form .swpm-login-form-pw-reset-link:hover, .content-login #swpm-pw-reset-form .swpm-login-form-pw-reset-link:hover {
  text-decoration: underline;
  transition: 0.2s all ease-in;
}
.content-login #swpm-login-form .swpm-login-form-register-link, .content-login #swpm-registration-form .swpm-login-form-register-link, .content-login #swpm-pw-reset-form .swpm-login-form-register-link {
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
}
.content-login #swpm-login-form .swpm-login-form-register-link:hover, .content-login #swpm-registration-form .swpm-login-form-register-link:hover, .content-login #swpm-pw-reset-form .swpm-login-form-register-link:hover {
  text-decoration: underline;
  transition: 0.2s all ease-in;
}

.no-margin .swpm-login-widget-form, .no-margin .swpm-registration-widget-form, .no-margin .swpm-pw-reset-widget-form {
  margin-top: 0px !important;
}

.accept_terms_link {
  text-decoration: none;
  color: #000000;
}
.accept_terms_link:hover {
  color: #000000;
  text-decoration: underline;
}

.the_champ_sharing_container {
  display: none !important;
}

.profile {
  /*input:focus{
      outline: none;
  }*/
}
.profile input:not([type=submit]):not(#subscriberInfos), .profile select {
  width: 100%;
  border: 1px solid #EAEAEA !important;
  border-radius: 3px !important;
  padding: 0.5rem;
  background-color: white !important;
}
.profile .header-profile {
  margin-bottom: 2rem;
}

#payments-card {
  display: none;
}

.bg-subscribe-success {
  background: url("/app/themes/cherrypulp/public/images/subscribe_success.png") no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: -1;
}

.content-subscribe .step {
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  margin-bottom: 1rem;
}
.content-subscribe .step .title {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #EAEAEA;
  padding: 1rem;
  color: black;
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  border-radius: 3px;
}
.content-subscribe .step .content {
  padding: 2rem;
  font-family: "Roboto", sans-serif;
}
.content-subscribe .step .content .card {
  border-radius: 5px;
  background-color: #EAEAEA;
  margin-bottom: 1rem;
  border: 0;
}
.content-subscribe .step .content .card .header {
  background-color: #FFD600;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
  padding: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid black;
}
.content-subscribe .step .content .card .prices {
  font-size: 24px;
}
.content-subscribe .step .content .card img {
  min-height: 202px;
}
.content-subscribe .step .content .card .small {
  min-height: 85px;
}
.content-subscribe .step .content .card .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 1rem;
}
.content-subscribe .step .swpm-login-widget-form, .content-subscribe .step .swpm-registration-widget-form {
  margin-top: 0 !important;
}
.content-subscribe .step #login, .content-subscribe .step #register {
  display: none;
}
.content-subscribe .step #register-tab, .content-subscribe .step #login-tab {
  cursor: pointer;
}
.content-subscribe .step #login-card {
  display: none;
}
.content-subscribe .summary {
  position: sticky;
  top: 2rem;
  background-color: #EAEAEA;
  padding: 1rem;
  width: 100%;
  max-width: 277px;
  margin-top: 155px;
  margin-bottom: 1rem;
}

.stripe-button-el {
  background-image: none !important;
  box-shadow: none !important;
  margin: auto !important;
  display: block !important;
}
.stripe-button-el span {
  color: white !important;
  background: #CC0000 !important;
  border-radius: 3px !important;
  padding: 12px 28px !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 24px !important;
  text-decoration: none !important;
  border: 0 !important;
  height: auto !important;
}

.bg-404 {
  background: url("/app/themes/cherrypulp/public/images/404.png") no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: -1;
}

.content-404 {
  text-align: center;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  margin-top: 3rem;
}
.content-404 .small {
  font-size: 1.5rem;
}
.content-404 .btn {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .bg-home {
    display: none !important;
  }

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

  main {
    padding-top: 0rem;
  }

  header.banner {
    margin-bottom: 0rem;
  }
  header.banner a img {
    margin-bottom: 1rem;
  }
  header.banner form.search-form {
    display: none;
    height: 60px;
  }
  header.banner form.search-form #searchsubmit {
    left: 100px;
    top: -38px;
  }
  header.banner .text-right {
    display: none;
  }

  .search-form input[type=search] {
    width: 100% !important;
  }

  .post {
    overflow-x: hidden;
    margin-bottom: 1rem;
  }

  footer {
    text-align: center;
  }
  footer .newsletter-form {
    margin: auto;
  }
  footer .copyright {
    padding: 0rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  footer .copyright .socials {
    padding-right: 1rem;
  }

  .content-login #swpm-login-form, .content-login #swpm-registration-form, .content-login #swpm-pw-reset-form {
    width: auto !important;
  }

  .content-subscribe .step .content .card .small {
    padding: 0.5rem;
  }

  .content-subscribe .summary {
    display: none;
  }

  .subscribe .img-container {
    margin-bottom: 1rem;
  }

  .subcategories {
    display: block !important;
  }
  .subcategories .subcategory {
    margin-bottom: 1rem;
  }

  .mobile-menu {
    position: absolute;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    top: 5rem;
    left: 100%;
    z-index: 1;
    background-color: white;
    transition: all 0.2s ease-in;
    text-align: center !important;
    overflow-y: scroll;
  }
  .mobile-menu form, .mobile-menu .text-right {
    display: block !important;
  }
  .mobile-menu .text-right {
    text-align: center !important;
  }
  .mobile-menu .nav {
    display: block;
  }
  .mobile-menu .nav a {
    font-family: "Roboto Condensed", sans-serif;
    color: inherit;
    padding: 15px;
    position: relative;
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    background: #EAEAEA;
    margin-top: 0.5rem;
  }
  .mobile-menu .socials {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .mobile-menu .socials a {
    color: black;
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .mobile-menu.visible {
    opacity: 1;
    z-index: 10;
    left: 0;
    display: block;
  }

  .home-main-content {
    padding-top: 1rem;
  }
  .home-main-content .bg-white {
    padding-top: 0rem !important;
  }
  .home-main-content .ad-mobile img {
    display: block;
    width: 100%;
    max-height: 200px;
  }

  .poll {
    margin-bottom: 1rem;
  }

  .post-title-only {
    font-family: "Anton", sans-serif;
  }

  .post .title {
    font-family: "Anton", sans-serif;
  }
}
@media (max-width: 575.98px) {
  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .order3 {
    order: 3;
  }

  .order4 {
    order: 4;
  }

  .order5 {
    order: 5;
  }
}
