/* ----- Colors ----- */
/* ----- Colors by application ----- */
/* ----- Fonts ----- */
/* ----- Box Shadows ----- */
/* ----- Animations ----- */
/* ----- Images ----- */
/* ----- Breakpoints ----- */
#mixins .btn {
  font-weight: 700;
  letter-spacing: 0.25px;
  display: inline-block;
  padding: 0 1rem;
  line-height: 2.75rem;
  color: #FFFFFF;
  background: #2CD5C4;
  cursor: pointer;
}
#mixins .btn i {
  display: inline-block;
  width: 2rem;
  text-align: center;
}
#mixins .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mixins .fontawesome {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/* */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Filson Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../vendor/filson-pro/filson_pro_regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Filson Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../vendor/filson-pro/filson_pro_medium.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Filson Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../vendor/filson-pro/filson_pro_bold.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root,
:host {
  --wa-color-focus: #2CD5C4;
  --wa-form-control-label-color: #707070;
}
html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  height: -webkit-fill-available;
  background-color: #FFFFFF;
}
body {
  font-family: "Filson Pro", sans-serif;
  font-weight: 400;
  color: #707070;
  overflow-y: scroll;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media only screen and (max-width: 1599px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
@media only screen and (min-width: 1600px) {
  .hidden-l-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1599px) {
  .hidden-l-down {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-m-up {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .hidden-m-down {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 125%;
  max-width: 50rem;
}
h1,
.h1 {
  color: #10069F;
  font-size: 2rem;
}
h2,
.h2 {
  color: #10069F;
  font-size: 1.5rem;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1599px) {
  h1,
  .h1 {
    font-size: 2.2rem;
  }
  h2,
  .h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.8rem;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}
p {
  margin: 0 0 1rem 0;
  line-height: 200%;
}
p.nomargin {
  margin-bottom: 0;
}
p.important {
  color: #CC0000;
}
p a:focus,
p a:hover {
  text-decoration: underline;
}
p.button a {
  font-weight: 700;
  letter-spacing: 0.25px;
  display: inline-block;
  padding: 0 1rem;
  line-height: 2.75rem;
  color: #FFFFFF;
  background: #2CD5C4;
  cursor: pointer;
}
p.button a i {
  display: inline-block;
  width: 2rem;
  text-align: center;
}
p.button a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-weight: 900;
  /* check */
  content: "\f00c";
  transform: translateX(-50%);
}
p.button a:focus,
p.button a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  p {
    line-height: 150%;
  }
}
a {
  color: #2CD5C4;
  text-decoration: none;
}
figure figcaption {
  font-size: 0.8rem;
  font-style: italic;
}
pre {
  font-size: 12px;
  line-height: 100%;
}
pre.stacktrace {
  border: 1px solid #C8C8C8;
  background: #E8E8E8;
  padding: 1rem;
  max-height: 500px;
  overflow: auto;
}
b,
strong {
  font-weight: 700;
}
.important {
  color: #CC0000;
}
/* Lists */
ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  line-height: 200%;
}
ul > li {
  display: block;
  position: relative;
  padding: 0 0 0 1.5rem;
  margin: 0;
}
ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
ul.nomargin {
  margin-bottom: 0;
}
ul.unstyled {
  list-style-type: none;
  padding-left: 0;
}
ul.unstyled > li {
  padding-left: 0;
}
ul.unstyled > li:before {
  position: static;
  top: auto;
  left: auto;
  content: none;
}
ul.inline {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.inline > li {
  display: inline;
  padding-left: 0;
}
ul.inline > li:not(:first-child) {
  padding-left: 1rem;
}
ul.inline > li:before {
  position: static;
  top: auto;
  left: auto;
  content: none;
}
ul.spaced > li:not(:first-child) {
  margin-top: 1rem;
}
ul.narrow {
  line-height: 150%;
}
ol {
  margin: 0 0 1rem 0;
  padding: 0;
  line-height: 200%;
  list-style-type: decimal;
  counter-reset: orderedlist;
}
ol > li {
  display: block;
  position: relative;
  padding: 0 0 0 1.5rem;
  margin: 0;
  counter-increment: orderedlist;
}
ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(orderedlist) ".";
}
ol ol {
  list-style-type: lower-alpha;
}
ol.nomargin {
  margin-bottom: 0;
}
ol.unstyled {
  list-style-type: none;
  padding-left: 0;
}
ol.unstyled > li {
  padding-left: 0;
}
ol.unstyled > li:before {
  position: static;
  top: auto;
  left: auto;
  content: none;
}
ol.inline {
  list-style-type: none;
  padding-left: 0;
  display: flex;
}
ol.inline > li {
  display: inline;
  padding-left: 0;
}
ol.inline > li:not(:first-child) {
  padding-left: 1rem;
}
ol.inline > li:before {
  position: static;
  top: auto;
  left: auto;
  content: none;
}
ol.spaced {
  margin-top: 1rem;
}
dl {
  display: grid;
  grid-template-columns: min-content 1fr;
  column-gap: 2rem;
  line-height: 200%;
  margin: 0 0 1rem 0;
}
dl dt {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
dl dd {
  margin: 0;
  padding: 0;
}
/* Form Fields */
.validation-errors {
  color: #CC0000;
  line-height: 150%;
  margin-top: 10px;
}
wa-input::part(form-control-label),
wa-textarea::part(label),
wa-select::part(form-control-label) {
  font-size: var(--wa-font-size-s);
}
wa-select::part(listbox) {
  margin-top: 10px;
  margin-bottom: 10px;
}
wa-button::part(base) {
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
}
wa-button[variant="neutral"]::part(base) {
  background-color: transparent;
  border: 2px solid #10069F;
  color: #10069F;
}
wa-button[variant="neutral"]:not([disabled])::part(base):hover {
  background: rgba(16, 6, 159, 0.1);
}
wa-button[variant="brand"]::part(base) {
  background-color: #2CD5C4;
  border: 2px solid #2CD5C4;
  color: #10069F;
}
wa-button[variant="brand"]:not([disabled])::part(base):hover {
  background: rgba(44, 213, 196, 0.75);
}
wa-button[variant="danger"]::part(base) {
  background-color: #CC0000;
  border: 2px solid #CC0000;
  color: #FFFFFF;
}
wa-button[variant="danger"]:not([disabled])::part(base):hover {
  background: rgba(204, 0, 0, 0.75);
}
wa-input[data-conditions]:not([data-conditions='']):not(.conditions-initialized),
wa-textarea[data-conditions]:not([data-conditions='']):not(.conditions-initialized),
wa-select[data-conditions]:not([data-conditions='']):not(.conditions-initialized),
wa-checkbox[data-conditions]:not([data-conditions='']):not(.conditions-initialized),
wa-radio-group[data-conditions]:not([data-conditions='']):not(.conditions-initialized),
wa-button[data-conditions]:not([data-conditions='']):not(.conditions-initialized),
.validation-errors[data-conditions]:not([data-conditions='']):not(.conditions-initialized) {
  display: none !important;
}
wa-input + wa-input,
wa-textarea + wa-input,
wa-select + wa-input,
wa-checkbox + wa-input,
wa-radio-group + wa-input,
wa-button + wa-input,
.validation-errors + wa-input,
wa-input + wa-textarea,
wa-textarea + wa-textarea,
wa-select + wa-textarea,
wa-checkbox + wa-textarea,
wa-radio-group + wa-textarea,
wa-button + wa-textarea,
.validation-errors + wa-textarea,
wa-input + wa-select,
wa-textarea + wa-select,
wa-select + wa-select,
wa-checkbox + wa-select,
wa-radio-group + wa-select,
wa-button + wa-select,
.validation-errors + wa-select,
wa-input + wa-checkbox,
wa-textarea + wa-checkbox,
wa-select + wa-checkbox,
wa-checkbox + wa-checkbox,
wa-radio-group + wa-checkbox,
wa-button + wa-checkbox,
.validation-errors + wa-checkbox,
wa-input + wa-radio-group,
wa-textarea + wa-radio-group,
wa-select + wa-radio-group,
wa-checkbox + wa-radio-group,
wa-radio-group + wa-radio-group,
wa-button + wa-radio-group,
.validation-errors + wa-radio-group,
wa-input + wa-button,
wa-textarea + wa-button,
wa-select + wa-button,
wa-checkbox + wa-button,
wa-radio-group + wa-button,
wa-button + wa-button,
.validation-errors + wa-button,
wa-input + div.data,
wa-textarea + div.data,
wa-select + div.data,
wa-checkbox + div.data,
wa-radio-group + div.data,
wa-button + div.data,
.validation-errors + div.data {
  margin-top: 20px;
}
wa-input.autocomplete::part(form-control-input) {
  position: relative;
}
wa-input.autocomplete::part(autocomplete-results) {
  position: absolute;
  top: calc(var(--wa-form-control-height-m) + 10px);
  left: 0;
  right: 0;
  background: red;
  z-index: 10;
}
mpc-autocomplete::part(autocomplete-results) {
  margin-top: 10px;
  margin-bottom: 10px;
}
.quantity-switch-container {
  position: relative;
  width: 100%;
}
.quantity-input {
  width: 100%;
  padding-right: 48px;
  /* space for buttons */
  text-align: center;
  height: 40px;
  font-size: 16px;
}
.quantity-buttons {
  position: absolute;
  right: 8px;
  bottom: 5px;
  display: flex;
  flex-direction: column;
  height: 32px;
}
@container content (width < 1500px) {
  .quantity-buttons {
    bottom: 3px;
  }
}
@container content (width < 800px) {
  .quantity-buttons {
    bottom: 1px;
  }
}
.quantity-buttons button {
  width: 24px;
  height: 16px;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border: none;
  background: #eee;
}
wa-button.inside-input::part(base) {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: var(--wa-form-control-border-radius);
}
/* Tables */
.table-scroll {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  text-align: left;
  margin: 0;
  padding: 1rem 0;
  vertical-align: top;
}
table td:not(:last-child),
table th:not(:last-child) {
  padding-right: 1rem;
}
table td.no-padding,
table th.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
table td.right,
table th.right {
  text-align: right;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table thead td,
table thead th {
  color: #10069F;
  font-weight: 700;
}
table tbody tr:not(:first-child) {
  border-top: 1px solid #D8D8D8;
}
table tbody tr.borderless {
  border-top: none;
}
table.condensed td,
table.condensed th {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
table.full {
  width: 100%;
}
table.unstyled tbody tr {
  border-top: none;
}
table.alternating td:first-child,
table.alternating th:first-child {
  padding-left: 1rem;
}
table.alternating td:last-child,
table.alternating th:last-child {
  padding-right: 1rem;
}
table.alternating tbody tr:nth-child(even) {
  background: #F8F8F8;
}
.page-bkgr {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.page-bkgr:before {
  content: "";
  position: absolute;
  top: 0;
  height: 50%;
  left: 0;
  right: 0;
  background: linear-gradient(#000000, transparent);
  opacity: 0.25;
}
.header-container {
  container: header / inline-size;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 420px 1fr 320px;
  align-items: center;
  column-gap: 140px;
  row-gap: 20px;
  padding: 0 80px 0 80px;
}
.header .logo {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.header .logo h2 {
  width: 100%;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 0;
  max-width: none;
}
.header .logo h3 {
  color: #FFFFFF;
  font-size: 1rem;
  width: auto;
  margin-right: 10px;
}
.header .logo img {
  width: 150px;
  height: auto;
}
.header .heading {
  background: transparent;
}
.header .back {
  padding-top: 50px;
  text-align: right;
}
.header .back a {
  display: inline-flex;
  color: #FFFFFF;
  align-items: center;
}
.header .back a .text {
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 20px;
}
.header .back a .icon {
  display: inline-block;
  background: rgba(216, 216, 216, 0.5);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 1.1rem;
}
@container header (width < 1500px) {
  .header {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    padding-top: 50px;
  }
  .header .logo {
    order: 1;
  }
  .header .back {
    order: 2;
  }
  .header .heading {
    order: 3;
    grid-column: 1 / 3;
    text-align: center;
  }
}
@container header (width < 1100px) {
  .header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@container header (width < 800px) {
  .header .logo h2 {
    font-size: 1.2rem;
  }
  .header .logo img {
    width: 120px;
  }
  .header .back {
    padding-top: 50px;
  }
  .header .back a .text {
    margin-right: 10px;
  }
  .header .back a .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1rem;
  }
}
@container header (width < 600px) {
  .header {
    grid-template-columns: 1fr;
    padding: 20px 20px 0 20px;
  }
  .header .logo {
    justify-content: center;
    text-align: center;
  }
  .header .back {
    padding-top: 0;
    text-align: center;
  }
  .header .heading {
    grid-column: auto / auto;
  }
}
.content-container {
  container: content / inline-size;
}
.content {
  display: flex;
  justify-content: center;
  padding-top: 200px;
}
.content .contentbox {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 40px 40px 40px;
  border-radius: 20px;
  padding: 40px 80px;
  z-index: 10;
  background: #F8F8F8;
}
.content .contentbox .contentbox-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 40px;
  align-items: center;
  height: 60px;
  margin-bottom: 40px;
}
.content .contentbox .contentbox-header .logo {
  transform: translateX(-20px);
}
.content .contentbox .contentbox-header .logo img {
  height: 60px;
  width: auto;
}
.content .contentbox .contentbox-header nav ul {
  justify-content: flex-end;
  text-transform: uppercase;
}
.content .contentbox .contentbox-header nav ul > li:not(:first-child) {
  padding-left: 2rem;
}
.content .contentbox .contentbox-header nav wa-select {
  max-width: 8ch;
  margin-left: 1.5rem;
}
.content .contentbox .contentbox-header nav a {
  font-weight: 700;
  color: #10069F;
}
.content .contentbox > .intro {
  position: relative;
}
.content .contentbox > .intro a.reset {
  position: absolute;
  right: 0px;
  top: 0px;
}
.content .contentbox > .intro h6 {
  font-size: 1.25rem;
  color: #10069F;
}
.content .contentbox > .intro h1 {
  font-size: 1.875rem;
}
.content .contentbox > .intro p {
  font-size: 1.25rem;
}
.content .contentbox .card {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 40px;
  margin-bottom: 20px;
}
.content .contentbox .card h4 {
  color: #10069F;
  margin-bottom: 0.5rem;
}
.content .contentbox .card p {
  line-height: 150%;
}
.content .contentbox .card p.info-label {
  font-size: 87.5%;
  color: #D8D8D8;
}
.content .contentbox .card .text-with-image {
  display: grid;
  grid-template-columns: 1fr min-content;
  align-items: center;
}
.content .contentbox .card .text-with-image img {
  width: 120px;
  height: auto;
  margin-top: -20px;
}
.content .contentbox .card .details {
  margin-top: 20px;
}
.content .contentbox .card .details wa-input[readonly]::part(base) {
  opacity: 0.5;
  cursor: not-allowed;
}
.content .contentbox .card .details-error {
  margin-top: 20px;
}
.content .contentbox .card.large {
  grid-column: 1 / 3;
}
.content .contentbox .card.info {
  background: #10069F;
}
.content .contentbox .card.info h4,
.content .contentbox .card.info p {
  color: #FFFFFF;
}
.content .contentbox .card.editable h4 {
  padding-right: 2rem;
}
.content .contentbox .card.editable .edit-link {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #10069F;
}
.content .contentbox .card.editable .editable-block {
  position: relative;
  padding-right: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #D8D8D8;
}
.content .contentbox .card.editable .editable-block .edit-link {
  top: 1rem;
  right: -10px;
}
.content .contentbox .card-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 40px;
  margin-bottom: 20px;
}
.content .contentbox .card-row .card {
  margin-bottom: 0;
}
.content .contentbox .card-row.sidebyside {
  grid-template-rows: auto auto 1fr;
}
.content .contentbox .card-row.sidebyside .card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / 4;
  row-gap: 0;
}
.content .contentbox .card-row.ltr .card:nth-child(1):after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  transform: translate(60px, -50%);
  background: #10069F;
  color: #FFFFFF;
  border-radius: 40px;
  z-index: 10;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f061";
  font-size: 1.5rem;
  line-height: 80px;
}
.content .contentbox .field-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 20px;
}
.content .contentbox .field-row .field.large {
  grid-column: 1 / 3;
}
.content .contentbox .contentbox-footer {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  column-gap: 20px;
  align-items: center;
  height: 60px;
  margin-top: 40px;
}
.content .contentbox .contentbox-footer .back {
  order: 1;
  margin-top: 0;
}
.content .contentbox .contentbox-footer .next-intro {
  order: 2;
  text-align: center;
  line-height: 150%;
  margin-bottom: 0;
}
.content .contentbox .contentbox-footer .next {
  order: 3;
}
.content .contentbox form.interactive:not(.readytosubmit) .contentbox-footer .next-intro {
  visibility: hidden;
}
@container content (width < 1500px) {
  .content {
    padding-top: 250px;
  }
}
@container content (width < 1100px) {
  .content .contentbox .card.large {
    grid-column: auto / auto;
  }
  .content .contentbox .card-row {
    grid-template-columns: 1fr;
  }
  .content .contentbox .card-row.sidebyside {
    grid-template-rows: none;
  }
  .content .contentbox .card-row.sidebyside .card {
    display: block;
    grid-row: auto / auto;
  }
  .content .contentbox .card-row.sidebyside.ltr .card:nth-child(1):after {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 60px);
    content: "\f063";
  }
  .content .contentbox .field-row {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .content .contentbox .field-row .field.large {
    grid-column: auto / auto;
  }
}
@container content (width < 800px) {
  .content {
    padding-top: 200px;
  }
  .content .contentbox {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content .contentbox .contentbox-header {
    grid-template-columns: 1fr;
    row-gap: 10px;
    height: auto;
  }
  .content .contentbox .contentbox-header .logo {
    text-align: center;
    transform: none;
  }
  .content .contentbox .contentbox-header nav ul {
    justify-content: center;
  }
  .content .contentbox .contentbox-footer {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    height: auto;
  }
  .content .contentbox .contentbox-footer .next-intro {
    order: 1;
    grid-column: 1 / 3;
  }
  .content .contentbox .contentbox-footer .back {
    order: 2;
  }
}
@container content (width < 600px) {
  .content {
    padding-top: 230px;
  }
  .content .contentbox {
    margin: 0 20px 20px 20px;
    padding: 20px;
  }
  .content .contentbox .card {
    padding: 20px;
  }
  .content .contentbox .card.editable .edit-link {
    top: 20px;
    right: 10px;
  }
  .content .contentbox .card-row.sidebyside.ltr .card:nth-child(1):after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    transform: translate(-50%, 50px);
  }
}
@container content (width < 450px) {
  .content .contentbox .contentbox-footer {
    grid-template-columns: 1fr;
  }
  .content .contentbox .contentbox-footer .next-intro {
    grid-column: auto / auto;
  }
}
.page {
  padding: 5rem 10rem;
}
