/*!
Theme Name: 10design
Theme URI:
Author: 10design
Author URI:
Description:
Requires at least: 6.8
Tested up to: 6.8.1
Requires PHP: 8.4
Version: 1
License: All rights reserved by 10design
Text Domain: 10design
Tags:
*/
body {
  --wp--style--global--content-size: 70vw;
  --wp--style--global--wide-size: 80vw;
  overflow-x: hidden;
}
@media only screen and (max-width: 782px) {
  body {
    --wp--style--global--content-size: 90vw;
    --wp--style--global--wide-size: 90vw;
  }
}

.entry-content {
  margin-block: 0;
  overflow-x: hidden;
  position: relative;
}

:has(> a.overlay) {
  position: relative;
}
:has(> a.overlay) a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  font-size: 0;
}

p:empty {
  display: none;
}

.is-root-container :has(> a.overlay) a.overlay {
  border: 1px dotted blue;
  pointer-events: none;
}
.is-root-container :has(> a.overlay) a.overlay:before {
  content: "Overlay: ";
  background: white;
  display: block;
}

main.wp-block-group > *:where(:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright):not(.aligncenter):not(.wp-block-cover__background)), .entry-content > *:where(:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright):not(.aligncenter):not(.wp-block-cover__background)), .wp-block-cover > *:where(:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright):not(.aligncenter):not(.wp-block-cover__background)), .wp-block-group > *:where(:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright):not(.aligncenter):not(.wp-block-cover__background)) {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
}
main.wp-block-group > :has(> .wp-block-cover__background), .entry-content > :has(> .wp-block-cover__background), .wp-block-cover > :has(> .wp-block-cover__background), .wp-block-group > :has(> .wp-block-cover__background) {
  margin-block: 0;
}

footer.wp-block-template-part {
  margin-top: var(--wp--preset--spacing--100);
}
.entry-content:has(> .wp-block-cover:last-child) + footer.wp-block-template-part, .entry-content:has(> .wp-block-media-text:last-child) + footer.wp-block-template-part {
  margin-top: 0;
}

strong, b {
  font-weight: 600;
}

.wp-block-column > div.wpforms-container-full:not(:empty) {
  margin-top: 0;
}
.wp-block-column > div.wpforms-container-full:not(:empty) [data-field-id="1"] {
  padding-top: 0;
}

div.wpforms-container-full, .wp-core-ui div.wpforms-container-full {
  --wpforms-label-color: var(--wp--preset--color--primary);
}
div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full textarea {
  max-width: 60%;
}
div.wpforms-container-full .wpforms-submit-container, .wp-core-ui div.wpforms-container-full .wpforms-submit-container {
  --wpforms-button-border-color: var(--wp-preset--color--primary);
  --wpforms-button-background-color: transparent;
  --wpforms-button-background-color-alt: transparent;
}
div.wpforms-container-full .wpforms-submit-container button[type=submit], div.wpforms-container-full .wpforms-submit-container button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-submit-container button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-submit-container button[type=submit]:not(:hover):not(:active) {
  padding-inline: var(--wp--preset--spacing--40);
  height: var(--wp--preset--spacing--30);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 400;
  color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 0;
}
div.wpforms-container-full .wpforms-submit-container button[type=submit]:hover, div.wpforms-container-full .wpforms-submit-container button[type=submit]:not(:hover):not(:active):hover, .wp-core-ui div.wpforms-container-full .wpforms-submit-container button[type=submit]:hover, .wp-core-ui div.wpforms-container-full .wpforms-submit-container button[type=submit]:not(:hover):not(:active):hover {
  background: var(--wp--preset--color--primary);
  color: white;
}

:root :where(.wp-block-cover) {
  padding-top: var(--wp--preset--spacing--30);
  padding-bottom: var(--wp--preset--spacing--30);
}

