/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/public/public.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
div#content {
  overflow: hidden;
}

.blockwheels-section {
  position: relative;
  /*--------------------------------------------------------------
  # Alignment
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Spacing
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Display Grid
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Display Flex
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Featured Image
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Columns
  --------------------------------------------------------------*/
}
.blockwheels-section:not(:last-child) {
  margin-bottom: 28px;
}
.blockwheels-section .grid .wp-block {
  margin: 0 !important;
}
.blockwheels-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.blockwheels-section .text-right {
  text-align: right !important;
}
.blockwheels-section .text-center {
  text-align: center !important;
}
.blockwheels-section .text-left {
  text-align: left !important;
}
.blockwheels-section .justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.blockwheels-section .justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blockwheels-section .justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blockwheels-section .justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blockwheels-section .justify-items-start {
  justify-items: flex-start;
}
.blockwheels-section .justify-items-end {
  justify-items: flex-end;
}
.blockwheels-section .justify-items-center {
  justify-items: center;
}
.blockwheels-section .align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blockwheels-section .align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.blockwheels-section .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blockwheels-section .align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.blockwheels-section .align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.blockwheels-section .gap {
  gap: 20px;
}
.blockwheels-section .gap-15 {
  gap: 15px;
}
.blockwheels-section .grid {
  display: grid;
  margin: 0;
}
.blockwheels-section .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.blockwheels-section .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.blockwheels-section .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.blockwheels-section .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.blockwheels-section .grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.blockwheels-section .grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.blockwheels-section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blockwheels-section .flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blockwheels-section .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.blockwheels-section .flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.blockwheels-section .flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blockwheels-section .flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.blockwheels-section .flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blockwheels-section .flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.blockwheels-section .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.blockwheels-section .flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.blockwheels-section .wp-block-image {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  line-height: 0;
}
.blockwheels-section .wp-block-image img {
  width: 100%;
  z-index: 1;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blockwheels-section .wp-block-image.effect_none img,
.blockwheels-section .wp-block-image.effect_zoomin img,
.blockwheels-section .wp-block-image.effect_zoomout:hover img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.blockwheels-section .wp-block-image.effect_zoomin:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.blockwheels-section .wp-block-image.effect_zoomout img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.blockwheels-section .wp-block-image.effect_gray img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.blockwheels-section .wp-block-image.effect_gray:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.blockwheels-section .wp-block-image.effect_sepia img {
  -webkit-filter: sepia(30%);
          filter: sepia(30%);
}
.blockwheels-section .wp-block-image.effect_sepia:hover img {
  -webkit-filter: sepia(0%);
          filter: sepia(0%);
}
.blockwheels-section .wp-block-image.effect_bright img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.blockwheels-section .wp-block-image.effect_bright:hover img {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.blockwheels-section .wp-block-image.effect_trans img {
  width: 110%;
  width: calc(100% + 15px);
  width: -webkit-calc(100% + 15px);
}
.blockwheels-section .wp-block-image.effect_trans img {
  -webkit-transform: translateX(-15px) scale(1.15);
      -ms-transform: translateX(-15px) scale(1.15);
          transform: translateX(-15px) scale(1.15);
}
.blockwheels-section .wp-block-image.effect_trans:hover img {
  -webkit-transform: translateX(0px) scale(1.15);
      -ms-transform: translateX(0px) scale(1.15);
          transform: translateX(0px) scale(1.15);
}
.blockwheels-section .wp-block-image.effect_scale:hover img {
  -webkit-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
      -ms-transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
          transform: scaleX(1.3) scaleY(1.3) rotate(5deg);
}
.blockwheels-section .image-ratio:not([data-ratio=auto]) .wp-block-image {
  height: 0;
  margin: 0;
}
.blockwheels-section .image-ratio:not([data-ratio=auto]) .wp-block-image img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  margin: 0;
}
.blockwheels-section .image-ratio[data-ratio=auto] .wp-block-image img {
  height: inherit;
}
.blockwheels-section [data-ratio="1x1"] .wp-block-image {
  padding-bottom: 100%;
}
.blockwheels-section [data-ratio="3x2"] .wp-block-image {
  padding-bottom: 66.6666666667%;
}
.blockwheels-section [data-ratio="4x3"] .wp-block-image {
  padding-bottom: 75%;
}
.blockwheels-section [data-ratio="16x9"] .wp-block-image {
  padding-bottom: 56.25%;
}
.blockwheels-section [data-ratio="21x9"] .wp-block-image {
  padding-bottom: 42.8571428571%;
}
.blockwheels-section [data-ratio="2x3"] .wp-block-image {
  padding-bottom: 150%;
}
.blockwheels-section [data-ratio="3x4"] .wp-block-image {
  padding-bottom: 133.3333333333%;
}
.blockwheels-section .columns {
  --w-100: 100%;
  --w-50: 50%;
  --w-33: 33.333333%;
  --w-25: 25%;
  --w-20: 20%;
  --w-16: 16.666666%;
  --v1: 0 0 var(--w-100);
  --v2: 0 0 var(--w-50);
  --v3: 0 0 var(--w-33);
  --v4: 0 0 var(--w-25);
  --v5: 0 0 var(--w-20);
  --v6: 0 0 var(--w-16);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.blockwheels-section .columns > .column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  width: 100%;
  padding: 0;
}
.blockwheels-section .columns[data-columns="1"] > .column {
  -ms-flex: var(--v1);
  -webkit-box-flex: var(--v1);
          flex: var(--v1);
  max-width: var(--w-100);
}
.blockwheels-section .columns[data-columns="2"] > .column {
  -ms-flex: var(--v2);
  -webkit-box-flex: var(--v2);
          flex: var(--v2);
  max-width: var(--w-50);
}
.blockwheels-section .columns[data-columns="3"] > .column {
  -ms-flex: var(--v3);
  -webkit-box-flex: var(--v3);
          flex: var(--v3);
  max-width: var(--w-33);
}
.blockwheels-section .columns[data-columns="4"] > .column {
  -ms-flex: var(--v4);
  -webkit-box-flex: var(--v4);
          flex: var(--v4);
  max-width: var(--w-25);
}
.blockwheels-section .columns[data-columns="5"] > .column {
  -ms-flex: var(--v5);
  -webkit-box-flex: var(--v5);
          flex: var(--v5);
  max-width: var(--w-20);
}
.blockwheels-section .columns[data-columns="6"] > .column {
  -ms-flex: var(--v6);
  -webkit-box-flex: var(--v6);
          flex: var(--v6);
  max-width: var(--w-16);
}
@media screen and (max-width: 1023px) {
  .blockwheels-section {
    /*--------------------------------------------------------------
    # Alignment
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    # Display Flex
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    # Columns
    --------------------------------------------------------------*/
  }
  .blockwheels-section .md-text-right {
    text-align: right !important;
  }
  .blockwheels-section .md-text-center {
    text-align: center !important;
  }
  .blockwheels-section .md-text-left {
    text-align: left !important;
  }
  .blockwheels-section .md-justify-content-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blockwheels-section .md-justify-content-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .blockwheels-section .md-justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blockwheels-section .md-justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blockwheels-section .md-justify-items-start {
    justify-items: flex-start;
  }
  .blockwheels-section .md-justify-items-end {
    justify-items: flex-end;
  }
  .blockwheels-section .md-justify-items-center {
    justify-items: center;
  }
  .blockwheels-section .md-align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blockwheels-section .md-align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .blockwheels-section .md-align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blockwheels-section .md-align-items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .blockwheels-section .md-align-items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .blockwheels-section .md-grid {
    display: grid;
  }
  .blockwheels-section .md-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .blockwheels-section .md-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blockwheels-section .md-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .blockwheels-section .md-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .blockwheels-section .md-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .blockwheels-section .md-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .blockwheels-section .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blockwheels-section .md-flex-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .blockwheels-section .md-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .blockwheels-section .md-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .blockwheels-section .md-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blockwheels-section .md-flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blockwheels-section .md-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blockwheels-section .md-flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .blockwheels-section .md-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .blockwheels-section .columns[data-columns-md="1"] > .column {
    -ms-flex: var(--v1);
    -webkit-box-flex: var(--v1);
            flex: var(--v1);
    max-width: var(--w-100);
  }
  .blockwheels-section .columns[data-columns-md="2"] > .column {
    -ms-flex: var(--v2);
    -webkit-box-flex: var(--v2);
            flex: var(--v2);
    max-width: var(--w-50);
  }
  .blockwheels-section .columns[data-columns-md="3"] > .column {
    -ms-flex: var(--v3);
    -webkit-box-flex: var(--v3);
            flex: var(--v3);
    max-width: var(--w-33);
  }
  .blockwheels-section .columns[data-columns-md="4"] > .column {
    -ms-flex: var(--v4);
    -webkit-box-flex: var(--v4);
            flex: var(--v4);
    max-width: var(--w-25);
  }
  .blockwheels-section .columns[data-columns-md="5"] > .column {
    -ms-flex: var(--v5);
    -webkit-box-flex: var(--v5);
            flex: var(--v5);
    max-width: var(--w-20);
  }
  .blockwheels-section .columns[data-columns-md="6"] > .column {
    -ms-flex: var(--v6);
    -webkit-box-flex: var(--v6);
            flex: var(--v6);
    max-width: var(--w-16);
  }
}
@media screen and (max-width: 767px) {
  .blockwheels-section {
    /*--------------------------------------------------------------
    # Alignment
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    # Display Flex
    --------------------------------------------------------------*/
    /*--------------------------------------------------------------
    # Columns
    --------------------------------------------------------------*/
  }
  .blockwheels-section .sm-text-right {
    text-align: right !important;
  }
  .blockwheels-section .sm-text-center {
    text-align: center !important;
  }
  .blockwheels-section .sm-text-left {
    text-align: left !important;
  }
  .blockwheels-section .sm-justify-content-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blockwheels-section .sm-justify-content-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .blockwheels-section .sm-justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blockwheels-section .sm-justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blockwheels-section .sm-justify-items-start {
    justify-items: flex-start;
  }
  .blockwheels-section .sm-justify-items-end {
    justify-items: flex-end;
  }
  .blockwheels-section .sm-justify-items-center {
    justify-items: center;
  }
  .blockwheels-section .sm-align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blockwheels-section .sm-align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .blockwheels-section .sm-align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blockwheels-section .sm-align-items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .blockwheels-section .sm-align-items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .blockwheels-section .sm-grid {
    display: grid;
  }
  .blockwheels-section .sm-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .blockwheels-section .sm-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blockwheels-section .sm-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .blockwheels-section .sm-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .blockwheels-section .sm-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .blockwheels-section .sm-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .blockwheels-section .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blockwheels-section .sm-flex-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .blockwheels-section .sm-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .blockwheels-section .sm-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .blockwheels-section .sm-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blockwheels-section .sm-flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blockwheels-section .sm-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blockwheels-section .sm-flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .blockwheels-section .sm-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .blockwheels-section .columns[data-columns-sm="1"] > .column {
    -ms-flex: var(--v1);
    -webkit-box-flex: var(--v1);
            flex: var(--v1);
    max-width: var(--w-100);
  }
  .blockwheels-section .columns[data-columns-sm="2"] > .column {
    -ms-flex: var(--v2);
    -webkit-box-flex: var(--v2);
            flex: var(--v2);
    max-width: var(--w-50);
  }
  .blockwheels-section .columns[data-columns-sm="3"] > .column {
    -ms-flex: var(--v3);
    -webkit-box-flex: var(--v3);
            flex: var(--v3);
    max-width: var(--w-33);
  }
  .blockwheels-section .columns[data-columns-sm="4"] > .column {
    -ms-flex: var(--v4);
    -webkit-box-flex: var(--v4);
            flex: var(--v4);
    max-width: var(--w-25);
  }
  .blockwheels-section .columns[data-columns-sm="5"] > .column {
    -ms-flex: var(--v5);
    -webkit-box-flex: var(--v5);
            flex: var(--v5);
    max-width: var(--w-20);
  }
  .blockwheels-section .columns[data-columns-sm="6"] > .column {
    -ms-flex: var(--v6);
    -webkit-box-flex: var(--v6);
            flex: var(--v6);
    max-width: var(--w-16);
  }
}

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