.two-columns {
  display: flex;
  flex-wrap: wrap;
}
.two-columns > div {
  width: 100%;
}
@media (min-width: 1000px) {
  .two-columns > div {
    width: 50%;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  background-color: #fbfcfc;
  color: #59595b;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
}
body.hamburger-open,
body.dialog-open {
  position: fixed;
  overflow-y: scroll;
}
#primary {
  display: flex;
}
main {
  max-width: 625px;
  margin: 0 auto;
  padding-top: 70px;
  background-color: #fff;
  position: relative;
  z-index: 0;
  display: block;
}
main > * {
  transition: transform 0.3s ease-out;
}
body.hamburger-open main {
  overflow-x: hidden;
}
body.softadmin-logged-in main {
  padding-top: 115px;
}
body.hamburger-open main > * {
  transform: translateX(-625px);
}
@media (min-width: 1000px) {
  main {
    max-width: 1250px;
    padding-top: 100px;
  }
  body.softadmin-logged-in main {
    padding-top: 145px;
  }
}
main.type-page.type-404,
.editor-block-list__layout.type-page.type-404,
main.type-post.type-404,
.editor-block-list__layout.type-post.type-404 {
  padding-bottom: 2em;
}
@media (min-width: 1000px) {
  main > p,
  .editor-block-list__layout > p,
  main > h1,
  .editor-block-list__layout > h1,
  main > h2,
  .editor-block-list__layout > h2,
  main > h3,
  .editor-block-list__layout > h3,
  main > blockquote,
  .editor-block-list__layout > blockquote,
  main > ul,
  .editor-block-list__layout > ul,
  main > ol,
  .editor-block-list__layout > ol,
  main > table,
  .editor-block-list__layout > table,
  main > .wp-block-table,
  .editor-block-list__layout > .wp-block-table,
  main > .wp-block-file,
  .editor-block-list__layout > .wp-block-file,
  main > .wp-block-gallery,
  .editor-block-list__layout > .wp-block-gallery,
  main .woocommerce-order,
  .editor-block-list__layout .woocommerce-order,
  main .inner,
  .editor-block-list__layout .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
  }
  main > [data-type="core/paragraph"] p,
  .editor-block-list__layout > [data-type="core/paragraph"] p,
  main > [data-type="core/heading"] h1,
  .editor-block-list__layout > [data-type="core/heading"] h1,
  main > [data-type="core/heading"] h2,
  .editor-block-list__layout > [data-type="core/heading"] h2,
  main > [data-type="core/heading"] h3,
  .editor-block-list__layout > [data-type="core/heading"] h3,
  main > [data-type="core/list"] ul,
  .editor-block-list__layout > [data-type="core/list"] ul,
  main > [data-type="core/list"] ol,
  .editor-block-list__layout > [data-type="core/list"] ol,
  main > [data-type="core/table"] figure,
  .editor-block-list__layout > [data-type="core/table"] figure,
  main > [data-type="core/file"] .wp-block-file,
  .editor-block-list__layout > [data-type="core/file"] .wp-block-file {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
  }
  main > hr,
  .editor-block-list__layout > hr,
  main > [data-type="core/separator"] hr,
  .editor-block-list__layout > [data-type="core/separator"] hr {
    margin-left: auto;
    margin-right: auto;
    max-width: 696px;
  }
  main > p,
  .editor-block-list__layout > p {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.3rem;
  }
  main > p.ingress,
  .editor-block-list__layout > p.ingress,
  main > p.has-ingress-font-size,
  .editor-block-list__layout > p.has-ingress-font-size {
    font-size: 1.53rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  main > figure,
  .editor-block-list__layout > figure,
  main > [data-type="core/paragraph"] figure,
  .editor-block-list__layout > [data-type="core/paragraph"] figure,
  main > .wp-block-image,
  .editor-block-list__layout > .wp-block-image {
    max-width: 816px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
main > iframe[data-name="pb-iframe-player"],
.editor-block-list__layout > iframe[data-name="pb-iframe-player"] {
  margin-left: auto;
  margin-right: auto;
  max-width: min(calc(100% - 4rem), calc(760px - 4rem));
  display: block;
}
main.type-page > *:first-child:not(.wp-block-cover):not(.has-heading-size-larger),
.editor-block-list__layout.type-page > *:first-child:not(.wp-block-cover):not(.has-heading-size-larger),
main.type-post > *:first-child:not(.wp-block-cover):not(.has-heading-size-larger),
.editor-block-list__layout.type-post > *:first-child:not(.wp-block-cover):not(.has-heading-size-larger) {
  margin-top: 2rem;
}
main > .wp-block-table,
.editor-block-list__layout > .wp-block-table {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
main > .wp-block-file,
.editor-block-list__layout > .wp-block-file {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.3em;
}
main > ul,
.editor-block-list__layout > ul,
main > ol,
.editor-block-list__layout > ol,
main > [data-type="core/list"] ul,
.editor-block-list__layout > [data-type="core/list"] ul,
main > [data-type="core/list"] ol,
.editor-block-list__layout > [data-type="core/list"] ol {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.2em;
}
@media (min-width: 1000px) {
  main > ul,
  .editor-block-list__layout > ul,
  main > ol,
  .editor-block-list__layout > ol,
  main > [data-type="core/list"] ul,
  .editor-block-list__layout > [data-type="core/list"] ul,
  main > [data-type="core/list"] ol,
  .editor-block-list__layout > [data-type="core/list"] ol {
    font-size: 1.3rem;
  }
}
main > hr,
.editor-block-list__layout > hr,
main > [data-type="core/separator"] hr,
.editor-block-list__layout > [data-type="core/separator"] hr {
  border: none;
  border-top: solid 1px #d9d9d9;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
main > p,
.editor-block-list__layout > p {
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1.3em;
}
main > p.ingress,
.editor-block-list__layout > p.ingress,
main > p.has-ingress-font-size,
.editor-block-list__layout > p.has-ingress-font-size {
  padding-left: 2rem;
  padding-right: 2rem;
}
main > h2,
.editor-block-list__layout > h2,
main > .h2,
.editor-block-list__layout > .h2 {
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.7rem;
}
main > h2 + p,
.editor-block-list__layout > h2 + p,
main > .h2 + p,
.editor-block-list__layout > .h2 + p {
  margin-top: 0;
}
main > h3,
.editor-block-list__layout > h3,
main > .h3,
.editor-block-list__layout > .h3 {
  padding-left: 2rem;
  padding-right: 2rem;
}
a {
  color: #005777;
  text-decoration: none;
}
a:hover {
  color: #de2029;
}
h1,
.h1 {
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  font-weight: 500;
  line-height: 1em;
  font-variant: no-contextual;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 2rem 0 1rem;
  font-size: 2em;
  margin: 0;
}
@media (min-width: 1000px) {
  h1,
  .h1 {
    max-width: 64vw;
    font-size: 4em;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  body.home h1,
  body.home .h1 {
    margin-bottom: 4rem;
    padding-top: 5.5rem;
    max-width: 800px;
  }
}
@media (min-width: 1250px) {
  h1,
  .h1 {
    max-width: 50rem;
  }
}
h1.has-heading-size-larger,
.h1.has-heading-size-larger {
  font-size: 3.8em;
}
@media (min-width: 1000px) {
  h1.has-heading-size-larger,
  .h1.has-heading-size-larger {
    font-size: 8.704vw;
  }
}
@media (min-width: 1250px) {
  h1.has-heading-size-larger,
  .h1.has-heading-size-larger {
    font-size: 6.8em;
  }
}
h2,
.h2 {
  font-family: 'Cormorant Garamond', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-variant: no-contextual;
  font-size: 1.5em;
}
figure {
  position: relative;
}
[snippet="EditorialMaterialDetailPage"] figure {
  display: inline-block;
}
figure img {
  max-width: 100%;
  height: auto;
}
.wp-block-button__link,
.button,
.wp-block-file .wp-block-file__button {
  font-weight: 700;
  font-style: italic;
  background-color: #de2029 !important;
  color: #fff;
  border: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25em;
  padding: 0.4em 0.9em;
  letter-spacing: 0.03em;
  display: flex;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (min-width: 625px) {
  .wp-block-button__link,
  .button,
  .wp-block-file .wp-block-file__button {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 1000px) {
  .wp-block-button__link,
  .button,
  .wp-block-file .wp-block-file__button {
    font-size: 1.6vw;
    padding: 0.512vw 1.152vw;
    letter-spacing: 0.0384vw;
  }
}
@media (min-width: 1250px) {
  .wp-block-button__link,
  .button,
  .wp-block-file .wp-block-file__button {
    font-size: 1.25em;
    padding: 0.4em 0.9em;
    letter-spacing: 0.03em;
  }
}
.wp-block-button__link strong,
.button strong,
.wp-block-file .wp-block-file__button strong {
  font-weight: 700;
}
.wp-block-button__link:hover,
.button:hover,
.wp-block-file .wp-block-file__button:hover {
  background-color: #4c7c91;
  color: #fff;
}
.has-red-background-color {
  background-color: #de2029;
}
.has-medium-grey-background-color {
  background-color: #f7f8f8;
}
.has-light-grey-background-color {
  background-color: #fbfcfc;
}
.has-dark-grey-background-color {
  background-color: #f2f3f4;
}
.has-white-background-color {
  background-color: #fff;
}
.wp-block {
  max-width: 1250px;
}
figcaption {
  position: absolute;
  bottom: 1em;
  right: 2em;
  max-width: calc(100% - 4em);
}
[data-type="core/image"] figcaption {
  background-color: rgba(76, 124, 145, 0.9);
  color: #fff;
  padding: 1em 1.5em;
  font-style: italic;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 1000px) {
  figcaption {
    max-width: 50%;
    bottom: 2em;
    right: 3em;
  }
}
figcaption.active .caption-content,
figcaption:hover .caption-content {
  display: block;
  opacity: 1;
}
figcaption.active:after,
figcaption:hover:after {
  background-repeat: no-repeat;
  background-image: url(../img/Info-blue.svg);
}
figcaption .caption-content {
  display: block;
  background-color: rgba(76, 124, 145, 0.9);
  color: #fff;
  padding: 1em 1.5em;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 2.5em;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
}
figcaption .caption-content:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  background-repeat: no-repeat;
  background-color: rgba(76, 124, 145, 0.8);
  width: 7px;
  height: 10px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
figcaption:after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(../img/Info-red.svg);
  cursor: pointer;
}
.has-drop-cap:not(:focus):first-letter {
  font-size: 3em;
  margin: 0.09em 0.03em 0 0;
}
.has-drop-cap:not(:focus):after {
  padding-top: 0;
}
figure {
  margin: 0;
}
.hidden {
  display: none;
}
dialog {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: transparent;
  z-index: 1000;
  border: none;
  padding: 0;
  margin: 0;
  display: none;
}
dialog[open] {
  display: flex;
}
dialog .dialog-wrapper {
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
@media (min-width: 625px) {
  dialog .dialog-wrapper {
    width: 625px;
  }
}
@media (min-width: 1000px) {
  dialog .dialog-wrapper {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  dialog .dialog-wrapper {
    width: 1250px;
  }
}
dialog .dialog-wrapper .dialog-content {
  padding: 3em;
  width: 90%;
  background-color: #f7f8f8;
  position: relative;
  overflow-y: auto;
  max-height: 80vh;
}
@media (min-width: 625px) {
  dialog .dialog-wrapper .dialog-content {
    width: 525px;
  }
}
@media (min-width: 1000px) {
  dialog .dialog-wrapper .dialog-content {
    width: 625px;
  }
}
@media (min-width: 1250px) {
  dialog .dialog-wrapper .dialog-content {
    width: 625px;
  }
}
dialog h2 {
  text-align: center;
  margin-top: 0;
}
main dialog .form-wrapper {
  padding: 0;
}
dialog button {
  width: 100%;
}
dialog button[data-toggle-dialog] {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  font-size: 1.4em;
  background-image: url(/content/themes/sfmo/assets/img/Stäng.svg);
  background-repeat: no-repeat;
  padding: 10px;
}
p {
  font-size: 1.2em;
}
p.ingress,
p.has-ingress-font-size {
  font-weight: bold;
  font-style: italic;
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 1.53rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.accordions {
  padding: 2em;
  margin-bottom: 10em;
}
.accordions .accordion-toggle {
  text-align: center;
  width: 100%;
}
.accordions .accordion-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  vertical-align: middle;
  font-size: 0.8em;
  margin-left: 1em;
  transition: transform 0.3s;
  display: inline-block;
}
.accordions .accordion {
  max-width: 625px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
}
.accordions .accordion.open .accordion-toggle:after,
.accordions .accordion.opening .accordion-toggle:after {
  transform: rotate(180deg);
}
.accordions .accordion.open .accordion-content {
  display: block;
}
.accordions .accordion.closing .accordion-toggle:after {
  transform: rotate(0deg);
}
.accordions .accordion-content {
  display: none;
}
.accordions h2 {
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.accordions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accordions ul li {
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0;
  line-height: 1.45em;
}
.accordions ul li:nth-child(odd) {
  background-color: #f7f8f8;
}
.accordions .regions {
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.invisable {
  visibility: hidden;
}
p + .grey-blurbs,
p + .image-blurb,
p + .media-blurb {
  margin-top: 3em;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.wp-block-table.is-style-stripes {
  border: none;
}
.text-center {
  text-align: center;
}
.has-black-color {
  color: #59595b;
}
.softadmin-snippet {
  display: block;
}
.wp-block-gallery .blocks-gallery-grid {
  max-width: 100%;
}
.aligncenter {
  text-align: center;
}
.buttonlink {
  cursor: pointer;
}
.wtf {
  display: block;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-weight: normal;
  background-color: #de2029;
  color: #fff;
}
.woocommerce-loop-product__title {
  color: #59595a;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #dd2029;
  color: #fff;
}
.woocommerce .quantity .qty.text {
  line-height: 2.2;
}
p.price {
  padding: 0 0;
  margin: 0.5em 0 0.75em;
}
p.price ins {
  border: none !important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #7d919d !important;
  font-weight: normal !important;
  font-size: 2em;
}
.woocommerce ul.products li.product .price {
  font-size: 1.3em !important;
}
.sku_wrapper {
  display: block;
}
.woocommerce div.product div.images img {
  border: 1px solid #f2f3f4;
}
.woocommerce-product-gallery {
  padding-inline: 2rem;
}
.woocommerce-product-gallery__image img {
  margin: 0.5em 0 !important;
  padding: 0.5em 0.5em !important;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-right: 1em;
  width: 22.3%;
}
.shop_table {
  font-size: 1.2rem;
}
.woocommerce ul.products li.product img {
  border: 1px solid #f2f2f2;
}
.woocommerce table tr:hover td {
  background: none !important;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
div.breadcrumbs,
p.breadcrumbs,
.woocommerce .woocommerce-breadcrumb,
.sku_wrapper,
.posted_in {
  font-size: 1rem;
  font-family: "Pragati Narrow", sans-serif;
}
p.breadcrumbs,
div.breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  padding: 0;
  padding-inline: 2rem;
  max-width: 1000px;
  font-size: 0.9rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
@media (min-width: 768px) {
  p.breadcrumbs,
  div.breadcrumbs {
    flex-direction: row;
  }
}
p.breadcrumbs .widget_wc_aelia_currencyswitcher_widget,
div.breadcrumbs .widget_wc_aelia_currencyswitcher_widget {
  min-width: 180px;
}
p.breadcrumbs .widget_wc_aelia_currencyswitcher_widget .dropdown,
div.breadcrumbs .widget_wc_aelia_currencyswitcher_widget .dropdown {
  padding: 0;
}
p.breadcrumbs .widget_wc_aelia_currencyswitcher_widget ul,
div.breadcrumbs .widget_wc_aelia_currencyswitcher_widget ul {
  padding: 0;
  margin: 0;
}
p.breadcrumbs .widget_wc_aelia_currencyswitcher_widget .search-container,
div.breadcrumbs .widget_wc_aelia_currencyswitcher_widget .search-container {
  display: none;
}
p.breadcrumbs .widget_wc_aelia_currencyswitcher_widget .countries,
div.breadcrumbs .widget_wc_aelia_currencyswitcher_widget .countries {
  margin: 0;
}
main .woocommerce form {
  max-width: none !important;
}
.woocommerce main {
  margin-top: 10px !important;
}
.woocommerce .product_title {
  font-size: 2.5rem;
  margin: 2rem 0 0 !important;
}
.woocommerce .productnav {
  font-size: 1.3em;
}
.woocommerce .productnav li {
  display: inline-block;
  margin: 0 0.25em 0 0;
}
.woocommerce .productnav li.current-menu-parent a,
.woocommerce .productnav li.current-menu-item a {
  color: #dd2029;
}
.woocommerce .productnav li.wpmenucartli a {
  background: transparent;
}
.woocommerce .productnav li a {
  color: #59595a;
  background: #f2f3f4;
  padding: 0.25em 0.5em;
  margin: 0;
}
.woocommerce .productnav li a:hover {
  color: #7f7f80;
}
ul.productnav,
.woocommerce ul.products {
  max-width: 100% !important;
}
#kco-order-review {
  font-size: 1.1em !important;
}
@media (max-width: 625px) {
  .editor-block-list__layout > ul.productnav {
    padding: 0;
  }
  .woocommerce .productnav {
    font-size: 1.1rem;
  }
  .woocommerce .productnav li {
    margin: 0 0.25rem 0.75rem 0;
    line-height: 1.4;
  }
  .woocommerce .productnav li a {
    white-space: nowrap;
  }
  .woocommerce .product_title {
    font-size: 2rem;
    margin: 2rem 0 0 !important;
  }
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
}
.warning {
  border: 5px solid orangered;
  margin: 2rem;
  padding: 2rem;
  background: orange;
}
.warning.christmas {
  border: 2px solid green;
  background: #f7f8f8;
}
.warning h2 {
  font-size: 1.8rem;
  margin-top: 0;
}
.warning p {
  margin: 0.25rem 0;
  font-size: 1.4rem;
  color: black;
}
.warning a {
  color: black;
  text-decoration: underline;
}
.wcc-crnt-currency {
  margin-left: 4em !important;
}
#site-header {
  background-color: #fbfcfc;
  display: flex;
  flex-direction: row;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}
body.dialog-open #site-header {
  display: none;
}
#site-header.animate-top {
  transition: top 0.3s ease-in-out;
}
body.admin-bar #site-header {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar #site-header {
    top: 32px;
  }
}
#site-header .header-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (min-width: 625px) {
  #site-header .header-wrapper {
    width: 625px;
  }
}
@media (min-width: 1000px) {
  #site-header .header-wrapper {
    width: 100%;
  }
}
@media (min-width: 1250px) {
  #site-header .header-wrapper {
    width: 1250px;
  }
}
#site-header .header-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#site-header .header-content softadmin-snippet[snippet="LoggedInAs"] {
  width: 100%;
}
#site-header .header-row {
  height: 70px;
  display: flex;
  width: 100%;
  transition: transform 0.3s ease-out;
}
body.hamburger-open #site-header .header-row {
  transform: translateX(-625px);
}
body.hamburger-open #site-header .header-row main {
  overflow-x: hidden;
}
@media (min-width: 1000px) {
  #site-header .header-row {
    height: 100px;
  }
}
[snippet="LoggedInAs"] {
  background: #fff;
}
#logged-in-as {
  background: #4c7c91;
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  width: 100%;
  height: 45px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}
