/* Bulma Utilities */
:root {
  --bulma-control-radius: var(--bulma-radius);
  --bulma-control-radius-small: var(--bulma-radius-small);
  --bulma-control-border-width: 1px;
  --bulma-control-height: 2.5em;
  --bulma-control-line-height: 1.5;
  --bulma-control-padding-vertical: calc(0.5em - 1px);
  --bulma-control-padding-horizontal: calc(0.75em - 1px);
  --bulma-control-size: var(--bulma-size-normal);
  --bulma-control-focus-shadow-l: 50%;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

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

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

:root {
  --bulma-body-background-color: var(--bulma-scheme-main);
  --bulma-body-size: 1em;
  --bulma-body-min-width: 300px;
  --bulma-body-rendering: optimizeLegibility;
  --bulma-body-family: var(--bulma-family-primary);
  --bulma-body-overflow-x: hidden;
  --bulma-body-overflow-y: scroll;
  --bulma-body-color: var(--bulma-text);
  --bulma-body-font-size: 1em;
  --bulma-body-weight: var(--bulma-weight-normal);
  --bulma-body-line-height: 1.5;
  --bulma-code-family: var(--bulma-family-code);
  --bulma-code-padding: 0.25em 0.5em 0.25em;
  --bulma-code-weight: normal;
  --bulma-code-size: 0.875em;
  --bulma-small-font-size: 0.875em;
  --bulma-hr-background-color: var(--bulma-background);
  --bulma-hr-height: 2px;
  --bulma-hr-margin: 1.5rem 0;
  --bulma-strong-color: var(--bulma-text-strong);
  --bulma-strong-weight: var(--bulma-weight-semibold);
  --bulma-pre-font-size: 0.875em;
  --bulma-pre-padding: 1.25rem 1.5rem;
  --bulma-pre-code-font-size: 1em;
}

html {
  background-color: var(--bulma-body-background-color);
  font-size: var(--bulma-body-size);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: var(--bulma-body-min-width);
  overflow-x: var(--bulma-body-overflow-x);
  overflow-y: var(--bulma-body-overflow-y);
  text-rendering: var(--bulma-body-rendering);
  text-size-adjust: 100%;
}

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

body,
button,
input,
optgroup,
select,
textarea {
  font-family: var(--bulma-body-family);
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: var(--bulma-code-family);
}

body {
  color: var(--bulma-body-color);
  font-size: var(--bulma-body-font-size);
  font-weight: var(--bulma-body-weight);
  line-height: var(--bulma-body-line-height);
}

a,
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible {
  outline-color: hsl(var(--bulma-focus-h), var(--bulma-focus-s), var(--bulma-focus-l));
  outline-offset: var(--bulma-focus-offset);
  outline-style: var(--bulma-focus-style);
  outline-width: var(--bulma-focus-width);
}
a:focus-visible:active,
button:focus-visible:active {
  outline-width: 1px;
}
a:active,
button:active {
  outline-width: 1px;
}

a {
  color: var(--bulma-link-text);
  cursor: pointer;
  text-decoration: none;
  transition-duration: var(--bulma-duration);
  transition-property: background-color, border-color, color;
}
a strong {
  color: currentColor;
}

button {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  transition-duration: var(--bulma-duration);
  transition-property: background-color, border-color, color;
}

code {
  background-color: var(--bulma-code-background);
  border-radius: 0.5em;
  color: var(--bulma-code);
  font-size: var(--bulma-code-size);
  font-weight: var(--bulma-code-weight);
  padding: var(--bulma-code-padding);
}

hr {
  background-color: var(--bulma-hr-background-color);
  border: none;
  display: block;
  height: var(--bulma-hr-height);
  margin: var(--bulma-hr-margin);
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: var(--bulma-small-font-size);
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: var(--bulma-strong-color);
  font-weight: var(--bulma-strong-weight);
}

svg {
  height: auto;
  width: auto;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: var(--bulma-pre-background);
  color: var(--bulma-pre);
  font-size: var(--bulma-pre-font-size);
  overflow-x: auto;
  padding: var(--bulma-pre-padding);
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: var(--bulma-pre-code-font-size);
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: var(--bulma-text-strong);
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes pulsate {
  50% {
    opacity: 0.5;
  }
}
/* Bulma Grid */
.fixed-grid:not(:last-child), .grid:not(:last-child) {
  margin-bottom: var(--bulma-block-spacing);
}

:root {
  --bulma-column-gap: 0.75rem;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: var(--bulma-column-gap);
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-inline-start: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-inline-start: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-inline-start: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-inline-start: 0.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-inline-start: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-inline-start: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-inline-start: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-inline-start: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-inline-start: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-inline-start: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-inline-start: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-inline-start: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-inline-start: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-inline-start: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-inline-start: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-inline-start: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-inline-start: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-inline-start: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-inline-start: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-inline-start: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-inline-start: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-inline-start: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-inline-start: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-inline-start: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-inline-start: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-inline-start: 0.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-inline-start: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-inline-start: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-inline-start: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-inline-start: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-inline-start: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-inline-start: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-inline-start: 8.3333333333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-inline-start: 16.6666666667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-inline-start: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-inline-start: 33.3333333333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-inline-start: 41.6666666667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-inline-start: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-inline-start: 58.3333333333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-inline-start: 66.6666666667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-inline-start: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-inline-start: 83.3333333333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-inline-start: 91.6666666667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-inline-start: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-inline-start: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-inline-start: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-inline-start: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-inline-start: 0.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-inline-start: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-inline-start: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-inline-start: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-inline-start: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-inline-start: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-inline-start: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-inline-start: 8.3333333333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-inline-start: 16.6666666667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-inline-start: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-inline-start: 33.3333333333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-inline-start: 41.6666666667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-inline-start: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-inline-start: 58.3333333333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-inline-start: 66.6666666667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-inline-start: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-inline-start: 83.3333333333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-inline-start: 91.6666666667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-inline-start: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-inline-start: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-inline-start: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-inline-start: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-inline-start: 0.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-inline-start: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-inline-start: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-inline-start: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-inline-start: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-inline-start: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-inline-start: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-inline-start: 8.3333333333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-inline-start: 16.6666666667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-inline-start: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-inline-start: 33.3333333333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-inline-start: 41.6666666667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-inline-start: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-inline-start: 58.3333333333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-inline-start: 66.6666666667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-inline-start: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-inline-start: 83.3333333333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-inline-start: 91.6666666667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-inline-start: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-inline-start: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-inline-start: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-inline-start: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-inline-start: 0.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-inline-start: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-inline-start: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-inline-start: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-inline-start: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-inline-start: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-inline-start: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-inline-start: 8.3333333333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-inline-start: 16.6666666667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-inline-start: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-inline-start: 33.3333333333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-inline-start: 41.6666666667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-inline-start: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-inline-start: 58.3333333333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-inline-start: 66.6666666667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-inline-start: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-inline-start: 83.3333333333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-inline-start: 91.6666666667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-inline-start: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-inline-start: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-inline-start: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-inline-start: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-inline-start: 0.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-inline-start: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-inline-start: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-inline-start: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-inline-start: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-inline-start: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-inline-start: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-inline-start: 8.3333333333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-inline-start: 16.6666666667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-inline-start: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-inline-start: 33.3333333333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-inline-start: 41.6666666667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-inline-start: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-inline-start: 58.3333333333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-inline-start: 66.6666666667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-inline-start: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-inline-start: 83.3333333333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-inline-start: 91.6666666667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-inline-start: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-inline-start: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-inline-start: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-inline-start: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-inline-start: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-inline-start: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-inline-start: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-inline-start: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-inline-start: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-inline-start: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-inline-start: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-fullhd {
    margin-inline-start: 8.3333333333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-fullhd {
    margin-inline-start: 16.6666666667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-inline-start: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-fullhd {
    margin-inline-start: 33.3333333333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-fullhd {
    margin-inline-start: 41.6666666667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-inline-start: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-fullhd {
    margin-inline-start: 58.3333333333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-fullhd {
    margin-inline-start: 66.6666666667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-inline-start: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-fullhd {
    margin-inline-start: 83.3333333333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-fullhd {
    margin-inline-start: 91.6666666667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-inline-start: 100%;
  }
}

.columns {
  margin-inline-start: calc(-1 * var(--bulma-column-gap));
  margin-inline-end: calc(-1 * var(--bulma-column-gap));
  margin-top: calc(-1 * var(--bulma-column-gap));
}
.columns:last-child {
  margin-bottom: calc(-1 * var(--bulma-column-gap));
}
.columns:not(:last-child) {
  margin-bottom: calc(var(--bulma-block-spacing) - var(--bulma-column-gap));
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}
.columns.is-0 {
  --bulma-column-gap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-0-mobile {
    --bulma-column-gap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-0-tablet {
    --bulma-column-gap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-0-tablet-only {
    --bulma-column-gap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-0-touch {
    --bulma-column-gap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-0-desktop {
    --bulma-column-gap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-0-desktop-only {
    --bulma-column-gap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-0-widescreen {
    --bulma-column-gap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-0-widescreen-only {
    --bulma-column-gap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-0-fullhd {
    --bulma-column-gap: 0rem;
  }
}
.columns.is-1 {
  --bulma-column-gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-1-mobile {
    --bulma-column-gap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-1-tablet {
    --bulma-column-gap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-1-tablet-only {
    --bulma-column-gap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-1-touch {
    --bulma-column-gap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-1-desktop {
    --bulma-column-gap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-1-desktop-only {
    --bulma-column-gap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-1-widescreen {
    --bulma-column-gap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-1-widescreen-only {
    --bulma-column-gap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-1-fullhd {
    --bulma-column-gap: 0.25rem;
  }
}
.columns.is-2 {
  --bulma-column-gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-2-mobile {
    --bulma-column-gap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-2-tablet {
    --bulma-column-gap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-2-tablet-only {
    --bulma-column-gap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-2-touch {
    --bulma-column-gap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-2-desktop {
    --bulma-column-gap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-2-desktop-only {
    --bulma-column-gap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-2-widescreen {
    --bulma-column-gap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-2-widescreen-only {
    --bulma-column-gap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-2-fullhd {
    --bulma-column-gap: 0.5rem;
  }
}
.columns.is-3 {
  --bulma-column-gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-3-mobile {
    --bulma-column-gap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-3-tablet {
    --bulma-column-gap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-3-tablet-only {
    --bulma-column-gap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-3-touch {
    --bulma-column-gap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-3-desktop {
    --bulma-column-gap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-3-desktop-only {
    --bulma-column-gap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-3-widescreen {
    --bulma-column-gap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-3-widescreen-only {
    --bulma-column-gap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-3-fullhd {
    --bulma-column-gap: 0.75rem;
  }
}
.columns.is-4 {
  --bulma-column-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-4-mobile {
    --bulma-column-gap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-4-tablet {
    --bulma-column-gap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-4-tablet-only {
    --bulma-column-gap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-4-touch {
    --bulma-column-gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-4-desktop {
    --bulma-column-gap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-4-desktop-only {
    --bulma-column-gap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-4-widescreen {
    --bulma-column-gap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-4-widescreen-only {
    --bulma-column-gap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-4-fullhd {
    --bulma-column-gap: 1rem;
  }
}
.columns.is-5 {
  --bulma-column-gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-5-mobile {
    --bulma-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-5-tablet {
    --bulma-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-5-tablet-only {
    --bulma-column-gap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-5-touch {
    --bulma-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-5-desktop {
    --bulma-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-5-desktop-only {
    --bulma-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-5-widescreen {
    --bulma-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-5-widescreen-only {
    --bulma-column-gap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-5-fullhd {
    --bulma-column-gap: 1.25rem;
  }
}
.columns.is-6 {
  --bulma-column-gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-6-mobile {
    --bulma-column-gap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-6-tablet {
    --bulma-column-gap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-6-tablet-only {
    --bulma-column-gap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-6-touch {
    --bulma-column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-6-desktop {
    --bulma-column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-6-desktop-only {
    --bulma-column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-6-widescreen {
    --bulma-column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-6-widescreen-only {
    --bulma-column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-6-fullhd {
    --bulma-column-gap: 1.5rem;
  }
}
.columns.is-7 {
  --bulma-column-gap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-7-mobile {
    --bulma-column-gap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-7-tablet {
    --bulma-column-gap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-7-tablet-only {
    --bulma-column-gap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-7-touch {
    --bulma-column-gap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-7-desktop {
    --bulma-column-gap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-7-desktop-only {
    --bulma-column-gap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-7-widescreen {
    --bulma-column-gap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-7-widescreen-only {
    --bulma-column-gap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-7-fullhd {
    --bulma-column-gap: 1.75rem;
  }
}
.columns.is-8 {
  --bulma-column-gap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-8-mobile {
    --bulma-column-gap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-8-tablet {
    --bulma-column-gap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-8-tablet-only {
    --bulma-column-gap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-8-touch {
    --bulma-column-gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-8-desktop {
    --bulma-column-gap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-8-desktop-only {
    --bulma-column-gap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-8-widescreen {
    --bulma-column-gap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-8-widescreen-only {
    --bulma-column-gap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-8-fullhd {
    --bulma-column-gap: 2rem;
  }
}

.fixed-grid {
  container-name: bulma-fixed-grid;
  container-type: inline-size;
}
.fixed-grid > .grid {
  --bulma-grid-gap-count: calc(var(--bulma-grid-column-count) - 1);
  --bulma-grid-column-count: 2;
  grid-template-columns: repeat(var(--bulma-grid-column-count), 1fr);
}
.fixed-grid.has-1-cols > .grid {
  --bulma-grid-column-count: 1;
}
.fixed-grid.has-2-cols > .grid {
  --bulma-grid-column-count: 2;
}
.fixed-grid.has-3-cols > .grid {
  --bulma-grid-column-count: 3;
}
.fixed-grid.has-4-cols > .grid {
  --bulma-grid-column-count: 4;
}
.fixed-grid.has-5-cols > .grid {
  --bulma-grid-column-count: 5;
}
.fixed-grid.has-6-cols > .grid {
  --bulma-grid-column-count: 6;
}
.fixed-grid.has-7-cols > .grid {
  --bulma-grid-column-count: 7;
}
.fixed-grid.has-8-cols > .grid {
  --bulma-grid-column-count: 8;
}
.fixed-grid.has-9-cols > .grid {
  --bulma-grid-column-count: 9;
}
.fixed-grid.has-10-cols > .grid {
  --bulma-grid-column-count: 10;
}
.fixed-grid.has-11-cols > .grid {
  --bulma-grid-column-count: 11;
}
.fixed-grid.has-12-cols > .grid {
  --bulma-grid-column-count: 12;
}
@container bulma-fixed-grid (max-width: 768px) {
  .fixed-grid.has-1-cols-mobile > .grid {
    --bulma-grid-column-count: 1;
  }
  .fixed-grid.has-2-cols-mobile > .grid {
    --bulma-grid-column-count: 2;
  }
  .fixed-grid.has-3-cols-mobile > .grid {
    --bulma-grid-column-count: 3;
  }
  .fixed-grid.has-4-cols-mobile > .grid {
    --bulma-grid-column-count: 4;
  }
  .fixed-grid.has-5-cols-mobile > .grid {
    --bulma-grid-column-count: 5;
  }
  .fixed-grid.has-6-cols-mobile > .grid {
    --bulma-grid-column-count: 6;
  }
  .fixed-grid.has-7-cols-mobile > .grid {
    --bulma-grid-column-count: 7;
  }
  .fixed-grid.has-8-cols-mobile > .grid {
    --bulma-grid-column-count: 8;
  }
  .fixed-grid.has-9-cols-mobile > .grid {
    --bulma-grid-column-count: 9;
  }
  .fixed-grid.has-10-cols-mobile > .grid {
    --bulma-grid-column-count: 10;
  }
  .fixed-grid.has-11-cols-mobile > .grid {
    --bulma-grid-column-count: 11;
  }
  .fixed-grid.has-12-cols-mobile > .grid {
    --bulma-grid-column-count: 12;
  }
}
@container bulma-fixed-grid (min-width: 769px) {
  .fixed-grid.has-1-cols-tablet > .grid {
    --bulma-grid-column-count: 1;
  }
  .fixed-grid.has-2-cols-tablet > .grid {
    --bulma-grid-column-count: 2;
  }
  .fixed-grid.has-3-cols-tablet > .grid {
    --bulma-grid-column-count: 3;
  }
  .fixed-grid.has-4-cols-tablet > .grid {
    --bulma-grid-column-count: 4;
  }
  .fixed-grid.has-5-cols-tablet > .grid {
    --bulma-grid-column-count: 5;
  }
  .fixed-grid.has-6-cols-tablet > .grid {
    --bulma-grid-column-count: 6;
  }
  .fixed-grid.has-7-cols-tablet > .grid {
    --bulma-grid-column-count: 7;
  }
  .fixed-grid.has-8-cols-tablet > .grid {
    --bulma-grid-column-count: 8;
  }
  .fixed-grid.has-9-cols-tablet > .grid {
    --bulma-grid-column-count: 9;
  }
  .fixed-grid.has-10-cols-tablet > .grid {
    --bulma-grid-column-count: 10;
  }
  .fixed-grid.has-11-cols-tablet > .grid {
    --bulma-grid-column-count: 11;
  }
  .fixed-grid.has-12-cols-tablet > .grid {
    --bulma-grid-column-count: 12;
  }
}
@container bulma-fixed-grid (min-width: 1024px) {
  .fixed-grid.has-1-cols-desktop > .grid {
    --bulma-grid-column-count: 1;
  }
  .fixed-grid.has-2-cols-desktop > .grid {
    --bulma-grid-column-count: 2;
  }
  .fixed-grid.has-3-cols-desktop > .grid {
    --bulma-grid-column-count: 3;
  }
  .fixed-grid.has-4-cols-desktop > .grid {
    --bulma-grid-column-count: 4;
  }
  .fixed-grid.has-5-cols-desktop > .grid {
    --bulma-grid-column-count: 5;
  }
  .fixed-grid.has-6-cols-desktop > .grid {
    --bulma-grid-column-count: 6;
  }
  .fixed-grid.has-7-cols-desktop > .grid {
    --bulma-grid-column-count: 7;
  }
  .fixed-grid.has-8-cols-desktop > .grid {
    --bulma-grid-column-count: 8;
  }
  .fixed-grid.has-9-cols-desktop > .grid {
    --bulma-grid-column-count: 9;
  }
  .fixed-grid.has-10-cols-desktop > .grid {
    --bulma-grid-column-count: 10;
  }
  .fixed-grid.has-11-cols-desktop > .grid {
    --bulma-grid-column-count: 11;
  }
  .fixed-grid.has-12-cols-desktop > .grid {
    --bulma-grid-column-count: 12;
  }
}
@container bulma-fixed-grid (min-width: 1216px) {
  .fixed-grid.has-1-cols-widescreen > .grid {
    --bulma-grid-column-count: 1;
  }
  .fixed-grid.has-2-cols-widescreen > .grid {
    --bulma-grid-column-count: 2;
  }
  .fixed-grid.has-3-cols-widescreen > .grid {
    --bulma-grid-column-count: 3;
  }
  .fixed-grid.has-4-cols-widescreen > .grid {
    --bulma-grid-column-count: 4;
  }
  .fixed-grid.has-5-cols-widescreen > .grid {
    --bulma-grid-column-count: 5;
  }
  .fixed-grid.has-6-cols-widescreen > .grid {
    --bulma-grid-column-count: 6;
  }
  .fixed-grid.has-7-cols-widescreen > .grid {
    --bulma-grid-column-count: 7;
  }
  .fixed-grid.has-8-cols-widescreen > .grid {
    --bulma-grid-column-count: 8;
  }
  .fixed-grid.has-9-cols-widescreen > .grid {
    --bulma-grid-column-count: 9;
  }
  .fixed-grid.has-10-cols-widescreen > .grid {
    --bulma-grid-column-count: 10;
  }
  .fixed-grid.has-11-cols-widescreen > .grid {
    --bulma-grid-column-count: 11;
  }
  .fixed-grid.has-12-cols-widescreen > .grid {
    --bulma-grid-column-count: 12;
  }
}
@container bulma-fixed-grid (min-width: 1408px) {
  .fixed-grid.has-1-cols-fullhd > .grid {
    --bulma-grid-column-count: 1;
  }
  .fixed-grid.has-2-cols-fullhd > .grid {
    --bulma-grid-column-count: 2;
  }
  .fixed-grid.has-3-cols-fullhd > .grid {
    --bulma-grid-column-count: 3;
  }
  .fixed-grid.has-4-cols-fullhd > .grid {
    --bulma-grid-column-count: 4;
  }
  .fixed-grid.has-5-cols-fullhd > .grid {
    --bulma-grid-column-count: 5;
  }
  .fixed-grid.has-6-cols-fullhd > .grid {
    --bulma-grid-column-count: 6;
  }
  .fixed-grid.has-7-cols-fullhd > .grid {
    --bulma-grid-column-count: 7;
  }
  .fixed-grid.has-8-cols-fullhd > .grid {
    --bulma-grid-column-count: 8;
  }
  .fixed-grid.has-9-cols-fullhd > .grid {
    --bulma-grid-column-count: 9;
  }
  .fixed-grid.has-10-cols-fullhd > .grid {
    --bulma-grid-column-count: 10;
  }
  .fixed-grid.has-11-cols-fullhd > .grid {
    --bulma-grid-column-count: 11;
  }
  .fixed-grid.has-12-cols-fullhd > .grid {
    --bulma-grid-column-count: 12;
  }
}
@container bulma-fixed-grid (max-width: 768px) {
  .fixed-grid.has-auto-count .grid {
    --bulma-grid-column-count: 2;
  }
}
@container bulma-fixed-grid (min-width: 769px) {
  .fixed-grid.has-auto-count .grid {
    --bulma-grid-column-count: 4;
  }
}
@container bulma-fixed-grid (min-width: 1024px) {
  .fixed-grid.has-auto-count .grid {
    --bulma-grid-column-count: 8;
  }
}
@container bulma-fixed-grid (min-width: 1216px) {
  .fixed-grid.has-auto-count .grid {
    --bulma-grid-column-count: 12;
  }
}
@container bulma-fixed-grid (min-width: 1408px) {
  .fixed-grid.has-auto-count .grid {
    --bulma-grid-column-count: 16;
  }
}

.grid {
  --bulma-grid-gap: 0.75rem;
  --bulma-grid-column-min: 9rem;
  --bulma-grid-cell-column-span: 1;
  --bulma-grid-cell-row-span: 1;
  display: grid;
  gap: var(--bulma-grid-gap);
  column-gap: var(--bulma-grid-column-gap, var(--bulma-grid-gap));
  row-gap: var(--bulma-grid-row-gap, var(--bulma-grid-gap));
  grid-template-columns: repeat(auto-fit, minmax(var(--bulma-grid-column-min), 1fr));
  grid-template-rows: auto;
}
.grid.is-auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(var(--bulma-grid-column-min), 1fr));
}
.grid.is-col-min-1 {
  --bulma-grid-column-min: 1.5rem;
}
.grid.is-col-min-2 {
  --bulma-grid-column-min: 3rem;
}
.grid.is-col-min-3 {
  --bulma-grid-column-min: 4.5rem;
}
.grid.is-col-min-4 {
  --bulma-grid-column-min: 6rem;
}
.grid.is-col-min-5 {
  --bulma-grid-column-min: 7.5rem;
}
.grid.is-col-min-6 {
  --bulma-grid-column-min: 9rem;
}
.grid.is-col-min-7 {
  --bulma-grid-column-min: 10.5rem;
}
.grid.is-col-min-8 {
  --bulma-grid-column-min: 12rem;
}
.grid.is-col-min-9 {
  --bulma-grid-column-min: 13.5rem;
}
.grid.is-col-min-10 {
  --bulma-grid-column-min: 15rem;
}
.grid.is-col-min-11 {
  --bulma-grid-column-min: 16.5rem;
}
.grid.is-col-min-12 {
  --bulma-grid-column-min: 18rem;
}
.grid.is-col-min-13 {
  --bulma-grid-column-min: 19.5rem;
}
.grid.is-col-min-14 {
  --bulma-grid-column-min: 21rem;
}
.grid.is-col-min-15 {
  --bulma-grid-column-min: 22.5rem;
}
.grid.is-col-min-16 {
  --bulma-grid-column-min: 24rem;
}
.grid.is-col-min-17 {
  --bulma-grid-column-min: 25.5rem;
}
.grid.is-col-min-18 {
  --bulma-grid-column-min: 27rem;
}
.grid.is-col-min-19 {
  --bulma-grid-column-min: 28.5rem;
}
.grid.is-col-min-20 {
  --bulma-grid-column-min: 30rem;
}
.grid.is-col-min-21 {
  --bulma-grid-column-min: 31.5rem;
}
.grid.is-col-min-22 {
  --bulma-grid-column-min: 33rem;
}
.grid.is-col-min-23 {
  --bulma-grid-column-min: 34.5rem;
}
.grid.is-col-min-24 {
  --bulma-grid-column-min: 36rem;
}
.grid.is-col-min-25 {
  --bulma-grid-column-min: 37.5rem;
}
.grid.is-col-min-26 {
  --bulma-grid-column-min: 39rem;
}
.grid.is-col-min-27 {
  --bulma-grid-column-min: 40.5rem;
}
.grid.is-col-min-28 {
  --bulma-grid-column-min: 42rem;
}
.grid.is-col-min-29 {
  --bulma-grid-column-min: 43.5rem;
}
.grid.is-col-min-30 {
  --bulma-grid-column-min: 45rem;
}
.grid.is-col-min-31 {
  --bulma-grid-column-min: 46.5rem;
}
.grid.is-col-min-32 {
  --bulma-grid-column-min: 48rem;
}

.cell {
  grid-column-end: span var(--bulma-grid-cell-column-span);
  grid-column-start: var(--bulma-grid-cell-column-start);
  grid-row-end: span var(--bulma-grid-cell-row-span);
  grid-row-start: var(--bulma-grid-cell-row-start);
}
.cell.is-col-start-end {
  --bulma-grid-cell-column-start: -1;
}
.cell.is-row-start-end {
  --bulma-grid-cell-row-start: -1;
}
.cell.is-col-start-1 {
  --bulma-grid-cell-column-start: 1;
}
.cell.is-col-end-1 {
  --bulma-grid-cell-column-end: 1;
}
.cell.is-col-from-end-1 {
  --bulma-grid-cell-column-start: -1;
}
.cell.is-col-span-1 {
  --bulma-grid-cell-column-span: 1;
}
.cell.is-row-start-1 {
  --bulma-grid-cell-row-start: 1;
}
.cell.is-row-end-1 {
  --bulma-grid-cell-row-end: 1;
}
.cell.is-row-from-end-1 {
  --bulma-grid-cell-row-start: -1;
}
.cell.is-row-span-1 {
  --bulma-grid-cell-row-span: 1;
}
.cell.is-col-start-2 {
  --bulma-grid-cell-column-start: 2;
}
.cell.is-col-end-2 {
  --bulma-grid-cell-column-end: 2;
}
.cell.is-col-from-end-2 {
  --bulma-grid-cell-column-start: -2;
}
.cell.is-col-span-2 {
  --bulma-grid-cell-column-span: 2;
}
.cell.is-row-start-2 {
  --bulma-grid-cell-row-start: 2;
}
.cell.is-row-end-2 {
  --bulma-grid-cell-row-end: 2;
}
.cell.is-row-from-end-2 {
  --bulma-grid-cell-row-start: -2;
}
.cell.is-row-span-2 {
  --bulma-grid-cell-row-span: 2;
}
.cell.is-col-start-3 {
  --bulma-grid-cell-column-start: 3;
}
.cell.is-col-end-3 {
  --bulma-grid-cell-column-end: 3;
}
.cell.is-col-from-end-3 {
  --bulma-grid-cell-column-start: -3;
}
.cell.is-col-span-3 {
  --bulma-grid-cell-column-span: 3;
}
.cell.is-row-start-3 {
  --bulma-grid-cell-row-start: 3;
}
.cell.is-row-end-3 {
  --bulma-grid-cell-row-end: 3;
}
.cell.is-row-from-end-3 {
  --bulma-grid-cell-row-start: -3;
}
.cell.is-row-span-3 {
  --bulma-grid-cell-row-span: 3;
}
.cell.is-col-start-4 {
  --bulma-grid-cell-column-start: 4;
}
.cell.is-col-end-4 {
  --bulma-grid-cell-column-end: 4;
}
.cell.is-col-from-end-4 {
  --bulma-grid-cell-column-start: -4;
}
.cell.is-col-span-4 {
  --bulma-grid-cell-column-span: 4;
}
.cell.is-row-start-4 {
  --bulma-grid-cell-row-start: 4;
}
.cell.is-row-end-4 {
  --bulma-grid-cell-row-end: 4;
}
.cell.is-row-from-end-4 {
  --bulma-grid-cell-row-start: -4;
}
.cell.is-row-span-4 {
  --bulma-grid-cell-row-span: 4;
}
.cell.is-col-start-5 {
  --bulma-grid-cell-column-start: 5;
}
.cell.is-col-end-5 {
  --bulma-grid-cell-column-end: 5;
}
.cell.is-col-from-end-5 {
  --bulma-grid-cell-column-start: -5;
}
.cell.is-col-span-5 {
  --bulma-grid-cell-column-span: 5;
}
.cell.is-row-start-5 {
  --bulma-grid-cell-row-start: 5;
}
.cell.is-row-end-5 {
  --bulma-grid-cell-row-end: 5;
}
.cell.is-row-from-end-5 {
  --bulma-grid-cell-row-start: -5;
}
.cell.is-row-span-5 {
  --bulma-grid-cell-row-span: 5;
}
.cell.is-col-start-6 {
  --bulma-grid-cell-column-start: 6;
}
.cell.is-col-end-6 {
  --bulma-grid-cell-column-end: 6;
}
.cell.is-col-from-end-6 {
  --bulma-grid-cell-column-start: -6;
}
.cell.is-col-span-6 {
  --bulma-grid-cell-column-span: 6;
}
.cell.is-row-start-6 {
  --bulma-grid-cell-row-start: 6;
}
.cell.is-row-end-6 {
  --bulma-grid-cell-row-end: 6;
}
.cell.is-row-from-end-6 {
  --bulma-grid-cell-row-start: -6;
}
.cell.is-row-span-6 {
  --bulma-grid-cell-row-span: 6;
}
.cell.is-col-start-7 {
  --bulma-grid-cell-column-start: 7;
}
.cell.is-col-end-7 {
  --bulma-grid-cell-column-end: 7;
}
.cell.is-col-from-end-7 {
  --bulma-grid-cell-column-start: -7;
}
.cell.is-col-span-7 {
  --bulma-grid-cell-column-span: 7;
}
.cell.is-row-start-7 {
  --bulma-grid-cell-row-start: 7;
}
.cell.is-row-end-7 {
  --bulma-grid-cell-row-end: 7;
}
.cell.is-row-from-end-7 {
  --bulma-grid-cell-row-start: -7;
}
.cell.is-row-span-7 {
  --bulma-grid-cell-row-span: 7;
}
.cell.is-col-start-8 {
  --bulma-grid-cell-column-start: 8;
}
.cell.is-col-end-8 {
  --bulma-grid-cell-column-end: 8;
}
.cell.is-col-from-end-8 {
  --bulma-grid-cell-column-start: -8;
}
.cell.is-col-span-8 {
  --bulma-grid-cell-column-span: 8;
}
.cell.is-row-start-8 {
  --bulma-grid-cell-row-start: 8;
}
.cell.is-row-end-8 {
  --bulma-grid-cell-row-end: 8;
}
.cell.is-row-from-end-8 {
  --bulma-grid-cell-row-start: -8;
}
.cell.is-row-span-8 {
  --bulma-grid-cell-row-span: 8;
}
.cell.is-col-start-9 {
  --bulma-grid-cell-column-start: 9;
}
.cell.is-col-end-9 {
  --bulma-grid-cell-column-end: 9;
}
.cell.is-col-from-end-9 {
  --bulma-grid-cell-column-start: -9;
}
.cell.is-col-span-9 {
  --bulma-grid-cell-column-span: 9;
}
.cell.is-row-start-9 {
  --bulma-grid-cell-row-start: 9;
}
.cell.is-row-end-9 {
  --bulma-grid-cell-row-end: 9;
}
.cell.is-row-from-end-9 {
  --bulma-grid-cell-row-start: -9;
}
.cell.is-row-span-9 {
  --bulma-grid-cell-row-span: 9;
}
.cell.is-col-start-10 {
  --bulma-grid-cell-column-start: 10;
}
.cell.is-col-end-10 {
  --bulma-grid-cell-column-end: 10;
}
.cell.is-col-from-end-10 {
  --bulma-grid-cell-column-start: -10;
}
.cell.is-col-span-10 {
  --bulma-grid-cell-column-span: 10;
}
.cell.is-row-start-10 {
  --bulma-grid-cell-row-start: 10;
}
.cell.is-row-end-10 {
  --bulma-grid-cell-row-end: 10;
}
.cell.is-row-from-end-10 {
  --bulma-grid-cell-row-start: -10;
}
.cell.is-row-span-10 {
  --bulma-grid-cell-row-span: 10;
}
.cell.is-col-start-11 {
  --bulma-grid-cell-column-start: 11;
}
.cell.is-col-end-11 {
  --bulma-grid-cell-column-end: 11;
}
.cell.is-col-from-end-11 {
  --bulma-grid-cell-column-start: -11;
}
.cell.is-col-span-11 {
  --bulma-grid-cell-column-span: 11;
}
.cell.is-row-start-11 {
  --bulma-grid-cell-row-start: 11;
}
.cell.is-row-end-11 {
  --bulma-grid-cell-row-end: 11;
}
.cell.is-row-from-end-11 {
  --bulma-grid-cell-row-start: -11;
}
.cell.is-row-span-11 {
  --bulma-grid-cell-row-span: 11;
}
.cell.is-col-start-12 {
  --bulma-grid-cell-column-start: 12;
}
.cell.is-col-end-12 {
  --bulma-grid-cell-column-end: 12;
}
.cell.is-col-from-end-12 {
  --bulma-grid-cell-column-start: -12;
}
.cell.is-col-span-12 {
  --bulma-grid-cell-column-span: 12;
}
.cell.is-row-start-12 {
  --bulma-grid-cell-row-start: 12;
}
.cell.is-row-end-12 {
  --bulma-grid-cell-row-end: 12;
}
.cell.is-row-from-end-12 {
  --bulma-grid-cell-row-start: -12;
}
.cell.is-row-span-12 {
  --bulma-grid-cell-row-span: 12;
}
@media screen and (max-width: 768px) {
  .cell.is-col-start-1-mobile {
    --bulma-grid-cell-column-start: 1;
  }
  .cell.is-col-end-1-mobile {
    --bulma-grid-cell-column-end: 1;
  }
  .cell.is-col-from-end-1-mobile {
    --bulma-grid-cell-column-start: -1;
  }
  .cell.is-col-span-1-mobile {
    --bulma-grid-cell-column-span: 1;
  }
  .cell.is-row-start-1-mobile {
    --bulma-grid-cell-row-start: 1;
  }
  .cell.is-row-end-1-mobile {
    --bulma-grid-cell-row-end: 1;
  }
  .cell.is-row-from-end-1-mobile {
    --bulma-grid-cell-row-start: -1;
  }
  .cell.is-row-span-1-mobile {
    --bulma-grid-cell-row-span: 1;
  }
  .cell.is-col-start-2-mobile {
    --bulma-grid-cell-column-start: 2;
  }
  .cell.is-col-end-2-mobile {
    --bulma-grid-cell-column-end: 2;
  }
  .cell.is-col-from-end-2-mobile {
    --bulma-grid-cell-column-start: -2;
  }
  .cell.is-col-span-2-mobile {
    --bulma-grid-cell-column-span: 2;
  }
  .cell.is-row-start-2-mobile {
    --bulma-grid-cell-row-start: 2;
  }
  .cell.is-row-end-2-mobile {
    --bulma-grid-cell-row-end: 2;
  }
  .cell.is-row-from-end-2-mobile {
    --bulma-grid-cell-row-start: -2;
  }
  .cell.is-row-span-2-mobile {
    --bulma-grid-cell-row-span: 2;
  }
  .cell.is-col-start-3-mobile {
    --bulma-grid-cell-column-start: 3;
  }
  .cell.is-col-end-3-mobile {
    --bulma-grid-cell-column-end: 3;
  }
  .cell.is-col-from-end-3-mobile {
    --bulma-grid-cell-column-start: -3;
  }
  .cell.is-col-span-3-mobile {
    --bulma-grid-cell-column-span: 3;
  }
  .cell.is-row-start-3-mobile {
    --bulma-grid-cell-row-start: 3;
  }
  .cell.is-row-end-3-mobile {
    --bulma-grid-cell-row-end: 3;
  }
  .cell.is-row-from-end-3-mobile {
    --bulma-grid-cell-row-start: -3;
  }
  .cell.is-row-span-3-mobile {
    --bulma-grid-cell-row-span: 3;
  }
  .cell.is-col-start-4-mobile {
    --bulma-grid-cell-column-start: 4;
  }
  .cell.is-col-end-4-mobile {
    --bulma-grid-cell-column-end: 4;
  }
  .cell.is-col-from-end-4-mobile {
    --bulma-grid-cell-column-start: -4;
  }
  .cell.is-col-span-4-mobile {
    --bulma-grid-cell-column-span: 4;
  }
  .cell.is-row-start-4-mobile {
    --bulma-grid-cell-row-start: 4;
  }
  .cell.is-row-end-4-mobile {
    --bulma-grid-cell-row-end: 4;
  }
  .cell.is-row-from-end-4-mobile {
    --bulma-grid-cell-row-start: -4;
  }
  .cell.is-row-span-4-mobile {
    --bulma-grid-cell-row-span: 4;
  }
  .cell.is-col-start-5-mobile {
    --bulma-grid-cell-column-start: 5;
  }
  .cell.is-col-end-5-mobile {
    --bulma-grid-cell-column-end: 5;
  }
  .cell.is-col-from-end-5-mobile {
    --bulma-grid-cell-column-start: -5;
  }
  .cell.is-col-span-5-mobile {
    --bulma-grid-cell-column-span: 5;
  }
  .cell.is-row-start-5-mobile {
    --bulma-grid-cell-row-start: 5;
  }
  .cell.is-row-end-5-mobile {
    --bulma-grid-cell-row-end: 5;
  }
  .cell.is-row-from-end-5-mobile {
    --bulma-grid-cell-row-start: -5;
  }
  .cell.is-row-span-5-mobile {
    --bulma-grid-cell-row-span: 5;
  }
  .cell.is-col-start-6-mobile {
    --bulma-grid-cell-column-start: 6;
  }
  .cell.is-col-end-6-mobile {
    --bulma-grid-cell-column-end: 6;
  }
  .cell.is-col-from-end-6-mobile {
    --bulma-grid-cell-column-start: -6;
  }
  .cell.is-col-span-6-mobile {
    --bulma-grid-cell-column-span: 6;
  }
  .cell.is-row-start-6-mobile {
    --bulma-grid-cell-row-start: 6;
  }
  .cell.is-row-end-6-mobile {
    --bulma-grid-cell-row-end: 6;
  }
  .cell.is-row-from-end-6-mobile {
    --bulma-grid-cell-row-start: -6;
  }
  .cell.is-row-span-6-mobile {
    --bulma-grid-cell-row-span: 6;
  }
  .cell.is-col-start-7-mobile {
    --bulma-grid-cell-column-start: 7;
  }
  .cell.is-col-end-7-mobile {
    --bulma-grid-cell-column-end: 7;
  }
  .cell.is-col-from-end-7-mobile {
    --bulma-grid-cell-column-start: -7;
  }
  .cell.is-col-span-7-mobile {
    --bulma-grid-cell-column-span: 7;
  }
  .cell.is-row-start-7-mobile {
    --bulma-grid-cell-row-start: 7;
  }
  .cell.is-row-end-7-mobile {
    --bulma-grid-cell-row-end: 7;
  }
  .cell.is-row-from-end-7-mobile {
    --bulma-grid-cell-row-start: -7;
  }
  .cell.is-row-span-7-mobile {
    --bulma-grid-cell-row-span: 7;
  }
  .cell.is-col-start-8-mobile {
    --bulma-grid-cell-column-start: 8;
  }
  .cell.is-col-end-8-mobile {
    --bulma-grid-cell-column-end: 8;
  }
  .cell.is-col-from-end-8-mobile {
    --bulma-grid-cell-column-start: -8;
  }
  .cell.is-col-span-8-mobile {
    --bulma-grid-cell-column-span: 8;
  }
  .cell.is-row-start-8-mobile {
    --bulma-grid-cell-row-start: 8;
  }
  .cell.is-row-end-8-mobile {
    --bulma-grid-cell-row-end: 8;
  }
  .cell.is-row-from-end-8-mobile {
    --bulma-grid-cell-row-start: -8;
  }
  .cell.is-row-span-8-mobile {
    --bulma-grid-cell-row-span: 8;
  }
  .cell.is-col-start-9-mobile {
    --bulma-grid-cell-column-start: 9;
  }
  .cell.is-col-end-9-mobile {
    --bulma-grid-cell-column-end: 9;
  }
  .cell.is-col-from-end-9-mobile {
    --bulma-grid-cell-column-start: -9;
  }
  .cell.is-col-span-9-mobile {
    --bulma-grid-cell-column-span: 9;
  }
  .cell.is-row-start-9-mobile {
    --bulma-grid-cell-row-start: 9;
  }
  .cell.is-row-end-9-mobile {
    --bulma-grid-cell-row-end: 9;
  }
  .cell.is-row-from-end-9-mobile {
    --bulma-grid-cell-row-start: -9;
  }
  .cell.is-row-span-9-mobile {
    --bulma-grid-cell-row-span: 9;
  }
  .cell.is-col-start-10-mobile {
    --bulma-grid-cell-column-start: 10;
  }
  .cell.is-col-end-10-mobile {
    --bulma-grid-cell-column-end: 10;
  }
  .cell.is-col-from-end-10-mobile {
    --bulma-grid-cell-column-start: -10;
  }
  .cell.is-col-span-10-mobile {
    --bulma-grid-cell-column-span: 10;
  }
  .cell.is-row-start-10-mobile {
    --bulma-grid-cell-row-start: 10;
  }
  .cell.is-row-end-10-mobile {
    --bulma-grid-cell-row-end: 10;
  }
  .cell.is-row-from-end-10-mobile {
    --bulma-grid-cell-row-start: -10;
  }
  .cell.is-row-span-10-mobile {
    --bulma-grid-cell-row-span: 10;
  }
  .cell.is-col-start-11-mobile {
    --bulma-grid-cell-column-start: 11;
  }
  .cell.is-col-end-11-mobile {
    --bulma-grid-cell-column-end: 11;
  }
  .cell.is-col-from-end-11-mobile {
    --bulma-grid-cell-column-start: -11;
  }
  .cell.is-col-span-11-mobile {
    --bulma-grid-cell-column-span: 11;
  }
  .cell.is-row-start-11-mobile {
    --bulma-grid-cell-row-start: 11;
  }
  .cell.is-row-end-11-mobile {
    --bulma-grid-cell-row-end: 11;
  }
  .cell.is-row-from-end-11-mobile {
    --bulma-grid-cell-row-start: -11;
  }
  .cell.is-row-span-11-mobile {
    --bulma-grid-cell-row-span: 11;
  }
  .cell.is-col-start-12-mobile {
    --bulma-grid-cell-column-start: 12;
  }
  .cell.is-col-end-12-mobile {
    --bulma-grid-cell-column-end: 12;
  }
  .cell.is-col-from-end-12-mobile {
    --bulma-grid-cell-column-start: -12;
  }
  .cell.is-col-span-12-mobile {
    --bulma-grid-cell-column-span: 12;
  }
  .cell.is-row-start-12-mobile {
    --bulma-grid-cell-row-start: 12;
  }
  .cell.is-row-end-12-mobile {
    --bulma-grid-cell-row-end: 12;
  }
  .cell.is-row-from-end-12-mobile {
    --bulma-grid-cell-row-start: -12;
  }
  .cell.is-row-span-12-mobile {
    --bulma-grid-cell-row-span: 12;
  }
}
@media screen and (min-width: 769px), print {
  .cell.is-col-start-1-tablet {
    --bulma-grid-cell-column-start: 1;
  }
  .cell.is-col-end-1-tablet {
    --bulma-grid-cell-column-end: 1;
  }
  .cell.is-col-from-end-1-tablet {
    --bulma-grid-cell-column-start: -1;
  }
  .cell.is-col-span-1-tablet {
    --bulma-grid-cell-column-span: 1;
  }
  .cell.is-row-start-1-tablet {
    --bulma-grid-cell-row-start: 1;
  }
  .cell.is-row-end-1-tablet {
    --bulma-grid-cell-row-end: 1;
  }
  .cell.is-row-from-end-1-tablet {
    --bulma-grid-cell-row-start: -1;
  }
  .cell.is-row-span-1-tablet {
    --bulma-grid-cell-row-span: 1;
  }
  .cell.is-col-start-2-tablet {
    --bulma-grid-cell-column-start: 2;
  }
  .cell.is-col-end-2-tablet {
    --bulma-grid-cell-column-end: 2;
  }
  .cell.is-col-from-end-2-tablet {
    --bulma-grid-cell-column-start: -2;
  }
  .cell.is-col-span-2-tablet {
    --bulma-grid-cell-column-span: 2;
  }
  .cell.is-row-start-2-tablet {
    --bulma-grid-cell-row-start: 2;
  }
  .cell.is-row-end-2-tablet {
    --bulma-grid-cell-row-end: 2;
  }
  .cell.is-row-from-end-2-tablet {
    --bulma-grid-cell-row-start: -2;
  }
  .cell.is-row-span-2-tablet {
    --bulma-grid-cell-row-span: 2;
  }
  .cell.is-col-start-3-tablet {
    --bulma-grid-cell-column-start: 3;
  }
  .cell.is-col-end-3-tablet {
    --bulma-grid-cell-column-end: 3;
  }
  .cell.is-col-from-end-3-tablet {
    --bulma-grid-cell-column-start: -3;
  }
  .cell.is-col-span-3-tablet {
    --bulma-grid-cell-column-span: 3;
  }
  .cell.is-row-start-3-tablet {
    --bulma-grid-cell-row-start: 3;
  }
  .cell.is-row-end-3-tablet {
    --bulma-grid-cell-row-end: 3;
  }
  .cell.is-row-from-end-3-tablet {
    --bulma-grid-cell-row-start: -3;
  }
  .cell.is-row-span-3-tablet {
    --bulma-grid-cell-row-span: 3;
  }
  .cell.is-col-start-4-tablet {
    --bulma-grid-cell-column-start: 4;
  }
  .cell.is-col-end-4-tablet {
    --bulma-grid-cell-column-end: 4;
  }
  .cell.is-col-from-end-4-tablet {
    --bulma-grid-cell-column-start: -4;
  }
  .cell.is-col-span-4-tablet {
    --bulma-grid-cell-column-span: 4;
  }
  .cell.is-row-start-4-tablet {
    --bulma-grid-cell-row-start: 4;
  }
  .cell.is-row-end-4-tablet {
    --bulma-grid-cell-row-end: 4;
  }
  .cell.is-row-from-end-4-tablet {
    --bulma-grid-cell-row-start: -4;
  }
  .cell.is-row-span-4-tablet {
    --bulma-grid-cell-row-span: 4;
  }
  .cell.is-col-start-5-tablet {
    --bulma-grid-cell-column-start: 5;
  }
  .cell.is-col-end-5-tablet {
    --bulma-grid-cell-column-end: 5;
  }
  .cell.is-col-from-end-5-tablet {
    --bulma-grid-cell-column-start: -5;
  }
  .cell.is-col-span-5-tablet {
    --bulma-grid-cell-column-span: 5;
  }
  .cell.is-row-start-5-tablet {
    --bulma-grid-cell-row-start: 5;
  }
  .cell.is-row-end-5-tablet {
    --bulma-grid-cell-row-end: 5;
  }
  .cell.is-row-from-end-5-tablet {
    --bulma-grid-cell-row-start: -5;
  }
  .cell.is-row-span-5-tablet {
    --bulma-grid-cell-row-span: 5;
  }
  .cell.is-col-start-6-tablet {
    --bulma-grid-cell-column-start: 6;
  }
  .cell.is-col-end-6-tablet {
    --bulma-grid-cell-column-end: 6;
  }
  .cell.is-col-from-end-6-tablet {
    --bulma-grid-cell-column-start: -6;
  }
  .cell.is-col-span-6-tablet {
    --bulma-grid-cell-column-span: 6;
  }
  .cell.is-row-start-6-tablet {
    --bulma-grid-cell-row-start: 6;
  }
  .cell.is-row-end-6-tablet {
    --bulma-grid-cell-row-end: 6;
  }
  .cell.is-row-from-end-6-tablet {
    --bulma-grid-cell-row-start: -6;
  }
  .cell.is-row-span-6-tablet {
    --bulma-grid-cell-row-span: 6;
  }
  .cell.is-col-start-7-tablet {
    --bulma-grid-cell-column-start: 7;
  }
  .cell.is-col-end-7-tablet {
    --bulma-grid-cell-column-end: 7;
  }
  .cell.is-col-from-end-7-tablet {
    --bulma-grid-cell-column-start: -7;
  }
  .cell.is-col-span-7-tablet {
    --bulma-grid-cell-column-span: 7;
  }
  .cell.is-row-start-7-tablet {
    --bulma-grid-cell-row-start: 7;
  }
  .cell.is-row-end-7-tablet {
    --bulma-grid-cell-row-end: 7;
  }
  .cell.is-row-from-end-7-tablet {
    --bulma-grid-cell-row-start: -7;
  }
  .cell.is-row-span-7-tablet {
    --bulma-grid-cell-row-span: 7;
  }
  .cell.is-col-start-8-tablet {
    --bulma-grid-cell-column-start: 8;
  }
  .cell.is-col-end-8-tablet {
    --bulma-grid-cell-column-end: 8;
  }
  .cell.is-col-from-end-8-tablet {
    --bulma-grid-cell-column-start: -8;
  }
  .cell.is-col-span-8-tablet {
    --bulma-grid-cell-column-span: 8;
  }
  .cell.is-row-start-8-tablet {
    --bulma-grid-cell-row-start: 8;
  }
  .cell.is-row-end-8-tablet {
    --bulma-grid-cell-row-end: 8;
  }
  .cell.is-row-from-end-8-tablet {
    --bulma-grid-cell-row-start: -8;
  }
  .cell.is-row-span-8-tablet {
    --bulma-grid-cell-row-span: 8;
  }
  .cell.is-col-start-9-tablet {
    --bulma-grid-cell-column-start: 9;
  }
  .cell.is-col-end-9-tablet {
    --bulma-grid-cell-column-end: 9;
  }
  .cell.is-col-from-end-9-tablet {
    --bulma-grid-cell-column-start: -9;
  }
  .cell.is-col-span-9-tablet {
    --bulma-grid-cell-column-span: 9;
  }
  .cell.is-row-start-9-tablet {
    --bulma-grid-cell-row-start: 9;
  }
  .cell.is-row-end-9-tablet {
    --bulma-grid-cell-row-end: 9;
  }
  .cell.is-row-from-end-9-tablet {
    --bulma-grid-cell-row-start: -9;
  }
  .cell.is-row-span-9-tablet {
    --bulma-grid-cell-row-span: 9;
  }
  .cell.is-col-start-10-tablet {
    --bulma-grid-cell-column-start: 10;
  }
  .cell.is-col-end-10-tablet {
    --bulma-grid-cell-column-end: 10;
  }
  .cell.is-col-from-end-10-tablet {
    --bulma-grid-cell-column-start: -10;
  }
  .cell.is-col-span-10-tablet {
    --bulma-grid-cell-column-span: 10;
  }
  .cell.is-row-start-10-tablet {
    --bulma-grid-cell-row-start: 10;
  }
  .cell.is-row-end-10-tablet {
    --bulma-grid-cell-row-end: 10;
  }
  .cell.is-row-from-end-10-tablet {
    --bulma-grid-cell-row-start: -10;
  }
  .cell.is-row-span-10-tablet {
    --bulma-grid-cell-row-span: 10;
  }
  .cell.is-col-start-11-tablet {
    --bulma-grid-cell-column-start: 11;
  }
  .cell.is-col-end-11-tablet {
    --bulma-grid-cell-column-end: 11;
  }
  .cell.is-col-from-end-11-tablet {
    --bulma-grid-cell-column-start: -11;
  }
  .cell.is-col-span-11-tablet {
    --bulma-grid-cell-column-span: 11;
  }
  .cell.is-row-start-11-tablet {
    --bulma-grid-cell-row-start: 11;
  }
  .cell.is-row-end-11-tablet {
    --bulma-grid-cell-row-end: 11;
  }
  .cell.is-row-from-end-11-tablet {
    --bulma-grid-cell-row-start: -11;
  }
  .cell.is-row-span-11-tablet {
    --bulma-grid-cell-row-span: 11;
  }
  .cell.is-col-start-12-tablet {
    --bulma-grid-cell-column-start: 12;
  }
  .cell.is-col-end-12-tablet {
    --bulma-grid-cell-column-end: 12;
  }
  .cell.is-col-from-end-12-tablet {
    --bulma-grid-cell-column-start: -12;
  }
  .cell.is-col-span-12-tablet {
    --bulma-grid-cell-column-span: 12;
  }
  .cell.is-row-start-12-tablet {
    --bulma-grid-cell-row-start: 12;
  }
  .cell.is-row-end-12-tablet {
    --bulma-grid-cell-row-end: 12;
  }
  .cell.is-row-from-end-12-tablet {
    --bulma-grid-cell-row-start: -12;
  }
  .cell.is-row-span-12-tablet {
    --bulma-grid-cell-row-span: 12;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .cell.is-col-start-1-tablet-only {
    --bulma-grid-cell-column-start: 1;
  }
  .cell.is-col-end-1-tablet-only {
    --bulma-grid-cell-column-end: 1;
  }
  .cell.is-col-from-end-1-tablet-only {
    --bulma-grid-cell-column-start: -1;
  }
  .cell.is-col-span-1-tablet-only {
    --bulma-grid-cell-column-span: 1;
  }
  .cell.is-row-start-1-tablet-only {
    --bulma-grid-cell-row-start: 1;
  }
  .cell.is-row-end-1-tablet-only {
    --bulma-grid-cell-row-end: 1;
  }
  .cell.is-row-from-end-1-tablet-only {
    --bulma-grid-cell-row-start: -1;
  }
  .cell.is-row-span-1-tablet-only {
    --bulma-grid-cell-row-span: 1;
  }
  .cell.is-col-start-2-tablet-only {
    --bulma-grid-cell-column-start: 2;
  }
  .cell.is-col-end-2-tablet-only {
    --bulma-grid-cell-column-end: 2;
  }
  .cell.is-col-from-end-2-tablet-only {
    --bulma-grid-cell-column-start: -2;
  }
  .cell.is-col-span-2-tablet-only {
    --bulma-grid-cell-column-span: 2;
  }
  .cell.is-row-start-2-tablet-only {
    --bulma-grid-cell-row-start: 2;
  }
  .cell.is-row-end-2-tablet-only {
    --bulma-grid-cell-row-end: 2;
  }
  .cell.is-row-from-end-2-tablet-only {
    --bulma-grid-cell-row-start: -2;
  }
  .cell.is-row-span-2-tablet-only {
    --bulma-grid-cell-row-span: 2;
  }
  .cell.is-col-start-3-tablet-only {
    --bulma-grid-cell-column-start: 3;
  }
  .cell.is-col-end-3-tablet-only {
    --bulma-grid-cell-column-end: 3;
  }
  .cell.is-col-from-end-3-tablet-only {
    --bulma-grid-cell-column-start: -3;
  }
  .cell.is-col-span-3-tablet-only {
    --bulma-grid-cell-column-span: 3;
  }
  .cell.is-row-start-3-tablet-only {
    --bulma-grid-cell-row-start: 3;
  }
  .cell.is-row-end-3-tablet-only {
    --bulma-grid-cell-row-end: 3;
  }
  .cell.is-row-from-end-3-tablet-only {
    --bulma-grid-cell-row-start: -3;
  }
  .cell.is-row-span-3-tablet-only {
    --bulma-grid-cell-row-span: 3;
  }
  .cell.is-col-start-4-tablet-only {
    --bulma-grid-cell-column-start: 4;
  }
  .cell.is-col-end-4-tablet-only {
    --bulma-grid-cell-column-end: 4;
  }
  .cell.is-col-from-end-4-tablet-only {
    --bulma-grid-cell-column-start: -4;
  }
  .cell.is-col-span-4-tablet-only {
    --bulma-grid-cell-column-span: 4;
  }
  .cell.is-row-start-4-tablet-only {
    --bulma-grid-cell-row-start: 4;
  }
  .cell.is-row-end-4-tablet-only {
    --bulma-grid-cell-row-end: 4;
  }
  .cell.is-row-from-end-4-tablet-only {
    --bulma-grid-cell-row-start: -4;
  }
  .cell.is-row-span-4-tablet-only {
    --bulma-grid-cell-row-span: 4;
  }
  .cell.is-col-start-5-tablet-only {
    --bulma-grid-cell-column-start: 5;
  }
  .cell.is-col-end-5-tablet-only {
    --bulma-grid-cell-column-end: 5;
  }
  .cell.is-col-from-end-5-tablet-only {
    --bulma-grid-cell-column-start: -5;
  }
  .cell.is-col-span-5-tablet-only {
    --bulma-grid-cell-column-span: 5;
  }
  .cell.is-row-start-5-tablet-only {
    --bulma-grid-cell-row-start: 5;
  }
  .cell.is-row-end-5-tablet-only {
    --bulma-grid-cell-row-end: 5;
  }
  .cell.is-row-from-end-5-tablet-only {
    --bulma-grid-cell-row-start: -5;
  }
  .cell.is-row-span-5-tablet-only {
    --bulma-grid-cell-row-span: 5;
  }
  .cell.is-col-start-6-tablet-only {
    --bulma-grid-cell-column-start: 6;
  }
  .cell.is-col-end-6-tablet-only {
    --bulma-grid-cell-column-end: 6;
  }
  .cell.is-col-from-end-6-tablet-only {
    --bulma-grid-cell-column-start: -6;
  }
  .cell.is-col-span-6-tablet-only {
    --bulma-grid-cell-column-span: 6;
  }
  .cell.is-row-start-6-tablet-only {
    --bulma-grid-cell-row-start: 6;
  }
  .cell.is-row-end-6-tablet-only {
    --bulma-grid-cell-row-end: 6;
  }
  .cell.is-row-from-end-6-tablet-only {
    --bulma-grid-cell-row-start: -6;
  }
  .cell.is-row-span-6-tablet-only {
    --bulma-grid-cell-row-span: 6;
  }
  .cell.is-col-start-7-tablet-only {
    --bulma-grid-cell-column-start: 7;
  }
  .cell.is-col-end-7-tablet-only {
    --bulma-grid-cell-column-end: 7;
  }
  .cell.is-col-from-end-7-tablet-only {
    --bulma-grid-cell-column-start: -7;
  }
  .cell.is-col-span-7-tablet-only {
    --bulma-grid-cell-column-span: 7;
  }
  .cell.is-row-start-7-tablet-only {
    --bulma-grid-cell-row-start: 7;
  }
  .cell.is-row-end-7-tablet-only {
    --bulma-grid-cell-row-end: 7;
  }
  .cell.is-row-from-end-7-tablet-only {
    --bulma-grid-cell-row-start: -7;
  }
  .cell.is-row-span-7-tablet-only {
    --bulma-grid-cell-row-span: 7;
  }
  .cell.is-col-start-8-tablet-only {
    --bulma-grid-cell-column-start: 8;
  }
  .cell.is-col-end-8-tablet-only {
    --bulma-grid-cell-column-end: 8;
  }
  .cell.is-col-from-end-8-tablet-only {
    --bulma-grid-cell-column-start: -8;
  }
  .cell.is-col-span-8-tablet-only {
    --bulma-grid-cell-column-span: 8;
  }
  .cell.is-row-start-8-tablet-only {
    --bulma-grid-cell-row-start: 8;
  }
  .cell.is-row-end-8-tablet-only {
    --bulma-grid-cell-row-end: 8;
  }
  .cell.is-row-from-end-8-tablet-only {
    --bulma-grid-cell-row-start: -8;
  }
  .cell.is-row-span-8-tablet-only {
    --bulma-grid-cell-row-span: 8;
  }
  .cell.is-col-start-9-tablet-only {
    --bulma-grid-cell-column-start: 9;
  }
  .cell.is-col-end-9-tablet-only {
    --bulma-grid-cell-column-end: 9;
  }
  .cell.is-col-from-end-9-tablet-only {
    --bulma-grid-cell-column-start: -9;
  }
  .cell.is-col-span-9-tablet-only {
    --bulma-grid-cell-column-span: 9;
  }
  .cell.is-row-start-9-tablet-only {
    --bulma-grid-cell-row-start: 9;
  }
  .cell.is-row-end-9-tablet-only {
    --bulma-grid-cell-row-end: 9;
  }
  .cell.is-row-from-end-9-tablet-only {
    --bulma-grid-cell-row-start: -9;
  }
  .cell.is-row-span-9-tablet-only {
    --bulma-grid-cell-row-span: 9;
  }
  .cell.is-col-start-10-tablet-only {
    --bulma-grid-cell-column-start: 10;
  }
  .cell.is-col-end-10-tablet-only {
    --bulma-grid-cell-column-end: 10;
  }
  .cell.is-col-from-end-10-tablet-only {
    --bulma-grid-cell-column-start: -10;
  }
  .cell.is-col-span-10-tablet-only {
    --bulma-grid-cell-column-span: 10;
  }
  .cell.is-row-start-10-tablet-only {
    --bulma-grid-cell-row-start: 10;
  }
  .cell.is-row-end-10-tablet-only {
    --bulma-grid-cell-row-end: 10;
  }
  .cell.is-row-from-end-10-tablet-only {
    --bulma-grid-cell-row-start: -10;
  }
  .cell.is-row-span-10-tablet-only {
    --bulma-grid-cell-row-span: 10;
  }
  .cell.is-col-start-11-tablet-only {
    --bulma-grid-cell-column-start: 11;
  }
  .cell.is-col-end-11-tablet-only {
    --bulma-grid-cell-column-end: 11;
  }
  .cell.is-col-from-end-11-tablet-only {
    --bulma-grid-cell-column-start: -11;
  }
  .cell.is-col-span-11-tablet-only {
    --bulma-grid-cell-column-span: 11;
  }
  .cell.is-row-start-11-tablet-only {
    --bulma-grid-cell-row-start: 11;
  }
  .cell.is-row-end-11-tablet-only {
    --bulma-grid-cell-row-end: 11;
  }
  .cell.is-row-from-end-11-tablet-only {
    --bulma-grid-cell-row-start: -11;
  }
  .cell.is-row-span-11-tablet-only {
    --bulma-grid-cell-row-span: 11;
  }
  .cell.is-col-start-12-tablet-only {
    --bulma-grid-cell-column-start: 12;
  }
  .cell.is-col-end-12-tablet-only {
    --bulma-grid-cell-column-end: 12;
  }
  .cell.is-col-from-end-12-tablet-only {
    --bulma-grid-cell-column-start: -12;
  }
  .cell.is-col-span-12-tablet-only {
    --bulma-grid-cell-column-span: 12;
  }
  .cell.is-row-start-12-tablet-only {
    --bulma-grid-cell-row-start: 12;
  }
  .cell.is-row-end-12-tablet-only {
    --bulma-grid-cell-row-end: 12;
  }
  .cell.is-row-from-end-12-tablet-only {
    --bulma-grid-cell-row-start: -12;
  }
  .cell.is-row-span-12-tablet-only {
    --bulma-grid-cell-row-span: 12;
  }
}
@media screen and (min-width: 1024px) {
  .cell.is-col-start-1-desktop {
    --bulma-grid-cell-column-start: 1;
  }
  .cell.is-col-end-1-desktop {
    --bulma-grid-cell-column-end: 1;
  }
  .cell.is-col-from-end-1-desktop {
    --bulma-grid-cell-column-start: -1;
  }
  .cell.is-col-span-1-desktop {
    --bulma-grid-cell-column-span: 1;
  }
  .cell.is-row-start-1-desktop {
    --bulma-grid-cell-row-start: 1;
  }
  .cell.is-row-end-1-desktop {
    --bulma-grid-cell-row-end: 1;
  }
  .cell.is-row-from-end-1-desktop {
    --bulma-grid-cell-row-start: -1;
  }
  .cell.is-row-span-1-desktop {
    --bulma-grid-cell-row-span: 1;
  }
  .cell.is-col-start-2-desktop {
    --bulma-grid-cell-column-start: 2;
  }
  .cell.is-col-end-2-desktop {
    --bulma-grid-cell-column-end: 2;
  }
  .cell.is-col-from-end-2-desktop {
    --bulma-grid-cell-column-start: -2;
  }
  .cell.is-col-span-2-desktop {
    --bulma-grid-cell-column-span: 2;
  }
  .cell.is-row-start-2-desktop {
    --bulma-grid-cell-row-start: 2;
  }
  .cell.is-row-end-2-desktop {
    --bulma-grid-cell-row-end: 2;
  }
  .cell.is-row-from-end-2-desktop {
    --bulma-grid-cell-row-start: -2;
  }
  .cell.is-row-span-2-desktop {
    --bulma-grid-cell-row-span: 2;
  }
  .cell.is-col-start-3-desktop {
    --bulma-grid-cell-column-start: 3;
  }
  .cell.is-col-end-3-desktop {
    --bulma-grid-cell-column-end: 3;
  }
  .cell.is-col-from-end-3-desktop {
    --bulma-grid-cell-column-start: -3;
  }
  .cell.is-col-span-3-desktop {
    --bulma-grid-cell-column-span: 3;
  }
  .cell.is-row-start-3-desktop {
    --bulma-grid-cell-row-start: 3;
  }
  .cell.is-row-end-3-desktop {
    --bulma-grid-cell-row-end: 3;
  }
  .cell.is-row-from-end-3-desktop {
    --bulma-grid-cell-row-start: -3;
  }
  .cell.is-row-span-3-desktop {
    --bulma-grid-cell-row-span: 3;
  }
  .cell.is-col-start-4-desktop {
    --bulma-grid-cell-column-start: 4;
  }
  .cell.is-col-end-4-desktop {
    --bulma-grid-cell-column-end: 4;
  }
  .cell.is-col-from-end-4-desktop {
    --bulma-grid-cell-column-start: -4;
  }
  .cell.is-col-span-4-desktop {
    --bulma-grid-cell-column-span: 4;
  }
  .cell.is-row-start-4-desktop {
    --bulma-grid-cell-row-start: 4;
  }
  .cell.is-row-end-4-desktop {
    --bulma-grid-cell-row-end: 4;
  }
  .cell.is-row-from-end-4-desktop {
    --bulma-grid-cell-row-start: -4;
  }
  .cell.is-row-span-4-desktop {
    --bulma-grid-cell-row-span: 4;
  }
  .cell.is-col-start-5-desktop {
    --bulma-grid-cell-column-start: 5;
  }
  .cell.is-col-end-5-desktop {
    --bulma-grid-cell-column-end: 5;
  }
  .cell.is-col-from-end-5-desktop {
    --bulma-grid-cell-column-start: -5;
  }
  .cell.is-col-span-5-desktop {
    --bulma-grid-cell-column-span: 5;
  }
  .cell.is-row-start-5-desktop {
    --bulma-grid-cell-row-start: 5;
  }
  .cell.is-row-end-5-desktop {
    --bulma-grid-cell-row-end: 5;
  }
  .cell.is-row-from-end-5-desktop {
    --bulma-grid-cell-row-start: -5;
  }
  .cell.is-row-span-5-desktop {
    --bulma-grid-cell-row-span: 5;
  }
  .cell.is-col-start-6-desktop {
    --bulma-grid-cell-column-start: 6;
  }
  .cell.is-col-end-6-desktop {
    --bulma-grid-cell-column-end: 6;
  }
  .cell.is-col-from-end-6-desktop {
    --bulma-grid-cell-column-start: -6;
  }
  .cell.is-col-span-6-desktop {
    --bulma-grid-cell-column-span: 6;
  }
  .cell.is-row-start-6-desktop {
    --bulma-grid-cell-row-start: 6;
  }
  .cell.is-row-end-6-desktop {
    --bulma-grid-cell-row-end: 6;
  }
  .cell.is-row-from-end-6-desktop {
    --bulma-grid-cell-row-start: -6;
  }
  .cell.is-row-span-6-desktop {
    --bulma-grid-cell-row-span: 6;
  }
  .cell.is-col-start-7-desktop {
    --bulma-grid-cell-column-start: 7;
  }
  .cell.is-col-end-7-desktop {
    --bulma-grid-cell-column-end: 7;
  }
  .cell.is-col-from-end-7-desktop {
    --bulma-grid-cell-column-start: -7;
  }
  .cell.is-col-span-7-desktop {
    --bulma-grid-cell-column-span: 7;
  }
  .cell.is-row-start-7-desktop {
    --bulma-grid-cell-row-start: 7;
  }
  .cell.is-row-end-7-desktop {
    --bulma-grid-cell-row-end: 7;
  }
  .cell.is-row-from-end-7-desktop {
    --bulma-grid-cell-row-start: -7;
  }
  .cell.is-row-span-7-desktop {
    --bulma-grid-cell-row-span: 7;
  }
  .cell.is-col-start-8-desktop {
    --bulma-grid-cell-column-start: 8;
  }
  .cell.is-col-end-8-desktop {
    --bulma-grid-cell-column-end: 8;
  }
  .cell.is-col-from-end-8-desktop {
    --bulma-grid-cell-column-start: -8;
  }
  .cell.is-col-span-8-desktop {
    --bulma-grid-cell-column-span: 8;
  }
  .cell.is-row-start-8-desktop {
    --bulma-grid-cell-row-start: 8;
  }
  .cell.is-row-end-8-desktop {
    --bulma-grid-cell-row-end: 8;
  }
  .cell.is-row-from-end-8-desktop {
    --bulma-grid-cell-row-start: -8;
  }
  .cell.is-row-span-8-desktop {
    --bulma-grid-cell-row-span: 8;
  }
  .cell.is-col-start-9-desktop {
    --bulma-grid-cell-column-start: 9;
  }
  .cell.is-col-end-9-desktop {
    --bulma-grid-cell-column-end: 9;
  }
  .cell.is-col-from-end-9-desktop {
    --bulma-grid-cell-column-start: -9;
  }
  .cell.is-col-span-9-desktop {
    --bulma-grid-cell-column-span: 9;
  }
  .cell.is-row-start-9-desktop {
    --bulma-grid-cell-row-start: 9;
  }
  .cell.is-row-end-9-desktop {
    --bulma-grid-cell-row-end: 9;
  }
  .cell.is-row-from-end-9-desktop {
    --bulma-grid-cell-row-start: -9;
  }
  .cell.is-row-span-9-desktop {
    --bulma-grid-cell-row-span: 9;
  }
  .cell.is-col-start-10-desktop {
    --bulma-grid-cell-column-start: 10;
  }
  .cell.is-col-end-10-desktop {
    --bulma-grid-cell-column-end: 10;
  }
  .cell.is-col-from-end-10-desktop {
    --bulma-grid-cell-column-start: -10;
  }
  .cell.is-col-span-10-desktop {
    --bulma-grid-cell-column-span: 10;
  }
  .cell.is-row-start-10-desktop {
    --bulma-grid-cell-row-start: 10;
  }
  .cell.is-row-end-10-desktop {
    --bulma-grid-cell-row-end: 10;
  }
  .cell.is-row-from-end-10-desktop {
    --bulma-grid-cell-row-start: -10;
  }
  .cell.is-row-span-10-desktop {
    --bulma-grid-cell-row-span: 10;
  }
  .cell.is-col-start-11-desktop {
    --bulma-grid-cell-column-start: 11;
  }
  .cell.is-col-end-11-desktop {
    --bulma-grid-cell-column-end: 11;
  }
  .cell.is-col-from-end-11-desktop {
    --bulma-grid-cell-column-start: -11;
  }
  .cell.is-col-span-11-desktop {
    --bulma-grid-cell-column-span: 11;
  }
  .cell.is-row-start-11-desktop {
    --bulma-grid-cell-row-start: 11;
  }
  .cell.is-row-end-11-desktop {
    --bulma-grid-cell-row-end: 11;
  }
  .cell.is-row-from-end-11-desktop {
    --bulma-grid-cell-row-start: -11;
  }
  .cell.is-row-span-11-desktop {
    --bulma-grid-cell-row-span: 11;
  }
  .cell.is-col-start-12-desktop {
    --bulma-grid-cell-column-start: 12;
  }
  .cell.is-col-end-12-desktop {
    --bulma-grid-cell-column-end: 12;
  }
  .cell.is-col-from-end-12-desktop {
    --bulma-grid-cell-column-start: -12;
  }
  .cell.is-col-span-12-desktop {
    --bulma-grid-cell-column-span: 12;
  }
  .cell.is-row-start-12-desktop {
    --bulma-grid-cell-row-start: 12;
  }
  .cell.is-row-end-12-desktop {
    --bulma-grid-cell-row-end: 12;
  }
  .cell.is-row-from-end-12-desktop {
    --bulma-grid-cell-row-start: -12;
  }
  .cell.is-row-span-12-desktop {
    --bulma-grid-cell-row-span: 12;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .cell.is-col-start-1-desktop-only {
    --bulma-grid-cell-column-start: 1;
  }
  .cell.is-col-end-1-desktop-only {
    --bulma-grid-cell-column-end: 1;
  }
  .cell.is-col-from-end-1-desktop-only {
    --bulma-grid-cell-column-start: -1;
  }
  .cell.is-col-span-1-desktop-only {
    --bulma-grid-cell-column-span: 1;
  }
  .cell.is-row-start-1-desktop-only {
    --bulma-grid-cell-row-start: 1;
  }
  .cell.is-row-end-1-desktop-only {
    --bulma-grid-cell-row-end: 1;
  }
  .cell.is-row-from-end-1-desktop-only {
    --bulma-grid-cell-row-start: -1;
  }
  .cell.is-row-span-1-desktop-only {
    --bulma-grid-cell-row-span: 1;
  }
  .cell.is-col-start-2-desktop-only {
    --bulma-grid-cell-column-start: 2;
  }
  .cell.is-col-end-2-desktop-only {
    --bulma-grid-cell-column-end: 2;
  }
  .cell.is-col-from-end-2-desktop-only {
    --bulma-grid-cell-column-start: -2;
  }
  .cell.is-col-span-2-desktop-only {
    --bulma-grid-cell-column-span: 2;
  }
  .cell.is-row-start-2-desktop-only {
    --bulma-grid-cell-row-start: 2;
  }
  .cell.is-row-end-2-desktop-only {
    --bulma-grid-cell-row-end: 2;
  }
  .cell.is-row-from-end-2-desktop-only {
    --bulma-grid-cell-row-start: -2;
  }
  .cell.is-row-span-2-desktop-only {
    --bulma-grid-cell-row-span: 2;
  }
  .cell.is-col-start-3-desktop-only {
    --bulma-grid-cell-column-start: 3;
  }
  .cell.is-col-end-3-desktop-only {
    --bulma-grid-cell-column-end: 3;
  }
  .cell.is-col-from-end-3-desktop-only {
    --bulma-grid-cell-column-start: -3;
  }
  .cell.is-col-span-3-desktop-only {
    --bulma-grid-cell-column-span: 3;
  }
  .cell.is-row-start-3-desktop-only {
    --bulma-grid-cell-row-start: 3;
  }
  .cell.is-row-end-3-desktop-only {
    --bulma-grid-cell-row-end: 3;
  }
  .cell.is-row-from-end-3-desktop-only {
    --bulma-grid-cell-row-start: -3;
  }
  .cell.is-row-span-3-desktop-only {
    --bulma-grid-cell-row-span: 3;
  }
  .cell.is-col-start-4-desktop-only {
    --bulma-grid-cell-column-start: 4;
  }
  .cell.is-col-end-4-desktop-only {
    --bulma-grid-cell-column-end: 4;
  }
  .cell.is-col-from-end-4-desktop-only {
    --bulma-grid-cell-column-start: -4;
  }
  .cell.is-col-span-4-desktop-only {
    --bulma-grid-cell-column-span: 4;
  }
  .cell.is-row-start-4-desktop-only {
    --bulma-grid-cell-row-start: 4;
  }
  .cell.is-row-end-4-desktop-only {
    --bulma-grid-cell-row-end: 4;
  }
  .cell.is-row-from-end-4-desktop-only {
    --bulma-grid-cell-row-start: -4;
  }
  .cell.is-row-span-4-desktop-only {
    --bulma-grid-cell-row-span: 4;
  }
  .cell.is-col-start-5-desktop-only {
    --bulma-grid-cell-column-start: 5;
  }
  .cell.is-col-end-5-desktop-only {
    --bulma-grid-cell-column-end: 5;
  }
  .cell.is-col-from-end-5-desktop-only {
    --bulma-grid-cell-column-start: -5;
  }
  .cell.is-col-span-5-desktop-only {
    --bulma-grid-cell-column-span: 5;
  }
  .cell.is-row-start-5-desktop-only {
    --bulma-grid-cell-row-start: 5;
  }
  .cell.is-row-end-5-desktop-only {
    --bulma-grid-cell-row-end: 5;
  }
  .cell.is-row-from-end-5-desktop-only {
    --bulma-grid-cell-row-start: -5;
  }
  .cell.is-row-span-5-desktop-only {
    --bulma-grid-cell-row-span: 5;
  }
  .cell.is-col-start-6-desktop-only {
    --bulma-grid-cell-column-start: 6;
  }
  .cell.is-col-end-6-desktop-only {
    --bulma-grid-cell-column-end: 6;
  }
  .cell.is-col-from-end-6-desktop-only {
    --bulma-grid-cell-column-start: -6;
  }
  .cell.is-col-span-6-desktop-only {
    --bulma-grid-cell-column-span: 6;
  }
  .cell.is-row-start-6-desktop-only {
    --bulma-grid-cell-row-start: 6;
  }
  .cell.is-row-end-6-desktop-only {
    --bulma-grid-cell-row-end: 6;
  }
  .cell.is-row-from-end-6-desktop-only {
    --bulma-grid-cell-row-start: -6;
  }
  .cell.is-row-span-6-desktop-only {
    --bulma-grid-cell-row-span: 6;
  }
  .cell.is-col-start-7-desktop-only {
    --bulma-grid-cell-column-start: 7;
  }
  .cell.is-col-end-7-desktop-only {
    --bulma-grid-cell-column-end: 7;
  }
  .cell.is-col-from-end-7-desktop-only {
    --bulma-grid-cell-column-start: -7;
  }
  .cell.is-col-span-7-desktop-only {
    --bulma-grid-cell-column-span: 7;
  }
  .cell.is-row-start-7-desktop-only {
    --bulma-grid-cell-row-start: 7;
  }
  .cell.is-row-end-7-desktop-only {
    --bulma-grid-cell-row-end: 7;
  }
  .cell.is-row-from-end-7-desktop-only {
    --bulma-grid-cell-row-start: -7;
  }
  .cell.is-row-span-7-desktop-only {
    --bulma-grid-cell-row-span: 7;
  }
  .cell.is-col-start-8-desktop-only {
    --bulma-grid-cell-column-start: 8;
  }
  .cell.is-col-end-8-desktop-only {
    --bulma-grid-cell-column-end: 8;
  }
  .cell.is-col-from-end-8-desktop-only {
    --bulma-grid-cell-column-start: -8;
  }
  .cell.is-col-span-8-desktop-only {
    --bulma-grid-cell-column-span: 8;
  }
  .cell.is-row-start-8-desktop-only {
    --bulma-grid-cell-row-start: 8;
  }
  .cell.is-row-end-8-desktop-only {
    --bulma-grid-cell-row-end: 8;
  }
  .cell.is-row-from-end-8-desktop-only {
    --bulma-grid-cell-row-start: -8;
  }
  .cell.is-row-span-8-desktop-only {
    --bulma-grid-cell-row-span: 8;
  }
  .cell.is-col-start-9-desktop-only {
    --bulma-grid-cell-column-start: 9;
  }
  .cell.is-col-end-9-desktop-only {
    --bulma-grid-cell-column-end: 9;
  }
  .cell.is-col-from-end-9-desktop-only {
    --bulma-grid-cell-column-start: -9;
  }
  .cell.is-col-span-9-desktop-only {
    --bulma-grid-cell-column-span: 9;
  }
  .cell.is-row-start-9-desktop-only {
    --bulma-grid-cell-row-start: 9;
  }
  .cell.is-row-end-9-desktop-only {
    --bulma-grid-cell-row-end: 9;
  }
  .cell.is-row-from-end-9-desktop-only {
    --bulma-grid-cell-row-start: -9;
  }
  .cell.is-row-span-9-desktop-only {
    --bulma-grid-cell-row-span: 9;
  }
  .cell.is-col-start-10-desktop-only {
    --bulma-grid-cell-column-start: 10;
  }
  .cell.is-col-end-10-desktop-only {
    --bulma-grid-cell-column-end: 10;
  }
  .cell.is-col-from-end-10-desktop-only {
    --bulma-grid-cell-column-start: -10;
  }
  .cell.is-col-span-10-desktop-only {
    --bulma-grid-cell-column-span: 10;
  }
  .cell.is-row-start-10-desktop-only {
    --bulma-grid-cell-row-start: 10;
  }
  .cell.is-row-end-10-desktop-only {
    --bulma-grid-cell-row-end: 10;
  }
  .cell.is-row-from-end-10-desktop-only {
    --bulma-grid-cell-row-start: -10;
  }
  .cell.is-row-span-10-desktop-only {
    --bulma-grid-cell-row-span: 10;
  }
  .cell.is-col-start-11-desktop-only {
    --bulma-grid-cell-column-start: 11;
  }
  .cell.is-col-end-11-desktop-only {
    --bulma-grid-cell-column-end: 11;
  }
  .cell.is-col-from-end-11-desktop-only {
    --bulma-grid-cell-column-start: -11;
  }
  .cell.is-col-span-11-desktop-only {
    --bulma-grid-cell-column-span: 11;
  }
  .cell.is-row-start-11-desktop-only {
    --bulma-grid-cell-row-start: 11;
  }
  .cell.is-row-end-11-desktop-only {
    --bulma-grid-cell-row-end: 11;
  }
  .cell.is-row-from-end-11-desktop-only {
    --bulma-grid-cell-row-start: -11;
  }
  .cell.is-row-span-11-desktop-only {
    --bulma-grid-cell-row-span: 11;
  }
  .cell.is-col-start-12-desktop-only {
    --bulma-grid-cell-column-start: 12;
  }
  .cell.is-col-end-12-desktop-only {
    --bulma-grid-cell-column-end: 12;
  }
  .cell.is-col-from-end-12-desktop-only {
    --bulma-grid-cell-column-start: -12;
  }
  .cell.is-col-span-12-desktop-only {
    --bulma-grid-cell-column-span: 12;
  }
  .cell.is-row-start-12-desktop-only {
    --bulma-grid-cell-row-start: 12;
  }
  .cell.is-row-end-12-desktop-only {
    --bulma-grid-cell-row-end: 12;
  }
  .cell.is-row-from-end-12-desktop-only {
    --bulma-grid-cell-row-start: -12;
  }
  .cell.is-row-span-12-desktop-only {
    --bulma-grid-cell-row-span: 12;
  }
}
@media screen and (min-width: 1216px) {
  .cell.is-col-start-1-widescreen {
    --bulma-grid-cell-column-start: 1;
  }
  .cell.is-col-end-1-widescreen {
    --bulma-grid-cell-column-end: 1;
  }
  .cell.is-col-from-end-1-widescreen {
    --bulma-grid-cell-column-start: -1;
  }
  .cell.is-col-span-1-widescreen {
    --bulma-grid-cell-column-span: 1;
  }
  .cell.is-row-start-1-widescreen {
    --bulma-grid-cell-row-start: 1;
  }
  .cell.is-row-end-1-widescreen {
    --bulma-grid-cell-row-end: 1;
  }
  .cell.is-row-from-end-1-widescreen {
    --bulma-grid-cell-row-start: -1;
  }
  .cell.is-row-span-1-widescreen {
    --bulma-grid-cell-row-span: 1;
  }
  .cell.is-col-start-2-widescreen {
    --bulma-grid-cell-column-start: 2;
  }
  .cell.is-col-end-2-widescreen {
    --bulma-grid-cell-column-end: 2;
  }
  .cell.is-col-from-end-2-widescreen {
    --bulma-grid-cell-column-start: -2;
  }
  .cell.is-col-span-2-widescreen {
    --bulma-grid-cell-column-span: 2;
  }
  .cell.is-row-start-2-widescreen {
    --bulma-grid-cell-row-start: 2;
  }
  .cell.is-row-end-2-widescreen {
    --bulma-grid-cell-row-end: 2;
  }
  .cell.is-row-from-end-2-widescreen {
    --bulma-grid-cell-row-start: -2;
  }
  .cell.is-row-span-2-widescreen {
    --bulma-grid-cell-row-span: 2;
  }
  .cell.is-col-start-3-widescreen {
    --bulma-grid-cell-column-start: 3;
  }
  .cell.is-col-end-3-widescreen {
    --bulma-grid-cell-column-end: 3;
  }
  .cell.is-col-from-end-3-widescreen {
    --bulma-grid-cell-column-start: -3;
  }
  .cell.is-col-span-3-widescreen {
    --bulma-grid-cell-column-span: 3;
  }
  .cell.is-row-start-3-widescreen {
    --bulma-grid-cell-row-start: 3;
  }
  .cell.is-row-end-3-widescreen {
    --bulma-grid-cell-row-end: 3;
  }
  .cell.is-row-from-end-3-widescreen {
    --bulma-grid-cell-row-start: -3;
  }
  .cell.is-row-span-3-widescreen {
    --bulma-grid-cell-row-span: 3;
  }
  .cell.is-col-start-4-widescreen {
    --bulma-grid-cell-column-start: 4;
  }
  .cell.is-col-end-4-widescreen {
    --bulma-grid-cell-column-end: 4;
  }
  .cell.is-col-from-end-4-widescreen {
    --bulma-grid-cell-column-start: -4;
  }
  .cell.is-col-span-4-widescreen {
    --bulma-grid-cell-column-span: 4;
  }
  .cell.is-row-start-4-widescreen {
    --bulma-grid-cell-row-start: 4;
  }
  .cell.is-row-end-4-widescreen {
    --bulma-grid-cell-row-end: 4;
  }
  .cell.is-row-from-end-4-widescreen {
    --bulma-grid-cell-row-start: -4;
  }
  .cell.is-row-span-4-widescreen {
    --bulma-grid-cell-row-span: 4;
  }
  .cell.is-col-start-5-widescreen {
    --bulma-grid-cell-column-start: 5;
  }
  .cell.is-col-end-5-widescreen {
    --bulma-grid-cell-column-end: 5;
  }
  .cell.is-col-from-end-5-widescreen {
    --bulma-grid-cell-column-start: -5;
  }
  .cell.is-col-span-5-widescreen {
    --bulma-grid-cell-column-span: 5;
  }
  .cell.is-row-start-5-widescreen {
    --bulma-grid-cell-row-start: 5;
  }
  .cell.is-row-end-5-widescreen {
    --bulma-grid-cell-row-end: 5;
  }
  .cell.is-row-from-end-5-widescreen {
    --bulma-grid-cell-row-start: -5;
  }
  .cell.is-row-span-5-widescreen {
    --bulma-grid-cell-row-span: 5;
  }
  .cell.is-col-start-6-widescreen {
    --bulma-grid-cell-column-start: 6;
  }
  .cell.is-col-end-6-widescreen {
    --bulma-grid-cell-column-end: 6;
  }
  .cell.is-col-from-end-6-widescreen {
    --bulma-grid-cell-column-start: -6;
  }
  .cell.is-col-span-6-widescreen {
    --bulma-grid-cell-column-span: 6;
  }
  .cell.is-row-start-6-widescreen {
    --bulma-grid-cell-row-start: 6;
  }
  .cell.is-row-end-6-widescreen {
    --bulma-grid-cell-row-end: 6;
  }
  .cell.is-row-from-end-6-widescreen {
    --bulma-grid-cell-row-start: -6;
  }
  .cell.is-row-span-6-widescreen {
    --bulma-grid-cell-row-span: 6;
  }
  .cell.is-col-start-7-widescreen {
    --bulma-grid-cell-column-start: 7;
  }
  .cell.is-col-end-7-widescreen {
    --bulma-grid-cell-column-end: 7;
  }
  .cell.is-col-from-end-7-widescreen {
    --bulma-grid-cell-column-start: -7;
  }
  .cell.is-col-span-7-widescreen {
    --bulma-grid-cell-column-span: 7;
  }
  .cell.is-row-start-7-widescreen {
    --bulma-grid-cell-row-start: 7;
  }
  .cell.is-row-end-7-widescreen {
    --bulma-grid-cell-row-end: 7;
  }
  .cell.is-row-from-end-7-widescreen {
    --bulma-grid-cell-row-start: -7;
  }
  .cell.is-row-span-7-widescreen {
    --bulma-grid-cell-row-span: 7;
  }
  .cell.is-col-start-8-widescreen {
    --bulma-grid-cell-column-start: 8;
  }
  .cell.is-col-end-8-widescreen {
    --bulma-grid-cell-column-end: 8;
  }
  .cell.is-col-from-end-8-widescreen {
    --bulma-grid-cell-column-start: -8;
  }
  .cell.is-col-span-8-widescreen {
    --bulma-grid-cell-column-span: 8;
  }
  .cell.is-row-start-8-widescreen {
    --bulma-grid-cell-row-start: 8;
  }
  .cell.is-row-end-8-widescreen {
    --bulma-grid-cell-row-end: 8;
  }
  .cell.is-row-from-end-8-widescreen {
    --bulma-grid-cell-row-start: -8;
  }
  .cell.is-row-span-8-widescreen {
    --bulma-grid-cell-row-span: 8;
  }
  .cell.is-col-start-9-widescreen {
    --bulma-grid-cell-column-start: 9;
  }
  .cell.is-col-end-9-widescreen {
    --bulma-grid-cell-column-end: 9;
  }
  .cell.is-col-from-end-9-widescreen {
    --bulma-grid-cell-column-start: -9;
  }
  .cell.is-col-span-9-widescreen {
    --bulma-grid-cell-column-span: 9;
  }
  .cell.is-row-start-9-widescreen {
    --bulma-grid-cell-row-start: 9;
  }
  .cell.is-row-end-9-widescreen {
    --bulma-grid-cell-row-end: 9;
  }
  .cell.is-row-from-end-9-widescreen {
    --bulma-grid-cell-row-start: -9;
  }
  .cell.is-row-span-9-widescreen {
    --bulma-grid-cell-row-span: 9;
  }
  .cell.is-col-start-10-widescreen {
    --bulma-grid-cell-column-start: 10;
  }
  .cell.is-col-end-10-widescreen {
    --bulma-grid-cell-column-end: 10;
  }
  .cell.is-col-from-end-10-widescreen {
    --bulma-grid-cell-column-start: -10;
  }
  .cell.is-col-span-10-widescreen {
    --bulma-grid-cell-column-span: 10;
  }
  .cell.is-row-start-10-widescreen {
    --bulma-grid-cell-row-start: 10;
  }
  .cell.is-row-end-10-widescreen {
    --bulma-grid-cell-row-end: 10;
  }
  .cell.is-row-from-end-10-widescreen {
    --bulma-grid-cell-row-start: -10;
  }
  .cell.is-row-span-10-widescreen {
    --bulma-grid-cell-row-span: 10;
  }
  .cell.is-col-start-11-widescreen {
    --bulma-grid-cell-column-start: 11;
  }
  .cell.is-col-end-11-widescreen {
    --bulma-grid-cell-column-end: 11;
  }
  .cell.is-col-from-end-11-widescreen {
    --bulma-grid-cell-column-start: -11;
  }
  .cell.is-col-span-11-widescreen {
    --bulma-grid-cell-column-span: 11;
  }
  .cell.is-row-start-11-widescreen {
    --bulma-grid-cell-row-start: 11;
  }
  .cell.is-row-end-11-widescreen {
    --bulma-grid-cell-row-end: 11;
  }
  .cell.is-row-from-end-11-widescreen {
    --bulma-grid-cell-row-start: -11;
  }
  .cell.is-row-span-11-widescreen {
    --bulma-grid-cell-row-span: 11;
  }
  .cell.is-col-start-12-widescreen {
    --bulma-grid-cell-column-start: 12;
  }
  .cell.is-col-end-12-widescreen {
    --bulma-grid-cell-column-end: 12;
  }
  .cell.is-col-from-end-12-widescreen {
    --bulma-grid-cell-column-start: -12;
  }
  .cell.is-col-span-12-widescreen {
    --bulma-grid-cell-column-span: 12;
  }
  .cell.is-row-start-12-widescreen {
    --bulma-grid-cell-row-start: 12;
  }
  .cell.is-row-end-12-widescreen {
    --bulma-grid-cell-row-end: 12;
  }
  .cell.is-row-from-end-12-widescreen {
    --bulma-grid-cell-row-start: -12;
  }
  .cell.is-row-span-12-widescreen {
    --bulma-grid-cell-row-span: 12;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .cell.is-col-start-1-widescreen-only {
    --bulma-grid-cell-column-start: 1;
  }
  .cell.is-col-end-1-widescreen-only {
    --bulma-grid-cell-column-end: 1;
  }
  .cell.is-col-from-end-1-widescreen-only {
    --bulma-grid-cell-column-start: -1;
  }
  .cell.is-col-span-1-widescreen-only {
    --bulma-grid-cell-column-span: 1;
  }
  .cell.is-row-start-1-widescreen-only {
    --bulma-grid-cell-row-start: 1;
  }
  .cell.is-row-end-1-widescreen-only {
    --bulma-grid-cell-row-end: 1;
  }
  .cell.is-row-from-end-1-widescreen-only {
    --bulma-grid-cell-row-start: -1;
  }
  .cell.is-row-span-1-widescreen-only {
    --bulma-grid-cell-row-span: 1;
  }
  .cell.is-col-start-2-widescreen-only {
    --bulma-grid-cell-column-start: 2;
  }
  .cell.is-col-end-2-widescreen-only {
    --bulma-grid-cell-column-end: 2;
  }
  .cell.is-col-from-end-2-widescreen-only {
    --bulma-grid-cell-column-start: -2;
  }
  .cell.is-col-span-2-widescreen-only {
    --bulma-grid-cell-column-span: 2;
  }
  .cell.is-row-start-2-widescreen-only {
    --bulma-grid-cell-row-start: 2;
  }
  .cell.is-row-end-2-widescreen-only {
    --bulma-grid-cell-row-end: 2;
  }
  .cell.is-row-from-end-2-widescreen-only {
    --bulma-grid-cell-row-start: -2;
  }
  .cell.is-row-span-2-widescreen-only {
    --bulma-grid-cell-row-span: 2;
  }
  .cell.is-col-start-3-widescreen-only {
    --bulma-grid-cell-column-start: 3;
  }
  .cell.is-col-end-3-widescreen-only {
    --bulma-grid-cell-column-end: 3;
  }
  .cell.is-col-from-end-3-widescreen-only {
    --bulma-grid-cell-column-start: -3;
  }
  .cell.is-col-span-3-widescreen-only {
    --bulma-grid-cell-column-span: 3;
  }
  .cell.is-row-start-3-widescreen-only {
    --bulma-grid-cell-row-start: 3;
  }
  .cell.is-row-end-3-widescreen-only {
    --bulma-grid-cell-row-end: 3;
  }
  .cell.is-row-from-end-3-widescreen-only {
    --bulma-grid-cell-row-start: -3;
  }
  .cell.is-row-span-3-widescreen-only {
    --bulma-grid-cell-row-span: 3;
  }
  .cell.is-col-start-4-widescreen-only {
    --bulma-grid-cell-column-start: 4;
  }
  .cell.is-col-end-4-widescreen-only {
    --bulma-grid-cell-column-end: 4;
  }
  .cell.is-col-from-end-4-widescreen-only {
    --bulma-grid-cell-column-start: -4;
  }
  .cell.is-col-span-4-widescreen-only {
    --bulma-grid-cell-column-span: 4;
  }
  .cell.is-row-start-4-widescreen-only {
    --bulma-grid-cell-row-start: 4;
  }
  .cell.is-row-end-4-widescreen-only {
    --bulma-grid-cell-row-end: 4;
  }
  .cell.is-row-from-end-4-widescreen-only {
    --bulma-grid-cell-row-start: -4;
  }
  .cell.is-row-span-4-widescreen-only {
    --bulma-grid-cell-row-span: 4;
  }
  .cell.is-col-start-5-widescreen-only {
    --bulma-grid-cell-column-start: 5;
  }
  .cell.is-col-end-5-widescreen-only {
    --bulma-grid-cell-column-end: 5;
  }
  .cell.is-col-from-end-5-widescreen-only {
    --bulma-grid-cell-column-start: -5;
  }
  .cell.is-col-span-5-widescreen-only {
    --bulma-grid-cell-column-span: 5;
  }
  .cell.is-row-start-5-widescreen-only {
    --bulma-grid-cell-row-start: 5;
  }
  .cell.is-row-end-5-widescreen-only {
    --bulma-grid-cell-row-end: 5;
  }
  .cell.is-row-from-end-5-widescreen-only {
    --bulma-grid-cell-row-start: -5;
  }
  .cell.is-row-span-5-widescreen-only {
    --bulma-grid-cell-row-span: 5;
  }
  .cell.is-col-start-6-widescreen-only {
    --bulma-grid-cell-column-start: 6;
  }
  .cell.is-col-end-6-widescreen-only {
    --bulma-grid-cell-column-end: 6;
  }
  .cell.is-col-from-end-6-widescreen-only {
    --bulma-grid-cell-column-start: -6;
  }
  .cell.is-col-span-6-widescreen-only {
    --bulma-grid-cell-column-span: 6;
  }
  .cell.is-row-start-6-widescreen-only {
    --bulma-grid-cell-row-start: 6;
  }
  .cell.is-row-end-6-widescreen-only {
    --bulma-grid-cell-row-end: 6;
  }
  .cell.is-row-from-end-6-widescreen-only {
    --bulma-grid-cell-row-start: -6;
  }
  .cell.is-row-span-6-widescreen-only {
    --bulma-grid-cell-row-span: 6;
  }
  .cell.is-col-start-7-widescreen-only {
    --bulma-grid-cell-column-start: 7;
  }
  .cell.is-col-end-7-widescreen-only {
    --bulma-grid-cell-column-end: 7;
  }
  .cell.is-col-from-end-7-widescreen-only {
    --bulma-grid-cell-column-start: -7;
  }
  .cell.is-col-span-7-widescreen-only {
    --bulma-grid-cell-column-span: 7;
  }
  .cell.is-row-start-7-widescreen-only {
    --bulma-grid-cell-row-start: 7;
  }
  .cell.is-row-end-7-widescreen-only {
    --bulma-grid-cell-row-end: 7;
  }
  .cell.is-row-from-end-7-widescreen-only {
    --bulma-grid-cell-row-start: -7;
  }
  .cell.is-row-span-7-widescreen-only {
    --bulma-grid-cell-row-span: 7;
  }
  .cell.is-col-start-8-widescreen-only {
    --bulma-grid-cell-column-start: 8;
  }
  .cell.is-col-end-8-widescreen-only {
    --bulma-grid-cell-column-end: 8;
  }
  .cell.is-col-from-end-8-widescreen-only {
    --bulma-grid-cell-column-start: -8;
  }
  .cell.is-col-span-8-widescreen-only {
    --bulma-grid-cell-column-span: 8;
  }
  .cell.is-row-start-8-widescreen-only {
    --bulma-grid-cell-row-start: 8;
  }
  .cell.is-row-end-8-widescreen-only {
    --bulma-grid-cell-row-end: 8;
  }
  .cell.is-row-from-end-8-widescreen-only {
    --bulma-grid-cell-row-start: -8;
  }
  .cell.is-row-span-8-widescreen-only {
    --bulma-grid-cell-row-span: 8;
  }
  .cell.is-col-start-9-widescreen-only {
    --bulma-grid-cell-column-start: 9;
  }
  .cell.is-col-end-9-widescreen-only {
    --bulma-grid-cell-column-end: 9;
  }
  .cell.is-col-from-end-9-widescreen-only {
    --bulma-grid-cell-column-start: -9;
  }
  .cell.is-col-span-9-widescreen-only {
    --bulma-grid-cell-column-span: 9;
  }
  .cell.is-row-start-9-widescreen-only {
    --bulma-grid-cell-row-start: 9;
  }
  .cell.is-row-end-9-widescreen-only {
    --bulma-grid-cell-row-end: 9;
  }
  .cell.is-row-from-end-9-widescreen-only {
    --bulma-grid-cell-row-start: -9;
  }
  .cell.is-row-span-9-widescreen-only {
    --bulma-grid-cell-row-span: 9;
  }
  .cell.is-col-start-10-widescreen-only {
    --bulma-grid-cell-column-start: 10;
  }
  .cell.is-col-end-10-widescreen-only {
    --bulma-grid-cell-column-end: 10;
  }
  .cell.is-col-from-end-10-widescreen-only {
    --bulma-grid-cell-column-start: -10;
  }
  .cell.is-col-span-10-widescreen-only {
    --bulma-grid-cell-column-span: 10;
  }
  .cell.is-row-start-10-widescreen-only {
    --bulma-grid-cell-row-start: 10;
  }
  .cell.is-row-end-10-widescreen-only {
    --bulma-grid-cell-row-end: 10;
  }
  .cell.is-row-from-end-10-widescreen-only {
    --bulma-grid-cell-row-start: -10;
  }
  .cell.is-row-span-10-widescreen-only {
    --bulma-grid-cell-row-span: 10;
  }
  .cell.is-col-start-11-widescreen-only {
    --bulma-grid-cell-column-start: 11;
  }
  .cell.is-col-end-11-widescreen-only {
    --bulma-grid-cell-column-end: 11;
  }
  .cell.is-col-from-end-11-widescreen-only {
    --bulma-grid-cell-column-start: -11;
  }
  .cell.is-col-span-11-widescreen-only {
    --bulma-grid-cell-column-span: 11;
  }
  .cell.is-row-start-11-widescreen-only {
    --bulma-grid-cell-row-start: 11;
  }
  .cell.is-row-end-11-widescreen-only {
    --bulma-grid-cell-row-end: 11;
  }
  .cell.is-row-from-end-11-widescreen-only {
    --bulma-grid-cell-row-start: -11;
  }
  .cell.is-row-span-11-widescreen-only {
    --bulma-grid-cell-row-span: 11;
  }
  .cell.is-col-start-12-widescreen-only {
    --bulma-grid-cell-column-start: 12;
  }
  .cell.is-col-end-12-widescreen-only {
    --bulma-grid-cell-column-end: 12;
  }
  .cell.is-col-from-end-12-widescreen-only {
    --bulma-grid-cell-column-start: -12;
  }
  .cell.is-col-span-12-widescreen-only {
    --bulma-grid-cell-column-span: 12;
  }
  .cell.is-row-start-12-widescreen-only {
    --bulma-grid-cell-row-start: 12;
  }
  .cell.is-row-end-12-widescreen-only {
    --bulma-grid-cell-row-end: 12;
  }
  .cell.is-row-from-end-12-widescreen-only {
    --bulma-grid-cell-row-start: -12;
  }
  .cell.is-row-span-12-widescreen-only {
    --bulma-grid-cell-row-span: 12;
  }
}
@media screen and (min-width: 1408px) {
  .cell.is-col-start-1-fullhd {
    --bulma-grid-cell-column-start: 1;
  }
  .cell.is-col-end-1-fullhd {
    --bulma-grid-cell-column-end: 1;
  }
  .cell.is-col-from-end-1-fullhd {
    --bulma-grid-cell-column-start: -1;
  }
  .cell.is-col-span-1-fullhd {
    --bulma-grid-cell-column-span: 1;
  }
  .cell.is-row-start-1-fullhd {
    --bulma-grid-cell-row-start: 1;
  }
  .cell.is-row-end-1-fullhd {
    --bulma-grid-cell-row-end: 1;
  }
  .cell.is-row-from-end-1-fullhd {
    --bulma-grid-cell-row-start: -1;
  }
  .cell.is-row-span-1-fullhd {
    --bulma-grid-cell-row-span: 1;
  }
  .cell.is-col-start-2-fullhd {
    --bulma-grid-cell-column-start: 2;
  }
  .cell.is-col-end-2-fullhd {
    --bulma-grid-cell-column-end: 2;
  }
  .cell.is-col-from-end-2-fullhd {
    --bulma-grid-cell-column-start: -2;
  }
  .cell.is-col-span-2-fullhd {
    --bulma-grid-cell-column-span: 2;
  }
  .cell.is-row-start-2-fullhd {
    --bulma-grid-cell-row-start: 2;
  }
  .cell.is-row-end-2-fullhd {
    --bulma-grid-cell-row-end: 2;
  }
  .cell.is-row-from-end-2-fullhd {
    --bulma-grid-cell-row-start: -2;
  }
  .cell.is-row-span-2-fullhd {
    --bulma-grid-cell-row-span: 2;
  }
  .cell.is-col-start-3-fullhd {
    --bulma-grid-cell-column-start: 3;
  }
  .cell.is-col-end-3-fullhd {
    --bulma-grid-cell-column-end: 3;
  }
  .cell.is-col-from-end-3-fullhd {
    --bulma-grid-cell-column-start: -3;
  }
  .cell.is-col-span-3-fullhd {
    --bulma-grid-cell-column-span: 3;
  }
  .cell.is-row-start-3-fullhd {
    --bulma-grid-cell-row-start: 3;
  }
  .cell.is-row-end-3-fullhd {
    --bulma-grid-cell-row-end: 3;
  }
  .cell.is-row-from-end-3-fullhd {
    --bulma-grid-cell-row-start: -3;
  }
  .cell.is-row-span-3-fullhd {
    --bulma-grid-cell-row-span: 3;
  }
  .cell.is-col-start-4-fullhd {
    --bulma-grid-cell-column-start: 4;
  }
  .cell.is-col-end-4-fullhd {
    --bulma-grid-cell-column-end: 4;
  }
  .cell.is-col-from-end-4-fullhd {
    --bulma-grid-cell-column-start: -4;
  }
  .cell.is-col-span-4-fullhd {
    --bulma-grid-cell-column-span: 4;
  }
  .cell.is-row-start-4-fullhd {
    --bulma-grid-cell-row-start: 4;
  }
  .cell.is-row-end-4-fullhd {
    --bulma-grid-cell-row-end: 4;
  }
  .cell.is-row-from-end-4-fullhd {
    --bulma-grid-cell-row-start: -4;
  }
  .cell.is-row-span-4-fullhd {
    --bulma-grid-cell-row-span: 4;
  }
  .cell.is-col-start-5-fullhd {
    --bulma-grid-cell-column-start: 5;
  }
  .cell.is-col-end-5-fullhd {
    --bulma-grid-cell-column-end: 5;
  }
  .cell.is-col-from-end-5-fullhd {
    --bulma-grid-cell-column-start: -5;
  }
  .cell.is-col-span-5-fullhd {
    --bulma-grid-cell-column-span: 5;
  }
  .cell.is-row-start-5-fullhd {
    --bulma-grid-cell-row-start: 5;
  }
  .cell.is-row-end-5-fullhd {
    --bulma-grid-cell-row-end: 5;
  }
  .cell.is-row-from-end-5-fullhd {
    --bulma-grid-cell-row-start: -5;
  }
  .cell.is-row-span-5-fullhd {
    --bulma-grid-cell-row-span: 5;
  }
  .cell.is-col-start-6-fullhd {
    --bulma-grid-cell-column-start: 6;
  }
  .cell.is-col-end-6-fullhd {
    --bulma-grid-cell-column-end: 6;
  }
  .cell.is-col-from-end-6-fullhd {
    --bulma-grid-cell-column-start: -6;
  }
  .cell.is-col-span-6-fullhd {
    --bulma-grid-cell-column-span: 6;
  }
  .cell.is-row-start-6-fullhd {
    --bulma-grid-cell-row-start: 6;
  }
  .cell.is-row-end-6-fullhd {
    --bulma-grid-cell-row-end: 6;
  }
  .cell.is-row-from-end-6-fullhd {
    --bulma-grid-cell-row-start: -6;
  }
  .cell.is-row-span-6-fullhd {
    --bulma-grid-cell-row-span: 6;
  }
  .cell.is-col-start-7-fullhd {
    --bulma-grid-cell-column-start: 7;
  }
  .cell.is-col-end-7-fullhd {
    --bulma-grid-cell-column-end: 7;
  }
  .cell.is-col-from-end-7-fullhd {
    --bulma-grid-cell-column-start: -7;
  }
  .cell.is-col-span-7-fullhd {
    --bulma-grid-cell-column-span: 7;
  }
  .cell.is-row-start-7-fullhd {
    --bulma-grid-cell-row-start: 7;
  }
  .cell.is-row-end-7-fullhd {
    --bulma-grid-cell-row-end: 7;
  }
  .cell.is-row-from-end-7-fullhd {
    --bulma-grid-cell-row-start: -7;
  }
  .cell.is-row-span-7-fullhd {
    --bulma-grid-cell-row-span: 7;
  }
  .cell.is-col-start-8-fullhd {
    --bulma-grid-cell-column-start: 8;
  }
  .cell.is-col-end-8-fullhd {
    --bulma-grid-cell-column-end: 8;
  }
  .cell.is-col-from-end-8-fullhd {
    --bulma-grid-cell-column-start: -8;
  }
  .cell.is-col-span-8-fullhd {
    --bulma-grid-cell-column-span: 8;
  }
  .cell.is-row-start-8-fullhd {
    --bulma-grid-cell-row-start: 8;
  }
  .cell.is-row-end-8-fullhd {
    --bulma-grid-cell-row-end: 8;
  }
  .cell.is-row-from-end-8-fullhd {
    --bulma-grid-cell-row-start: -8;
  }
  .cell.is-row-span-8-fullhd {
    --bulma-grid-cell-row-span: 8;
  }
  .cell.is-col-start-9-fullhd {
    --bulma-grid-cell-column-start: 9;
  }
  .cell.is-col-end-9-fullhd {
    --bulma-grid-cell-column-end: 9;
  }
  .cell.is-col-from-end-9-fullhd {
    --bulma-grid-cell-column-start: -9;
  }
  .cell.is-col-span-9-fullhd {
    --bulma-grid-cell-column-span: 9;
  }
  .cell.is-row-start-9-fullhd {
    --bulma-grid-cell-row-start: 9;
  }
  .cell.is-row-end-9-fullhd {
    --bulma-grid-cell-row-end: 9;
  }
  .cell.is-row-from-end-9-fullhd {
    --bulma-grid-cell-row-start: -9;
  }
  .cell.is-row-span-9-fullhd {
    --bulma-grid-cell-row-span: 9;
  }
  .cell.is-col-start-10-fullhd {
    --bulma-grid-cell-column-start: 10;
  }
  .cell.is-col-end-10-fullhd {
    --bulma-grid-cell-column-end: 10;
  }
  .cell.is-col-from-end-10-fullhd {
    --bulma-grid-cell-column-start: -10;
  }
  .cell.is-col-span-10-fullhd {
    --bulma-grid-cell-column-span: 10;
  }
  .cell.is-row-start-10-fullhd {
    --bulma-grid-cell-row-start: 10;
  }
  .cell.is-row-end-10-fullhd {
    --bulma-grid-cell-row-end: 10;
  }
  .cell.is-row-from-end-10-fullhd {
    --bulma-grid-cell-row-start: -10;
  }
  .cell.is-row-span-10-fullhd {
    --bulma-grid-cell-row-span: 10;
  }
  .cell.is-col-start-11-fullhd {
    --bulma-grid-cell-column-start: 11;
  }
  .cell.is-col-end-11-fullhd {
    --bulma-grid-cell-column-end: 11;
  }
  .cell.is-col-from-end-11-fullhd {
    --bulma-grid-cell-column-start: -11;
  }
  .cell.is-col-span-11-fullhd {
    --bulma-grid-cell-column-span: 11;
  }
  .cell.is-row-start-11-fullhd {
    --bulma-grid-cell-row-start: 11;
  }
  .cell.is-row-end-11-fullhd {
    --bulma-grid-cell-row-end: 11;
  }
  .cell.is-row-from-end-11-fullhd {
    --bulma-grid-cell-row-start: -11;
  }
  .cell.is-row-span-11-fullhd {
    --bulma-grid-cell-row-span: 11;
  }
  .cell.is-col-start-12-fullhd {
    --bulma-grid-cell-column-start: 12;
  }
  .cell.is-col-end-12-fullhd {
    --bulma-grid-cell-column-end: 12;
  }
  .cell.is-col-from-end-12-fullhd {
    --bulma-grid-cell-column-start: -12;
  }
  .cell.is-col-span-12-fullhd {
    --bulma-grid-cell-column-span: 12;
  }
  .cell.is-row-start-12-fullhd {
    --bulma-grid-cell-row-start: 12;
  }
  .cell.is-row-end-12-fullhd {
    --bulma-grid-cell-row-end: 12;
  }
  .cell.is-row-from-end-12-fullhd {
    --bulma-grid-cell-row-start: -12;
  }
  .cell.is-row-span-12-fullhd {
    --bulma-grid-cell-row-span: 12;
  }
}

.tds-background-linear-gradient-main, .tds-user-account-subscription-card {
  background: linear-gradient(to top, #cce2ff, #29a9e1);
}

.tds-background-linear-gradient-main-reverse, .tds-form-subscription-plan--offer-type-card {
  background: linear-gradient(to top, #29a9e1, #cce2ff);
}

.tds-form-subscription-plan--offer-type-card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.15);
}

.tds-user-account-subscription-plan--button:hover, .tds-user-account-subscription-plan--button:focus, .tds-user-account-subscription-plan--button:active, #tds-user-account-family-information--add-member-button:hover, #tds-user-account-family-information--add-member-button:focus, #tds-user-account-family-information--add-member-button:active, .tds-user-account-family-information--member-subscription-card-button:hover, .tds-user-account-family-information--member-subscription-card-button:focus, .tds-user-account-family-information--member-subscription-card-button:active, .tds-user-account-dashboard--button:hover, .tds-user-account-dashboard--button:focus, .tds-user-account-dashboard--button:active, #tds-user-bookings--bookings-no-items-link:hover, #tds-user-bookings--bookings-no-items-link:focus, #tds-user-bookings--bookings-no-items-link:active, #tds-shop-products--product-modal-add-to-cart-button:hover, #tds-shop-products--product-modal-add-to-cart-button:focus, #tds-shop-products--product-modal-add-to-cart-button:active, #tds-shop-products--product-modal-discount-symbol, #tds-home--trust-us-button-about-us:hover, #tds-home--trust-us-button-about-us:focus, #tds-home--trust-us-button-about-us:active, .tds-home--button-blue-gradient-dark-to-light:hover, .tds-home--button-blue-gradient-dark-to-light:focus, .tds-home--button-blue-gradient-dark-to-light:active, .tds-home--button-blue-gradient-light-to-dark:hover, .tds-home--button-blue-gradient-light-to-dark:focus, .tds-home--button-blue-gradient-light-to-dark:active, #tds-find-activity--form-filters, .tds-find-activity--form-input-group, #tds-cart--bookings-validation:hover, #tds-cart--bookings-validation:focus, #tds-cart--bookings-validation:active, .tds-header-navigation-menu--item.tds-header-navigation-menu--item-with-subitems.tds-is-expanded .tds-header-navigation-menu--subitems-drawer, .tds-form-subscription-plan--offer-type-select-button:hover, .tds-form-subscription-plan--offer-type-select-button:focus, .tds-form-subscription-plan--offer-type-select-button:active, .tds-form--button-primary:hover, .tds-form--button-primary:focus, .tds-form--button-primary:active, .tds-form--button-secondary:hover, .tds-form--button-secondary:focus, .tds-form--button-secondary:active {
  box-shadow: 0 10px 10px -3px rgba(0, 0, 0, 0.22);
}

.tds-is-transparent {
  opacity: 0 !important; /* Note: !important is necessary as it needs to overload any standard rules */
}

.tds-is-opaque {
  opacity: 1 !important; /* Note: !important is necessary as it needs to overload any standard rules */
}

.tds-is-visible, .tds-modal.is-open {
  display: inherit !important; /* Note: !important is necessary as it needs to overload any standard rules */
  visibility: visible !important;
}

.tds-is-hidden {
  display: none !important; /* Note: !important is necessary as it needs to overload any standard rules */
}

/* - Information: messages / actions that should neither seem as success, warning or failure  */
/* Success: messages of success, safe actions, ... */
/* Warning: messages of warning, actions that would be done carefully, ... */
/* Danger: messages of failure, error, ... */
/* Danger: messages of danger, actions that cannot be undone, ... */
/* For Bulma only import what we actual use to limit the final CSS size */
html {
  font-size: 1em;
}

body {
  color: #061669;
  background-color: hsl(0, 0%, 100%);
  font-family: "Open Sans";
}

header {
  position: relative;
  z-index: 1;
}

main {
  position: relative;
  z-index: 0;
}

h1 {
  font-family: "Luckiest Guy";
  font-weight: 500;
  font-size: 7rem;
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
  -webkit-text-stroke: 2px #061669;
}

h2 {
  font-family: "Luckiest Guy";
  font-weight: 500;
  font-size: 4.5rem;
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
  -webkit-text-stroke: 2px #061669;
}

h3 {
  font-family: "Luckiest Guy";
  font-weight: 500;
  font-size: 4rem;
  text-transform: uppercase;
  color: #061669;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  header {
    padding-left: 16px;
    padding-right: 16px;
  }
  footer {
    padding: 4px 16px 16px;
  }
  h1 {
    font-size: 4.5rem;
    -webkit-text-stroke-width: 1px;
  }
  h3 {
    font-size: 3rem;
    -webkit-text-stroke-width: 1px;
  }
}
@font-face {
  font-family: "League Spartan";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/League_Spartan/static/LeagueSpartan-Bold-yLbpTEI.ttf") format("truetype");
}
@font-face {
  font-family: "Hanken Grotesk";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Hanken_Grotesk/static/HankenGrotesk-Bold-bNH43WM.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Open_Sans/static/OpenSans-Regular-YJS7EYg.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Open_Sans/static/OpenSans-Bold-5UQWGJ9.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Open_Sans/static/OpenSans-ExtraBold-xWOFM7V.ttf") format("truetype");
}
@font-face {
  font-family: "Luckiest Guy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Luckiest_Guy/LuckiestGuy-Regular-dIFzK_J.ttf") format("truetype");
}
.tds-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.tds-carousel--top-text {
  margin-bottom: 2rem;
  max-width: 85%;
  font-size: 2rem;
}

.tds-carousel--bottom-text {
  margin-top: 2rem;
  max-width: 85%;
  font-size: 2rem;
}

.tds-carousel--content {
  background-color: hsl(0, 0%, 100%);
}

.tds-carousel--item-groups-container {
  display: flex;
  width: max-content;
  animation: tds-carousel--animation-scroll 20s linear infinite;
}

.tds-carousel--items-group {
  display: flex;
  align-items: center;
}

.tds-carousel--item {
  margin-left: 4rem;
  display: inline-block;
}
.tds-carousel--item img {
  max-height: 6rem;
  max-width: 14rem;
}

@keyframes tds-carousel--animation-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  .tds-carousel {
    padding-bottom: 0.4rem;
  }
  .tds-carousel--top-text {
    font-size: 1.75rem;
  }
  .tds-carousel--bottom-text {
    font-size: 1.75rem;
  }
  .tds-carousel--content {
    margin-top: unset;
  }
}
.tds-carousel-pill .tds-carousel--content {
  width: 80%;
  padding: 3rem;
  overflow: hidden;
  border-radius: 10rem;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}
.tds-carousel-pill .tds-carousel--content:last-child {
  margin-bottom: 2rem;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  .tds-carousel-pill .tds-carousel--content {
    padding: 1rem 3rem;
    width: 85%;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  }
}
.tds-container-fluid {
  width: 100vw;
  border-bottom: 1px solid #061669;
}

.tds-container-fixed-medium {
  width: 100vw;
  border-bottom: 1px solid #061669;
  padding-left: 10vw;
  padding-right: 10vw;
}

.tds-container-fixed-large {
  width: 100vw;
  border-bottom: 1px solid #061669;
  padding-left: 3vw;
  padding-right: 3vw;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  .tds-container-fixed-medium {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .tds-container-fixed-large {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
#tds-flash-messages {
  padding: 1rem;
}

.tds-flash-message {
  padding: 1.5rem 2rem;
  border-radius: 16px;
  font-size: 1.25rem;
}
.tds-flash-message:not(:first-child) {
  margin-top: 1rem;
}
.tds-flash-message.tds-is-success {
  background-color: #a1cfa1;
  color: #172318;
}
.tds-flash-message.tds-is-error {
  background-color: #f8d7da;
  color: #721c24;
}
.tds-flash-message.tds-is-info {
  background-color: #a6f6ff;
  color: #002a33;
}

@media screen and (max-width: 768px) {
  .tds-flash-message {
    margin-bottom: 32px;
    padding: 20px;
    border-radius: 16px;
  }
}
.tds-form {
  padding-top: 48px;
  padding-bottom: 128px;
  background: linear-gradient(to top, #cce2ff, #29a9e1);
}

.tds-form--title {
  margin-bottom: 2rem;
  font-family: "Luckiest Guy";
  font-size: 4.5rem;
  line-height: 4.5rem;
  color: white;
  -webkit-text-stroke: 2px #061669;
}

.tds-form--content {
  background: white;
  padding: 38px;
  border-radius: 24px;
}

/* Note that this should be migrated to a SF flash message once all forms are using SF forms */
.tds-form--submit-feedback {
  margin-bottom: 48px;
  padding: 36px;
  border-radius: 24px;
  font-size: 1.5rem;
  background-color: #a1cfa1;
  color: #172318;
}

.tds-form--information {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-style: italic;
  color: #061669;
}

.tds-form--field {
  font-size: 1.5rem;
  color: #061669;
  /* SF error feedback */
}
.tds-form--field.tds-is-required {
  /* 1st case: Within SF form, 2nd: legacy form */
}
.tds-form--field.tds-is-required > div > label::after,
.tds-form--field.tds-is-required > label::after {
  content: "*";
  margin-left: 0.5rem;
  color: hsl(0, 87.8%, 67.8%);
}
.tds-form--field ul {
  font-size: 1rem;
  color: hsl(0, 87.8%, 67.8%);
}
.tds-form--field input:not([type=checkbox], [type=radio]),
.tds-form--field textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
}
.tds-form--field textarea {
  height: 200px;
}
.tds-form--field input[type=checkbox],
.tds-form--field input[type=radio] {
  vertical-align: middle;
}
.tds-form--field input[type=checkbox] + label,
.tds-form--field input[type=radio] + label {
  font-size: 1rem;
}
.tds-form--field .tds-form--field-radios {
  display: flex;
}
.tds-form--field .tds-form--field-radios input[type=radio] {
  margin-right: 0.5rem;
}
.tds-form--field .tds-form--field-radios input[type=radio] + label {
  font-size: inherit;
}
.tds-form--field .tds-form--field-radios label + * {
  margin-left: 1rem;
}
.tds-form--field > div:has(input[type=checkbox]) {
  display: flex;
  flex-flow: row-reverse;
  align-items: baseline;
}
.tds-form--field > div:has(input[type=checkbox]) input {
  margin-right: 0.5rem;
}
.tds-form--field:not(:first-child) {
  margin-top: 24px;
}

.tds-form--buttons {
  margin-top: 42px;
  display: flex;
  justify-content: flex-end;
}

.tds-form--button-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 96px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #061669;
  background-color: hsl(0, 0%, 100%);
  border: 1px #061669 solid;
  border-radius: 60px;
  transition: box-shadow 0.2s ease-in-out;
  padding: 12px 52px;
  font-size: 1.2rem;
}
.tds-form--button-secondary[disabled] {
  background-color: hsl(0, 0%, 88%);
}

.tds-form--button-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 96px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: white;
  background-color: #061669;
  border-radius: 60px;
  transition: box-shadow 0.2s ease-in-out;
  padding: 12px 52px;
  font-size: 1.2rem;
}
.tds-form--button-primary[disabled] {
  background-color: hsl(230, 24%, 56%);
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  .tds-form {
    padding-bottom: 7rem;
  }
  .tds-form--submit-feedback {
    margin-bottom: 32px;
    padding: 20px;
    border-radius: 16px;
  }
  .tds-form--content {
    padding: 24px;
    border-radius: 16px;
  }
  .tds-form--field input:not([type=checkbox], [type=radio]),
  .tds-form--field textarea {
    font-size: 1.5rem;
  }
  .tds-form--field input[type=checkbox] + label,
  .tds-form--field input[type=checkbox] + label {
    font-size: 1.1rem;
  }
  .tds-form--title {
    -webkit-text-stroke-width: 1px;
  }
  .tds-form--buttons {
    flex-direction: column-reverse;
  }
  .tds-form--buttons > button:not(:last-child) {
    margin-top: 1rem;
  }
  .tds-form--button-primary,
  .tds-form--button-secondary {
    border-radius: 12px;
  }
}
.tds-form-member-information {
  display: flex;
}

.tds-form-member-information--form-left-container {
  margin-right: 4rem;
}

.tds-form-member-information--form-right-container {
  flex-grow: 1;
}

.tds-form-member-information--form-field-for-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  aspect-ratio: 1;
  overflow: hidden;
  background-color: hsl(207, 22.4%, 90.4%);
  border-radius: 100%;
}

.tds-form-member-information--form-field-label-for-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.tds-form-subscription-plan--content {
  position: relative;
  z-index: 1;
  padding: 0;
  background: none;
}
.tds-form-subscription-plan--content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10rem;
  width: 100%;
  aspect-ratio: 5/3;
  background-image: url("../images/illustrations/paint_splash_white_h487-D9ikRXg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 96%;
}

.tds-form-subscription-plan--fields {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tds-form-subscription-plan--payment-frequencies-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
}

.tds-form-subscription-plan--payment-frequencies-label {
  margin-bottom: 0.75rem;
  text-decoration: underline;
}

.tds-form-subscription-plan--payment-frequencies-input > div {
  background-color: hsl(0, 0%, 100%);
  border: 1px solid #061669;
  border-radius: 3rem;
  overflow: hidden;
}
.tds-form-subscription-plan--payment-frequencies-input > div > input {
  display: none;
}
.tds-form-subscription-plan--payment-frequencies-input > div > input:checked + label {
  background-color: #cbe0ff;
}
.tds-form-subscription-plan--payment-frequencies-input > div > label {
  padding: 0.5rem 1.5rem;
  display: inline-flex;
  cursor: pointer;
}
.tds-form-subscription-plan--payment-frequencies-input > div > label:hover {
  background-color: #26a8e1;
}

.tds-form-subscription-plan--offer-types-container {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}

.tds-form-subscription-plan--offer-type-label:not(:first-child) {
  margin-left: 2rem;
}
.tds-form-subscription-plan--offer-type-label > input:checked + .tds-form-subscription-plan--offer-type-card .tds-form-subscription-plan--offer-type-select-button {
  background-color: #cbe0ff;
}

.tds-form-subscription-plan--offer-type-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0.5rem;
  width: min(40vw, 32rem);
  border-radius: 0.5rem;
  cursor: pointer;
}

.tds-form-subscription-plan--offer-type-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tds-form-subscription-plan--offer-type-icon {
  width: 100%;
  height: 7rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tds-form-subscription-plan--offer-type-name {
  font-family: "Luckiest Guy";
  font-size: 3rem;
  color: hsl(0, 0%, 100%);
  -webkit-text-stroke: 1px #061669;
}

.tds-form-subscription-plan--offer-type-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 4rem;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid #061669;
}

.tds-form-subscription-plan--offer-type-prices {
  display: flex;
  align-items: center;
}

.tds-form-subscription-plan--offer-type-original-price {
  margin-right: 1rem;
  font-size: 0.75rem;
  text-decoration: line-through;
}

.tds-form-subscription-plan--offer-type-price {
  font-size: 1.25rem;
}

.tds-form-subscription-plan--offer-type-price-amount {
  font-size: 2rem;
  font-weight: 600;
}

.tds-form-subscription-plan--offer-type-commitment {
  display: flex;
  align-items: center;
  font-style: italic;
}

.tds-form-subscription-plan--offer-type-commitment-icon {
  margin-right: 0.5rem;
  font-size: 0.75rem;
}

.tds-form-subscription-plan--offer-type-highlights {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.75rem;
}

.tds-form-subscription-plan--offer-type-highlight {
  padding: 0.5rem 0;
}
.tds-form-subscription-plan--offer-type-highlight:not(:first-child) {
  border-top: 1px solid #061669;
}

.tds-form-subscription-plan--offer-type-highlight-icon {
  margin-right: 0.5rem;
  font-size: 1rem;
}

.tds-form-subscription-plan--offer-type-select-button {
  margin-top: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 32px;
  text-align: center;
  font-weight: 700;
  color: #061669;
  background-color: hsl(0, 0%, 100%);
  border: 1px #061669 solid;
  border-radius: 60px;
  transition: box-shadow 0.2s ease-in-out;
}
.tds-form-subscription-plan--offer-type-select-button[disabled] {
  background-color: hsl(0, 0%, 88%);
}

.tds-form-subscription-plan--offer-type-select-button-icon {
  margin-right: 0.5rem;
  display: none;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  .tds-form-subscription-plan--fields {
    font-size: 1.5rem;
  }
  .tds-form-subscription-plan--offer-types-container {
    flex-direction: column;
    width: 100%;
  }
  .tds-form-subscription-plan--offer-type-label {
    width: 100%;
  }
  .tds-form-subscription-plan--offer-type-label:not(:first-child) {
    margin-top: 3rem;
    margin-left: unset;
  }
  .tds-form-subscription-plan--offer-type-card {
    width: 100%;
  }
  .tds-form-subscription-plan--offer-type-highlights {
    font-size: 1rem;
  }
}
.tds-items-grid {
  display: grid;
  gap: 3rem 5rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.tds-items-grid--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.tds-items-grid--item-image {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #26a8e1; /* Temporary background while the image is loading */
  background-size: cover;
  background-position: center center;
  border-radius: 2rem;
  font-size: 3rem;
  font-weight: 600;
}

.tds-items-grid--item-title, #tds-shop-catalog-sports--all-products-link, #tds-shop-catalog-offers--all-products-link {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  background-color: #061669;
  border-radius: 0.8rem;
  max-width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.tds-modal {
  display: none;
}
.tds-modal--overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.tds-modal--container {
  position: relative;
  padding: 1rem;
  max-width: 90vw;
  background: hsl(0, 0%, 100%);
  border: 2px solid #061669;
  border-radius: 2rem;
  overflow: hidden; /* To hide scrollbar if .tds-modal--content triggers one */
}

.tds-modal--container-no-padding {
  padding: 0;
  border-radius: 1rem;
}

.tds-modal--container-xs-padding {
  padding: 0.25rem 0.25rem;
  border-radius: 1rem;
}

.tds-modal--container-s-padding {
  padding: 0.5rem 0.5rem;
  border-radius: 1rem;
}

.tds-modal--container-m-padding {
  padding: 1rem 1rem;
  border-radius: 1rem;
}

.tds-modal--container-l-padding {
  padding: 1.5rem 1.5rem;
  border-radius: 1rem;
}

.tds-modal--container-xl-padding {
  padding: 2.5rem 2.5rem;
  border-radius: 1rem;
}

.tds-modal--close {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.5rem;
  color: #061669;
}

.tds-modal--content {
  max-height: 94vh;
  overflow: auto;
}

.tds-panel {
  background-color: hsl(0, 0%, 100%);
}
.tds-panel + .tds-panel {
  margin-top: 1.5rem;
}

.tds-panel-no-padding {
  padding: 0;
  border-radius: 1rem;
}

.tds-panel-xs-padding {
  padding: 0.25rem 0.25rem;
  border-radius: 1rem;
}

.tds-panel-s-padding {
  padding: 0.5rem 0.5rem;
  border-radius: 1rem;
}

.tds-panel-m-padding {
  padding: 1.5rem 1.5rem;
  border-radius: 1rem;
}

.tds-panel-l-padding {
  padding: 2.5rem 2.5rem;
  border-radius: 1rem;
}

.tds-panel-xs-border {
  border: 1px solid #061669;
}

footer {
  padding: 24px 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}

#tds-footer--links {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin: 48px 0;
  font-size: 0.8rem;
  color: #061669;
}

#tds-footer-first-column img {
  max-width: 180px;
  margin-bottom: 24px;
}

.tds-footer--column-title {
  padding-bottom: 12px;
  font-size: 1rem;
  font-weight: 600;
}

#tds-footer-fifth-column {
  max-width: 600px;
  font-size: 1rem;
  font-weight: 600;
}

#tds-footer--copyright {
  font-size: 0.8rem;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  #tds-footer--links {
    margin-bottom: 12rem;
    flex-direction: column;
    font-size: 1.4rem;
  }
  .tds-footer-column:not(:first-child) {
    margin-top: 6rem;
  }
  .tds-footer--column-title {
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
  }
  #tds-footer-fifth-column {
    text-align: center;
    font-size: 2rem;
  }
  #tds-footer--copyright {
    font-size: 1.3rem;
  }
}
header {
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: hsl(0, 0%, 100%);
}

#tds-header-logo img {
  max-height: 48px;
}

#tds-header-navigation-menu-for-desktop {
  font-size: 1.8rem;
  font-weight: 700;
  color: #061669;
}
#tds-header-navigation-menu-for-desktop .tds-header-navigation-menu--item.tds-header-navigation-menu--item-with-subitems > a > span {
  margin-left: 0.5rem;
}

#tds-header-navigation-menu-for-mobile {
  display: none;
}

.tds-header-navigation-menu--item {
  position: relative;
}
.tds-header-navigation-menu--item.tds-is-active {
  color: #26a8e1;
}
.tds-header-navigation-menu--item:not(:first-child) {
  margin-left: 1.5rem;
}
.tds-header-navigation-menu--item:not(:first-child)::before {
  content: "|";
  position: absolute;
  top: 9px;
  left: -20px;
  font-size: 0.9rem;
}
.tds-header-navigation-menu--item.tds-header-navigation-menu--item-with-subitems.tds-is-expanded .tds-header-navigation-menu--subitems-drawer {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 98%;
  right: 0;
  width: max-content;
  border-radius: 0 0 8px 8px;
}
.tds-header-navigation-menu--item.tds-header-navigation-menu--item-with-subitems > a > span {
  margin-left: 0.5rem;
}
.tds-header-navigation-menu--item a {
  transition: color 0.3s ease-in-out;
}
.tds-header-navigation-menu--item a:hover {
  color: #26a8e1;
}

.tds-header-navigation-menu--subitems-drawer {
  display: none;
  background-color: hsl(0, 0%, 100%);
}

.tds-header-navigation-menu--subitem {
  padding: 10px 16px;
}
.tds-header-navigation-menu--subitem.tds-is-active {
  color: #26a8e1;
}

.tds-cart-widget {
  display: inline-flex;
  align-items: center;
}

.tds-cart-widget--count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: -0.75rem;
  height: 2.25rem;
  aspect-ratio: 1;
  font-size: 1.25rem;
  background-color: #26a8e1;
  color: hsl(0, 0%, 100%);
  border-radius: 3rem;
  border: 3px solid hsl(0, 0%, 100%);
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  #tds-header-logo img {
    max-height: 40px;
  }
  #tds-header-navigation-menu-for-desktop {
    display: none;
  }
  #tds-header-navigation-menu-for-mobile {
    position: relative;
    display: initial;
    font-size: 1.3rem;
    color: #061669;
  }
  #tds-header-navigation-menu-for-mobile.tds-is-expanded #tds-header-navigation-menu-for-mobile--toggle-button-icon-expand {
    display: none;
  }
  #tds-header-navigation-menu-for-mobile.tds-is-expanded #tds-header-navigation-menu-for-mobile--toggle-button-icon-collapse {
    display: initial;
  }
  #tds-header-navigation-menu-for-mobile.tds-is-expanded #tds-header-navigation-menu-for-mobile--drawer {
    height: max-content; /* Note that we can't do a CSS transition on a non fixed height */
    max-height: 75vh;
    overflow-y: auto;
  }
  #tds-header-navigation-menu-for-mobile--toggle-button {
    display: flex;
    width: 20px;
    aspect-ratio: 1;
  }
  #tds-header-navigation-menu-for-mobile--toggle-button-icon-collapse {
    display: none;
  }
  #tds-header-navigation-menu-for-mobile--drawer {
    position: absolute;
    z-index: 1;
    width: 100vw;
    margin-top: 8px; /* Compensate drawer padding */
    right: -16px; /* Compensate header padding */
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-size: 1.7rem;
    font-weight: 600;
    background-color: white;
  }
  #tds-header-navigation-menu-for-mobile--drawer .tds-header-navigation-menu--item {
    padding: 10px 16px;
  }
  #tds-header-navigation-menu-for-mobile--drawer .tds-header-navigation-menu--item:not(:first-child) {
    margin-left: unset;
  }
  #tds-header-navigation-menu-for-mobile--drawer .tds-header-navigation-menu--subitems-drawer {
    position: initial;
    box-shadow: unset;
    border-radius: unset;
  }
  #tds-header-navigation-menu-for-mobile--drawer .tds-header-navigation-menu--subitem:first-child {
    padding-top: 20px; /* Compensate absence of parent padding bottom */
  }
  #tds-header-navigation-menu-for-mobile--drawer .tds-header-navigation-menu--subitem:last-child {
    padding-bottom: 0; /* Compensate parent padding bottom */
  }
  .tds-cart-widget--icon {
    margin-left: 0.5rem;
  }
}
#tds-cart {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}

#tds-cart--bookings-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.tds-cart--booking {
  position: relative;
}
.tds-cart--booking:not(:first-child) {
  margin-top: 4rem;
}
.tds-cart--booking:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -2rem;
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid hsl(200, 15.3%, 73.1%);
}

.tds-cart--booking-actions {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3rem;
}

.tds-cart--delete-booking {
  color: hsl(0, 76.3%, 57.1%);
}

.tds-cart--booking-title {
  font-size: 2.5rem;
  font-weight: 600;
}

.tds-cart--booking-content {
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
}

.tds-cart--booking-summary {
  flex-grow: 1;
}

.tds-cart--booking-items {
  margin-top: 0.5rem;
}

.tds-cart--booking-item {
  display: flex;
  justify-content: space-between;
}

.tds-cart--booking-summary-separator {
  margin: 2rem 0;
  border-top: 1px solid hsl(215, 16.9%, 30.2%);
}

.tds-cart--booking-beneficiary {
  margin-top: 4rem;
}

.tds-cart--booking-prices {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-size: 2.5rem;
}

.tds-cart--booking-original-price-amount {
  text-decoration: line-through;
}

.tds-cart--booking-discount-price-amount {
  font-size: 3rem;
  font-weight: 600;
}

#tds-cart--bookings-validation {
  align-self: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 96px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: white;
  background-color: #061669;
  border-radius: 60px;
  transition: box-shadow 0.2s ease-in-out;
  margin: 2rem 0;
  padding: 1.5rem 10rem;
  font-size: 2.5rem;
}
#tds-cart--bookings-validation[disabled] {
  background-color: hsl(230, 24%, 56%);
}

#tds-cart--cancellation-conditions-title {
  font-size: 2.5rem;
  font-weight: 600;
}

#tds-cart--cancellation-conditions-content {
  display: flex;
  font-size: 1.5rem;
}

#tds-cart--cancellation-conditions-icon {
  margin-right: 2.5rem;
}

#tds-cart--bookings-summary {
  font-size: 1.5rem;
}

.tds-cart--bookings-summary-line {
  display: flex;
  justify-content: space-between;
}

.tds-cart--bookings-summary-line-value {
  font-weight: 600;
  white-space: nowrap;
}

#tds-cart--validation-notifications {
  font-size: 1.5rem;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  .tds-cart--booking:not(:first-child)::before {
    border-top-color: hsl(200, 17.9%, 26.3%);
  }
  .tds-cart--booking-title {
    font-size: 2rem;
    padding-right: 4rem;
  }
  .tds-cart--booking-content {
    flex-direction: column;
  }
  .tds-cart--booking-summary-separator {
    border-top-color: hsl(207, 22.4%, 90.4%);
  }
  .tds-cart--booking-beneficiary {
    margin-top: 2rem;
  }
  .tds-cart--booking-prices {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid hsl(207, 22.4%, 90.4%);
  }
  #tds-cart--bookings-validation {
    width: 100%;
  }
}
#tds-find-activity {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  min-height: 80vh;
}
#tds-find-activity::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 4rem;
  right: 4rem;
  width: 33rem;
  aspect-ratio: 1;
  background-image: url("../images/illustrations/marmot_magnifying_glass-vNETF1O.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
#tds-find-activity > * {
  position: relative;
  z-index: 1;
}

#tds-find-activity--form-container {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
}

#tds-find-activity--form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#tds-find-activity--form-inputs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#tds-find-activity--form-inputs.tds-is-collapsed + #tds-find-activity--form-filters {
  left: 26rem;
}

.tds-find-activity--form-input-group {
  display: flex;
  width: 25rem;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  background: hsl(0, 0%, 100%);
  border-radius: 2rem;
  /* We can't apply this on the last element as we can't make a rule on the visibility of the previous element */
}
.tds-find-activity--form-input-group:not(:last-child) {
  margin-right: 1rem;
}

.tds-find-activity--form-label + .tds-find-activity--form-input {
  margin-left: 1rem;
}

.tds-find-activity--form-label-icon {
  color: hsl(214, 11.3%, 48.6%);
}

.tds-find-activity--form-input {
  flex-grow: 1;
  font-size: 1.2rem;
  border: none;
  color: #061669;
}
.tds-find-activity--form-input::placeholder {
  color: #061669;
}

#tds-find-activity--form-filters {
  position: absolute;
  top: 0;
  left: 52rem;
  display: flex;
  flex-direction: column;
  width: max-content !important;
  padding: 1rem 1rem;
  color: #061669;
  background: hsl(0, 0%, 100%);
  border-radius: 1rem;
}
#tds-find-activity--form-filters.tds-is-collapsed {
  border-radius: 2rem;
}
#tds-find-activity--form-filters.tds-is-collapsed #tds-find-activity--form-filters-clear {
  display: none;
}
#tds-find-activity--form-filters.tds-is-collapsed #tds-find-activity--form-filters-drawer {
  display: none;
}

#tds-find-activity--form-filters-header {
  display: flex;
  justify-content: space-between;
}

#tds-find-activity--form-filters-toggler-icon {
  margin-right: 0.5rem;
  color: hsl(214, 11.3%, 48.6%);
}

#tds-find-activity--form-filters-drawer {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
}

.tds-find-activity--form-filter {
  padding: 0 2rem;
}

.tds-find-activity--form-filter-title {
  text-align: center;
  font-weight: 600;
}

.tds-find-activity--form-filter-options {
  margin-top: 0.5rem;
}

.tds-find-activity--form-filter-option:not(:first-child) {
  margin-top: 0.5rem;
}

.tds-find-activity--form-filter-option-label-group {
  display: flex;
  font-size: 0.9rem;
}
.tds-find-activity--form-filter-option-label-group:hover {
  cursor: pointer;
}

.tds-find-activity--form-filter-option-input {
  margin-right: 0.5rem;
}

.tds-find-activity--form-filter-option-icon {
  aspect-ratio: 1;
  width: 1.2rem;
  margin-right: 0.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#tds-find-activity--results-container {
  position: relative;
  z-index: 1;
  display: flex;
  height: 80vh;
  width: 100%;
  margin-top: 2rem;
}

#tds-find-activity--results-list {
  width: 25rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  overflow-y: auto;
}

#tds-find-activity--results-title {
  display: none;
}

#tds-find-activity--results-map {
  flex-grow: 1;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  #tds-find-activity::before {
    display: none;
  }
  #tds-find-activity--form {
    flex-direction: column;
    font-size: 1.5rem;
  }
  #tds-find-activity--form-inputs {
    flex-direction: column;
  }
  #tds-find-activity--form-inputs.tds-is-collapsed + #tds-find-activity--form-filters {
    left: unset;
  }
  .tds-find-activity--form-input-group {
    padding: 1rem;
    /* We can't apply this on the last element as we can't make a rule on the visibility of the previous element */
  }
  .tds-find-activity--form-input-group:not(:last-child) {
    margin-right: unset;
    margin-bottom: 1rem;
  }
  .tds-find-activity--form-input {
    font-size: inherit;
  }
  #tds-find-activity--form-filters {
    position: relative;
    left: unset;
    top: unset;
    margin-top: 1rem;
    max-width: 90vw;
  }
  #tds-find-activity--form-filters-drawer {
    flex-direction: column-reverse;
  }
  .tds-find-activity--form-filter:not(last-child) {
    margin-bottom: 3rem;
  }
  .tds-find-activity--form-filter[data-name=sport_categories] .tds-find-activity--form-filter-options {
    max-height: 40vh;
    overflow-y: auto;
  }
  .tds-find-activity--form-filter-option:not(:first-child) {
    margin-top: 1rem;
  }
  .tds-find-activity--form-filter-option-input {
    margin-right: 1rem;
  }
  .tds-find-activity--form-filter-option-icon {
    margin-right: 1rem;
    width: 1.5rem;
  }
  .tds-find-activity--form-filter-option-label-group {
    font-size: 1.5rem;
  }
  #tds-find-activity--results-container {
    flex-direction: column-reverse;
  }
  #tds-find-activity--results-map {
    height: 80%;
  }
  #tds-find-activity--results-list {
    width: unset;
    height: 40%;
  }
}
.tds-find-activity-shop-card {
  display: flex;
  align-items: stretch;
  padding: 12px 16px;
  cursor: pointer;
}
.tds-find-activity-shop-card:hover, .tds-find-activity-shop-card.tds-is-active {
  background-color: #cbe0ff;
}
.tds-find-activity-shop-card:not(:first-child) {
  border-top: 1px solid #ddd;
}

.tds-find-activity-shop-card--details {
  flex-grow: 1;
}

.tds-find-activity-shop-card--name {
  font-size: 1rem;
  font-weight: 600;
  color: #061669;
}

.tds-find-activity-shop-card--full-address {
  font-size: 0.8rem;
  color: hsl(215, 22.4%, 16.7%);
}

.tds-find-activity-shop-card--sports {
  margin: 0.7rem 0;
  display: flex;
}

.tds-find-activity-shop-card--sport {
  height: 1.5rem;
}
.tds-find-activity-shop-card--sport:not(:first-child) {
  margin-left: 0.5rem;
}
.tds-find-activity-shop-card--sport img {
  height: inherit;
}

.tds-find-activity-shop-card--discount {
  font-size: 0.7rem;
  font-weight: 600;
  color: hsl(215, 16.9%, 30.2%);
}

.tds-find-activity-shop-card--catalog {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  color: #061669;
}

.tds-find-activity-shop-card--logo {
  width: 4rem;
}

.tds-find-activity-shop-card--logo-image {
  aspect-ratio: 1;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  .tds-find-activity-shop-card--name {
    font-size: 1.5rem;
  }
  .tds-find-activity-shop-card--full-address {
    font-size: 1.25rem;
  }
  .tds-find-activity-shop-card--sports {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .tds-find-activity-shop-card--sport {
    height: 2rem;
  }
  .tds-find-activity-shop-card--discount {
    font-size: 1.25rem;
  }
  .tds-find-activity-shop-card--catalog {
    font-size: 1.25rem;
  }
  .tds-find-activity-shop-card--logo {
    width: 10rem;
  }
}
.tds-home--button-blue-gradient {
  padding: 1rem 2.5rem;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
  border-radius: 1rem;
}

.tds-home--button-blue-gradient-light-to-dark {
  background: linear-gradient(to right, #26a8e1, #061669);
  transition: box-shadow 0.2s ease-in-out;
}
.tds-home--button-blue-gradient-dark-to-light {
  background: linear-gradient(to right, #061669, #26a8e1);
  transition: box-shadow 0.2s ease-in-out;
}
#tds-home--banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/illustrations/landing_no_video_placeholder-MUOksFl.jpg");
  background-size: cover;
  background-position: top center;
  padding-top: 13rem;
  padding-bottom: 5rem;
  padding-left: 6vw;
  padding-right: 6vw;
}

#tds-home--banner-catchphrase {
  font-weight: 600;
  font-size: 2.25rem;
  text-align: center;
  color: hsl(0, 0%, 100%);
}

.tds-home--banner-catphrase-line {
  text-shadow: 1px 0px 8px rgba(0, 0, 0, 0.4);
}

.tds-home--banner-catchphrase-highlight {
  color: #26a8e1;
}

#tds-home--banner-button {
  margin-top: 2rem;
  padding: 1rem 7rem;
  font-size: 2rem;
  color: #061669;
  background: #26a8e1;
  border: 1px solid #26a8e1;
  border-radius: 1rem;
  transition: background-color 0.2s ease-in-out;
}
#tds-home--banner-button:hover, #tds-home--banner-button:focus, #tds-home--banner-button:active {
  background-color: hsl(0, 0%, 100%);
}

#tds-home--banner-pills {
  margin-top: 5rem;
  display: flex;
  align-items: start;
  justify-content: center;
}

.tds-home--banner-pill {
  padding: 1.5rem 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: hsl(0, 0%, 100%);
  opacity: 0.9;
  border-radius: 2rem;
}
.tds-home--banner-pill:not(:first-child) {
  margin-left: 1.5rem;
}

.tds-home--banner-pill-title {
  font-weight: 600;
  font-size: 2.5rem;
}

.tds-home--banner-pill-subtitle {
  font-size: 2rem;
}

#tds-home--partners,
#tds-home--trust-us {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

#tds-home--partners {
  background-color: hsl(228, 23.81%, 95.88%);
}

#tds-home--partners-map-link {
  color: #26a8e1;
  text-decoration: underline;
}

#tds-home--subscriptions {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
#tds-home--subscriptions::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0.5rem;
  left: 6vw;
  width: 370px;
  aspect-ratio: 5/4;
  background-image: url("../images/illustrations/marmot_kitesurfing-iN8oKDM.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#tds-home--subscriptions-subtitle {
  margin-bottom: 2rem;
  font-size: 2rem;
}

#tds-home--subscriptions-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.tds-home--subscriptions-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 3rem 2rem 3rem;
  width: 40%;
  background: white;
  border: 1px solid #061669;
  border-radius: 0.75rem;
}
.tds-home--subscriptions-card:not(:first-child) {
  margin-left: 3rem;
}
.tds-home--subscriptions-card::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 10%;
  right: 10%;
  height: 32px;
  border-radius: 100%;
  z-index: -1;
  box-shadow: 0 40px 20px 4px rgba(0, 0, 0, 0.37);
}

.tds-home--subscriptions-card-icon img {
  max-height: 5rem;
}

.tds-home--subscriptions-card-title {
  font-size: 2.5rem;
  font-weight: 600;
}

.tds-home--subscriptions-card-subtitle {
  font-size: 1.75rem;
}

.tds-home--subscriptions-card-price {
  margin-top: 2rem;
  padding: 0 3rem;
  font-size: 1.75rem;
  border-top: 1px solid darkblue;
  white-space: nowrap;
}

.tds-home--subscriptions-card-price-amount {
  font-size: 6rem;
  font-weight: 600;
}

#tds-home--subscriptions-button {
  margin-top: 3rem;
}

#tds-home--why-choose-us {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: hsl(228, 23.81%, 95.88%);
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 14rem;
}
#tds-home--why-choose-us::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: 18vw;
  width: 160px;
  aspect-ratio: 24/37;
  background-image: url("../images/illustrations/marmot_mountain_biking-JCpoxr0.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleX(-1) rotateZ(-14deg);
}

#tds-home--why-choose-us-title {
  text-align: center;
}

#tds-home--why-choose-us-subtitle {
  margin-bottom: 3rem;
  font-size: 1.75rem;
  text-align: center;
}

#tds-home--why-choose-us-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#tds-home--why-choose-us-left-container {
  flex-grow: 1;
}

#tds-home--why-choose-us-description {
  font-size: 2rem;
}

#tds-home--why-choose-us--tip-container {
  margin-top: 3rem;
  padding: 1.25rem;
  font-size: 1.75rem;
  background-color: hsl(0, 0%, 100%);
  border-radius: 0.75rem;
}

#tds-home--why-choose-us-tip-title {
  margin-bottom: 2rem;
  font-weight: 600;
}

#tds-home--why-choose-us-right-container {
  flex-basis: 120rem;
  margin-left: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#tds-home--why-choose-us-map {
  width: 100%;
}

#tds-home--why-choose-us-button {
  margin-top: 3rem;
  padding: 0.75rem 5.5rem;
  font-size: 1.5rem;
  text-align: center;
}

#tds-home--trust-us {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#tds-home--trust-us::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 3rem;
  left: -3vw;
  width: 220px;
  aspect-ratio: 30/55;
  background-image: url("../images/illustrations/marmot_climbing-LwR7D7s.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}

#tds-home--trust-us-panel {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem;
  background-color: hsl(228, 23.81%, 95.88%);
  border-radius: 1rem;
}

#tds-home--trust-us-panel-title {
  font-size: 2.5rem;
  font-weight: 600;
}

#tds-home--trust-us-panel-subtitle {
  font-size: 1.75rem;
}

#tds-home--trust-us-buttons {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tds-home--trust-us-button-about-us {
  margin-left: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 32px;
  text-align: center;
  font-weight: 700;
  color: #061669;
  background-color: hsl(0, 0%, 100%);
  border: 1px #061669 solid;
  border-radius: 60px;
  transition: box-shadow 0.2s ease-in-out;
  padding: 1rem 2.5rem;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 1rem;
  transition: box-shadow 0.2s ease-in-out;
}
#tds-home--trust-us-button-about-us[disabled] {
  background-color: hsl(0, 0%, 88%);
}
#tds-home--faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: hsl(228, 23.81%, 95.88%);
}