.wp-block-cover {
  position: relative;
  display: flex;
  justify-content: center;
}
.wp-block-cover > *:where(:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright):not(.aligncenter):not(.wp-block-cover__background)) {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
  width: 100%;
}
.wp-block-cover .wp-block-cover__background {
  position: absolute;
  inset: 0;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover .wp-block-cover__inner-container {
  z-index: 1;
}

.wp-block-details summary {
  font-size: var(--wp--preset--font-size--large);
  font-weight: bold;
  font-family: var(--wp--preset--font-family--titles);
  margin-bottom: 1em;
}
.wp-block-details summary ~ * {
  margin-left: 2ch;
}

:has(.entry-content > .wp-block-gallery:first-child) header.wp-block-template-part {
  position: absolute;
  z-index: 1;
  width: 100%;
  filter: invert(1);
}
:has(.entry-content > .wp-block-gallery:first-child) .entry-content > .wp-block-gallery:first-child {
  max-width: none;
  display: block;
  position: relative;
  width: 100%;
  height: 100svh;
}
:has(.entry-content > .wp-block-gallery:first-child) .entry-content > .wp-block-gallery:first-child figure {
  width: 100% !important;
  position: absolute;
  inset: 0;
}

.wp-block-media-text {
  gap: 4vw;
}
.wp-block-media-text.alignfull .wp-block-media-text__content {
  padding-inline: var(--wp--preset--spacing--20) !important;
}
@media only screen and (min-width: 783px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding-inline: 0 calc((100vw - var(--wp--style--global--wide-size)) / 2) !important;
  }
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    padding-inline: calc((100vw - var(--wp--style--global--wide-size)) / 2) 0 !important;
  }
}
.wp-block-media-text.is-image-fill-element .wp-block-media-text__media {
  min-height: cl(260, 450);
}
.wp-block-media-text.is-image-fill-element .wp-block-media-text__content > :first-child {
  margin-block-start: 0;
}
.wp-block-media-text.is-image-fill-element .wp-block-media-text__content > :last-child {
  margin-block-end: 0;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding-inline: 0;
}
.wp-block-media-text > .wp-block-media-text__content:where(:not(.has-text-align-center, .has-text-align-right, .has-text-align-left)) {
  text-align: justify;
}

.draggable-wrapper:has(.wp-block-pullquote) {
  position: relative;
}
.draggable-wrapper:has(.wp-block-pullquote):before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 418 333' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M139.87 182.057C128.005 186.578 115.016 189.406 101.453 189.406C45.8073 189.12 0.895813 146.75 0.895813 94.7762C0.895813 42.797 45.8073 0.145996 101.453 0.145996C157.104 0.145996 202.016 42.5158 202.016 94.7762C216.141 233.75 51.7396 332.052 51.7396 332.052L38.7448 316.516C38.7448 316.235 147.5 232.057 139.87 182.057Z' fill='%23ddab58'/%3E%3Cpath d='M354.833 182.057C342.969 186.578 329.979 189.406 316.417 189.406C260.771 189.406 215.859 147.031 215.859 94.7762C215.859 42.5158 260.771 0.145996 316.417 0.145996C372.068 0.145996 416.979 42.5158 416.979 94.7762C431.104 233.75 266.703 332.052 266.703 332.052L253.708 316.516C253.708 316.235 362.464 232.057 354.833 182.057Z' fill='%23ddab58'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-20%, -50%);
  width: clamp(140px, 11.4583333333vw, 13.75rem);
  display: block;
}

