/* CSS Reset */
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  /* 2. Remove default margin */
  margin: 0;
  /* 3. Add accessible line-height */
  line-height: calc(1em + 0.5rem);
}

html:not(.block-editor-iframe__html),
body:not(.block-editor-iframe__body) {
  overflow-x: hidden;
  width: 100%;
}
html:not(.block-editor-iframe__html) {
  overflow-y: hidden;
}

body {
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/*
    9. Create a root stacking context
  */
#root,
#__next {
  isolation: isolate;
}

/* End CSS Reset */


/* GeneratePress Overrides */
.separate-containers .site-main {
    margin: 0px;
}

.separate-containers .inside-article {
  background: none;
  padding-left: 0px;
  padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-header {
  background: none;
  padding: 0px 0px;
}

.main-navigation.sub-menu-right {
  background: none;
}

.main-navigation a {
  font-size: inherit;
}

.inside-footer-widgets .widget {
  margin-bottom: 15px;
}

/* End GeneratePress Overrides */

/* Better Shadows */
:root {
  /*   --shadow-color: 312deg 20% 36%; */
  --shadow-color: from var(--hex-shadow-color) h s l;
  --shadow-elevation-low:
    0.4px 0.5px 0.7px hsl(var(--shadow-color) / 0.35),
    0.7px 0.9px 1.3px -1.2px hsl(var(--shadow-color) / 0.35),
    1.6px 2.1px 3px -2.5px hsl(var(--shadow-color) / 0.35);
  --shadow-elevation-medium:
    0.4px 0.5px 0.7px hsl(var(--shadow-color) / 0.37),
    1.3px 1.8px 2.5px -0.8px hsl(var(--shadow-color) / 0.37),
    3.3px 4.4px 6.2px -1.7px hsl(var(--shadow-color) / 0.37),
    8px 10.7px 15px -2.5px hsl(var(--shadow-color) / 0.37);
  --shadow-elevation-high:
    0.4px 0.5px 0.7px hsl(var(--shadow-color) / 0.34),
    2.3px 3.2px 4.4px -0.4px hsl(var(--shadow-color) / 0.34),
    4.4px 5.9px 8.3px -0.7px hsl(var(--shadow-color) / 0.34),
    7.2px 9.7px 13.6px -1.1px hsl(var(--shadow-color) / 0.34),
    11.5px 15.5px 21.7px -1.4px hsl(var(--shadow-color) / 0.34),
    18px 24.2px 33.9px -1.8px hsl(var(--shadow-color) / 0.34),
    27.4px 36.8px 51.6px -2.1px hsl(var(--shadow-color) / 0.34),
    40.4px 54.2px 76.1px -2.5px hsl(var(--shadow-color) / 0.34);
}

html {
  height: 100%;
  font-size: 20px;
}

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  height: 100%;
  background: rgb(234, 203, 210);
  background: linear-gradient(
    177deg,
    var(--main-gradient-1) 0%,
    var(--main-gradient-2) 55%,
    var(--main-gradient-3) 100%
  );
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: var(--contrast);
}

.inside-header {
  /*   display: flex; */
  /*   justify-content: space-between; */
  /*   align-items: center; */
  background-color: var(--section-bg-main);
  box-shadow: var(--shadow-elevation-high);
  border: 4px solid var(--contrast);
  /*   margin: 20px 0 50px; */
  padding: 15px 30px;
  position: relative;
  flex-wrap: wrap;
}

.inside-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at center, var(--contrast) 0.15rem, transparent 0),
    radial-gradient(circle at center, var(--contrast) 0.15rem, transparent 0);
  background-size: 0.8rem 0.8rem;
  background-position:
    0 0,
    0.4rem 0.4rem;
  -webkit-mask-image: linear-gradient(rgb(0 0 0 / 0), rgb(0 0 0));
  mask-image: linear-gradient(
    177deg,
    rgb(0 0 0 / 0) 0%,
    rgb(0 0 0 / 0) 60%,
    rgb(0 0 0) 100%
  );
}

.logo-wrap {
  /* flex-basis: min-content; */
}

.site-branding .main-title {
  font-size: 1.75rem;
  font-family: "Fascinate Inline", system-ui;
  font-weight: 400;
  font-style: normal;
  z-index: 1;
  display: block;
  max-width: min-content;
}