#tds-home--faq-title {
  text-align: center;
}

#tds-home--faq-subtitle {
  font-size: 1.75rem;
  text-align: center;
}

#tds-home--faq-cards {
  margin-top: 3rem;
}

.tds-home--faq-card {
  width: 75rem;
  padding: 2rem 3rem;
  font-size: 1.75rem;
  background-color: hsl(0, 0%, 100%);
  border-radius: 1rem;
}
.tds-home--faq-card:not(:first-child) {
  margin-top: 1rem;
}

.tds-home--faq-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}

.tds-home--faq-card-header-toggler {
  font-size: 2.5rem;
}

.tds-home--faq-card-content {
  margin-top: 2rem;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  #tds-home--banner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #tds-home--banner-pills {
    margin-top: 10rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .tds-home--banner-pill {
    padding: 0.5rem 0;
  }
  .tds-home--banner-pill:not(:first-child) {
    margin-top: 1.5rem;
    margin-left: unset;
  }
  #tds-home--partners,
  #tds-home--trust-us {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  #tds-home--subscriptions {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #tds-home--subscriptions::after {
    display: none;
  }
  #tds-home--subscriptions-subtitle {
    margin-bottom: 5rem;
    font-size: 1.75rem;
  }
  #tds-home--subscriptions-cards {
    flex-direction: column;
    align-items: center;
  }
  .tds-home--subscriptions-card {
    width: 100%;
  }
  .tds-home--subscriptions-card:not(:first-child) {
    margin-top: 4rem;
    margin-left: unset;
  }
  .tds-home--subscriptions-card-icon img {
    max-height: 6rem;
  }
  .tds-home--subscriptions-card-title {
    font-size: 3.5rem;
  }
  .tds-home--subscriptions-card-price {
    padding-top: 1rem;
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .tds-home--subscriptions-card-price-amount {
    font-size: 4rem;
  }
  #tds-home--subscriptions-button {
    margin-top: 6rem;
    width: 100%;
    font-size: 1.75rem;
  }
  #tds-home--why-choose-us {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #tds-home--why-choose-us::after {
    display: none;
  }
  #tds-home--why-choose-us-content {
    flex-direction: column-reverse;
  }
  #tds-home--why-choose-us-description {
    font-size: 1.5rem;
    text-align: center;
  }
  #tds-home--why-choose-us--tip-container {
    text-align: center;
    font-size: 1.5rem;
  }
  #tds-home--why-choose-us-right-container {
    flex-basis: unset;
    flex-direction: row;
    align-items: flex-end;
    margin-left: unset;
    margin-bottom: 3rem;
  }
  #tds-home--why-choose-us-button {
    position: relative;
    margin-top: unset;
    margin-left: 3rem;
    padding: 0.5rem 1.5rem;
  }
  #tds-home--why-choose-us-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -130px;
    right: 4rem;
    width: 96px;
    aspect-ratio: 24/37;
    background-image: url("../images/illustrations/marmot_mountain_biking-JCpoxr0.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: scaleX(-1) rotateZ(-14deg);
  }
  #tds-home--why-choose-us-map {
    width: 48%;
  }
  #tds-home--trust-us::after {
    display: none;
  }
  #tds-home--trust-us-panel {
    margin-top: 1rem;
    padding: 1.5rem 3rem;
    width: 90vw;
  }
  #tds-home--trust-us-panel-title {
    font-size: 1.75rem;
  }
  #tds-home--trust-us-panel-subtitle {
    font-size: 1.5rem;
  }
  #tds-home--trust-us-buttons {
    flex-direction: column;
  }
  #tds-home--trust-us-button-letsgo {
    padding: 0.75rem 3rem;
  }
  #tds-home--trust-us-button-about-us {
    margin-top: 2rem;
    margin-left: unset;
    padding: 0.75rem 3rem;
  }
  #tds-home--faq {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .tds-home--faq-card {
    width: 100%;
    font-size: 1.5rem;
  }
  .tds-home--faq-card-content {
    margin-top: 1rem;
  }
}
#tds-shop {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#tds-shop--container {
  padding: 1.5rem 1.5rem;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid #061669;
  border-radius: 3rem;
  overflow: hidden;
}

