html {
  font-size: 62.5%;
}

.wp-block-button__link {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.editor-styles-wrapper .is-style-huge,
body .is-style-huge {
  font-size: 11rem !important;
}
@media only screen and (max-width: 960px) {
  .editor-styles-wrapper .is-style-huge,
  body .is-style-huge {
    font-size: 5rem !important;
  }
}
.editor-styles-wrapper .is-style-electric-bulltets li,
body .is-style-electric-bulltets li {
  position: relative;
  margin: 0.4rem 0;
  list-style-type: none;
  padding-left: 2rem !important;
}
.editor-styles-wrapper .is-style-electric-bulltets li::before,
body .is-style-electric-bulltets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 2px solid #003366;
  border-radius: 50%;
  background: transparent;
}
.editor-styles-wrapper .is-style-electric-bulltets-white li,
body .is-style-electric-bulltets-white li {
  position: relative;
  margin: 0.4rem 0;
  list-style-type: none;
  padding-left: 2rem !important;
}
.editor-styles-wrapper .is-style-electric-bulltets-white li::before,
body .is-style-electric-bulltets-white li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-radius: 50%;
  background: transparent;
}
.editor-styles-wrapper .is-style-white-triangle,
body .is-style-white-triangle {
  position: relative;
}
.editor-styles-wrapper .is-style-white-triangle::before,
body .is-style-white-triangle::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 6rem solid white;
  z-index: 2;
  display: block;
}
.editor-styles-wrapper .is-style-no-top-margin,
body .is-style-no-top-margin {
  margin-top: 0 !important;
}
.editor-styles-wrapper .is-style-no-bottom-margin, .editor-styles-wrapper .is-style-no-margin-bottom,
body .is-style-no-bottom-margin,
body .is-style-no-margin-bottom {
  margin-bottom: 0 !important;
}
.editor-styles-wrapper .is-style-no-bottom-padding,
body .is-style-no-bottom-padding {
  padding-bottom: 0 !important;
  margin-bottom: -2px;
}
.editor-styles-wrapper .is-style-highlight,
body .is-style-highlight {
  display: inline !important;
  padding: 4px 12px !important;
  line-height: 1.4 !important; /* adjust this to avoid overlapping the padding */
  background-color: #fdc721;
  border-radius: 4px !important;
  box-decoration-break: clone !important;
  -webkit-box-decoration-break: clone !important;
  filter: url("#instagram");
}
.editor-styles-wrapper .is-style-trapeze-before,
body .is-style-trapeze-before {
  position: relative;
}
.editor-styles-wrapper .is-style-trapeze-before:before,
body .is-style-trapeze-before:before {
  content: "";
  height: 60px;
  /* aspect-ratio: 3 / 2; */
  clip-path: polygon(var(--p) 0, calc(100% - var(--p)) 0, 100% 100%, 0 100%);
  background: inherit;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  --p: 40px;
}
.editor-styles-wrapper .tccRibbon,
body .tccRibbon {
  position: relative;
  font-weight: 600;
}
.editor-styles-wrapper .tccRibbon:after,
body .tccRibbon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 90%;
  z-index: -1;
  background-image: url(../images/ribbon.svg);
  background-size: contain;
  height: 4rem;
  background-repeat: no-repeat;
}
.editor-styles-wrapper .tccLasso,
body .tccLasso {
  position: relative;
}
.editor-styles-wrapper .tccLasso:after,
body .tccLasso:after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: 6%;
  bottom: -6%;
  z-index: -1;
  background-image: url(../images/lasso.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.editor-styles-wrapper .wp-block-button.is-style-clipped-corner .wp-block-button__link,
body .wp-block-button.is-style-clipped-corner .wp-block-button__link {
  clip-path: polygon(0 0, 95% 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
}
.editor-styles-wrapper .wp-block-columns,
body .wp-block-columns {
  gap: 5rem;
}
.editor-styles-wrapper .wp-block-columns.is-style-columns-no-margin,
body .wp-block-columns.is-style-columns-no-margin {
  gap: 0 !important;
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-columns.is-style-small-margin,
body .wp-block-columns.is-style-small-margin {
  gap: 3rem;
}
@media only screen and (min-width: 961px) {
  .editor-styles-wrapper .wp-block-columns.is-style-large-margin,
  body .wp-block-columns.is-style-large-margin {
    gap: 8rem;
  }
}
@media only screen and (min-width: 1240px) {
  .editor-styles-wrapper .wp-block-columns.is-style-large-margin,
  body .wp-block-columns.is-style-large-margin {
    gap: 10rem;
  }
}
.editor-styles-wrapper .wp-block-columns.is-style-overlapping,
body .wp-block-columns.is-style-overlapping {
  gap: 0 !important;
}
.editor-styles-wrapper .wp-block-columns.is-style-overlapping .wp-block-column:not(:first-child),
body .wp-block-columns.is-style-overlapping .wp-block-column:not(:first-child) {
  margin-left: -5% !important;
  z-index: 1;
}
@media only screen and (max-width: 781px) {
  .editor-styles-wrapper .wp-block-columns.has-mobileSettings,
  body .wp-block-columns.has-mobileSettings {
    flex-direction: column-reverse;
  }
}
.editor-styles-wrapper .wp-block-list.is-style-explode,
body .wp-block-list.is-style-explode {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: space-between;
}
.editor-styles-wrapper .wp-block-list.is-style-explode li,
body .wp-block-list.is-style-explode li {
  display: block;
  font-family: "Antic Slab", serif;
  font-weight: 700;
}
.editor-styles-wrapper .is-style-bullseye,
body .is-style-bullseye {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50% !important;
  overflow: hidden;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  margin: auto;
  font-weight: 400;
  padding: 0 !important;
}

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

.editor-styles-wrapper .tccRibbon:after {
  z-index: 0;
}
.editor-styles-wrapper .has-padding-none {
  padding: 0rem 0rem;
}
@media only screen and (max-width: 960px) {
  .editor-styles-wrapper .has-padding-none {
    padding: 0 0rem !important;
  }
}
.editor-styles-wrapper .has-padding-small {
  padding: 0rem 6rem;
}
@media only screen and (max-width: 960px) {
  .editor-styles-wrapper .has-padding-small {
    padding: 0 2rem;
  }
}
.editor-styles-wrapper .has-padding-large {
  padding: 0rem 8rem !important;
}
@media only screen and (max-width: 960px) {
  .editor-styles-wrapper .has-padding-large {
    padding: 0rem 2rem !important;
  }
}
.editor-styles-wrapper hr.wp-block-separator {
  border-width: 3px;
  margin-left: 0;
  margin-right: auto;
}
.editor-styles-wrapper hr.wp-block-separator.is-style-wide {
  border-width: 1px;
  max-width: 1062px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-image.is-style-rounded-corners img {
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
}

.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 only screen and (min-width: 961px) {
  .wp-block-cover.has-padding-large {
    padding: 0 8rem;
  }
}

@media only screen and (min-width: 961px) {
  .wp-block-cover.has-padding-small {
    padding: 0 4rem;
  }
}

.wp-block-cover.has-padding-none {
  padding: 0rem 0rem;
}
@media only screen and (max-width: 960px) {
  .wp-block-cover.has-padding-none {
    padding: 0 0rem !important;
  }
}

body .is-style-rounded {
  border-radius: 0.6rem;
  -webkit-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.4);
}
body .is-style-no-entry-fx {
  opacity: 1 !important;
  -webkit-transform: none !important;
  transform: none !important;
}
body .has-fullHeight {
  height: 100%;
}
body .has-padding-micro {
  padding: 0 3rem !important;
}
body .has-padding-small {
  padding: 0 6rem;
}
@media only screen and (max-width: 960px) {
  body .has-padding-small {
    padding: 0 2rem;
  }
}
body .has-padding-small.alignfull:not(.has-background) .wp-block-group__inner-container > p:not(.has-background-color) {
  padding-left: 0;
  padding-right: 0;
}
body .has-padding-large {
  padding: 0 8rem !important;
}
@media only screen and (max-width: 960px) {
  body .has-padding-large {
    padding: 0 2rem !important;
  }
}
body .wp-block-image.is-style-column-icon figure {
  width: 100%;
  margin: 0;
}
body .wp-block-cover.has-bgShift-small .wp-block-cover__background {
  top: 6.4rem;
}
body .wp-block-cover.has-bgShift-large .wp-block-cover__background {
  top: 10rem;
}
@media only screen and (max-width: 960px) {
  body .wp-block-cover.has-bgShift-large .wp-block-cover__background {
    top: 8rem;
  }
}
body .wp-block-cover.has-bgShift-xlarge .wp-block-cover__background {
  top: 18rem;
}
@media only screen and (max-width: 960px) {
  body .wp-block-cover.has-bgShift-xlarge .wp-block-cover__background {
    top: 12rem;
  }
}
body .site-inner .is-style-rise .wp-block-image {
  -webkit-transform: translateY(10rem) !important;
  transform: translateY(10rem) !important;
  opacity: 0 !important;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
body .site-inner .is-style-rise.visible .wp-block-image {
  -webkit-transform: translateY(0rem) !important;
  transform: translateY(0rem) !important;
  opacity: 1 !important;
}
body hr.wp-block-separator {
  border-width: 3px;
  margin-left: 0;
  margin-right: auto;
}
body hr.wp-block-separator.is-style-wide {
  border-width: 1px;
}
body.whitefooter #genesis-footer-widgets {
  background-color: white;
  color: #245da0 !important;
}
body.whitefooter #genesis-footer-widgets p, body.whitefooter #genesis-footer-widgets h1, body.whitefooter #genesis-footer-widgets h2, body.whitefooter #genesis-footer-widgets h3, body.whitefooter #genesis-footer-widgets h4, body.whitefooter #genesis-footer-widgets h5, body.whitefooter #genesis-footer-widgets h6, body.whitefooter #genesis-footer-widgets a {
  color: #245da0 !important;
}

.is-style-shady {
  box-shadow: 0px 8px 39px 18px rgba(0, 0, 0, 0.3);
}

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