:has(> .wp-block-pullquote) {
  position: relative;
}
:has(> .wp-block-pullquote) .wp-block-pullquote {
  position: relative;
}
:has(> .wp-block-pullquote) .wp-block-pullquote:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 418 333' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M139.87 182.057C128.005 186.578 115.016 189.406 101.453 189.406C45.8073 189.12 0.895813 146.75 0.895813 94.7762C0.895813 42.797 45.8073 0.145996 101.453 0.145996C157.104 0.145996 202.016 42.5158 202.016 94.7762C216.141 233.75 51.7396 332.052 51.7396 332.052L38.7448 316.516C38.7448 316.235 147.5 232.057 139.87 182.057Z' fill='%23ddab58'/%3E%3Cpath d='M354.833 182.057C342.969 186.578 329.979 189.406 316.417 189.406C260.771 189.406 215.859 147.031 215.859 94.7762C215.859 42.5158 260.771 0.145996 316.417 0.145996C372.068 0.145996 416.979 42.5158 416.979 94.7762C431.104 233.75 266.703 332.052 266.703 332.052L253.708 316.516C253.708 316.235 362.464 232.057 354.833 182.057Z' fill='%23ddab58'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-20%, -50%);
  width: clamp(140px, 11.4583333333vw, 13.75rem);
  display: block;
}
.draggable-wrapper :has(> .wp-block-pullquote) .wp-block-pullquote:before {
  content: none;
}
:has(> .wp-block-pullquote) .wp-block-pullquote blockquote {
  font-size: var(--wp--preset--font-size--medium-plus);
  position: relative;
  z-index: 1;
}
:has(> .wp-block-pullquote) .wp-block-pullquote blockquote cite {
  font-size: 0.8em;
}
@media only screen and (max-width: 782px) {
  :has(> .wp-block-pullquote) .wp-block-pullquote:before {
    transform: translate(40%, -80%);
    opacity: 0.5;
  }
  :has(> .wp-block-pullquote) .wp-block-pullquote blockquote {
    margin-left: 0;
  }
}

.has-primary-background-color {
  --custom-background-color: var(--wp--preset--color--primary);
}