#tds-shop--header {
  display: flex;
  align-items: center;
}

#tds-shop--header-logo-container {
  margin-right: 1.5rem;
  width: 8rem;
  aspect-ratio: 1;
}

#tds-shop--header-title {
  color: #061669;
  -webkit-text-stroke: unset;
}

#tds-shop--breadcrumbs {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: #26a8e1;
}

#tds-shop--content {
  padding: 0 2rem;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  #tds-shop--header-logo-container {
    width: 6rem;
  }
  #tds-shop--header-title {
    font-size: 3rem;
  }
}
#tds-shop-catalog-offers--all-products {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

#tds-shop-products--container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border: 1px solid #061669;
}

#tds-shop-products--form-container {
  align-self: stretch; /* So the right border takes the whole height */
  width: 14rem;
  border-right: 1px solid #061669;
}

#tds-shop-products--results-container {
  flex-grow: 1;
  padding: 2rem 3rem;
  display: grid;
  gap: 2rem 3rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

#tds-shop-products--form {
  color: #061669;
}

#tds-shop-products--form-title {
  padding: 1rem 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-bottom: 1px solid #061669;
}

#tds-shop-products--form-filters {
  padding: 1rem;
}

.tds-shop-products--form-filter:not(:first-child) {
  margin-top: 1.5rem;
}
.tds-shop-products--form-filter:not(.tds-is-expanded) .tds-shop-products--form-filter-options {
  display: none;
}
.tds-shop-products--form-filter:not(.tds-is-expanded) .tds-shop-products--form-filter-toggle-icon-expand {
  display: initial;
}
.tds-shop-products--form-filter:not(.tds-is-expanded) .tds-shop-products--form-filter-toggle-icon-collapse {
  display: none;
}