#logged-in-as a {
  color: #fff;
  padding-left: 3rem;
  padding-right: 3rem;
}
#logged-in-as [data-toggle-user-menu] {
  position: absolute;
  right: 0;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 1rem 2rem;
}
#logged-in-as [data-toggle-user-menu] .fa {
  transition: transform 0.4s;
}
body.user-menu-open #logged-in-as [data-toggle-user-menu] .fa {
  transform: rotate(180deg);
}
#user-menu {
  display: none;
  width: 100%;
  left: 0;
  justify-content: flex-end;
  padding: 1em;
}
@media (min-width: 768px) {
  #user-menu {
    padding: 1em 2em;
  }
}
body.user-menu-open #user-menu {
  display: flex;
}
#user-menu #my-systems {
  min-width: 100%;
}
@media (min-width: 768px) {
  #user-menu #my-systems {
    min-width: 25%;
    padding-left: 2em;
    border-left: solid 2px #f2f3f4;
  }
}
#user-menu #my-systems h2 {
  margin: 0;
}
#user-menu #my-systems ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#logo {
  display: flex;
  width: 65%;
  padding-left: 1.5em;
  flex-grow: 1;
  align-items: center;
}
@media (min-width: 1000px) {
  #logo {
    width: 50%;
    padding-left: 1.5em;
    flex-grow: unset;
  }
}
#logo a {
  display: block;
  align-items: center;
}
#logo img {
  display: block;
  height: 23px;
}
@media (min-width: 1000px) {
  #logo img {
    height: 31px;
  }
}
#tools {
  display: flex;
  flex-direction: row;
  background-color: #f7f8f8;
  width: 3.875em;
  justify-content: flex-end;
}
body.hamburger-open #tools {
  display: none;
}
@media (min-width: 1000px) {
  #tools {
    width: 85%;
  }
}
#nav-toggle {
  background-color: #f2f3f4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 70px;
  flex-shrink: 0;
}
@media (min-width: 1000px) {
  #nav-toggle {
    width: 100px;
  }
}
#nav-toggle svg {
  width: 2em;
  height: 2em;
}
@media (min-width: 1000px) {
  #nav-toggle svg {
    width: 2.5em;
    height: 2.5em;
  }
}
#nav-toggle svg:hover .cls-1 {
  fill: #de2029;
}
#top-menu {
  display: none;
  align-items: center;
  font-size: 1.5em;
  margin-right: 0.5em;
  background-color: #f7f8f8;
}
@media (min-width: 1000px) {
  #top-menu {
    display: flex;
  }
}
#top-menu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0 0 -5px 0;
}
#top-menu ul li {
  font-weight: bold;
  font-style: italic;
  margin: 0 0.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: solid 5px transparent;
}
#top-menu ul li a {
  color: #59595b;
}
#top-menu ul li a:hover {
  color: #de2029;
}
#top-menu ul li.active {
  border-color: #7d919d;
}
#languge-selector {
  display: none;
  align-items: center;
}
@media (min-width: 1000px) {
  #languge-selector {
    display: flex;
  }
}
#languge-selector ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
#languge-selector ul li {
  margin-bottom: 0;
}
#languge-selector ul li svg {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 7px;
}
#languge-selector ul li svg:hover .cls-1 {
  fill: #de2029;
}
#languge-selector ul li.sv a:before {
  background-image: url(../img/Svenska.svg);
}
#languge-selector ul li.en a:before {
  background-image: url(../img/Engelska.svg);
}
#search-toggle {
  display: none;
  align-items: center;
  font-size: 1.6em;
  margin-right: 1.3em;
  margin-left: 7px;
  cursor: pointer;
}
@media (min-width: 1000px) {
  #search-toggle {
    display: flex;
  }
}
#search-toggle a {
  color: #59595b;
}
#search-toggle a:hover {
  color: #de2029;
}
footer {
  text-align: center;
  padding: 4em 0;
  overflow: hidden;
  max-width: 625px;
  margin: 0 auto;
  z-index: 0;
  position: relative;
  clear: both;
}
@media (min-width: 1000px) {
  footer {
    max-width: 1250px;
  }
}
footer > * {
  transition: transform 0.3s ease-out;
}
body.hamburger-open footer > * {
  transform: translateX(-625px);
}
footer .footer-links ul {
  list-style: none;
  padding: 0;
}
.head-blurbs {
  margin: 0 auto 2em auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 2em;
  max-width: 47em;
}
@media (min-width: 1000px) {
  .head-blurbs {
    max-width: 60.16vw;
    padding: 0 0 5.12vw 0;
  }
}
@media (min-width: 1250px) {
  .head-blurbs {
    padding: 0 0 4em 0;
    max-width: 47em;
  }
}
.head-blurbs > .head-blurb {
  width: 100%;
  padding: 2em 0;
}
.head-blurbs > .head-blurb:first-child {
  border-bottom: solid 1px #f2f3f4;
}
@media (min-width: 1000px) {
  .head-blurbs > .head-blurb {
    width: 50%;
  }
  .head-blurbs > .head-blurb:first-child {
    border-bottom: none;
  }
  .head-blurbs > .head-blurb:nth-child(odd) {
    padding-right: 3.072vw;
    padding-left: 3.072vw;
    border-right: solid 1px #f2f3f4;
  }
  .head-blurbs > .head-blurb:nth-child(even) {
    padding-left: 3.072vw;
    padding-right: 3.072vw;
    border-left: solid 1px #f2f3f4;
  }
}
@media (min-width: 1000px) and (min-width: 1250px) {
  .head-blurbs > .head-blurb:nth-child(odd) {
    padding-right: 2.4em;
    padding-left: 2.4em;
  }
}
@media (min-width: 1000px) and (min-width: 1250px) {
  .head-blurbs > .head-blurb:nth-child(even) {
    padding-left: 2.4em;
    padding-right: 2.4em;
  }
}
.head-blurbs > .head-blurb h2 {
  margin: 0;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  font-size: 3em;
}
@media (min-width: 1000px) {
  .head-blurbs > .head-blurb h2 {
    font-size: 3.84vw;
  }
}
@media (min-width: 1250px) {
  .head-blurbs > .head-blurb h2 {
    font-size: 3em;
  }
}
.head-blurbs > .head-blurb p {
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
}
@media (min-width: 1000px) {
  .head-blurbs > .head-blurb p {
    font-size: 1.664vw;
  }
}
@media (min-width: 1250px) {
  .head-blurbs > .head-blurb p {
    font-size: 1.3em;
  }
}
.head-blurbs > .head-blurb .wp-block-button__link {
  font-size: 1.2em;
}
@media (min-width: 1000px) {
  .head-blurbs > .head-blurb .wp-block-button__link {
    font-size: 1.536vw;
  }
}
@media (min-width: 1250px) {
  .head-blurbs > .head-blurb .wp-block-button__link {
    font-size: 1.2em;
  }
}
.head-blurbs > .editor-inner-blocks {
  width: 100%;
}
.head-blurbs > .editor-inner-blocks > .editor-block-list__layout {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.head-blurbs > .editor-inner-blocks > .editor-block-list__layout > .wp-block {
  width: 50%;
}
.grey-blurbs {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .grey-blurbs > .grey-blurb {
    width: calc(33.3333%);
  }
}
.grey-blurbs.one-column > .grey-blurb {
  width: 100%;
}
@media (min-width: 1000px) {
  .grey-blurbs.two-columns > .grey-blurb {
    width: 50%;
  }
}
.grey-blurbs > .editor-inner-blocks {
  width: 100%;
}
.grey-blurbs > .editor-inner-blocks > .editor-block-list__layout {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.grey-blurbs > .editor-inner-blocks > .editor-block-list__layout > .wp-block {
  width: calc(100% / 3);
}
[snippet="Blurb"] .grey-blurbs .grey-blurb:nth-child(even).has-medium-grey-background-color {
  background-color: #fbfcfc;
}
.grey-blurb {
  width: 100%;
  padding: 2em;
}
@media (min-width: 625px) {
  .grey-blurb {
    padding: 3.5em;
  }
}
@media (min-width: 1000px) {
  .grey-blurb {
    padding: 4.48vw;
  }
}
@media (min-width: 1250px) {
  .grey-blurb {
    padding: 3.5em;
  }
}
.grey-blurb .with-edit {
  display: flex;
  align-items: center;
}
.grey-blurb .with-edit a {
  margin-left: 2em;
}
.grey-blurb h2 {
  font-weight: 700;
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
  font-size: 3em;
  margin: 0 0 0.2em 0;
}
@media (min-width: 1000px) {
  .grey-blurb h2 {
    font-size: 3.84vw;
    margin: 0 0 0.256vw 0;
  }
}
@media (min-width: 1250px) {
  .grey-blurb h2 {
    font-size: 3em;
    margin: 0 0 0.2em 0;
  }
}
.grey-blurb p {
  margin-top: 0;
  font-size: 1.2em;
}
@media (min-width: 1000px) {
  .grey-blurb p {
    font-size: 1.536vw;
  }
}
@media (min-width: 1250px) {
  .grey-blurb p {
    font-size: 1.2em;
  }
}
.grey-blurb .wp-block-button__link {
  font-size: 1.2em;
}
@media (min-width: 1000px) {
  .grey-blurb .wp-block-button__link {
    font-size: 1.536vw;
  }
}
@media (min-width: 1250px) {
  .grey-blurb .wp-block-button__link {
    font-size: 1.2em;
  }
}
.image-blurb,
.media-blurb {
  display: flex;
  min-height: 200vw;
  flex-direction: column;
}
@media (min-width: 625px) {
  .image-blurb,
  .media-blurb {
    min-height: 1250px;
  }
}
@media (min-width: 1000px) {
  .image-blurb,
  .media-blurb {
    min-height: 50vw;
    flex-direction: row;
  }
}
@media (min-width: 1250px) {
  .image-blurb,
  .media-blurb {
    min-height: 625px;
  }
}
.image-blurb:hover figure img,
.media-blurb:hover figure img {
  transform: scale(1.5);
}
.image-blurb.has-white-background-color .content-side,
.media-blurb.has-white-background-color .content-side {
  background-color: #fff;
}
.image-blurb.has-white-background-color .content-side:before,
.media-blurb.has-white-background-color .content-side:before {
  background-color: #fff;
}
.image-blurb.has-steel-blue-background-color .content-side,
.media-blurb.has-steel-blue-background-color .content-side {
  color: #fff;
  background-color: #7d919d;
}
.image-blurb.has-steel-blue-background-color .content-side:before,
.media-blurb.has-steel-blue-background-color .content-side:before {
  background-color: #7d919d;
}
@media (min-width: 1000px) {
  .image-blurb.has-image-side-left .content-side:before,
  .media-blurb.has-image-side-left .content-side:before {
    left: -2.4vw;
  }
}
@media (min-width: 1000px) and (min-width: 1250px) {
  .image-blurb.has-image-side-left .content-side:before,
  .media-blurb.has-image-side-left .content-side:before {
    left: -1.875em;
  }
}
@media (min-width: 1000px) {
  .image-blurb.has-image-side-right,
  .media-blurb.has-image-side-right {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1000px) {
  .image-blurb.has-image-side-right .content-side:before,
  .media-blurb.has-image-side-right .content-side:before {
    right: -2.4vw;
  }
}
@media (min-width: 1000px) and (min-width: 1250px) {
  .image-blurb.has-image-side-right .content-side:before,
  .media-blurb.has-image-side-right .content-side:before {
    right: -1.875em;
  }
}
.image-blurb.no-arrow > .content-side:before,
.media-blurb.no-arrow > .content-side:before {
  display: none;
}
.image-blurb .image-side,
.media-blurb .image-side,
.image-blurb .media-side,
.media-blurb .media-side {
  display: flex;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100vw;
}
@media (min-width: 625px) {
  .image-blurb .image-side,
  .media-blurb .image-side,
  .image-blurb .media-side,
  .media-blurb .media-side {
    min-height: 625px;
  }
}
@media (min-width: 1000px) {
  .image-blurb .image-side,
  .media-blurb .image-side,
  .image-blurb .media-side,
  .media-blurb .media-side {
    width: 50%;
    min-height: 50vw;
  }
}
@media (min-width: 1250px) {
  .image-blurb .image-side,
  .media-blurb .image-side,
  .image-blurb .media-side,
  .media-blurb .media-side {
    min-height: 625px;
  }
}
.image-blurb .image-side .wp-block-embed .wp-block-embed__wrapper,
.media-blurb .image-side .wp-block-embed .wp-block-embed__wrapper,
.image-blurb .media-side .wp-block-embed .wp-block-embed__wrapper,
.media-blurb .media-side .wp-block-embed .wp-block-embed__wrapper {
  height: 100%;
}
.image-blurb .image-side figure,
.media-blurb .image-side figure,
.image-blurb .media-side figure,
.media-blurb .media-side figure {
  overflow: hidden;
  width: 100%;
}
.image-blurb .image-side figure img,
.media-blurb .image-side figure img,
.image-blurb .media-side figure img,
.media-blurb .media-side figure img,
.image-blurb .image-side figure video,
.media-blurb .image-side figure video,
.image-blurb .media-side figure video,
.media-blurb .media-side figure video,
.image-blurb .image-side figure iframe,
.media-blurb .image-side figure iframe,
.image-blurb .media-side figure iframe,
.media-blurb .media-side figure iframe {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transform-origin: center;
  transition: transform 15s linear;
}
.image-blurb .content-side,
.media-blurb .content-side {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  position: relative;
  min-height: 100vw;
  padding: 2em;
}
.image-blurb .content-side > *,
.media-blurb .content-side > * {
  z-index: 1;
}
@media (min-width: 625px) {
  .image-blurb .content-side,
  .media-blurb .content-side {
    min-height: 625px;
    padding: 3.84vw;
  }
}
@media (min-width: 1000px) {
  .image-blurb .content-side,
  .media-blurb .content-side {
    width: 50%;
    min-height: 50vw;
  }
}
@media (min-width: 1250px) {
  .image-blurb .content-side,
  .media-blurb .content-side {
    padding: 3em;
    min-height: 625px;
  }
}
.image-blurb .content-side:before,
.media-blurb .content-side:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 3.75em;
  height: 3.75em;
  margin-left: -1.875em;
  left: 50%;
  top: -1.875em;
  z-index: 0;
}
@media (min-width: 1000px) {
  .image-blurb .content-side:before,
  .media-blurb .content-side:before {
    left: auto;
    top: 50%;
    margin-left: 0;
    width: 4.8vw;
    height: 4.8vw;
    margin-top: -2.4vw;
  }
}
@media (min-width: 1250px) {
  .image-blurb .content-side:before,
  .media-blurb .content-side:before {
    width: 3.75em;
    height: 3.75em;
    margin-top: -1.875em;
  }
}
.image-blurb .content-side h2,
.media-blurb .content-side h2 {
  font-size: 2.5em;
  margin: 0;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 1000px) {
  .image-blurb .content-side h2,
  .media-blurb .content-side h2 {
    font-size: 6.016vw;
  }
}
@media (min-width: 1250px) {
  .image-blurb .content-side h2,
  .media-blurb .content-side h2 {
    font-size: 4.7em;
  }
}
.image-blurb .content-side p,
.media-blurb .content-side p {
  font-size: 1.5em;
  margin-top: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1000px) {
  .image-blurb .content-side p,
  .media-blurb .content-side p {
    font-size: 2.112vw;
    margin-top: 0.64vw;
  }
}
@media (min-width: 1250px) {
  .image-blurb .content-side p,
  .media-blurb .content-side p {
    font-size: 1.65em;
    margin-top: 0.5em;
  }
}
.image-blurb .content-side .wp-block-button__link,
.media-blurb .content-side .wp-block-button__link {
  font-size: 1.2em;
}
@media (min-width: 1000px) {
  .image-blurb .content-side .wp-block-button__link,
  .media-blurb .content-side .wp-block-button__link {
    font-size: 1.536vw;
  }
}
@media (min-width: 1250px) {
  .image-blurb .content-side .wp-block-button__link,
  .media-blurb .content-side .wp-block-button__link {
    font-size: 1.2em;
  }
}
.image-blurb > .editor-inner-blocks,
.media-blurb > .editor-inner-blocks {
  width: 100%;
}
.image-blurb > .editor-inner-blocks > .editor-block-list__layout,
.media-blurb > .editor-inner-blocks > .editor-block-list__layout {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.image-blurb > .editor-inner-blocks > .editor-block-list__layout > .wp-block,
.media-blurb > .editor-inner-blocks > .editor-block-list__layout > .wp-block {
  width: 100%;
}
.media-blurb > .block-editor-inner-blocks {
  width: 100%;
}
.media-blurb > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
}
.media-blurb > .block-editor-inner-blocks > .block-editor-block-list__layout [data-type="sfmo/media-blurb-media"],
.media-blurb > .block-editor-inner-blocks > .block-editor-block-list__layout [data-type="sfmo/media-blurb-content"] {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}
.media-blurb > .block-editor-inner-blocks > .block-editor-block-list__layout [data-type="sfmo/media-blurb-media"] .media-side,
.media-blurb > .block-editor-inner-blocks > .block-editor-block-list__layout [data-type="sfmo/media-blurb-content"] .media-side,
.media-blurb > .block-editor-inner-blocks > .block-editor-block-list__layout [data-type="sfmo/media-blurb-media"] .content-side,
.media-blurb > .block-editor-inner-blocks > .block-editor-block-list__layout [data-type="sfmo/media-blurb-content"] .content-side {
  width: 100%;
}
.media-blurb > .block-editor-inner-blocks > .block-editor-block-list__layout [data-type="sfmo/media-blurb-media"] .block-editor-inner-blocks,
.media-blurb > .block-editor-inner-blocks > .block-editor-block-list__layout [data-type="sfmo/media-blurb-content"] .block-editor-inner-blocks {
  width: 100%;
}
.media-blurb > .block-editor-inner-blocks > .block-editor-block-list__layout [data-type="sfmo/media-blurb-media"] [data-type="core/embed"],
.media-blurb > .block-editor-inner-blocks > .block-editor-block-list__layout [data-type="sfmo/media-blurb-content"] [data-type="core/embed"] {
  margin-top: 0;
  margin-bottom: 0;
}
.media-blurb.has-image-side-right .block-editor-block-list__layout {
  flex-direction: row-reverse;
}
#hamburger-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  display: block;
  height: 0;
}
body.softadmin-logged-in #hamburger-menu {
  top: 45px;
}
body.admin-bar #hamburger-menu {
  top: 46px;
}
@media (min-width: 782px) {
  body.admin-bar #hamburger-menu {
    top: 32px;
  }
}
body.softadmin-logged-in.admin-bar #hamburger-menu {
  top: 91px;
}
@media (min-width: 782px) {
  body.softadmin-logged-in.admin-bar #hamburger-menu {
    top: 77px;
  }
}
body.hamburger-open #hamburger-menu {
  display: block;
  height: 100%;
}
body.hamburger-open.softadmin-logged-in #hamburger-menu {
  height: calc(100% - 45px);
}
body.hamburger-open.admin-bar #hamburger-menu {
  height: calc(100% - 46px);
}
body.hamburger-open.softadmin-logged-in.admin-bar #hamburger-menu {
  height: calc(100% - 91px);
}
@media (min-width: 782px) {
  body.hamburger-open.softadmin-logged-in.admin-bar #hamburger-menu {
    height: calc(100% - 77px);
  }
}
#hamburger-menu .menu-container {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 625px) {
  #hamburger-menu .menu-container {
    max-width: 625px;
  }
}
@media (min-width: 1000px) {
  #hamburger-menu .menu-container {
    max-width: 100%;
  }
}
@media (min-width: 1250px) {
  #hamburger-menu .menu-container {
    max-width: 1250px;
  }
}
#hamburger-menu .menu-content {
  width: 0px;
  margin-left: auto;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  transition: width 0.3s ease-out;
  display: flex;
  flex-direction: column;
}
body.hamburger-open #hamburger-menu .menu-content {
  width: 100vw;
}
@media (min-width: 625px) {
  body.hamburger-open #hamburger-menu .menu-content {
    width: 625px;
  }
}
#hamburger-menu .hamburger-top {
  padding: 0 0 0 0.7em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  background-color: #f7f8f8;
  height: 70px;
  flex-shrink: 0;
}
#hamburger-menu .hamburger-top .button {
  font-size: 0.85em;
  margin-bottom: 0;
  width: unset;
}
@media (min-width: 321px) {
  #hamburger-menu .hamburger-top {
    padding-left: 1.2em;
  }
  #hamburger-menu .hamburger-top .button {
    font-size: 1em;
  }
}
@media (min-width: 1000px) {
  #hamburger-menu .hamburger-top {
    height: 100px;
    padding-left: 3.6em;
  }
  #hamburger-menu .hamburger-top .button {
    font-size: 1.25em;
  }
}
@media (min-width: 625px) {
  #hamburger-menu .hamburger-top {
    width: 625px;
  }
}
#hamburger-menu .hamburger-top #close-menu {
  width: 70px;
  cursor: pointer;
  background-color: #f2f3f4;
  justify-content: center;
  display: flex;
  height: 100%;
}
@media (min-width: 1000px) {
  #hamburger-menu .hamburger-top #close-menu {
    width: 100px;
  }
}
#hamburger-menu .hamburger-top #close-menu svg {
  width: 20px;
}
@media (min-width: 1000px) {
  #hamburger-menu .hamburger-top #close-menu svg {
    width: 25px;
  }
}
#hamburger-menu .hamburger-top #close-menu svg:hover .cls-1 {
  fill: #de2029;
}
#hamburger-menu nav {
  width: 100%;
  font-size: 1.3em;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  transition-delay: 0.2s;
}
body.hamburger-open #hamburger-menu nav {
  transform: translateX(0%);
}
@media (min-width: 625px) {
  #hamburger-menu nav {
    width: 625px;
  }
}
#hamburger-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#hamburger-menu nav ul li {
  margin-bottom: 0;
}
#hamburger-menu nav ul li.open > ul {
  display: block;
}
#hamburger-menu nav ul li.current-menu-item > a {
  background-color: #4c7c91;
  color: #fff;
}
#hamburger-menu nav ul li.current-menu-item > a:before {
  color: #fff;
}
#hamburger-menu nav ul li a {
  padding-left: 2em;
}
#hamburger-menu nav ul li.menu-item-has-children > a:before {
  content: "\f054";
  color: #4c7c91;
}
#hamburger-menu nav ul li.menu-item-has-children > a:hover:before {
  color: #fff;
}
#hamburger-menu nav ul li.open > a:before {
  transform: rotate(90deg);
}
#hamburger-menu nav ul li li {
  background-color: #f7f8f9;
}
#hamburger-menu nav ul li li a {
  padding-left: 2.8em;
}
#hamburger-menu nav ul li li li {
  background-color: #f2f3f3;
}
#hamburger-menu nav ul li li li a {
  padding-left: 3.6em;
}
#hamburger-menu nav ul li li li li {
  background-color: #eceef0;
}
#hamburger-menu nav ul li li li li a {
  padding-left: 4.4em;
}
#hamburger-menu nav ul li li li li li {
  background-color: #e9ebec;
}
#hamburger-menu nav ul li li li li li a {
  padding-left: 5.2em;
}
#hamburger-menu nav ul li li li li li li {
  background-color: #dae0e4;
}
#hamburger-menu nav ul li li li li li li a {
  padding-left: 6em;
}
#hamburger-menu nav ul li li li li li li li {
  background-color: #d1d1d1;
}
#hamburger-menu nav ul li li li li li li li a {
  padding-left: 6.8em;
}
#hamburger-menu nav ul li li li li li li li li {
  background-color: #c9c9c9;
}
#hamburger-menu nav ul li li li li li li li li a {
  padding-left: 7.6em;
}
#hamburger-menu nav ul li li li li li li li li li {
  background-color: #c2c2c2;
}
#hamburger-menu nav ul li li li li li li li li li a {
  padding-left: 8.4em;
}
#hamburger-menu nav ul ul {
  display: none;
}
#hamburger-menu nav a {
  display: flex;
  align-items: center;
  color: #59595b;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #f7f8f8;
  font-weight: bold;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#hamburger-menu nav a:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-flex;
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  justify-content: center;
  font-weight: 900;
  font-style: normal;
  font-size: 0.6em;
  transition: transform 0.3s;
}
#hamburger-menu nav a:hover {
  background-color: #de2029;
  color: #fff;
}
#hamburger-menu nav a:hover:before {
  color: #fff;
}
main .wpcf7,
main .form-wrapper {
  background-color: #f7f8f8;
  padding: 2em;
}
main .wpcf7.white,
main .form-wrapper.white {
  background-color: #fff;
}
@media (min-width: 1000px) {
  main .wpcf7,
  main .form-wrapper {
    padding: 2.56vw;
  }
}
@media (min-width: 1250px) {
  main .wpcf7,
  main .form-wrapper {
    padding: 2em;
  }
}
main form {
  margin: 0 auto;
}
@media (min-width: 1000px) {
  main form {
    max-width: 47.36vw;
  }
}
@media (min-width: 1250px) {
  main form {
    max-width: 625px;
  }
}
main form .button {
  margin-top: 0.2em;
}
@media (min-width: 1000px) {
  main form .button {
    margin-top: 0.256vw;
  }
}
@media (min-width: 1250px) {
  main form .button {
    margin-top: 0.2em;
  }
}
main form h2 {
  font-style: italic;
  text-align: center;
  font-weight: 500;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  margin-top: 0;
}
@media (min-width: 1000px) {
  main form h2 {
    font-size: 5.76vw;
    margin-bottom: 0.64vw;
  }
}
@media (min-width: 1250px) {
  main form h2 {
    font-size: 4.5em;
    margin-bottom: 0.5em;
  }
}
main form label,
main form .label {
  font-size: 1.2rem;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
@media (min-width: 1000px) {
  main form label,
  main form .label {
    font-size: 1.536vw;
  }
}
@media (min-width: 1250px) {
  main form label,
  main form .label {
    font-size: 1.2rem;
  }
}
main form label .wpcf7-list-item-label,
main form .label .wpcf7-list-item-label {
  font-family: "Pragati Narrow", sans-serif;
  font-size: 1em;
  line-height: 1.25em;
  padding-left: 1em;
}
main form .wpcf7-list-item {
  margin: 0.5em 0 0 0;
}
main form .wpcf7-list-item label {
  display: flex;
}
main form button,
main form input.button,
main form input[type="button"],
main form input[type="submit"] {
  width: 100%;
}
main .form-group p {
  width: 565px;
}
@media (max-width: 1000px) {
  main .form-group p {
    width: unset;
  }
}
main .form-group.text,
main .form-group.select {
  margin-bottom: 0.3em;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  main .form-group.text,
  main .form-group.select {
    flex-direction: row;
  }
}
main .form-group.text .wpcf7-form-control-wrap,
main .form-group.select .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1000px) {
  main .form-group.text .wpcf7-form-control-wrap,
  main .form-group.select .wpcf7-form-control-wrap {
    flex-direction: row-reverse;
  }
}
main .form-group.text .country,
main .form-group.select .country {
  width: 100%;
}
main .form-group.text > label,
main .form-group.select > label,
main .form-group.text > .label,
main .form-group.select > .label {
  order: -1;
  width: 100%;
}
@media (min-width: 1000px) {
  main .form-group.text > label,
  main .form-group.select > label,
  main .form-group.text > .label,
  main .form-group.select > .label {
    background-color: #fdfdfd;
    width: 35%;
    text-align: right;
    border-right: solid 1px #e3e5e8;
    padding: 0.5rem;
  }
}
main .form-group.text input,
main .form-group.select input {
  width: 100%;
  padding: 0.5rem;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
  border: solid 1px #e3e5e8;
  color: #59595b;
}
@media (min-width: 1000px) {
  main .form-group.text input,
  main .form-group.select input {
    width: 65%;
    border: 0;
  }
}
main .form-group.text input::placeholder,
main .form-group.select input::placeholder {
  font-style: italic;
  color: #bfbfc1;
}
main .form-group.text input::-webkit-input-placeholder,
main .form-group.select input::-webkit-input-placeholder {
  font-style: italic;
  color: #bfbfc1;
}
main .form-group.text input:focus,
main .form-group.select input:focus {
  outline-color: #7d919d;
}
main .form-group.text textarea,
main .form-group.select textarea {
  width: 100%;
  padding: 0.5rem;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
  border: solid 1px #e3e5e8;
  resize: vertical;
  min-height: 2.8125rem;
  color: #59595b;
}
@media (min-width: 1000px) {
  main .form-group.text textarea,
  main .form-group.select textarea {
    width: 65%;
    border: 0;
  }
}
main .form-group.text textarea::placeholder,
main .form-group.select textarea::placeholder {
  font-style: italic;
  color: #bfbfc1;
}
main .form-group.text textarea::-webkit-input-placeholder,
main .form-group.select textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #bfbfc1;
}
main .form-group.text textarea:focus,
main .form-group.select textarea:focus {
  outline-color: #7d919d;
}
main .form-group.text select,
main .form-group.select select {
  width: 100%;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #e3e5e8;
  border-radius: unset;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
  color: #59595b;
}
@media (min-width: 1000px) {
  main .form-group.text select,
  main .form-group.select select {
    width: 65%;
    border: 0;
  }
}
main .form-group.text select:focus,
main .form-group.select select:focus {
  outline-color: #7d919d;
}
main .form-group.checkboxes {
  margin-bottom: 0.3em;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  main .form-group.checkboxes {
    border: solid 1px #e3e5e8;
    flex-direction: row;
  }
}
main .form-group.checkboxes .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  main .form-group.checkboxes .wpcf7-form-control-wrap {
    flex-direction: row;
  }
}
main .form-group.checkboxes .country {
  width: 100%;
}
main .form-group.checkboxes > label,
main .form-group.checkboxes > .label {
  order: -1;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1000px) {
  main .form-group.checkboxes > label,
  main .form-group.checkboxes > .label {
    background-color: #fdfdfd;
    width: 35%;
    text-align: right;
    border-right: solid 1px #e3e5e8;
    padding: 0.5rem;
  }
}
main .form-group.checkboxes .checkboxes-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0.5em;
}
main .form-group.checkboxes .checkboxes-content label,
main .form-group.checkboxes .checkboxes-content .label {
  background-color: initial;
  width: initial;
  border: initial;
}
main .form-group.checkboxes .checkboxes-content .checkbox {
  width: 40%;
  display: flex;
}
main .form-group.textarea {
  display: flex;
}
@media (min-width: 1000px) {
  main .form-group.textarea {
    background-color: #fdfdfd;
    border: solid 1px #e3e5e8;
  }
}
main .form-group.textarea .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
main .form-group.textarea label {
  width: 100%;
  order: -1;
}
@media (min-width: 1000px) {
  main .form-group.textarea label {
    border-bottom: solid 1px #e3e5e8;
    background-color: #fdfdfd;
    text-align: center;
    padding: 0.5rem;
  }
}
main .form-group.textarea textarea {
  border: solid 1px #e3e5e8;
  width: 100%;
  padding: 0.5rem;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
  resize: vertical;
  min-height: 2.8125rem;
  color: #59595b;
}
@media (min-width: 1000px) {
  main .form-group.textarea textarea {
    border: 0;
  }
}
main .form-group.textarea textarea::placeholder {
  font-style: italic;
  color: #bfbfc1;
}
main .form-group.textarea textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #bfbfc1;
}
main .form-group.textarea textarea:focus {
  outline-color: #7d919d;
}
main .form-group.select {
  position: relative;
}
main .form-group.select:after {
  top: 25%;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #59595b;
  position: absolute;
  height: 100%;
  align-items: center;
  display: inline-flex;
  right: 1em;
  pointer-events: none;
}
@media (min-width: 1000px) {
  main .form-group.select:after {
    top: auto;
  }
}
main .form-group.checkbox,
main .form-group.radio {
  display: flex;
  padding-bottom: 0.5em;
}
main .form-group.checkbox.disabled,
main .form-group.radio.disabled {
  color: #aaa;
  cursor: not-allowed;
}
main .form-group.checkbox label,
main .form-group.radio label {
  align-items: center;
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2em;
}
main input[type="checkbox"],
main input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  width: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
main input[type="checkbox"]:focus,
main input[type="radio"]:focus {
  outline: none;
}
main input[type="checkbox"]:focus + span.fancy-checkbox,
main input[type="radio"]:focus + span.fancy-checkbox {
  border-color: #7d919d;
}
main input[type="checkbox"]:checked + span.fancy-checkbox:before,
main input[type="radio"]:checked + span.fancy-checkbox:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
main input[type="checkbox"] + span.fancy-checkbox,
main input[type="radio"] + span.fancy-checkbox {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f8f8;
  width: 2.1875rem;
  height: 2.1875rem;
  border: solid 0.3125rem #de2029;
  font-size: 1rem;
  flex-shrink: 0;
  font-style: normal;
}
@media (min-width: 1000px) {
  main input[type="checkbox"] + span.fancy-checkbox,
  main input[type="radio"] + span.fancy-checkbox {
    width: 2.8vw;
    height: 2.8vw;
    border: solid 0.4vw #de2029;
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  main input[type="checkbox"] + span.fancy-checkbox,
  main input[type="radio"] + span.fancy-checkbox {
    width: 2.1875rem;
    height: 2.1875rem;
    border: solid 0.3125rem #de2029;
    font-size: 1rem;
  }
}
main input[type="radio"] + span.fancy-checkbox {
  border-radius: 100px;
}
main input[type="radio"]:checked + span.fancy-checkbox:before {
  content: "\f111" !important;
  font-size: 0.6rem;
}
@media (min-width: 1000px) {
  main input[type="radio"]:checked + span.fancy-checkbox:before {
    font-size: 0.768vw;
  }
}
@media (min-width: 1250px) {
  main input[type="radio"]:checked + span.fancy-checkbox:before {
    font-size: 0.6rem;
  }
}
main [snippet="LostPassword"] .errors {
  text-align: center;
}
main .help-links {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
  text-align: center;
  font-style: italic;
}
@media (min-width: 1000px) {
  main .form-wrapper:where(.white) .form-group:where(.text, .text-area, .select, .checkboxes) {
    border: solid 1px #d5d8dd;
  }
}
@media (min-width: 1000px) {
  main .form-wrapper:where(.white) .form-group:where(.text, .text-area, .select, .checkboxes) label,
  main .form-wrapper:where(.white) .form-group:where(.text, .text-area, .select, .checkboxes) .label {
    background-color: #f5f5f5;
    border-right: solid 1px #d5d8dd;
  }
}
main .two-columns {
  justify-content: space-between;
}
main .two-columns > input[type="submit"],
main .two-columns > button {
  width: 100%;
}
@media (min-width: 1000px) {
  main .two-columns > input[type="submit"],
  main .two-columns > button {
    width: 49%;
  }
}
main .two-columns > .select-wrapper {
  width: 100%;
}
@media (min-width: 1000px) {
  main .two-columns > .select-wrapper {
    width: 49%;
  }
}
main .two-columns > .select-wrapper select {
  width: 100%;
}
main .dropdown-form {
  position: relative;
  width: 100%;
  margin-inline: auto;
  z-index: 1;
}
main .dropdown-form.open {
  z-index: 2;
}
main .dropdown-form.open .dropdown-content {
  display: block;
}
main .dropdown-form.open .fa-chevron-down {
  transform: rotate(180deg);
}
main .dropdown-form .fa-chevron-down {
  transition: transform 0.4s;
}
main .dropdown-form .toggle-button {
  border: solid 2px #de2029;
  background-color: #fff !important;
  color: #de2029;
  display: inline-flex;
  gap: 0.5rem;
  width: 100%;
}
main .dropdown-form .toggle-button .fa {
  align-self: flex-end;
}
main .dropdown-form .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: solid 2px #de2029;
  border-block-start: 0;
  padding: 1rem;
  width: 100%;
}
main .dropdown-form .form-group.checkboxes {
  flex-direction: column;
  border: none;
}
main .dropdown-form .form-group.checkboxes .checkboxes-content {
  padding: 0;
  display: grid;
  gap: 0 1rem;
  grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
}
main .dropdown-form .form-group.checkboxes .form-group.checkbox {
  width: auto;
}
main .dropdown-form hr {
  border: 0;
  background-color: #de2029;
  height: 1px;
}
.table-wrapper.with-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.table-wrapper.with-scroll table {
  white-space: nowrap;
}
table {
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2em;
}
table.compact td,
table.compact th {
  padding-inline-end: 0.5em;
}
table th {
  text-align: left;
  padding-right: 2em;
  vertical-align: top;
  padding-left: 0.5em;
}
table td {
  padding: 0.2em 2em 0.2em 0.5em;
  vertical-align: top;
  text-align: left;
}
table td:last-child {
  padding-right: 0.5em;
}
table tr:hover td {
  background-color: #d6d9dd;
}
table .heading {
  font-weight: bold;
}
table.has-list-version {
  display: none;
}
@media (min-width: 1000px) {
  table.has-list-version {
    display: table;
  }
  table.has-list-version + .table-list {
    display: none;
  }
}
[snippet="EditorialMaterialDetailPage"] table {
  width: 100%;
  max-width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
  border: none;
  margin-bottom: 2rem;
}
@media (min-width: 1000px) {
  [snippet="EditorialMaterialDetailPage"] table {
    max-width: calc(760px - 4rem);
  }
}
[snippet="EditorialMaterialDetailPage"] table tbody tr td {
  border: none;
}
[snippet="EditorialMaterialDetailPage"] table tbody tr:nth-child(odd) td {
  background-color: #f2f3f4;
}
[snippet="EditorialMaterialDetailPage"] table tbody tr:nth-child(odd):hover td {
  background-color: #d6d9dd;
}
dl {
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
dl.two-columns {
  display: block;
}
@media (min-width: 1000px) {
  dl.two-columns {
    column-count: 2;
  }
}
dl.inline dt,
dl.inline dd {
  display: inline;
}
dl.inline dt:before {
  content: "";
  display: block;
  margin-bottom: 0.2em;
}
dl dt {
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
dl dd {
  margin: 0 0 1em 0;
  line-height: 1;
}
ul.data-list {
  line-height: 1.2em;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.two-columns {
  column-count: 2;
  display: block;
}
ul.two-columns li:nth-child(4n+5):last-child,
ul.two-columns li:nth-child(4n+6):last-child {
  margin-bottom: 2.2em;
}
ul li {
  margin-bottom: 0.2em;
}
ul.table-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.table-list li {
  padding: 1em;
}
ul.table-list li:nth-child(odd) {
  background-color: #f7f8f8;
}
ul.table-list li:nth-child(even) {
  background-color: #fff;
}
main #search-form-closed {
  margin-top: 3em;
}
.search-result-list {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
}
[snippet="SearchSite"] .search-result-list {
  padding-top: 2em;
}
.search-result-list > article {
  padding: 1em 1.5em;
}
.search-result-list > article:nth-child(odd) {
  background-color: #f2f3f4;
}
.search-result-list > article:nth-child(even) {
  background-color: #fbfcfc;
}
.search-result-list > article a {
  display: block;
}
.search-result-list > article h2 {
  margin-bottom: 0.5em;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.search-result-list > article p {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.2em;
  color: #59595b;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-result-list .no-result {
  text-align: center;
  font-style: italic;
}
[snippet="SearchSite"] {
  margin-top: 2em;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  flex-direction: column;
  font-size: 1.4em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1000px) {
  .nav-links {
    flex-direction: row;
  }
}
.nav-links .nav-previous,
.nav-links .nav-next {
  width: 75%;
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) {
  .nav-links .nav-previous,
  .nav-links .nav-next {
    width: 48%;
  }
}
.nav-links .nav-previous:first-child:last-child,
.nav-links .nav-next:first-child:last-child {
  width: 100%;
}
.nav-links .nav-previous {
  text-align: left;
}
.nav-links .nav-previous a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 1em;
}
.nav-links .nav-next {
  text-align: right;
  justify-content: flex-end;
  margin-top: 2em;
  align-self: flex-end;
}
@media (min-width: 1000px) {
  .nav-links .nav-next {
    margin-top: 0;
    align-self: unset;
  }
}
.nav-links .nav-next a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 1em;
}
.nav-links a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
}
.wp-block-cover h1.has-heading-size-larger {
  margin-bottom: 4rem;
  padding-top: 5.5rem;
}
.wp-block-cover p.has-ingress-font-size {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.wp-block-cover h1 + p.has-ingress-font-size {
  margin-top: -3em;
}
.mobile-cover-content p.has-ingress-font-size:first-child {
  margin-top: 3rem;
}
html[lang="en"] #languge-selector {
  margin-right: 2rem;
}
.sfmo-video-wrapper {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sfmo-video-wrapper:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.sfmo-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wp-embed-aspect-16-9 {
  position: relative;
}
.wp-embed-aspect-16-9::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-embed-aspect-16-9 iframe {
  width: 100%;
  height: 100%;
}
.wp-block-file a:before {
  content: "\f15b";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 0.5em;
  color: #de2129;
}
.wp-block-file a[href*=".odt"]:before,
.wp-block-file a[href*=".doc"]:before,
.wp-block-file a[href*=".dot"]:before,
.wp-block-file a[href*=".ott"]:before,
.wp-block-file a[href*=".rtf"]:before {
  content: "\f1c2";
}
.wp-block-file a[href*=".xls"]:before,
.wp-block-file a[href*=".xlt"]:before {
  content: "\f1c3";
}
.wp-block-file a[href*=".odp"]:before,
.wp-block-file a[href*=".otp"]:before,
.wp-block-file a[href*=".pot"]:before,
.wp-block-file a[href*=".pps"]:before,
.wp-block-file a[href*=".ppt"]:before {
  content: "\f1c4";
}
.wp-block-file a[href*=".pdf"]:before {
  content: "\f1c1";
}
.wp-block-file a[href*=".zip"]:before,
.wp-block-file a[href*=".rar"]:before,
.wp-block-file a[href*=".tar"]:before {
  content: "\f1c6";
}
.wp-block-file a[href*=".svg"]:before,
.wp-block-file a[href*=".png"]:before,
.wp-block-file a[href*=".gif"]:before,
.wp-block-file a[href*=".jpg"]:before,
.wp-block-file a[href*=".jpeg"]:before {
  content: "\f1c5";
}
.wp-block-file a[href*=".wav"]:before,
.wp-block-file a[href*=".mp3"]:before,
.wp-block-file a[href*=".aac"]:before,
.wp-block-file a[href*=".pcm"]:before,
.wp-block-file a[href*=".aiff"]:before,
.wp-block-file a[href*=".ogg"]:before,
.wp-block-file a[href*=".wma"]:before,
.wp-block-file a[href*=".flac"]:before,
.wp-block-file a[href*=".alac"]:before {
  content: "\f1c7";
}
.wp-block-file a[href*=".webm"] h2:before,
.wp-block-file a[href*=".mkv"] h2:before,
.wp-block-file a[href*=".flv"] h2:before,
.wp-block-file a[href*=".vob"] h2:before,
.wp-block-file a[href*=".ogv"] h2:before,
.wp-block-file a[href*=".avi"] h2:before,
.wp-block-file a[href*=".mov"] h2:before,
.wp-block-file a[href*=".qt"] h2:before,
.wp-block-file a[href*=".wmv"] h2:before,
.wp-block-file a[href*=".mp4"] h2:before,
.wp-block-file a[href*=".m4p"] h2:before,
.wp-block-file a[href*=".m4v"] h2:before,
.wp-block-file a[href*=".mpg"] h2:before,
.wp-block-file a[href*=".mpeg"] h2:before,
.wp-block-file a[href*=".mpv"] h2:before,
.wp-block-file a[href*=".m2v"] h2:before,
.wp-block-file a[href*=".3gp"] h2:before,
.wp-block-file a[href*=".3g2"] h2:before,
.wp-block-file a[href*=".mxf"] h2:before {
  content: "\f1c8";
}
[snippet="EditorialMaterialDetailPage"] .search-result-list a h2:before {
  content: "\f15b";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 0.5em;
  color: #de2129;
  font-weight: normal;
}
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".pdf"] h2:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 0.5em;
  color: #de2129;
  font-weight: normal;
}
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".odt"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".doc"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".dot"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".ott"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".rtf"] h2:before {
  content: "\f1c2";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 0.5em;
  color: #de2129;
  font-weight: normal;
}
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".xls"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".xlt"] h2:before {
  content: "\f1c3";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 0.5em;
  color: #de2129;
  font-weight: normal;
}
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".odp"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".otp"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".pot"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".pps"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".ppt"] h2:before {
  content: "\f1c4";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 0.5em;
  color: #de2129;
  font-weight: normal;
}
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".zip"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".rar"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".tar"] h2:before {
  content: "\f1c6";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 0.5em;
  color: #de2129;
  font-weight: normal;
}
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".svg"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".png"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".gif"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".jpg"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".jpeg"] h2:before {
  content: "\f1c5";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 0.5em;
  color: #de2129;
  font-weight: normal;
}
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".wav"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".mp3"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".aac"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".pcm"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".aiff"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".ogg"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".wma"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".flac"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".alac"] h2:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 0.5em;
  color: #de2129;
  font-weight: normal;
}
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".webm"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".mkv"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".flv"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".vob"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".ogv"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".avi"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".mov"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".qt"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".wmv"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".mp4"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".m4p"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".m4v"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".mpg"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".mpeg"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".mpv"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".m2v"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".3gp"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".3g2"] h2:before,
[snippet="EditorialMaterialDetailPage"] .search-result-list a[href*=".mxf"] h2:before {
  content: "\f1c8";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 0.5em;
  color: #de2129;
  font-weight: normal;
}
a.button,
button.button,
input.button,
#review_form #submit {
  background: black;
}
.product .product_title {
  text-align: left;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  padding-inline: 2rem;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description,
.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
  padding-inline: 2rem;
}
.woocommerce .related.products h2,
.woocommerce-page .related.products h2 {
  padding-inline: 2rem;
}
.woocommerce .bundled_product_title,
.woocommerce-page .bundled_product_title {
  font-size: 1.5em;
}
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce .products ul,
.woocommerce-page .products ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  row-gap: 3em;
  padding-inline: 2rem;
}
@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-][class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-][class*=columns-] li.product,
  .woocommerce .products ul[class*=columns-][class*=columns-] li.product,
  .woocommerce-page .products ul[class*=columns-][class*=columns-] li.product {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce .products ul,
  .woocommerce-page .products ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.woocommerce ul.products::before,
.woocommerce-page ul.products::before,
.woocommerce .products ul::before,
.woocommerce-page .products ul::before {
  display: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .products ul li.product,
.woocommerce-page .products ul li.product {
  width: auto;
  float: none;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce .products ul li.product,
  .woocommerce-page .products ul li.product {
    width: auto;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link,
.woocommerce .products ul li.product .woocommerce-loop-product__link,
.woocommerce-page .products ul li.product .woocommerce-loop-product__link {
  flex-grow: 1;
}
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce .products ul li.product .button,
.woocommerce-page .products ul li.product .button {
  padding-inline: 1.1em;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce .products ul li.product .price,
.woocommerce-page .products ul li.product .price {
  margin-block-end: 0;
}
a.button.product_type_simple,
a.product_type_variable,
a.add_to_cart_button {
  display: block;
}
.shop-header-tools {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.home-footer > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-footer > ul li {
  margin: 0;
}
.my-page .top-section,
.my-info .top-section {
  display: flex;
  flex-wrap: wrap;
}
.my-page .top-section > div,
.my-info .top-section > div {
  width: 100%;
}
@media (min-width: 1000px) {
  .my-page .top-section > div,
  .my-info .top-section > div {
    width: 50%;
  }
}
.my-page .top-section .top-section-right,
.my-info .top-section .top-section-right {
  display: flex;
  flex-direction: column;
}
.my-page .top-section .meetings-info,
.my-info .top-section .meetings-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.my-page hr,
.my-info hr {
  color: #eee;
  border: solid 1em #fbfcfc;
  margin: 0;
}
.my-info-box {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.unit-events {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.unit-events dl {
  font-size: 1em;
}
@media (min-width: 1000px) {
  .unit-events dl {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  .unit-events dl {
    font-size: 1em;
  }
}
.buttons.vertical {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
  margin-inline: auto;
}
.buttons.vertical [snippet="LogOut"] {
  display: inline-flex;
  flex-direction: column;
}
.buttons.vertical .button {
  display: block;
  margin-bottom: 0.5em;
}
.buttons.vertical .button:last-child {
  margin-bottom: 0;
}
.buttons.horizontal {
  display: inline-flex;
  flex-direction: column;
}
.buttons.horizontal [snippet="LogOut"] {
  display: inline-flex;
  flex-direction: row;
}
.buttons.horizontal [snippet="LogOut"] .button {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.buttons.horizontal [snippet="LogOut"] .button:last-child {
  margin-right: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 1000px) {
  .buttons.horizontal {
    flex-direction: row;
  }
  .buttons.horizontal [snippet="LogOut"] {
    flex-direction: row;
  }
}
.buttons.horizontal .button {
  margin-bottom: 0.5em;
}
@media (min-width: 1000px) {
  .buttons.horizontal .button {
    margin-right: 0.5em;
    margin-bottom: 0;
  }
}
.buttons.horizontal .button:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .buttons.horizontal .button:last-child {
    margin-right: 0;
  }
}
.link-boxes {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1000px) {
  .link-boxes {
    flex-direction: row;
  }
}
.link-boxes .link-box {
  text-align: center;
}
.link-boxes .link-box ul {
  padding: 0;
  list-style: inside;
  margin: 0.5em 0;
  font-size: 1.3em;
}
@media (min-width: 1000px) {
  .link-boxes .link-box ul {
    margin: 0.64vw 0;
    font-size: 1.664vw;
  }
}
@media (min-width: 1250px) {
  .link-boxes .link-box ul {
    margin: 0.5em 0;
    font-size: 1.3em;
  }
}
.link-boxes .link-box ul li {
  margin-bottom: 0.64vw;
}
@media (min-width: 1250px) {
  .link-boxes .link-box ul li {
    margin-bottom: 0.5em;
  }
}
.link-boxes .link-box ul a {
  font-weight: bold;
}
.link-boxes .button {
  margin-top: 1em;
}
.unit-info {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 2em 4em;
}
@media (min-width: 1000px) {
  .unit-info {
    padding: 2.56vw 5.12vw;
  }
}
@media (min-width: 1250px) {
  .unit-info {
    padding: 2em 4em;
  }
}
.unit-info img.unit-logo,
.unit-info .unit-logo img {
  height: 8.125em;
  margin-bottom: 1em;
}
@media (min-width: 1000px) {
  .unit-info img.unit-logo,
  .unit-info .unit-logo img {
    height: 10.4vw;
    margin-bottom: 1.28vw;
  }
}
@media (min-width: 1250px) {
  .unit-info img.unit-logo,
  .unit-info .unit-logo img {
    height: 8.125em;
    margin-bottom: 1em;
  }
}
.unit-info .unit-type {
  font-style: italic;
  font-size: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1000px) {
  .unit-info .unit-type {
    font-size: 2.048vw;
  }
}
@media (min-width: 1250px) {
  .unit-info .unit-type {
    font-size: 1.6em;
  }
}
.unit-info .unit-name {
  font-size: 2em;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1000px) {
  .unit-info .unit-name {
    font-size: 2.56vw;
  }
}
@media (min-width: 1250px) {
  .unit-info .unit-name {
    font-size: 2em;
  }
}
.unit-info dl {
  font-size: 1em;
  margin-bottom: 2em;
}
@media (min-width: 1000px) {
  .unit-info dl {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  .unit-info dl {
    font-size: 1em;
  }
}
.my-info .grey-blurb h2 {
  font-size: 2.2em;
}
@media (min-width: 1000px) {
  .my-info .grey-blurb h2 {
    font-size: 2.816vw;
  }
}
@media (min-width: 1250px) {
  .my-info .grey-blurb h2 {
    font-size: 2.2em;
  }
}
.stand-alone-table,
.stand-alone-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.stand-alone-table.full-width,
.stand-alone-list.full-width {
  max-width: 100%;
  width: fit-content;
  padding-inline: 2rem;
}
.stand-alone-table table,
.stand-alone-list table {
  width: 100%;
}
.stand-alone-table table tbody tr:nth-child(odd) td,
.stand-alone-list table tbody tr:nth-child(odd) td {
  background-color: #f2f3f4;
}
.stand-alone-table table tbody tr:nth-child(odd):hover td,
.stand-alone-list table tbody tr:nth-child(odd):hover td {
  background-color: #d6d9dd;
}
.participation-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.participation-filter ul li {
  font-size: 1.2em;
  margin-right: 3em;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.participation-filter ul li:last-child {
  margin-right: 0;
}
.participation-filter ul li a {
  font-weight: bold;
}
.unit-page .unit-info,
.unit-page .unit-map {
  min-height: 100vw;
}
@media (min-width: 625px) {
  .unit-page .unit-info,
  .unit-page .unit-map {
    min-height: 625px;
  }
}
@media (min-width: 1000px) {
  .unit-page .unit-info,
  .unit-page .unit-map {
    min-height: 50vw;
  }
}
@media (min-width: 1250px) {
  .unit-page .unit-info,
  .unit-page .unit-map {
    min-height: 625px;
  }
}
.unit-page .unit-info [snippet="map"],
.unit-page .unit-map [snippet="map"] {
  height: 100%;
}
.unit-page .unit-info #map,
.unit-page .unit-map #map {
  width: 100%;
  height: 100%;
}
.unit-page .unit-info iframe,
.unit-page .unit-map iframe {
  border: 0;
  height: 100%;
  width: 100%;
}
.news-article {
  max-width: 816px;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
}
.news-article [snippet="EditorialMaterialDetailPage"] {
  text-align: center;
}
.news-article p,
.news-article h2,
.news-article .h2,
.news-article h3,
.news-article .h3,
.news-article h4,
.news-article .h4,
.news-article ul,
.news-article ol {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
}
.news-article hr {
  border: none;
  border-top: solid 1px #d9d9d9;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1000px) {
  .news-article hr {
    margin-left: auto;
    margin-right: auto;
    max-width: 696px;
  }
}
.news-article ul,
.news-article ol {
  padding-left: 3.2rem;
  padding-right: 2rem;
  font-size: 1.2em;
}
@media (min-width: 1000px) {
  .news-article ul,
  .news-article ol {
    font-size: 1.3rem;
  }
}
.news-article p {
  font-size: 1.3rem;
}
.news-article p.ingress {
  font-size: 1.53rem;
  text-align: center;
}
.news-article h2,
.news-article .h2 {
  margin-bottom: 0;
}
.news-article h2 + p,
.news-article .h2 + p {
  margin-top: 0;
}
.news-article img {
  max-width: 100%;
}
.meeting-content {
  margin-bottom: 4em;
}
.meetings-content .actions,
.meeting-content .actions,
.meeting-sign-up-content .actions,
.news-article .actions {
  text-align: center;
  padding: 2rem;
}
.meetings-content div.unit-info,
.meeting-content div.unit-info,
.meeting-sign-up-content div.unit-info,
.news-article div.unit-info {
  padding-top: 0;
}
.meetings-content div.unit-logo,
.meeting-content div.unit-logo,
.meeting-sign-up-content div.unit-logo,
.news-article div.unit-logo {
  text-align: center;
}
.meetings-content div.unit-logo img,
.meeting-content div.unit-logo img,
.meeting-sign-up-content div.unit-logo img,
.news-article div.unit-logo img {
  max-height: 75px;
  display: block;
}
.meetings-content div.unit-type,
.meeting-content div.unit-type,
.meeting-sign-up-content div.unit-type,
.news-article div.unit-type {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.meetings-content div.unit-name,
.meeting-content div.unit-name,
.meeting-sign-up-content div.unit-name,
.news-article div.unit-name {
  text-align: center;
  font-size: 1.4rem;
}
.meetings-content .page-info {
  text-align: center;
}
.meetings-content div.unit-info,
.meeting-content div.unit-info,
.meeting-sign-up-content div.unit-info {
  padding-top: 3rem;
}
.meetings-content .stand-alone-table .stand-alone-table,
.meeting-content .stand-alone-table .stand-alone-table,
.meeting-sign-up-content .stand-alone-table .stand-alone-table {
  margin-bottom: 3rem;
}
.news-article div.unit-info {
  padding-top: 0;
}
.search-content #map {
  height: 70vh;
}
.member-search .two-columns > div {
  width: 45%;
}
.member-search > p {
  max-width: 625px;
  margin-inline: auto;
}
.faq-list {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
}
.faq-list dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-list dl dt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4em;
  position: relative;
  margin-left: 1.5em;
  cursor: pointer;
}
.faq-list dl dt:not(:last-child) {
  margin-bottom: 0.5em;
}
.faq-list dl dt:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #de2029;
  margin-right: 0.5em;
  font-size: 0.7em;
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  left: -1.5em;
  top: 0.3em;
}
.faq-list dl dt.open:before {
  transform: rotate(90deg);
}
.faq-list dl dt.open + dd {
  display: block;
}
.faq-list dl dt.opening:before {
  transform: rotate(90deg);
}
.faq-list dl dt.closing:before {
  transform: rotate(0deg);
}
.faq-list dl dd {
  display: none;
  background-color: #f2f3f4;
  padding: 2em;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2em;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.faq-list dl dd p:first-child {
  margin-top: 0;
}
.faq-list dl dd p:last-child {
  margin-bottom: 0;
}
body.blog .news-list-page {
  padding-bottom: 3rem;
}
.news-list-page ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 625px;
  margin-bottom: 4em;
}
.news-list-page ul li {
  font-size: 1.4em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news-list-page img,
.news-list-page .caption-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 816px;
  display: block;
}
#member-search-result {
  margin-top: 3rem;
}
#member-search-result tr {
  cursor: pointer;
}
#member-search-result td {
  color: #005777;
}
#member-search-result a:visited {
  color: #360077;
}
.member-search .table-list a:visited {
  color: #360077;
}
.browser-info {
  text-align: center;
  color: #de2029;
}
.member-search-view p {
  font-family: "Pragati Narrow", sans-serif;
}
[snippet="MemberRegisterDetails"] p,
[snippet="MemberRegisterDetails"] dl {
  max-width: 50rem;
  margin-inline: auto;
}
.welcome-blurb {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.my-info-box {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.unit-events {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.welcome-blurb {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.my-info-box {
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.unit-events {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#member-search-result {
  margin-top: 3rem;
}
#member-search-result tr {
  cursor: pointer;
}
#member-search-result td {
  color: #005777;
}
#member-search-result a:visited {
  color: #360077;
}
.member-search .table-list a:visited {
  color: #360077;
}
.browser-info {
  text-align: center;
  color: #de2029;
}
.member-search-view p {
  font-family: "Pragati Narrow", sans-serif;
}
[snippet="MemberRegisterDetails"] p,
[snippet="MemberRegisterDetails"] dl {
  max-width: 50rem;
  margin-inline: auto;
}
.nav-tabs {
  margin-inline: auto;
  border: solid 2px #de2029;
  display: flex;
  width: fit-content;
  flex-direction: column;
}
@media (min-width: 768px) {
  .nav-tabs {
    flex-direction: row;
  }
}
.nav-tabs .button {
  margin-top: 0;
}
.nav-tabs a {
  background-color: #de2029;
  color: #fff;
  font-style: italic;
  padding: 0.5em 2em;
}
.nav-tabs a.active {
  background-color: #fff !important;
  color: #de2029;
}
.attending-wrapper,
.when-wrapper .today-week {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
  gap: 0 1rem;
}
.attending-wrapper > div,
.when-wrapper .today-week > div {
  grid-column: span 2;
}
.find-meetings-content form,
.my-meetings-content form {
  max-width: 560px;
}
.find-meetings-content .period label,
.my-meetings-content .period label {
  padding-inline-start: 0;
}
.find-meetings-content .period .form-group,
.my-meetings-content .period .form-group {
  display: flex;
  gap: 0.5rem 1rem;
  flex-direction: column;
}
.find-meetings-content .period .form-group label,
.my-meetings-content .period .form-group label {
  width: 40px;
  display: inline-block;
}
@media (min-width: 768px) {
  .find-meetings-content .period .form-group,
  .my-meetings-content .period .form-group {
    flex-direction: row;
  }
  .find-meetings-content .period .form-group label,
  .my-meetings-content .period .form-group label {
    width: auto;
  }
}
.find-meetings-content input[type="checkbox"] + span.fancy-checkbox,
.my-meetings-content input[type="checkbox"] + span.fancy-checkbox {
  border: solid 2px;
  height: 1.5rem;
  width: 1.5rem;
}
.find-meetings-content .meetings-list-wrapper,
.my-meetings-content .meetings-list-wrapper {
  padding-inline: 2rem;
  max-width: 100%;
  width: 760px;
  margin-inline: auto;
  padding-block-end: 2rem;
}
.find-meetings-content .meetings-list-wrapper #meetings-list,
.my-meetings-content .meetings-list-wrapper #meetings-list {
  list-style: none;
  padding: 0;
}
.find-meetings-content .meetings-list-wrapper li,
.my-meetings-content .meetings-list-wrapper li {
  background-color: #f2f3f4;
  padding: 1rem;
}
.find-meetings-content .meetings-list-wrapper li:nth-child(even),
.my-meetings-content .meetings-list-wrapper li:nth-child(even) {
  background-color: #f7f8f8;
}
.find-meetings-content .meetings-list-wrapper li:not(:last-child),
.my-meetings-content .meetings-list-wrapper li:not(:last-child) {
  margin-bottom: 1rem;
}
.find-meetings-content .meetings-list-wrapper h2,
.my-meetings-content .meetings-list-wrapper h2 {
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  font-size: 1.2rem;
}
.find-meetings-content .meetings-list-wrapper dl,
.my-meetings-content .meetings-list-wrapper dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.3rem 1rem;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.find-meetings-content .meetings-list-wrapper dt,
.my-meetings-content .meetings-list-wrapper dt {
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.find-meetings-content .meetings-list-wrapper dd,
.my-meetings-content .meetings-list-wrapper dd {
  margin-block: 0;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.find-meetings-content .meetings-list-wrapper .meeting-top,
.my-meetings-content .meetings-list-wrapper .meeting-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.find-meetings-content .meetings-list-wrapper .sign-up,
.my-meetings-content .meetings-list-wrapper .sign-up {
  display: inline-flex;
  font-size: 1rem;
  align-self: flex-start;
  gap: 0.5rem;
  width: auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .find-meetings-content .meetings-list-wrapper .sign-up,
  .my-meetings-content .meetings-list-wrapper .sign-up {
    float: right;
    margin-bottom: 0;
  }
}
.find-meetings-content .divisions > label,
.my-meetings-content .divisions > label,
.find-meetings-content .units > label,
.my-meetings-content .units > label {
  padding-inline-start: 0;
  font-weight: bold;
}
.find-meetings-content .inline-buttons,
.my-meetings-content .inline-buttons {
  gap: 1rem;
  margin-block-end: 2rem;
}
@media (min-width: 768px) {
  .find-meetings-content .inline-buttons,
  .my-meetings-content .inline-buttons {
    display: flex;
  }
}
.find-meetings-content .inline-buttons button,
.my-meetings-content .inline-buttons button {
  width: 100%;
}
.find-meetings-content #search-dropdown,
.my-meetings-content #search-dropdown {
  margin-block-end: 0.3rem;
}
.find-meetings-content #no-match,
.my-meetings-content #no-match {
  text-align: center;
}
#express-messages {
  background-color: #de2029;
  overflow: hidden;
  color: #fff;
  font-family: "Pragati Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#express-messages ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
#express-messages ul li {
  padding: 0 2rem;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
}
#express-messages ul li:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  width: 3em;
  margin-left: auto;
  margin-right: auto;
}
#express-messages ul li:last-child:after {
  display: none;
}
body.sommarwebb .my-page .unit-info .button {
  display: none;
}
body.sommarwebb .my-page .top-section-right.link-boxes {
  justify-content: center;
  background-color: #f7f8f8;
}
body.sommarwebb #hamburger-menu .buttons a:last-child {
  display: none;
}
body.sommarwebb #hamburger-menu .buttons a:last-child:first-child {
  display: block;
}
.media-archive {
  margin-bottom: 4rem;
}
.media-archive #video-search-form {
  margin-inline: auto;
  max-width: 100%;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-inline: 2rem;
  margin-bottom: 0.5rem;
}
.media-archive #video-search-form .text {
  width: 100%;
}
.media-archive #video-search-form .text .button {
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) {
  .media-archive #video-search-form .text .button {
    margin-top: 0;
  }
}
.media-archive .inner {
  margin-inline: 2rem;
}
.media-archive .videos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  max-width: 1000px;
  margin-inline: auto;
  gap: 2rem 4rem;
  margin-block: 2rem;
  padding-inline: 2rem;
}
.media-archive .full-video {
  max-width: 100%;
  width: 760px;
  margin-inline: auto;
  margin-top: 4rem;
  padding-inline: 2rem;
}
.media-archive .full-video iframe {
  border: 0;
  width: 100%;
  aspect-ratio: 1.77777778;
}
.media-archive .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.media-archive .info h1,
.media-archive .info h2 {
  font-family: "Pragati Narrow", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-block: 0;
  font-weight: bold;
  padding: 0;
  line-height: initial;
}
.media-archive .duration {
  text-align: right;
  font-family: "Pragati Narrow", sans-serif;
}
.media-archive img {
  max-width: 100%;
  height: auto;
}
.media-archive .related-videos > h2 {
  text-align: center;
  padding-inline: 2rem;
  font-size: 3rem;
}
.media-archive .inline-buttons .button {
  min-width: 180px;
}
.media-archive #categories,
.dropdown-links-button {
  width: 400px;
  max-width: 100%;
  margin-inline: auto;
  position: relative;
  padding-inline: 2rem;
}
.media-archive #categories .button,
.dropdown-links-button .button {
  width: 100%;
}
.media-archive #categories:hover ul,
.dropdown-links-button:hover ul {
  display: block;
}
.media-archive #categories ul,
.dropdown-links-button ul {
  display: none;
  position: absolute;
  margin: 0;
  padding-block: 1rem;
  padding: 0;
  list-style: none;
  border: solid 1px #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  width: calc(100% - 4rem);
  background: #fff;
  z-index: 5;
}
.media-archive #categories ul li.active a,
.dropdown-links-button ul li.active a {
  font-weight: bold;
  color: #de2029;
}
.media-archive #categories ul li:not(:last-child),
.dropdown-links-button ul li:not(:last-child) {
  border-bottom: solid 1px #ddd;
}
.media-archive #categories ul li a,
.dropdown-links-button ul li a {
  padding: 0.3rem 1rem;
  display: block;
}
.media-archive .button,
.advent-calendar-page .button {
  color: white;
  padding: 0.3em 0.7em;
  display: flex;
  text-decoration: none;
  align-items: end;
  gap: 1rem;
}
.media-archive .inline-buttons,
.advent-calendar-page .inline-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-inline: auto;
  max-width: 760px;
  padding-inline: 2rem;
  justify-content: center;
  margin-block: 4rem;
}
.media-archive .breadcrumbs,
.advent-calendar-page .breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  margin-inline: auto;
  margin-top: 2rem;
  padding-inline: 2rem;
  max-width: 1000px;
  font-family: "Pragati Narrow", sans-serif;
}
.media-archive .breadcrumbs li:not(:last-child)::after,
.advent-calendar-page .breadcrumbs li:not(:last-child)::after {
  content: "/";
  padding-inline: 0.5em;
}
.media-archive .pagination,
.advent-calendar-page .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin-block: 4rem;
  margin-inline: auto;
  padding-block: 0;
  padding-inline: 2rem;
  max-width: 1200px;
  justify-content: center;
  font-family: "Pragati Narrow", sans-serif;
  font-size: 1em;
}
.media-archive .pagination li,
.advent-calendar-page .pagination li {
  display: flex;
  align-items: center;
}
.media-archive .pagination a,
.advent-calendar-page .pagination a {
  background-color: #ddd !important;
  color: #000;
  line-height: 1;
  aspect-ratio: 1;
  align-items: center;
  font-family: "Pragati Narrow", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.media-archive .pagination a.current,
.advent-calendar-page .pagination a.current {
  background-color: #de2029 !important;
  color: #fff;
}
.advent-calendar-page {
  display: none;
}
.softadmin-logged-in .advent-calendar-page {
  display: block;
}
.advent-calendar-page .inline-buttons .button {
  min-width: 150px;
}
.advent-calendar-page-logged-out {
  display: block;
  min-height: 200px;
}
.advent-calendar-page-logged-out > * {
  display: none;
}
.softadmin-logged-out .advent-calendar-page-logged-out > * {
  display: block;
}
.latest-window-wrapper {
  width: 400px;
  max-width: 100%;
  margin-inline: auto;
  display: block;
  padding-inline: 2rem;
  margin-block-end: 1rem;
}
.latest-window-wrapper .button {
  width: 100%;
}
.job_38_11 {
  margin-inline: auto;
  display: block;
  margin-bottom: 3rem;
  max-width: 100%;
}
.mobile-calendar.pagination {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin-inline: auto;
  gap: 1rem;
}
@media (min-width: 1000px) {
  .mobile-calendar.pagination {
    display: none;
  }
}
.advent-calendar {
  overflow: hidden;
  position: relative;
  margin-top: 3rem;
  aspect-ratio: 0.66666667;
  display: none;
}
@media (min-width: 1000px) {
  .advent-calendar {
    display: block;
  }
}
@media (min-width: 768px) {
  .advent-calendar {
    aspect-ratio: 1.77777778;
  }
}
.advent-calendar .image-wrapper {
  position: absolute;
  cursor: move;
}
.advent-calendar .windows a {
  background-color: rgba(255, 198, 93, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  text-shadow: 0 0 5px black;
}
.advent-calendar #window-1 {
  top: 147px;
  left: 986px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.advent-calendar #window-2 {
  top: 280px;
  left: 818px;
  width: 60px;
  height: 48px;
}
.advent-calendar #window-3 {
  top: 280px;
  left: 989px;
  width: 61px;
  height: 48px;
}
.advent-calendar #window-4 {
  top: 280px;
  left: 1162px;
  width: 60px;
  height: 48px;
}
.advent-calendar #window-5 {
  top: 283px;
  left: 216px;
  width: 62px;
  height: 209px;
  clip-path: polygon(11% 0, 100% 18px, 90% 100%, 0% 96%);
}
.advent-calendar #window-6 {
  top: 333px;
  left: 339px;
  width: 53px;
  height: 178px;
  clip-path: polygon(11% 0, 100% 18px, 90% 100%, 0% 96%);
}
.advent-calendar #window-7 {
  top: 368px;
  left: 432px;
  width: 39px;
  height: 157px;
  clip-path: polygon(11% 0, 100% 18px, 90% 100%, 0% 96%);
}
.advent-calendar #window-8 {
  top: 433px;
  left: 640px;
  width: 61px;
  height: 109px;
}
.advent-calendar #window-9 {
  top: 431px;
  left: 814px;
  width: 63px;
  height: 111px;
}
.advent-calendar #window-10 {
  top: 431px;
  left: 989px;
  width: 61px;
  height: 112px;
}
.advent-calendar #window-11 {
  top: 430px;
  left: 1161px;
  width: 62px;
  height: 112px;
}
.advent-calendar #window-12 {
  top: 434px;
  left: 1337px;
  width: 61px;
  height: 112px;
}
.advent-calendar #window-13 {
  top: 356px;
  left: 1580px;
  width: 40px;
  height: 176px;
  clip-path: polygon(0% 19%, 88% 19px, 93% 96%, 0% 100%);
}
.advent-calendar #window-14 {
  top: 314px;
  left: 1663px;
  width: 47px;
  height: 209px;
  clip-path: polygon(0% 19%, 88% 19px, 93% 96%, 0% 100%);
}
.advent-calendar #window-15 {
  top: 270px;
  left: 1774px;
  width: 62px;
  height: 237px;
  clip-path: polygon(0% 19%, 88% 19px, 93% 96%, 0% 100%);
}
.advent-calendar #window-16 {
  top: 651px;
  left: 205px;
  width: 62px;
  height: 222px;
  clip-path: polygon(11% 0, 100% 0px, 95% 89%, 0% 96%);
}
.advent-calendar #window-17 {
  top: 641px;
  left: 332px;
  width: 53px;
  height: 184px;
  clip-path: polygon(8% 2%, 94% 3px, 90% 92%, 2% 97%);
}
.advent-calendar #window-18 {
  top: 634px;
  left: 426px;
  width: 40px;
  height: 165px;
  clip-path: polygon(8% 2%, 94% 3px, 90% 92%, 2% 97%);
}
.advent-calendar #window-19 {
  top: 629px;
  left: 639px;
  width: 58px;
  height: 111px;
}
.advent-calendar #window-20 {
  top: 632px;
  left: 814px;
  width: 61px;
  height: 113px;
}
.advent-calendar #window-21 {
  top: 633px;
  left: 987px;
  width: 62px;
  height: 114px;
}
.advent-calendar #window-22 {
  top: 631px;
  left: 1163px;
  width: 62px;
  height: 115px;
}
.advent-calendar #window-23 {
  top: 633px;
  left: 1340px;
  width: 60px;
  height: 113px;
}
.advent-calendar #window-24 {
  top: 616px;
  left: 1578px;
  width: 38px;
  height: 187px;
  clip-path: polygon(0% 14%, 88% 29px, 93% 100%, 0% 94%);
}
.advent-calendar #window-25 {
  top: 623px;
  left: 1663px;
  width: 50px;
  height: 211px;
  clip-path: polygon(0% 14%, 88% 29px, 93% 100%, 0% 94%);
}
.advent-calendar #window-26 {
  top: 640px;
  left: 1779px;
  width: 64px;
  height: 239px;
  clip-path: polygon(0% 9%, 93% 24px, 97% 100%, 0% 93%);
}
.advent-calendar #window-27 {
  top: 854px;
  left: 633px;
  width: 60px;
  height: 102px;
}
.advent-calendar #window-28 {
  top: 854px;
  left: 811px;
  width: 61px;
  height: 105px;
}
.advent-calendar #window-29 {
  top: 792px;
  left: 960px;
  width: 112px;
  height: 187px;
  clip-path: inset(11% -2% -100% 0% round 38%);
}
.advent-calendar #window-30 {
  top: 857px;
  left: 1163px;
  width: 62px;
  height: 104px;
}
.advent-calendar #window-31 {
  top: 856px;
  left: 1344px;
  width: 61px;
  height: 103px;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  color: #FFFFFF !important;
  background-color: #bc1b22 !important;
  border-color: #ffffff !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #bc1b22 !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #bc1b22 !important;
}
.block-image-toggle {
  border: 1px dashed #a2aab2;
  background-color: #edeff0;
  line-height: 20px;
  padding: 8px 0;
  text-align: center;
  display: block;
  width: 100%;
  transition: all 0.1s ease-out;
  box-shadow: 0 0 0 0 #00a0d2;
}
.block-image-preview {
  padding: 0;
}
.wp-embed-aspect-16-9::before {
  display: none !important;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative !important;
}

/*# sourceMappingURL=style.css.map */