.has-primary-color {
  --custom-text-color: var(--wp--preset--color--primary);
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background) {
  --custom-background-color: var(--wp--preset--color--primary);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color) {
  --custom-text-color: var(--wp--preset--color--black);
}
.wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background, .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color {
  background-color: var(--custom-background-color) !important;
  color: var(--custom-text-color) !important;
  border-color: var(--custom-text-color) !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color:focus {
  background-color: var(--custom-text-color) !important;
  color: var(--custom-background-color) !important;
  border-color: var(--custom-background-color) !important;
}

.has-white-background-color {
  --custom-background-color: var(--wp--preset--color--white);
}

.has-white-color {
  --custom-text-color: var(--wp--preset--color--white);
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background) {
  --custom-background-color: var(--wp--preset--color--primary);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color) {
  --custom-text-color: var(--wp--preset--color--black);
}
.wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background, .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color {
  background-color: var(--custom-background-color) !important;
  color: var(--custom-text-color) !important;
  border-color: var(--custom-text-color) !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color:focus {
  background-color: var(--custom-text-color) !important;
  color: var(--custom-background-color) !important;
  border-color: var(--custom-background-color) !important;
}

.has-black-background-color {
  --custom-background-color: var(--wp--preset--color--black);
}

.has-black-color {
  --custom-text-color: var(--wp--preset--color--black);
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background) {
  --custom-background-color: var(--wp--preset--color--primary);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color) {
  --custom-text-color: var(--wp--preset--color--black);
}
.wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background, .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color {
  background-color: var(--custom-background-color) !important;
  color: var(--custom-text-color) !important;
  border-color: var(--custom-text-color) !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color:focus {
  background-color: var(--custom-text-color) !important;
  color: var(--custom-background-color) !important;
  border-color: var(--custom-background-color) !important;
}

.has-primary-background-color {
  --custom-background-color: var(--wp--preset--color--primary);
}

.has-primary-color {
  --custom-text-color: var(--wp--preset--color--primary);
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background) {
  --custom-background-color: var(--wp--preset--color--primary);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color) {
  --custom-text-color: var(--wp--preset--color--black);
}
.wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background, .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color {
  background-color: var(--custom-background-color) !important;
  color: var(--custom-text-color) !important;
  border-color: var(--custom-text-color) !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-background:focus, .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-text-color:focus {
  background-color: var(--custom-text-color) !important;
  color: var(--custom-background-color) !important;
  border-color: var(--custom-background-color) !important;
}

.is-layout-grid {
  padding: 0;
  container-name: responsive-grid;
  container-type: inline-size;
}

@media only screen and (min-width: 783px) {
  .columns-1 {
    display: grid;
  }
  .columns-1:has(> *:nth-child(1)) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .columns-1:not(:has(> *:nth-child(1))) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--wp--style--block-gap, 0);
  }
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 0) / 1);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 0) / 1);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 0) / 1);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 0) / 1);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 0) / 1);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 0) / 1);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 0) / 1);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 0) / 1);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 0) / 1);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 0) / 1);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-1:not(:has(> *:nth-child(1))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-2 {
    display: grid;
  }
  .columns-2:has(> *:nth-child(2)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .columns-2:not(:has(> *:nth-child(2))) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--wp--style--block-gap, 0);
  }
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-2:not(:has(> *:nth-child(2))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-3 {
    display: grid;
  }
  .columns-3:has(> *:nth-child(3)) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .columns-3:not(:has(> *:nth-child(3))) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--wp--style--block-gap, 0);
  }
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 2) / 3);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 2) / 3);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 2) / 3);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 2) / 3);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 2) / 3);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 2) / 3);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 2) / 3);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 2) / 3);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 2) / 3);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 2) / 3);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-3:not(:has(> *:nth-child(3))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-4 {
    display: grid;
  }
  .columns-4:has(> *:nth-child(4)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .columns-4:not(:has(> *:nth-child(4))) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--wp--style--block-gap, 0);
  }
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 3) / 4);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 3) / 4);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 3) / 4);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 3) / 4);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 3) / 4);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 3) / 4);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 3) / 4);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 3) / 4);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 3) / 4);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 3) / 4);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-4:not(:has(> *:nth-child(4))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-5 {
    display: grid;
  }
  .columns-5:has(> *:nth-child(5)) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .columns-5:not(:has(> *:nth-child(5))) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--wp--style--block-gap, 0);
  }
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 4) / 5);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 4) / 5);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 4) / 5);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 4) / 5);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 4) / 5);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 4) / 5);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 4) / 5);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 4) / 5);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 4) / 5);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 4) / 5);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-5:not(:has(> *:nth-child(5))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-6 {
    display: grid;
  }
  .columns-6:has(> *:nth-child(6)) {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .columns-6:not(:has(> *:nth-child(6))) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--wp--style--block-gap, 0);
  }
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 5) / 6);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 5) / 6);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 5) / 6);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 5) / 6);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 5) / 6);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 5) / 6);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 5) / 6);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 5) / 6);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 5) / 6);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 5) / 6);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-6:not(:has(> *:nth-child(6))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-7 {
    display: grid;
  }
  .columns-7:has(> *:nth-child(7)) {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .columns-7:not(:has(> *:nth-child(7))) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--wp--style--block-gap, 0);
  }
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 6) / 7);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 6) / 7);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 6) / 7);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 6) / 7);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 6) / 7);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 6) / 7);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 6) / 7);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 6) / 7);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 6) / 7);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 6) / 7);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-7:not(:has(> *:nth-child(7))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-8 {
    display: grid;
  }
  .columns-8:has(> *:nth-child(8)) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .columns-8:not(:has(> *:nth-child(8))) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--wp--style--block-gap, 0);
  }
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 7) / 8);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 7) / 8);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 7) / 8);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 7) / 8);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 7) / 8);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 7) / 8);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 7) / 8);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 7) / 8);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 7) / 8);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 7) / 8);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-8:not(:has(> *:nth-child(8))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-9 {
    display: grid;
  }
  .columns-9:has(> *:nth-child(9)) {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .columns-9:not(:has(> *:nth-child(9))) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--wp--style--block-gap, 0);
  }
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 8) / 9);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 8) / 9);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 8) / 9);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 8) / 9);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 8) / 9);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 8) / 9);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 8) / 9);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 8) / 9);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 8) / 9);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 8) / 9);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-9:not(:has(> *:nth-child(9))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-10 {
    display: grid;
  }
  .columns-10:has(> *:nth-child(10)) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .columns-10:not(:has(> *:nth-child(10))) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: var(--wp--style--block-gap, 0);
  }
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 9) / 10);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(10):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 9) / 10);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(9):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 9) / 10);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(8):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 9) / 10);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(7):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 9) / 10);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(6):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 9) / 10);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(5):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 9) / 10);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(4):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 9) / 10);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(3):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 9) / 10);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(2):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
@media only screen and (min-width: 783px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 9) / 10);
  }
}
@media only screen and (min-width: 783px) and (min-width: 783px) and (max-width: 1023px) {
  .columns-10:not(:has(> *:nth-child(10))):has(> *:nth-child(1):last-child) > * {
    max-width: calc((100% - var(--wp--style--block-gap, 0) * 1) / 2);
  }
}
.columns-3 {
  display: grid;
}
@media only screen and (min-width: 783px) and (max-width: 1023px) {
  .columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 782px) {
  .columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.columns-4 {
  display: grid;
}
@media only screen and (min-width: 783px) and (max-width: 1023px) {
  .columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 782px) {
  .columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.columns-5 {
  display: grid;
}
@media only screen and (min-width: 783px) and (max-width: 1023px) {
  .columns-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 782px) {
  .columns-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.columns-6 {
  display: grid;
}
@media only screen and (min-width: 783px) and (max-width: 1023px) {
  .columns-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 782px) {
  .columns-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.columns-7 {
  display: grid;
}
@media only screen and (min-width: 783px) and (max-width: 1023px) {
  .columns-7 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 782px) {
  .columns-7 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.columns-8 {
  display: grid;
}
@media only screen and (min-width: 783px) and (max-width: 1023px) {
  .columns-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 782px) {
  .columns-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.columns-9 {
  display: grid;
}
@media only screen and (min-width: 783px) and (max-width: 1023px) {
  .columns-9 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 782px) {
  .columns-9 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.columns-10 {
  display: grid;
}
@media only screen and (min-width: 783px) and (max-width: 1023px) {
  .columns-10 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media only screen and (max-width: 782px) {
  .columns-10 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

:has(> .horizontal-slider) {
  --gap: calc((100vw - var(--wp--style--global--wide-size)) / 2);
  overflow: hidden;
  position: relative;
  max-width: none;
  padding-inline: var(--gap);
}
:has(> .horizontal-slider) .horizontal-slider {
  display: flex;
  gap: var(--gap);
  column-gap: var(--gap);
  width: 100%;
}
body:where(.wp-admin) :has(> .horizontal-slider) .horizontal-slider, body:where(.block-editor-iframe__body) :has(> .horizontal-slider) .horizontal-slider, body:where(.editor-styles-wrapper) :has(> .horizontal-slider) .horizontal-slider {
  flex-direction: column;
  border: 1px dashed var(--wp--preset--color--primary);
}
body:where(.wp-admin) :has(> .horizontal-slider) .horizontal-slider:before, body:where(.block-editor-iframe__body) :has(> .horizontal-slider) .horizontal-slider:before, body:where(.editor-styles-wrapper) :has(> .horizontal-slider) .horizontal-slider:before {
  content: "Slider";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
  background: var(--wp--preset--color--primary);
  color: white;
}
:has(> .horizontal-slider) .horizontal-slider > * {
  margin: 0;
  flex: 0 0 100%;
  min-width: calc((100% - var(--gap) * 0) / 1);
}
:has(> .horizontal-slider) .horizontal-slider + .arrows {
  position: relative;
  width: 120px;
  margin-left: auto;
  height: 40px;
  margin-top: 20px;
  display: flex;
  justify-content: end;
  gap: 2em;
}
:has(> .horizontal-slider) .horizontal-slider + .arrows .arrow-next, :has(> .horizontal-slider) .horizontal-slider + .arrows .arrow-prev {
  color: var(--smooth-draggable-arrow-color, var(--wp--preset--color--primary));
  cursor: pointer;
  transition: 0.1s ease-in-out;
}
:has(> .horizontal-slider) .horizontal-slider + .arrows .arrow-next.disabled, :has(> .horizontal-slider) .horizontal-slider + .arrows .arrow-prev.disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media (hover: hover) {
  :has(> .horizontal-slider) .horizontal-slider + .arrows .arrow-next:not(.disabled):hover, :has(> .horizontal-slider) .horizontal-slider + .arrows .arrow-prev:not(.disabled):hover {
    transform: scale(1.4);
  }
}
:has(> .horizontal-slider) .horizontal-slider + .arrows .arrow-next:not(.disabled):active, :has(> .horizontal-slider) .horizontal-slider + .arrows .arrow-prev:not(.disabled):active {
  transform: scale(1.4);
}
.wp-block-cover:has(.has-primary-background-color) :has(> .horizontal-slider) .horizontal-slider + .arrows .arrow-next, .wp-block-cover:has(.has-primary-background-color) :has(> .horizontal-slider) .horizontal-slider + .arrows .arrow-prev {
  color: white;
}

header.wp-block-template-part {
  position: relative;
  margin-bottom: var(--wp--preset--spacing--20);
}
@media only screen and (min-width: 783px) {
  header.wp-block-template-part {
    margin-bottom: var(--wp--preset--spacing--40);
  }
}
.home header.wp-block-template-part {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.home header.wp-block-template-part:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom, white, transparent);
}
.wp-block-navigation > li {
  font-size: var(--wp--preset--font-size--medium-plus);
}
.wp-block-navigation > li li {
  font-size: 0.9em;
  white-space: nowrap;
}
@media only screen and (max-width: 782px) {
  .wp-block-navigation > li ul {
    margin-top: 0;
  }
}

footer.wp-block-template-part {
  container-name: footer;
  container-type: inline-size;
}
footer.wp-block-template-part .is-content-justification-space-between {
  align-items: flex-start;
}
footer.wp-block-template-part #copyten {
  background: var(--wp--preset--color--primary);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
footer.wp-block-template-part #copyten a {
  color: white;
  font-family: sans-serif;
  text-decoration: none;
  font-size: clamp(12px, 0.7291666667vw, 0.875rem);
}
@container footer (max-width: 760px) {
  footer.wp-block-template-part .footer-main-wrapper {
    align-items: center !important;
    gap: 0;
    flex-direction: column;
  }
  footer.wp-block-template-part .footer-main-wrapper p, footer.wp-block-template-part .footer-main-wrapper ul, footer.wp-block-template-part .footer-main-wrapper .wp-block-group, footer.wp-block-template-part .footer-main-wrapper .wp-block-buttons {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  footer.wp-block-template-part .footer-main-wrapper .wp-block-group {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  footer.wp-block-template-part .footer-contact {
    flex-direction: column;
  }
}

[style*="aspect-ratio:3/4;"] {
  width: 100%;
  height: auto;
  aspect-ratio: 3.5/4 !important;
}

[style*="aspect-ratio:4/3;"] {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3.5 !important;
}

:root {
  --smooth-draggable-arrow-color: #ddab58;
}

:has(> * > .overlay):has(.wp-block-post-featured-image) .wp-block-post-featured-image, :has(> * > .overlay):has(.wp-block-post-featured-image) .wp-block-cover, :has(> * > .overlay):has(.wp-block-post-featured-image) .wp-block-image, :has(> * > .overlay):has(.wp-block-cover) .wp-block-post-featured-image, :has(> * > .overlay):has(.wp-block-cover) .wp-block-cover, :has(> * > .overlay):has(.wp-block-cover) .wp-block-image, :has(> * > .overlay):has(.wp-block-image) .wp-block-post-featured-image, :has(> * > .overlay):has(.wp-block-image) .wp-block-cover, :has(> * > .overlay):has(.wp-block-image) .wp-block-image {
  overflow: hidden;
}
:has(> * > .overlay):has(.wp-block-post-featured-image) .wp-block-post-featured-image img, :has(> * > .overlay):has(.wp-block-post-featured-image) .wp-block-cover img, :has(> * > .overlay):has(.wp-block-post-featured-image) .wp-block-image img, :has(> * > .overlay):has(.wp-block-cover) .wp-block-post-featured-image img, :has(> * > .overlay):has(.wp-block-cover) .wp-block-cover img, :has(> * > .overlay):has(.wp-block-cover) .wp-block-image img, :has(> * > .overlay):has(.wp-block-image) .wp-block-post-featured-image img, :has(> * > .overlay):has(.wp-block-image) .wp-block-cover img, :has(> * > .overlay):has(.wp-block-image) .wp-block-image img {
  transition: 0.3s ease-in-out;
  scale: 1;
  filter: grayscale(0);
}
:has(> * > .overlay):has(.wp-block-post-featured-image):has(.overlay:hover) .wp-block-post-featured-image img, :has(> * > .overlay):has(.wp-block-post-featured-image):has(.overlay:hover) .wp-block-cover img, :has(> * > .overlay):has(.wp-block-post-featured-image):has(.overlay:hover) .wp-block-image img, :has(> * > .overlay):has(.wp-block-cover):has(.overlay:hover) .wp-block-post-featured-image img, :has(> * > .overlay):has(.wp-block-cover):has(.overlay:hover) .wp-block-cover img, :has(> * > .overlay):has(.wp-block-cover):has(.overlay:hover) .wp-block-image img, :has(> * > .overlay):has(.wp-block-image):has(.overlay:hover) .wp-block-post-featured-image img, :has(> * > .overlay):has(.wp-block-image):has(.overlay:hover) .wp-block-cover img, :has(> * > .overlay):has(.wp-block-image):has(.overlay:hover) .wp-block-image img {
  filter: grayscale(1);
}
:has(> * > .overlay):has(.wp-block-post-featured-image) > *:has(> .overlay:hover) .wp-block-post-featured-image img, :has(> * > .overlay):has(.wp-block-post-featured-image) > *:has(> .overlay:hover) .wp-block-cover img, :has(> * > .overlay):has(.wp-block-post-featured-image) > *:has(> .overlay:hover) .wp-block-image img, :has(> * > .overlay):has(.wp-block-cover) > *:has(> .overlay:hover) .wp-block-post-featured-image img, :has(> * > .overlay):has(.wp-block-cover) > *:has(> .overlay:hover) .wp-block-cover img, :has(> * > .overlay):has(.wp-block-cover) > *:has(> .overlay:hover) .wp-block-image img, :has(> * > .overlay):has(.wp-block-image) > *:has(> .overlay:hover) .wp-block-post-featured-image img, :has(> * > .overlay):has(.wp-block-image) > *:has(> .overlay:hover) .wp-block-cover img, :has(> * > .overlay):has(.wp-block-image) > *:has(> .overlay:hover) .wp-block-image img {
  scale: 1.025;
  filter: grayscale(0);
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin-bottom: 10px;
}

header.wp-block-template-part .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
header.wp-block-template-part .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: var(--wp--preset--color--primary);
  color: white !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100dvw;
  height: 100dvh;
}
header.wp-block-template-part .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
header.wp-block-template-part .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog,
header.wp-block-template-part .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
header.wp-block-template-part .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
  height: 100%;
}
header.wp-block-template-part .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
header.wp-block-template-part .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 1rem;
  text-align: center;
  height: 100%;
}
header.wp-block-template-part .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
header.wp-block-template-part .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  justify-content: center;
  gap: 1.5em;
  --wp--preset--font-size--medium: var(--wp--preset--font-size--large);
}
header.wp-block-template-part .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
header.wp-block-template-part .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  width: 100%;
  align-items: center;
}
header.wp-block-template-part .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item:hover,
header.wp-block-template-part .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item:hover {
  background-color: var(--wp--preset--color--secondary);
  color: white;
}/*# sourceMappingURL=style.css.map */