.tds-shop-products--form-filter-header {
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
}

.tds-shop-products--form-filter-title {
  max-width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.tds-shop-products--form-filter-toggle {
  margin-left: 0.5rem;
}

.tds-shop-products--form-filter-toggle-icon-expand {
  display: none;
}

.tds-shop-products--form-filter-options {
  display: block;
  max-height: 11rem;
  overflow-y: auto;
}

.tds-shop-products--form-filter-option-label-group {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
}

.tds-shop-products--form-filter-option-input {
  margin-right: 0.5rem;
}

#tds-shop-products--product-modal-stub .tds-modal--container {
  max-width: min(90vw, 80rem);
  padding: 0;
}

#tds-shop-products--product-modal-content {
  display: flex;
  align-items: stretch;
}

#tds-shop-products--product-modal-description-container {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2rem;
  border-right: 2px solid #061669;
}

#tds-shop-products--product-modal-thumbnail-container {
  position: relative;
}

#tds-shop-products--product-modal-thumbnail {
  margin: 2rem 0;
  min-width: 25rem;
  max-width: 35rem;
  aspect-ratio: 16/9;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#tds-shop-products--product-modal-discount-percentage {
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.25rem;
  aspect-ratio: 1;
  font-weight: 600;
  font-size: 3rem;
  color: hsl(0, 0%, 100%);
  background-color: #26a8e1;
  border-radius: 3rem;
}