.inside-navigation {
  z-index: 1;
  /*   display: none; */
  /*   position: absolute; */
  /*   right: 30px; */
  /*   top: 84%; */
  /*   border: 3px solid var(--contrast); */
  /*   background-color: #fff; */
  /*   padding: 20px; */
}

.contact-section .styled-textbox {
  padding: 50px 30px;
}

body.page {
  padding: 8px;
}

.site-branding-container {
  z-index: 1;
}

.main-navigation.sub-menu-right {
  display: none;
}

.mobile-menu-open .main-navigation.sub-menu-right {
  display: block;
}

.main-navigation.mobile-menu-control-wrapper {
  z-index: 1;
}

.nav-menu.open {
  display: block;
}
.main-navigation ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 0;
}

.main-navigation.sub-menu-right.toggled {
  width: 100%;
}

.main-navigation.sub-menu-right li {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 8px;
}

.main-navigation a,
.footer-widgets a {
  text-decoration: none;
  color: var(--contrast);
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
/* 
.main-navigation a:not(.styled-button, .logo)::before,
.footer-widgets a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--contrast);
  bottom: -1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.main-navigation li:not(.styled-button) a:hover::before,
.footer-widgets a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
} */

.main-navigation li:not(.styled-button) a {
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: var(--styled-textbox-bg);
  color: var(--contrast);
}

.main-navigation li:not(.styled-button) a:hover {
  background: var(--contrast);
  color: var(--styled-textbox-bg) !important;
}

.main-navigation li.styled-button {
  padding: 0px 0px 0px 5px;
}

.mobile-menu-control-wrapper .menu-toggle {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
}

.mobile-menu-control-wrapper .gp-icon svg {
  width: 2em;
  height: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

h1 {
  font-weight: 900;
  font-size: 2.5rem;
}

h2 {
  font-weight: 700;
  font-size: 2rem;
}

p {
  margin-bottom: 20px;
}

strong {
  font-weight: 900;
}

section {
  width: 100%;
  padding: 40px 30px;
  margin-bottom: 50px;
  position: relative;
  min-height: 300px;
}

.two-col {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 30px;
}

.two-col.reverse {
  flex-direction: column-reverse;
}

.two-col > div {
  width: 100%;
}

section.styled-bg {
  background-color: var(--section-bg-main);
  box-shadow: var(--shadow-elevation-high);
  border: 4px solid var(--contrast);
  margin-bottom: 30px;
}

section.styled-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at center, var(--contrast) 0.15rem, transparent 0),
    radial-gradient(circle at center, var(--contrast) 0.15rem, transparent 0);
  background-size: 0.8rem 0.8rem;
  background-position:
    0 0,
    0.4rem 0.4rem;
  z-index: 0;
  -webkit-mask-image: linear-gradient(rgb(0 0 0 / 0), rgb(0 0 0));
  mask-image: linear-gradient(
    180deg,
    rgb(0 0 0 / 0) 0%,
    rgb(0 0 0 / 0) 75%,
    rgb(0 0 0) 100%
  );
}

section.styled-bg.lean-left {
  transform: rotate(1.2deg);
}

section.styled-bg.lean-left::after {
  mask-image: linear-gradient(
    177deg,
    rgb(0 0 0 / 0) 0%,
    rgb(0 0 0 / 0) 75%,
    rgb(0 0 0) 100%
  );
}

section.styled-bg.lean-right {
  transform: rotate(-1.2deg);
}

section.styled-bg.lean-right::after {
  mask-image: linear-gradient(
    183deg,
    rgb(0 0 0 / 0) 0%,
    rgb(0 0 0 / 0) 75%,
    rgb(0 0 0) 100%
  );
}

section.center-callout {
  text-align: center;
}

