html {
  font-size: 62.5%;
}

.editor-styles-wrapper .is-style-wing,
body .is-style-wing {
  background-position: 150% bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/wing_xl.svg");
  position: relative;
  z-index: 1;
}
.editor-styles-wrapper .is-style-wing::before,
body .is-style-wing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 90%;
  width: 100vw;
  height: 100%;
  background-color: white;
  z-index: 0;
}
.editor-styles-wrapper .is-style-wing *,
body .is-style-wing * {
  z-index: 1;
}
.editor-styles-wrapper .is-style-wing p,
body .is-style-wing p {
  max-width: 500px;
  margin-right: 0;
  float: right;
}
.editor-styles-wrapper .is-style-sticker img,
body .is-style-sticker img {
  margin-left: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 800px) {
  .editor-styles-wrapper .is-style-sticker img,
  body .is-style-sticker img {
    width: 120px !important;
    margin-left: 30px;
    margin-top: -60px;
  }
}
.editor-styles-wrapper .is-style-logo-pull img,
body .is-style-logo-pull img {
  position: relative;
  z-index: 1;
}
.editor-styles-wrapper .wp-block-table.is-style-compact td,
body .wp-block-table.is-style-compact td {
  padding: 2px 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu,
body .wp-block-table.is-style-menu {
  width: auto !important;
  display: table;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr,
body .wp-block-table.is-style-menu tr {
  width: auto;
  margin-bottom: 2px;
  padding: 2px 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td,
body .wp-block-table.is-style-menu tr td {
  padding: 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td:first-child,
body .wp-block-table.is-style-menu tr td:first-child {
  padding-left: 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td:last-child:before,
body .wp-block-table.is-style-menu tr td:last-child:before {
  margin-left: 15px;
  margin-right: 15px;
  content: "|";
}
@media only screen and (max-width: 968px) {
  .editor-styles-wrapper .is-style-wrap-row,
  body .is-style-wrap-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    flex-direction: column;
  }
  .editor-styles-wrapper .is-style-wrap-row p,
  body .is-style-wrap-row p {
    width: 100%;
    text-align: center;
    margin: 0px auto;
  }
}

.block-editor-link-control {
  min-width: 250px;
  position: relative;
}

.editor-styles-wrapper .wp-block-table.is-style-menu tr {
  border: 1px solid currentColor;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td {
  padding: 2px 10px !important;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td:last-child {
  margin-left: 0;
  margin-right: 0;
}
.editor-styles-wrapper .wp-block-table.is-style-menu tr td:last-child:before {
  display: none;
  content: "";
}
@media (max-width: 781px) {
  .editor-styles-wrapper .tcc-hide-mobile,
  .editor-styles-wrapper .tcc-show-desktop-only {
    display: inherit !important;
  }
}
@media (min-width: 782px) {
  .editor-styles-wrapper .tcc-hide-desktop,
  .editor-styles-wrapper .tcc-show-mobile-only {
    display: inherit !important;
  }
}

.wp-block-group.is-style-rounded-corners {
  border-radius: 1rem;
  overflow: hidden;
}

.wp-block-cover.is-style-rounded-corners {
  border-radius: 0;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  overflow: hidden;
}

@media (max-width: 1060px) {
  body .tcc-hide-mobile,
  body .tcc-show-desktop-only {
    display: none !important;
  }
}
@media (min-width: 1061px) {
  body .tcc-hide-desktop,
  body .tcc-show-mobile-only {
    display: none !important;
  }
}
body .is-style-rounded {
  border-radius: 0.6rem;
  overflow: hidden;
}
body .is-style-no-entry-fx {
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
body .has-fullHeight {
  height: 100%;
}

.wp-block-query ul li {
  list-style-type: none;
}/*# sourceMappingURL=tcc_block_styles.css.map */