#tds-shop-products--product-modal-discount-symbol {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  aspect-ratio: 1;
  font-weight: 600;
  font-size: 1.75rem;
  color: hsl(0, 0%, 100%);
  background-color: #26a8e1;
  border-radius: 9rem;
}

#tds-shop-products--product-modal-description {
  text-align: justify;
}

#tds-shop-products--product-modal-prices-list-toggle {
  align-self: center;
  margin-top: 2rem;
  text-decoration: underline;
}

#tds-shop-products--product-modal-prices-list {
  margin-top: 1rem;
}
#tds-shop-products--product-modal-prices-list th, #tds-shop-products--product-modal-prices-list td {
  text-align: center;
  padding: 0.1rem;
}
#tds-shop-products--product-modal-prices-list tr > th,
#tds-shop-products--product-modal-prices-list tr:nth-child(even) > td {
  background-color: #cbe0ff;
}

#tds-shop-products--product-modal-selection-form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 3rem;
}
#tds-shop-products--product-modal-selection-form > * {
  width: 100%;
}

.tds-shop-products--product-modal-selection-form-fieldset:not(:first-child) {
  margin-top: 2rem;
}

.tds-shop-products--product-modal-selection-form-fieldset-title {
  display: flex;
  align-items: baseline;
  font-size: 2rem;
  font-weight: 600;
}