section.hero {
  padding: 30px;
  min-height: 400px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

/* Button Styling */
a.styled-button,
li.styled-button a,
.mobile-menu-control-wrapper,
.gform-footer input[type="submit"].gform_button,
.gform_button_select_files,
.envira-tags-filter-link{
  border: 3px solid var(--contrast) !important;
  border-radius: 0 !important;
  color: var(--contrast) !important;
  padding: 15px !important;
  cursor: pointer;
  display: inline-block;
  background: var(--button-main) !important;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
  position: relative;
  top: 0;
  right: 0;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  box-shadow: -4px 4px 0 0 var(--contrast) !important;
  letter-spacing: 2px !important;
  font-size: 1.5rem !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  overflow: hidden;
}

li.styled-button a {
  display: block;
  font-size: 1rem;
  padding: 0 20px !important;
}

a.styled-button:hover,
li.styled-button a:hover,
.mobile-menu-control-wrapper:hover,
.gform-footer input[type="submit"].gform_button:hover,
.gform_button_select_files:hover,
.envira-tags-filter-link:hover{
  right: 4px;
  top: 4px;
  box-shadow: 0 0 0 0 var(--contrast) 00 !important;
  /* 	background: var(--contrast) !important;
	color: var(--button-main) !important; */
  /* background: repeating-conic-gradient(#f9cd22 0% 25%, #DEB928 0% 50%) 50% / 20px 20px; */
  /* color: #fff; */
}

.main-navigation .styled-textbox {
  padding: 0px;
}

img.styled-image {
  border: 3px solid var(--contrast);
  box-shadow: -6px 6px 0 0 var(--contrast);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.styled-textbox {
  background: var(--styled-textbox-bg);
  padding: 20px;
  border: 3px solid var(--contrast);
  height: fit-content;
  z-index: 2;
  position: relative;
}

.hero .styled-textbox {
  position: relative;
  z-index: 1;
  max-width: 75%;
  width: fit-content;
}

.hero .styled-textbox.left {
  margin-bottom: 30px;
}

.hero .styled-textbox.right {
  align-self: flex-end;
}

.hero p {
  margin: 0;
}

.hero img {
  /* opacity: 0.4; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

/* Mobile Interplay Module */
.interplay {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.interplay .styled-textbox {
  height: 400px;
  min-height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.interplay .styled-textbox:first-child {
  clip-path: none;
  margin-bottom: revert;
  z-index: 2;
  border-bottom: 3px solid var(--contrast);
}

.interplay .styled-textbox:first-child::after {
  content: none;
}

.interplay .styled-textbox:last-child::after {
  content: none;
}

.interplay .styled-textbox:last-child {
  clip-path: none;
  z-index: 1;
  border-top: 3px solid var(--contrast);
}

.interplay .styled-textbox .heading {
  height: unset;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
/* End Mobile Interplay Module */

.fb-60 {
  flex-basis: initial;
}

.styled-textbox.tl-overhang {
  width: fit-content;
  margin-left: 29px;
  margin-bottom: -35px;
  z-index: 2;
  position: relative;
  padding: 10px 20px;
}

.image-text-overlay {
  position: relative;
  margin-bottom: 0px;
	z-index: 2;
}

.image-text-overlay .styled-image {
  width: 90%;
  float: unset;
	margin: 0 auto;
}

.image-text-overlay .styled-textbox {
  width: 100%;
  bottom: unset;
  left: 0;
  position: relative;
	margin: -15% auto -22px;
}

.attribution {
  display: none;
}

/* Slider Styling */
.swiper-container-wrapper,
.wp-swiper__wrapper {
  position: relative;
}

.swiper {
  width: 100%;
  max-height: 600px;
  height: 600px;
}

.swiper-slide {
  width: 100%;
  height: 600px;
  border: 3px solid var(--contrast);
}

.swiper-pagination {
  display: block;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--contrast);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f9cd22;
  opacity: 1;
  outline: 2px solid var(--contrast);
}

.swiper-button-prev-unique,
.swiper-button-next-unique {
  display: none;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  cursor: pointer;
}

.swiper-button-prev-unique div,
.swiper-button-next-unique div {
  position: relative;
  background: #f9cd22;
  width: 40px;
  height: 40px;
  border: 3px solid var(--contrast);
  color: var(--contrast);
  font-size: 30px;
  line-height: 1.1;
  box-shadow: -4px 4px 0 0 var(--contrast);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  right: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-button-prev-unique div::before,
.swiper-button-next-unique div::before {
  top: 0;
  position: absolute;
}

.swiper-button-prev-unique:hover div,
.swiper-button-next-unique:hover div {
  box-shadow: 0 0 0 0 var(--contrast) 00;
  top: 4px;
  right: 4px;
}

.swiper-button-prev-unique {
  left: 30px;
  right: auto;
}

.swiper-button-prev-unique div::before {
  content: " \23F4";
  right: 10px;
}

.swiper-button-next-unique {
  left: auto;
  right: 30px;
}

.swiper-button-next-unique div::before {
  content: " \23F5";
  left: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

/* Footer Styles */
.site-footer {
  margin-left: -20px;
  margin-right: -20px;
}

.footer-widgets {
  background-color: var(--contrast-3);
  min-height: 200px;
  color: #fff;
  position: relative;
  padding: 30px 0;
  box-shadow: 0px -5px 20px 0px var(--contrast);
}

.footer-widgets::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at center, #fff 0.15rem, transparent 0),
    radial-gradient(circle at center, #fff 0.15rem, transparent 0);
  background-size: 0.8rem 0.8rem;
  background-position:
    0 0,
    0.4rem 0.4rem;
  -webkit-mask-image: linear-gradient(rgb(0 0 0 / 0), rgb(0 0 0));
  mask-image: linear-gradient(
    177deg,
    rgb(0 0 0 / 0) 0%,
    rgb(0 0 0 / 0) 75%,
    rgb(0 0 0) 100%
  );
}

.footer-widgets .logo {
  color: #fff;
  margin-bottom: 20px;
}

.footer-widgets a {
  color: #fff;
}
.footer-widgets a::before {
  background-color: #fff;
}

.footer-widgets .content-width {
  z-index: 1;
  position: relative;
}

.footer-widgets .phone img,
.footer-widgets .email img {
  width: 15px;
  display: inline;
}

.footer-widgets .socials-list {
  list-style: none;
  display: flex;
  gap: 10px;
}

.footer-widgets .socials-list img {
  width: 40px;
}

.footer-social p {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2rem;
}

.footer-social img {
  max-width: 80px;
}

.footer-widgets .widget {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.inside-footer-widgets {
  flex-flow: column;
  gap: 50px;
}

.site-info {
  background-color: black;
  min-height: 90px;
  padding: 10px;
  color: #fff;
}

.site-info::not(span) {
  display: none;
}
/* End Footer Styles */

/* Contact Form */
.gform_wrapper {
  padding: 20px;
}

.gform-body .gfield {
  text-align: left;
}

.gform-body .gfield input,
.gform-body .gfield textarea {
  border-radius: 0;
  border-width: 2px;
  border-color: var(--contrast);
}

.gform-body .gfield input:focus,
.gform-body .gfield textarea:focus {
  outline-color: var(--button-main);
}

.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section {
  border-color: var(--contrast);
}

.gform_drop_area:before {
  color: var(--button-main) !important;
}
/* End Contact Form */

/* FAQ Section */
.faq {
  z-index: 1;
  position: relative;
}

.gutena-accordion-block > .gutena-accordion-block__panel.faq-item {
  border: 3px solid var(--contrast);
}

.gutena-accordion-block > .gutena-accordion-block__panel.faq-item .question h2 {
  color: var(--contrast) !important;
  font-family: "Oswald", sans-serif;
  font-size: revert;
}

.gutena-accordion-block > .gutena-accordion-block__panel.faq-item .answer p {
  color: var(--contrast) !important;
  font-size: 0.8rem;
}

.faq-item .answer .comic-pro-tip {
  padding: 20px;
  border: 3px solid var(--contrast);
}

.page-id-62 .site.grid-container {
  max-width: 900px;
	width: 100%;
}

/* End FAQ Section */

/* Content Width and Responsiveness */
.content-width {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

/* Aftercare Layout */
.comic-badge {
  width: fit-content;
  margin-left: auto;
  margin-bottom: 20px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 16px;
}

.comic-badge p {
  margin: 0;
}

.styled-textbox.tl-overhang h2 {
  margin: 0;
}

.comic-chapter-intro {
  margin-bottom: 20px;
  height: auto;
}

.comic-chapter-intro p:last-child {
  margin-bottom: 0;
}

.step-row {
  display: flex;
  align-items: stretch;
  border: 3px solid var(--contrast);
  margin-bottom: 10px; /* collapse shared borders between rows */
}

.step-row .step-num,
.step-row .step-text {
  height: auto; /* override styled-textbox fit-content so stretch works */
}

.step-row .step-num {
  border: none;
  border-right: 3px solid var(--contrast);
  background: var(--aftercare-step-bg);
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  flex-shrink: 0;
  padding: 20px 0px;
  text-align: center;
}

.step-row .step-num p {
  margin: 0;
}

.step-row .step-text {
  border: none;
  flex: 1;
}

.step-row .step-text p:last-child,
.step-row .step-text ul:last-child {
  margin-bottom: 0;
}

.step-row .step-text ul {
  margin-left: 30px;
}

.comic-pro-tip {
  margin-top: 20px;
  background: var(--aftercare-pro-tip-bg) !important;
  height: auto !important;
}

.comic-pro-tip h3 {
  background-color: var(--styled-textbox-bg);
  display: inline-block;
  border: 3px solid var(--contrast);
  padding: 5px 10px 9px 5px;
}

.care-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.care-item {
  height: auto !important;
}

.care-item p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1140px) {
  .care-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	.step-row .step-num {
  border: none;
  border-right: 3px solid var(--contrast);
  background: var(--aftercare-step-bg);
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  flex-shrink: 0;
  padding: 20px 15px;
  text-align: center;
}
}
/* End Aftercare Layout */

.styled-button a:after {
  content: "";
  position: absolute;
}

/* Envira Portfolio Styling */
.styled-bg .wp-block-envira-envira-gallery {
	position: relative;
	z-index: 1;
}

.envira-justified-gallery .envira-gallery-image {
	border: 3px solid var(--contrast);
}

.envira-tags-filter-link {
	position: relative !important;
	overflow: hidden !important;
	font-size: 1rem !important;
}

/* End Envira Portfolio Styling */

/* Looping Texture */
/* .styled-bg, */
.styled-button a,
a.styled-button,
.mobile-menu-control-wrapper,
.gform_button_select_files,
.fun-shapes > div,
.envira-tags-filter-link{
  position: relative;
  overflow: hidden;
}

.styled-bg:before,
.styled-button a:after,
a.styled-button:after,
.mobile-menu-control-wrapper:after,
.gform_button_select_files:after,
.fun-shapes .checkered-bg:after,
.envira-tags-filter-link:after{
  content: "";
  /* Step 1: Apply the texture image */
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1979 1979' style='enable-background:new 0 0 1979 1979;' xml:space='preserve'%3E%3Cg%3E%3Crect style='fill:none;' width='1979.899' height='1979.899'/%3E%3Cg%3E%3Crect style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='141.422' y='141.421' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='282.843' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='424.264' y='141.421' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='565.686' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='707.107' y='141.421' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='848.528' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='989.95' y='141.421' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1131.371' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1272.792' y='141.421' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1414.214' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1555.635' y='141.421' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1697.056' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1838.478' y='141.421' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect y='282.843' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='141.422' y='424.264' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='282.843' y='282.843' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='424.264' y='424.264' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='565.686' y='282.843' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='707.107' y='424.264' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='848.528' y='282.843' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='989.95' y='424.264' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1131.371' y='282.843' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1272.792' y='424.264' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1414.214' y='282.843' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1555.635' y='424.264' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1697.056' y='282.843' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1838.478' y='424.264' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1979.899' y='282.843' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect y='565.685' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='141.422' y='707.107' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='282.843' y='565.685' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='424.264' y='707.107' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='565.686' y='565.685' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='707.107' y='707.107' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='848.528' y='565.685' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='989.95' y='707.107' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1131.371' y='565.685' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1272.792' y='707.107' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1414.214' y='565.685' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1555.635' y='707.107' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1697.056' y='565.685' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1838.478' y='707.107' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1979.899' y='565.685' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect y='848.528' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='141.422' y='989.95' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='282.843' y='848.528' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='424.264' y='989.95' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='565.686' y='848.528' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='707.107' y='989.95' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='848.528' y='848.528' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='989.95' y='989.95' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1131.371' y='848.528' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1272.792' y='989.95' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1414.214' y='848.528' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1555.635' y='989.95' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1697.056' y='848.528' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1838.478' y='989.95' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1979.899' y='848.528' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect y='1131.371' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='141.422' y='1272.792' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='282.843' y='1131.371' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='424.264' y='1272.792' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='565.686' y='1131.371' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='707.107' y='1272.792' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='848.528' y='1131.371' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='989.95' y='1272.792' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1131.371' y='1131.371' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1272.792' y='1272.792' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1414.214' y='1131.371' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1555.635' y='1272.792' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1697.056' y='1131.371' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1838.478' y='1272.792' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1979.899' y='1131.371' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect y='1414.214' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='141.422' y='1555.635' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='282.843' y='1414.214' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='424.264' y='1555.635' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='565.686' y='1414.214' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='707.107' y='1555.635' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='848.528' y='1414.214' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='989.95' y='1555.635' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1131.371' y='1414.214' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1272.792' y='1555.635' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1414.214' y='1414.214' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1555.635' y='1555.635' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1697.056' y='1414.214' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1838.478' y='1555.635' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1979.899' y='1414.214' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect y='1697.056' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='141.422' y='1838.478' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='282.843' y='1697.056' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='424.264' y='1838.478' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='565.686' y='1697.056' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='707.107' y='1838.478' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='848.528' y='1697.056' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='989.95' y='1838.478' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1131.371' y='1697.056' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1272.792' y='1838.478' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1414.214' y='1697.056' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1555.635' y='1838.478' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1697.056' y='1697.056' style='fill:%231A1A1A;' width='141.422' height='141.421'/%3E%3Crect x='1838.478' y='1838.478' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3Crect x='1979.899' y='1697.056' style='fill:%231A1A1A;' width='141.421' height='141.421'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");

  /* Step 2: Set it to repeat infinitely over the axis */
  background-repeat: repeat;

  /* Step 3: Call the custom animation */
  animation: scrollTexture 200s linear infinite;
  position: absolute;
}

.styled-bg:before {
  top: -40px;
  right: -250px;
  width: 600px;
  height: 18%;
  transform: rotate(45deg);
  filter: invert(44%) sepia(5%) saturate(1816%) hue-rotate(260deg)
    brightness(90%) contrast(94%);
  display: none;
}

.fun-shapes {
  position: absolute;
}

.fun-shapes .checkered-bg:after {
  top: -20%;
  left: 0;
  width: 280%;
  height: 350px;
  transform: rotate(-20deg);
  mix-blend-mode: multiply;
  filter: invert(100%);
}

.styled-button a:after,
a.styled-button:after,
.mobile-menu-control-wrapper:after,
.gform_button_select_files:after,
.envira-tags-filter-link:after{
  top: 0;
  bottom: -2px;
  left: 0;
  /* 	filter: invert(85%) sepia(57%) saturate(3498%) hue-rotate(339deg) brightness(104%) contrast(95%); */
  filter: invert(4%) sepia(5%) saturate(3942%) hue-rotate(265deg)
    brightness(100%) contrast(91%);
  z-index: 2;
  width: 150%;
  height: 250px;
  mix-blend-mode: overlay;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: scrollTexture 15s linear infinite;
}

.styled-button > a:hover:after,
a.styled-button:hover:after,
.mobile-menu-control-wrapper:hover:after,
.gform_button_select_files:hover:after,
.envira-tags-filter-link:hover:after{
  opacity: 0.8;
}

/* Step 4: Define the seamless loop */
@keyframes scrollTexture {
  0% {
    background-position: 0 0;
  }
  100% {
    /* Replace 500px with the actual width of your texture file */
    background-position: 600px 0;
  }
}

/* Fun Shape Accents */
.fun-shapes {
  position: absolute;
/*   border: 1px solid red; */
  width: 100%;
  height: max(15vw, 150px);
  top: max(-7vw, -50px);
  right: max(-7vw, -50px);
}

.fun-shapes.left {
	left: max(-7vw, -50px);
	transform: rotate(-180deg) scaleY(-1);
}

.fun-shapes .shape {
  position: absolute;
  width: min(50%, 100px) !important;
  height: auto;
}

.fun-shapes .blob {
	right: 28px;
  top: 54px;
	transform: scale(1.4) rotate(30deg);
	z-index: 1;
	filter: drop-shadow(2px 3px 6px hsl(from var(--accent3) h s l / 0.4));
	animation: floatUpDown 2.2s ease-in-out infinite alternate;
}

.fun-shapes .blob > div {
  aspect-ratio: 1;
  clip-path: shape(
    from 77.45% 83.13%,
    curve to 53.62% 89.24% with 66.62% 91.97%,
    curve to 30.27% 80.69% with 40.63% 86.5%,
    curve to 18.48% 63.48% with 19.91% 74.89%,
    curve to 19.58% 42.18% with 17.05% 52.07%,
    curve to 29.03% 23.41% with 22.1% 32.3%,
    curve to 48.32% 11.44% with 35.95% 14.52%,
    curve to 68.3% 18.47% with 60.69% 8.37%,
    curve to 86.14% 37.82% with 75.91% 28.56%,
    curve to 92.33% 60.69% with 96.37% 47.08%,
    curve to 77.45% 83.13% with 88.28% 74.3%
  );
  /* border-shape: shape(from 77.45% 83.13%,curve to 53.62% 89.24% with 66.62% 91.97%,curve to 30.27% 80.69% with 40.63% 86.50%,curve to 18.48% 63.48% with 19.91% 74.89%,curve to 19.58% 42.18% with 17.05% 52.07%,curve to 29.03% 23.41% with 22.10% 32.30%,curve to 48.32% 11.44% with 35.95% 14.52%,curve to 68.30% 18.47% with 60.69% 8.37%,curve to 86.14% 37.82% with 75.91% 28.56%,curve to 92.33% 60.69% with 96.37% 47.08%,curve to 77.45% 83.13% with 88.28% 74.30%); */
  background: var(--accent3);
	position: relative;
}

.fun-shapes .arc {
  --b: 30px; /* the border thickness */
  --a: 360deg; /* control the progression */

  aspect-ratio: 1;
  padding: var(--b);
  border-radius: 50%;
  background: var(--accent2);
  --_g: /var(--b) var(--b) no-repeat radial-gradient(50% 50%, #000 97%, #0000);
  mask:
    top var(--_g),
    calc(50% + 50% * sin(var(--a))) calc(50% - 50% * cos(var(--a))) var(--_g),
    linear-gradient(#0000 0 0) content-box intersect,
    conic-gradient(#000 var(--a), #0000 0);
  border: 3px solid black;
  bottom: 0;
  right: 0;
}

.fun-shapes .triangle {
	position: absolute;
  top: 25px;
  right: 40px;
  z-index: 2;
  transform-origin: center;
  transform: scale(1.3) rotate(10deg);
	filter: drop-shadow(2px 3px 6px hsl(from var(--accent2) h s l / 0.4));
	animation: floatUpDown 2.5s ease-in-out infinite alternate;
}

.fun-shapes .triangle > div {
  --r: 10px; /* border radius */

  aspect-ratio: 1 / cos(30deg);
  --_g: calc(tan(60deg) * var(--r)) bottom var(--r), #000 98%, #0000 101%;
  -webkit-mask:
    conic-gradient(
        from -30deg at 50% calc(200% - 3 * var(--r) / 2),
        #000 60deg,
        #0000 0
      )
      0 100%/100% calc(100% - 3 * var(--r) / 2) no-repeat,
    radial-gradient(var(--r) at 50% calc(2 * var(--r)), #000 98%, #0000 101%),
    radial-gradient(var(--r) at left var(--_g)),
    radial-gradient(var(--r) at right var(--_g));
  mask:
    conic-gradient(
        from -30deg at 50% calc(200% - 3 * var(--r) / 2),
        #000 60deg,
        #0000 0
      )
      0 100%/100% calc(100% - 3 * var(--r) / 2) no-repeat,
    radial-gradient(var(--r) at 50% calc(2 * var(--r)), #000 98%, #0000 101%),
    radial-gradient(var(--r) at left var(--_g)),
    radial-gradient(var(--r) at right var(--_g));
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: var(--accent2);
	position: relative;
}

.fun-shapes .wavy-circle {
	top: 15px;
  right: 86px;
	transform: rotate(340deg);
	filter: drop-shadow(2px 3px 6px hsl(from var(--button-main) h s l / 0.6));
	animation: floatUpDown 2s ease-in-out infinite alternate;
}

.fun-shapes .wavy-circle > div {
  --s: 100px; /* adjust to control the size */

  width: var(--s);
  aspect-ratio: 1;
  --g: /calc(var(--s) * 0.312) calc(var(--s) * 0.312)
    radial-gradient(50% 50%, #000 99%, #0000 101%) no-repeat;
  mask:
    calc(50% + var(--s) * 0.308) calc(50% + var(--s) * 0) var(--g),
    calc(50% + var(--s) * 0.095) calc(50% + var(--s) * 0.293) var(--g),
    calc(50% + var(--s) * -0.249) calc(50% + var(--s) * 0.181) var(--g),
    calc(50% + var(--s) * -0.249) calc(50% + var(--s) * -0.181) var(--g),
    calc(50% + var(--s) * 0.095) calc(50% + var(--s) * -0.293) var(--g),
    radial-gradient(calc(var(--s) * 0.387), #000 99%, #0000 101%) subtract,
    calc(50% + var(--s) * 0.407) calc(50% + var(--s) * 0.296) var(--g),
    calc(50% + var(--s) * -0.155) calc(50% + var(--s) * 0.478) var(--g),
    calc(50% + var(--s) * -0.503) calc(50% + var(--s) * 0) var(--g),
    calc(50% + var(--s) * -0.155) calc(50% + var(--s) * -0.478) var(--g),
    calc(50% + var(--s) * 0.407) calc(50% + var(--s) * -0.296) var(--g);
  background: var(--button-main);
}

.shape {
  /* Apply animation: Name | Duration | Easing | Infinite loop | Back and forth */
  
}

@keyframes floatUpDown {
  0% {
    translate: 0px 0px;
  }
  100% {
    translate: -2px 1px;
  }
}

/* Desktop Responsive Formatting */
@media (min-width: 1140px) {
  .main-navigation.mobile-menu-control-wrapper {
    display: none;
  }

  .main-navigation.sub-menu-right {
    display: block;
  }
	
	.separate-containers .inside-article {
	padding-top: 40px;
	padding-bottom: 40px;
}

  .nav-menu {
    z-index: 1;
    display: block;
    position: relative;
    border: none;
    right: 0px;
    top: 0px;
    background-color: transparent;
    padding: 0;
  }

  .nav-menu.open {
    display: block;
  }

  .main-navigation ul {
    flex-direction: row;
    align-items: center;
    gap: 15px;
    justify-content: right;
  }

  .main-navigation li {
    padding-left: 10px;
    margin-bottom: 0px;
  }

  li.styled-button a {
    display: inline-block;
    font-size: 1.5rem;
  }

  section {
    padding: 40px 50px;
  }

  section.styled-bg {
    margin-bottom: 40px;
  }

  .two-col,
  .two-col.reverse {
    flex-direction: row;
  }

  .content-width {
    width: 90%;
  }

  .logo {
    font-size: 2.5rem;
  }

  .swiper-button-prev-unique,
  .swiper-button-next-unique {
    display: block;
  }

  .swiper-pagination,
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  a.styled-button,
  li.styled-button a,
  .gform-footer input[type="submit"].gform_button,
.gform_button_select_files {
    font-size: 1rem !important;
  }

  .swiper {
    max-height: 500px;
  }

  .swiper-slide {
    height: 500px;
  }
	
	.image-text-overlay {
  position: relative;
  margin-bottom: 40px;
}

.image-text-overlay .styled-image {
  width: 90%;
  float: right;
	margin: unset;
}

  .image-text-overlay .styled-textbox {
    width: 90%;
    bottom: 50px;
    left: 0;
    position: absolute;
		margin: unset;
  }

  .fb-60 {
    flex-basis: 60%;
  }

  a.styled-button,
  li.styled-button:not(:last-child) a,
  .mobile-menu-control-wrapper,
  .gform-footer input[type="submit"].gform_button {
    padding: 20px !important;
  }

  li.styled-button a {
    padding: 0;
  }

  .site-header {
    background: none;
    padding: 0px 30px;
  }

  /* Desktop Interplay Module */
  .interplay {
    display: flex;
    align-items: stretch;
    gap: 10px;
  }

  .interplay .styled-textbox {
    height: 400px;
    min-height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .interplay .styled-textbox:first-child {
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
    margin-right: -40px;
    z-index: 2;
    border-right: none;
  }

  .interplay .styled-textbox:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.5px;
    width: 3px;
    height: 101%;
    background: var(--contrast);
    transform-origin: top center;
    transform: rotate(7.1deg);
    z-index: 3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .interplay .styled-textbox:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 49px;
    width: 3px;
    height: 101%;
    background: var(--contrast);
    transform-origin: top center;
    transform: rotate(7.1deg);
    z-index: 3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .interplay .styled-textbox:last-child {
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    border-left: none;
  }

  .interplay .styled-textbox .heading {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: stretch;
  }
  /* End Desktop Interplay Module */

  /* Desktop Footer */
  .footer-widgets .widget {
    display: block;
    flex-flow: unset;
    align-items: unset;
  }

  .inside-footer-widgets {
    flex-flow: row;
    gap: 30px;
  }
  /* End Desktop Footer */
}
/* End Desktop Responsive Formatting */
