html {
  font-size: 62.5%;
}

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

.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 .is-style-small-margin,
body .is-style-small-margin {
  gap: 2rem;
}
@media only screen and (min-width: 961px) {
  .editor-styles-wrapper .is-style-large-margin,
  body .is-style-large-margin {
    gap: 8rem;
  }
}
@media only screen and (min-width: 1161px) {
  .editor-styles-wrapper .is-style-large-margin,
  body .is-style-large-margin {
    gap: 12rem;
  }
}
.editor-styles-wrapper .wp-block-button.is-style-arrowBtn,
body .wp-block-button.is-style-arrowBtn {
  transition: all 0.5s ease-in-out;
}
.editor-styles-wrapper .wp-block-button.is-style-arrowBtn .wp-block-button__link,
body .wp-block-button.is-style-arrowBtn .wp-block-button__link {
  background-color: transparent !important;
  line-height: normal !important;
  letter-spacing: -0.72px !important;
  padding: 0 !important;
  display: flex;
  font-weight: 400;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  text-align: left !important;
  border: 0;
  font-size: 2.1rem;
}
.editor-styles-wrapper .wp-block-button.is-style-arrowBtn .wp-block-button__link:before,
body .wp-block-button.is-style-arrowBtn .wp-block-button__link:before {
  font-family: "icomoon" !important;
  content: "\e902";
  display: inline-block;
}
.editor-styles-wrapper .wp-block-button.is-style-arrowBtn .wp-block-button__link:hover,
body .wp-block-button.is-style-arrowBtn .wp-block-button__link:hover {
  box-shadow: none !important;
}
.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-columns-no-margin .wp-block-column:not(:first-child),
body .wp-block-columns.is-style-columns-no-margin .wp-block-column:not(:first-child) {
  margin-left: 0 !important;
}
.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-huge,
body .wp-block-list.is-style-huge {
  padding-left: 0;
}
.editor-styles-wrapper .wp-block-list.is-style-huge li,
body .wp-block-list.is-style-huge li {
  font-size: 3rem;
  line-height: 1.2;
  padding-bottom: 3rem;
  border-bottom: 4px solid currentColor;
  position: relative;
  margin-bottom: 6rem;
  list-style-type: none;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.editor-styles-wrapper .wp-block-list.is-style-huge li.visible:after,
body .wp-block-list.is-style-huge li.visible:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.editor-styles-wrapper .wp-block-list.is-style-huge li:before,
body .wp-block-list.is-style-huge li:before {
  text-align: center;
  line-height: 0.9;
  font-size: 4rem;
  background-color: #3292fb;
  border: 2px solid white;
  border-radius: 50%;
  padding: 1rem;
  width: 6rem;
  height: 6rem;
  counter-increment: 1;
  content: counter(list-item);
  display: block;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
}
.editor-styles-wrapper .wp-block-list.is-style-huge li:after,
body .wp-block-list.is-style-huge li:after {
  content: "\e901";
  font-family: "icomoon";
  text-align: center;
  color: currentColor;
  display: block;
  position: absolute;
  left: calc(50% - 1.5rem);
  bottom: -4.5rem;
  font-size: 4rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.5s ease-in-out;
}
.editor-styles-wrapper .wp-block-list.is-style-huge li:last-child,
body .wp-block-list.is-style-huge li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.editor-styles-wrapper .wp-block-list.is-style-huge li:last-child:after,
body .wp-block-list.is-style-huge li:last-child:after {
  content: "";
}

.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: 0.6rem;
  overflow: hidden;
}

.wp-block-cover.is-style-rounded-corners {
  border-radius: 0;
  border-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-highlight {
  display: inline;
  padding: 4px 6px;
  line-height: 1.4; /* adjust this to avoid overlapping the padding */
  background-color: #e7ff00;
  border-radius: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  filter: url("#instagram");
}
body .is-style-rounded {
  border-radius: 0.6rem;
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.4);
}
body .is-style-no-entry-fx {
  opacity: 1 !important;
  transform: none !important;
}
body .is-style-no-entry-fx p, body .is-style-no-entry-fx h1, body .is-style-no-entry-fx h2, body .is-style-no-entry-fx h3, body .is-style-no-entry-fx h4, body .is-style-no-entry-fx h5, body .is-style-no-entry-fx ul, body .is-style-no-entry-fx li {
  opacity: 1 !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 {
  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 {
  transform: translateY(0rem) !important;
  opacity: 1 !important;
}
body .site-inner .is-style-left-pipe:before {
  bottom: calc(100% - 2rem) !important;
  transition: all 0.5s ease-in-out;
}
body .site-inner .is-style-left-pipe.visible:before {
  bottom: 3rem !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 */