.tds-shop-products--product-modal-selection-form-fieldset-icon {
  margin-right: 1rem;
  font-size: 2.5rem;
}

.tds-shop-products--product-modal-selection-form-fieldset-fields {
  margin-top: 1rem;
}
.tds-shop-products--product-modal-selection-form-fieldset-fields.tds-is-horizontal {
  display: flex;
  justify-content: space-between;
}
.tds-shop-products--product-modal-selection-form-fieldset-fields.tds-is-horizontal .tds-shop-products--product-modal-selection-form-fieldset-field:not(:first-child) {
  margin-left: 1rem;
}
.tds-shop-products--product-modal-selection-form-fieldset-fields:not(.tds-is-horizontal) .tds-shop-products--product-modal-selection-form-fieldset-field:not(:first-child) {
  margin-top: 0.5rem;
}

.tds-shop-products--product-modal-selection-form-fieldset-field {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.tds-shop-products--product-modal-selection-form-fieldset-field-label {
  position: absolute;
  left: 1.5rem;
}

.tds-shop-products--product-modal-selection-form-fieldset-field-input {
  flex-grow: 1;
  padding: 0.75rem 1.5rem 0.75rem 5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #061669;
  text-align: center;
  border: 2px solid hsl(215, 26.4%, 10.7%);
  border-radius: 2rem;
}
.tds-shop-products--product-modal-selection-form-fieldset-field-input:focus, .tds-shop-products--product-modal-selection-form-fieldset-field-input:active {
  outline-color: #26a8e1;
}

#tds-shop-products--product-modal-selection-form-lower-section {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
}

#tds-shop-products--product-modal-prices-container {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

#tds-shop-products--product-modal-price-label {
  margin-right: 1rem;
  font-size: 3rem;
  font-weight: 600;
}

#tds-shop-products--product-modal-prices-values {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#tds-shop-products--product-modal-discount-price {
  padding: 0.25rem 2.5rem;
  font-size: 4rem;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  background-color: #26a8e1;
  border-radius: 2rem;
}

#tds-shop-products--product-modal-original-price-container {
  margin-top: 0.5rem;
  font-size: 1.75rem;
  font-weight: 600;
}

#tds-shop-products--product-modal-availability-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

#tds-shop-products--product-modal-availability-indicator {
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1;
  background-color: hsl(88, 50.2%, 59.8%);
  border-radius: 100%;
}

#tds-shop-products--product-modal-availability-label {
  margin-left: 0.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(215, 26.4%, 10.7%);
}

#tds-shop-products--product-modal-add-to-cart-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 96px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: white;
  background-color: #061669;
  border-radius: 60px;
  transition: box-shadow 0.2s ease-in-out;
  font-size: 2.5rem;
}
#tds-shop-products--product-modal-add-to-cart-button[disabled] {
  background-color: hsl(230, 24%, 56%);
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  #tds-shop-products--container {
    flex-direction: column;
    align-items: stretch;
  }
  #tds-shop-products--form-container {
    width: unset;
    border-right: unset;
    border-bottom: 1px solid #061669;
  }
  #tds-shop-products--form-title {
    display: none;
  }
  #tds-shop-products--product-modal-content {
    flex-direction: column;
  }
  #tds-shop-products--product-modal-description-container {
    border-right: unset;
    border-bottom: 2px solid #061669;
  }
  #tds-shop-products--product-modal-thumbnail-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #tds-shop-products--product-modal-thumbnail {
    min-width: 20rem;
    max-width: 25rem;
  }
  #tds-shop-products--product-modal-prices-list-toggle {
    font-size: 1.5rem;
  }
  #tds-shop-products--product-modal-prices-list {
    font-size: 1.5rem;
  }
  .tds-shop-products--product-modal-selection-form-fieldset-fields {
    flex-direction: column;
    align-items: stretch;
  }
  .tds-shop-products--product-modal-selection-form-fieldset-fields.tds-is-horizontal .tds-shop-products--product-modal-selection-form-fieldset-field:not(:first-child) {
    margin-left: unset;
    margin-top: 1rem;
  }
  #tds-shop-products--product-modal-add-to-cart-button {
    font-size: 2rem;
  }
}
.tds-shop-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 30rem;
  border: 1px solid #061669;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
}

.tds-shop-product-card--thumbnail {
  position: relative;
  height: 11rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.tds-shop-product-card--offer-type {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  padding: 0.25rem 0.6rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  background-color: #26a8e1;
  border-radius: 0.5rem;
}

.tds-shop-product-card--details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 0.75rem 0.75rem;
  border-top: 1px solid #061669;
}

.tds-shop-product-card--name {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #26a8e1;
}

.tds-shop-product-card--prices {
  position: relative;
  display: flex;
  flex-direction: column;
}

.tds-shop-product-card--original-price {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #061669;
  text-decoration: line-through;
}

.tds-shop-product-card--discount {
  position: relative;
  align-self: center;
}

.tds-shop-product-card--discount-price {
  padding: 0 1.5rem;
  font-size: 3rem;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  background-color: #061669;
  border-radius: 1rem;
}

.tds-shop-product-card--discount-percentage {
  position: absolute;
  top: -1.5rem;
  right: -2rem;
  padding: 0.25rem 0.6rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  background-color: #26a8e1;
  border-radius: 0.5rem;
}

#tds-shop-catalog-sports--all-products {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

#tds-user-bookings {
  padding-bottom: 2rem;
}

#tds-user-bookings--information {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
}

#tds-user-bookings--bookings {
  display: flex;
  flex-direction: column;
}

#tds-user-bookings--bookings-no-items-link {
  align-self: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 96px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: white;
  background-color: #061669;
  border-radius: 60px;
  transition: box-shadow 0.2s ease-in-out;
}
#tds-user-bookings--bookings-no-items-link[disabled] {
  background-color: hsl(230, 24%, 56%);
}

.tds-user-bookings--booking {
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  background-color: hsl(0, 0%, 100%);
  border-radius: 1rem;
  border: 1px solid hsl(208, 17.2%, 82.9%);
}
.tds-user-bookings--booking:not(:first-child) {
  margin-top: 1.5rem;
}

.tds-user-bookings--booking-title {
  font-size: 2rem;
  font-weight: 600;
}

.tds-user-bookings--booking-subtitle {
  font-size: 1.75rem;
}

.tds-user-bookings--booking-content {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tds-user-bookings--booking-date {
  font-size: 1.75rem;
  font-weight: 600;
}

.tds-user-bookings--booking-status {
  font-weight: 600;
}
.tds-user-bookings--booking-status::before {
  font-family: "Font Awesome 6 Free";
  content: "";
  margin-right: 0.5rem;
}
.tds-user-bookings--booking-status.tds-is-cancelled {
  color: hsl(0, 76.3%, 57.1%);
}
.tds-user-bookings--booking-status.tds-is-cancelled::before {
  content: "\f00d";
  font-weight: 900;
}
.tds-user-bookings--booking-status.tds-is-waiting-for-approval {
  color: hsl(28, 82.9%, 51.8%);
}
.tds-user-bookings--booking-status.tds-is-waiting-for-approval::before {
  content: "\f017";
  font-weight: 400;
}
.tds-user-bookings--booking-status.tds-is-rejected {
  color: hsl(0, 76.3%, 57.1%);
}
.tds-user-bookings--booking-status.tds-is-rejected::before {
  content: "\f05e";
  font-weight: 900;
}
.tds-user-bookings--booking-status.tds-is-approved {
  color: hsl(89, 46.1%, 48%);
}
.tds-user-bookings--booking-status.tds-is-approved::before {
  content: "\f00c";
  font-weight: 900;
}
.tds-user-bookings--booking-status.tds-is-validated {
  color: hsl(89, 46.1%, 48%);
}
.tds-user-bookings--booking-status.tds-is-validated::before {
  content: "\f00c";
  font-weight: 900;
}
.tds-user-bookings--booking-status.tds-is-closed {
  color: hsl(214, 11.3%, 48.6%);
}
.tds-user-bookings--booking-status.tds-is-closed::before {
  content: "\f187";
  font-weight: 900;
}

.tds-user-bookings--booking-actions {
  display: flex;
  flex-direction: column;
}

.tds-user-bookings--booking-action {
  text-decoration: underline;
}

.tds-user-bookings--booking-prices {
  flex-basis: 25%;
}

.tds-user-bookings--booking-original-price,
.tds-user-bookings--booking-discount-price {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.tds-user-bookings--booking-saved {
  font-weight: 600;
  color: hsl(95, 49.5%, 36.5%);
}

#tds-user-bookings--cancel-booking-content {
  padding: 1rem;
}

#tds-user-bookings--contact-shop-name {
  color: #061669;
  -webkit-text-stroke: unset;
}

#tds-user-bookings--contact-shop-header {
  display: flex;
  align-items: center;
}

#tds-user-bookings--contact-shop-logo-container {
  margin-right: 1.5rem;
  width: 8rem;
  aspect-ratio: 1;
}

#tds-user-bookings--contact-shop-content {
  margin: 3rem 0;
  display: flex;
  justify-content: space-around;
  align-self: flex-start;
  font-size: 1.5rem;
}

#tds-user-bookings--contact-shop-left-container {
  margin-right: 5rem;
}

.tds-user-bookings--contact-shop-info-container:not(:first-child) {
  margin-top: 0.5rem;
}

.tds-user-bookings--contact-shop-info-icon {
  margin-right: 0.5rem;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  #tds-user-bookings--bookings-no-items-link {
    font-size: 2rem;
    padding: 12px 60px;
  }
  .tds-user-bookings--booking-content {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .tds-user-bookings--booking-prices {
    margin-bottom: 2rem;
  }
  .tds-user-bookings--booking-actions {
    text-align: center;
  }
  .tds-user-bookings--booking-action {
    margin-top: 1rem;
  }
  #tds-user-bookings--contact-shop-content {
    flex-direction: column;
  }
  #tds-user-bookings--contact-shop-left-container {
    margin-right: unset;
    margin-bottom: 1rem;
  }
  .tds-user-bookings--contact-shop-info-container :not(:first-child) {
    margin-top: 1rem;
  }
}
#tds-user-account {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #26a8e1;
}

#tds-user-account--menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 3rem;
  font-size: 1.5rem;
  background-color: #cbe0ff;
}

.tds-user-account--menu-item {
  white-space: nowrap;
}
.tds-user-account--menu-item:not(:first-child) {
  margin-top: 2rem;
}

.tds-user-account--menu-item-icon {
  margin-right: 0.5rem;
}

#tds-user-account--main {
  flex-grow: 1;
  padding: 2rem 4rem;
  display: flex;
  flex-direction: column;
}

#tds-user-account--main-title {
  margin-bottom: 2rem;
  font-family: "Open Sans";
  font-size: 4rem;
  font-weight: 400;
  color: inherit;
  text-transform: none;
  -webkit-text-stroke: unset;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  #tds-user-account {
    flex-direction: column;
    align-items: stretch;
  }
  #tds-user-account--menu {
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem;
  }
  .tds-user-account--menu-item:not(:first-child) {
    margin-top: unset;
  }
  .tds-user-account--menu-item-icon {
    margin-right: unset;
    font-size: 1.75rem;
  }
  .tds-user-account--menu-item-label {
    display: none;
  }
  #tds-user-account--main-title {
    font-size: 2rem;
  }
}
#tds-user-account-dashboard--dashlets {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.tds-user-account-dashboard--dashlet {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  width: 48%;
  border: 2px solid hsl(208, 17.2%, 82.9%);
  border-radius: 0.75rem;
}

.tds-user-account-dashboard--dashlet-title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
}

.tds-user-account-dashboard--dashlet-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.tds-user-account-dashboard--dashlet-content > *:not(:first-child) {
  margin-top: 0.5rem;
}

.tds-user-account-dashboard--dashlet-content-pill {
  align-self: flex-start;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #061669;
  background-color: #cbe0ff;
  border-radius: 0.5rem;
}
.tds-user-account-dashboard--dashlet-content-pill.tds-is-active {
  color: hsl(103, 55.6%, 26.5%);
  background-color: hsl(88, 50%, 76.5%);
}
.tds-user-account-dashboard--dashlet-content-pill.tds-is-cancelled {
  color: hsl(0, 46.8%, 31%);
  background-color: hsl(0, 95.1%, 92%);
}

.tds-user-account-dashboard--dashlet-content-text {
  font-size: 1.25rem;
}

.tds-user-account-dashboard--dashlet-content-value {
  font-size: 4rem;
}

#tds-user-account-dashboard--buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.tds-user-account-dashboard--button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 96px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #061669;
  background-color: hsl(0, 0%, 100%);
  border: 1px #061669 solid;
  border-radius: 60px;
  transition: box-shadow 0.2s ease-in-out;
  width: 48%;
  text-align: center;
  border-radius: 0.75rem;
}
.tds-user-account-dashboard--button[disabled] {
  background-color: hsl(0, 0%, 88%);
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  #tds-user-account-dashboard--dashlets {
    flex-direction: column;
    align-items: stretch;
  }
  .tds-user-account-dashboard--dashlet {
    width: auto;
  }
  .tds-user-account-dashboard--dashlet:not(:first-child) {
    margin-top: 2rem;
  }
  #tds-user-account-dashboard--buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .tds-user-account-dashboard--button {
    width: auto;
  }
  .tds-user-account-dashboard--button:not(:first-child) {
    margin-top: 2rem;
  }
}
#tds-user-account-family-information--members-title {
  font-size: 2rem;
  font-width: 600;
}

.tds-user-account-family-information--member {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
.tds-user-account-family-information--member:not(:first-child) {
  border-top: 1px solid hsl(215, 16.6%, 63.3%);
}

.tds-user-account-family-information--member-details {
  font-size: 1.5rem;
}

.tds-user-account-family-information--member-name {
  font-weight: 600;
}

.tds-user-account-family-information--member-subscription-card-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 96px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #061669;
  background-color: hsl(0, 0%, 100%);
  border: 1px #061669 solid;
  border-radius: 60px;
  transition: box-shadow 0.2s ease-in-out;
}
.tds-user-account-family-information--member-subscription-card-button[disabled] {
  background-color: hsl(0, 0%, 88%);
}

.tds-user-account-family-information--member-action {
  font-size: 1.5rem;
  text-decoration: underline;
}

#tds-user-account-family-information--add-member-button {
  margin-top: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 96px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #061669;
  background-color: hsl(0, 0%, 100%);
  border: 1px #061669 solid;
  border-radius: 60px;
  transition: box-shadow 0.2s ease-in-out;
  width: 100%;
}
#tds-user-account-family-information--add-member-button[disabled] {
  background-color: hsl(0, 0%, 88%);
}

#tds-user-account-family-information--add-member-button-icon {
  margin-right: 0.5rem;
}

.tds-form.tds-user-account-family-information--add-member-form {
  padding: 0;
  background: unset;
}
.tds-form.tds-user-account-family-information--add-member-form .tds-form--content {
  padding: 0;
  background: unset;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  .tds-user-account-family-information--member {
    flex-direction: column;
    align-items: center;
  }
  .tds-user-account-family-information--member-details {
    align-self: flex-start;
  }
  .tds-user-account-family-information--member-subscription-card-button {
    padding: 8px 60px;
  }
  .tds-user-account-family-information--member-subscription-card-button-container {
    margin-top: 2rem;
  }
  .tds-user-account-family-information--member-actions-container {
    margin-top: 1rem;
  }
  #tds-user-account-family-information--add-member-button {
    padding: 8px 50px;
  }
}
#tds-user-account-personal-information--form {
  display: flex;
}

#tds-user-account-personal-information--form-left-container {
  margin-right: 4rem;
}

#tds-user-account-personal-information--form-right-container {
  flex-grow: 1;
}

#tds-user-account-personal-information--form-field-for-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  aspect-ratio: 1;
  overflow: hidden;
  background-color: hsl(207, 22.4%, 90.4%);
  border-radius: 100%;
}

#tds-user-account-personal-information--form-field-label-for-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  #tds-user-account-personal-information--form {
    flex-direction: column;
  }
  .tds-form-member-information--form-left-container {
    margin-right: unset;
    margin-bottom: 2rem;
    align-self: center;
  }
}
.tds-user-account-subscription-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 66vw;
}

.tds-user-account-subscription-card--header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.tds-user-account-subscription-card--logo {
  position: absolute;
  left: 2.5rem;
  width: 3.5rem;
}

.tds-user-account-subscription-card--content {
  display: flex;
  align-items: stretch;
}

.tds-user-account-subscription-card--left-container {
  flex-basis: 66%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 1.5rem 1.5rem;
  background-color: hsl(0, 0%, 100%);
}

.tds-user-account-subscription-card--administrative-information-container {
  flex-grow: 1;
}

.tds-user-account-subscription-card--right-container {
  flex-grow: 1;
  margin-left: 0.3rem;
  padding: 1.5rem 0.75rem;
  background-color: hsl(0, 0%, 100%);
}

.tds-user-account-subscription-card--picture-container {
  margin-right: 0.75rem;
  width: 14rem;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center center;
}

.tds-user-account-subscription-card--information-container:not(:first-child) {
  margin-top: 1rem;
}

.tds-user-account-subscription-card--information-label {
  padding-left: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #cbe0ff;
}

.tds-user-account-subscription-card--information-value-container {
  font-size: 1.5rem;
}

.tds-user-account-subscription-card--footer {
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

#tds-user-account-subscription-plan--sections {
  font-size: 1.5rem;
}

.tds-user-account-subscription-plan--section {
  display: flex;
}
.tds-user-account-subscription-plan--section:not(:first-child) {
  margin-top: 2rem;
}
.tds-user-account-subscription-plan--section.tds-user-account-subscription-plan--section-for-large-content {
  flex-direction: column;
}

.tds-user-account-subscription-plan--section-title {
  flex-basis: 30%;
  font-weight: 600;
}

#tds-user-account-subscription-plan--actions {
  margin-top: 1rem;
}

.tds-user-account-subscription-plan--action-container {
  text-decoration: underline;
}
.tds-user-account-subscription-plan--action-container:not(:first-child) {
  margin-top: 0.5rem;
}

#tds-user-account-subscription-plan--buttons {
  display: flex;
  margin-top: 2rem;
}

.tds-user-account-subscription-plan--button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 96px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #061669;
  background-color: hsl(0, 0%, 100%);
  border: 1px #061669 solid;
  border-radius: 60px;
  transition: box-shadow 0.2s ease-in-out;
  width: 100%;
  border-radius: 0.75rem;
}
.tds-user-account-subscription-plan--button[disabled] {
  background-color: hsl(0, 0%, 88%);
}

#tds-user-account-subscription-plan--cancel-content {
  padding: 1rem;
}

.tds-user-account-subscription-plan--cancel-disclaimer {
  font-size: 1.5rem;
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  .tds-user-account-subscription-plan--section {
    flex-direction: column;
  }
}
#tds-shop-products--results-container > .tds-shop-product-card:only-child {
  flex-direction: row;
}
#tds-shop-products--results-container > .tds-shop-product-card:only-child .tds-shop-product-card--thumbnail {
  width: 50%;
  height: 100%;
  background-size: cover;
}
#tds-shop-products--results-container > .tds-shop-product-card:only-child .tds-shop-product-card--details {
  border-top: unset;
  border-left: 1px solid #061669;
}

.tds-find-activity-shop-info-window-content .tds-find-activity-shop-card:hover {
  background-color: inherit;
}
.tds-find-activity-shop-info-window-content .tds-find-activity-shop-card--logo-image {
  max-width: 100% !important; /* Needed to override the GoogleMaps style */
}

/*************/
/*    MOBILE */
/*************/
@media screen and (max-width: 768px) {
  .tds-user-account--subscription-card-stub.tds-is-rotated-90 .tds-modal--overlay {
    width: 100%;
    height: 100%;
  }
  .tds-user-account--subscription-card-stub.tds-is-rotated-90 .tds-modal--container {
    transform: rotateZ(90deg) scale(0.8);
    max-width: unset;
    max-height: unset;
    overflow-x: initial;
    overflow-y: initial;
  }
  .tds-user-account--subscription-card-stub.tds-is-rotated-90 .tds-user-account-subscription-card {
    width: 70vh;
  }
  .tds-user-account--subscription-card-stub:not(.tds-is-rotated-90) .tds-modal--container {
    transform: scale(0.8);
  }
}
.tds-is-underlined {
  text-decoration: underline;
}

/*# sourceMappingURL=app.output.css.map */
