@charset "UTF-8";
footer .footer-columns, .contact-box, .staff, .plans { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }

html { background: #fff; }

html, body { margin: 0; padding: 0; }

body { font-family: "San Francisco", "Helvetica Neue", "Helvetica", "Arial"; }

a { color: #333; text-decoration: underline; }

a:hover { color: #d2d907; text-decoration: none; }

img { width: 100%; }

p, address { font-size: 22px; color: #333; margin-top: 0; margin-bottom: 0.5em; font-weight: 300; line-height: 1.4em; }

strong { font-weight: 600 !important; }

h1, h2, h3, h4, h5, h6 { margin-top: 1em; margin-bottom: 0.75em; }

h1, .h1 { font-size: 40px; }

h2, .h2 { font-size: 32px; }

h3, .h3 { font-size: 24px; }

h4, .h4 { font-size: 20px; }

h5, .h5 { font-size: 16px; }

h6, .h6 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.02em; }

.flex { display: flex !important; }

ul, ol { font-size: 22px; }

.bottom-cta { background: linear-gradient(to bottom, #fff 0%, #e4e86a 100%); color: #fff; text-align: center; margin: 0; padding: 100px 0; }

.bottom-cta h2 { margin-bottom: 50px; }

.testimonial { background: #f5f5f5; margin: 0; padding: 100px 0; }

.testimonial .testimonial-block { max-width: 750px; width: 98%; margin: 0 auto; }

.testimonial .testimonial-block blockquote { -webkit-flex: 1; flex: 1; font-size: 1.2em; }

.testimonial .testimonial-block .testimonial-provider { margin-right: 3em; text-align: right; font-style: italic; /* Right indented */ font-size: 1em; /* Standard font size */ font-weight: 600; color: #333; /* Slightly darker color for contrast */ }

.hero { color: #000; text-align: center; background: #f2fedc; }

.hero p { color: #000; }

@media (min-width: 768px) { .flex { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; flex-direction: row; } .flex .text, .flex .image { -webkit-flex: 1; flex: 1; padding: 0 20px; } .content section:nth-child(even) .flex { flex-direction: row-reverse; } }

.image-wrapper { position: relative; display: inline-block; width: 100%; max-width: 100%; /* Adjust this based on your image's natural size */ }

.pause-overlay-1 { position: absolute; top: 40%; /* Adjust vertically */ left: 40%; /* Adjust horizontally */ transform: translate(-50%, -50%); color: #000; font-size: clamp(1rem, 4vw, 3rem); /* Responsive font size */ font-weight: 400; text-align: center; white-space: nowrap; }

.pause-overlay strong { color: #000; /* Optional: match glow color or use contrasting */ }

.pause-overlay-2 { opacity: 0; /* Initially hidden */ transition: opacity 1s 0.5s ease-in-out; /* Smooth fade-in effect */ position: absolute; top: 60%; /* Adjust vertically */ left: 41%; /* Adjust horizontally */ transform: translate(-50%, -50%); font-size: clamp(1rem, 4vw, 3rem); /* Responsive font size */ white-space: nowrap; color: #666; margin-bottom: 20px; font-weight: 300; line-height: 1.4em; }

.pause-overlay-2 strong { font-weight: 600; }

.pause-overlay-3 { opacity: 0; /* Initially hidden */ transition: opacity 1.5s 0.5s ease-in-out; /* Smooth fade-in effect */ position: absolute; top: 75%; /* Adjust vertically */ left: 42%; /* Adjust horizontally */ transform: translate(-50%, -50%); font-size: clamp(1rem, 4vw, 3rem); /* Responsive font size */ white-space: nowrap; color: #666; margin-bottom: 20px; font-weight: 300; line-height: 1.4em; }

.pause-overlay-3 strong { font-weight: 600; }

.pause-overlay-4 { opacity: 0; /* Initially hidden */ transition: opacity 2s 0.5s ease-in-out; /* Smooth fade-in effect */ position: absolute; top: 90%; /* Adjust vertically */ left: 41%; /* Adjust horizontally */ transform: translate(-50%, -50%); font-size: clamp(1rem, 4vw, 3rem); /* Responsive font size */ white-space: nowrap; color: #666; margin-bottom: 20px; font-weight: 300; line-height: 1.4em; }

.pause-overlay-4 strong { font-weight: 600; }

.muscle-container { display: flex; flex-wrap: wrap; gap: 1em; }

.muscle-card { max-width: 500px; gap: 8px; background: lightgray; padding: 0 20px 20px 20px; border-radius: 6px; }

.cta-micro { display: block; width: fit-content; margin: 1em auto; text-align: center; background-color: #148c76; color: white; font-weight: 600; border: none; padding: 25px 20px; font-size: 30px; cursor: pointer; border-radius: 12px; text-decoration: none; }

.cta-micro:hover { background-color: #d2d907; color: #000; text-decoration: none; }

.landing-page-container { max-width: 1140px; margin: 16px auto; padding: 0 32px; }

.process-block { display: block; max-width: 600px; margin: 0.6em 1em; background: lightgray; padding: 0.6em 24px 0.6em 24px; border-radius: 12px; }

@media (max-width: 768px) { .process-block { margin: 0.6em 0.1em; } }

/* General section styling */
.process-section { padding: 3em 1em; text-align: center; background-color: #fff; }

/* Arrows container */
.arrow-container { display: flex; justify-content: center; gap: 0.6em; flex-wrap: wrap; margin-bottom: 2em; }

/* Each arrow */
.arrow { background: lightgray; border: 2px solid lightgray; padding: 1em 2em; min-width: 180px; font-weight: bold; color: #333; clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%); cursor: pointer; transition: all 0.3s ease; position: relative; z-index: 1; }

/* Hover effect */
.arrow:hover { background: #d2d907; border: #d2d907; transform: translateY(-4px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

/* Active arrow */
.arrow.active { background: #d2d907; border: #d2d907; }

/* Step details */
.step-details { max-width: 600px; margin: 0 auto; padding: 1.5em; background: lightgray; border-radius: 12px; opacity: 0; transform: translateY(20px); transition: all 0.5s ease; }

/* When active */
.step-details.show { opacity: 1; transform: translateY(0px); }

/* Responsive for mobile */
@media (max-width: 768px) { .arrow-container { flex-direction: column; align-items: center; } .arrow { width: 80%; } }

.snippet-container { display: flex; justify-content: space-between; align-items: center; gap: 0.5em; }

@media (max-width: 768px) { .snippet-container { flex-direction: column; align-items: center; } }

.snippet { display: block; min-width: 250px; max-width: 300px; margin: 1em auto; text-align: left; background-color: #777; color: white; border: none; padding: 25px 20px; font-size: 1.38em; cursor: pointer; border-radius: 12px; }

.snippet:hover { background-color: #d2d907; color: #000; text-decoration: none; }

@media (max-width: 768px) { .snippet { width: fit-content; } }

.snippet .snippet-detail-1 { font-size: 1rem; text-align: left; font-style: italic; padding: 0.6em 0 0 0.6em; margin: 0; }

.snippet-container blockquote { font-size: 22px; }

.carousel { overflow: hidden; width: 100%; /* Full width */ max-width: 1140px; /* Optional */ margin: auto; padding: 10px 0; }

.carousel-track { display: flex; gap: 16px; /* Space between logos */ animation: scroll 45s linear infinite; width: max-content; /* Trick: Let the content define its own width */ }

.carousel-track:hover { animation-play-state: paused; /* Pauses the animation on hover */ }

@media (max-width: 768px) { .carousel-track { animation: scroll 20s linear infinite; /* Increase the animation speed in mobile view */ } }

.carousel-track .book-card { object-fit: contain; /* Keep aspect ratio */ width: auto !important; overflow: hidden; }

.carousel-track .book-card:hover { background-color: #d2d907; }

.carousel-track .book-card-image { background-color: #fff; width: 100%; height: 300px; object-fit: cover; }

.carousel-track .book-card-image img { width: auto; height: 100%; display: block; margin: 0 auto; }

@keyframes scroll { 0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
  /* Only move half because logos repeat */ }

.carousel li { margin-left: 1em; }

.container, .text-container { margin: 0 auto; position: relative; padding: 0 20px; }

.text-container { max-width: 750px; }

.container { max-width: 1140px; }

.container.max-container { max-width: 100%; padding: 0; }

header { color: #fff; padding: 20px 0; background: #fff; /* Old browsers */ background: #fff; }

header a { color: #fff; text-decoration: none; z-index: 1; position: relative; }

header a:hover { text-decoration: none; }

header .company-name { font-size: 1.7em; line-height: 0; }

header .company-name a { display: inline-block; }

header .company-name img { display: block; width: auto; }

.content { background: #fff; padding: 1px 0 0 0; position: relative; }

.screenshot { max-width: 100%; height: auto; display: block; border-radius: 2px; margin-left: auto; margin-right: auto; background: #DDD; position: relative; }

section { padding: 16px 0; }

section + section { padding-top: 0; }

.subtext { margin-top: 10px; text-align: center; }

.cta { margin: 60px 0; }

.page h2 { text-align: center; }

blockquote { padding: 18px 25px; margin: 0; quotes: "“" "”"; font-style: italic; }

blockquote .author { display: block; font-weight: bold; margin: 10px 0 0 0; font-size: .85em; font-style: normal; }

blockquote p { display: inline; }

blockquote:before { color: #ccc; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; }

.square-image { width: 150px; height: 150px; overflow: hidden; margin: 25px auto 0 auto; position: relative; border-radius: 200px; }

.square-image img { position: absolute; left: -1000%; right: -1000%; top: -1000%; bottom: -1000%; margin: auto; width: 300px; }

.page { margin-bottom: 0; padding-bottom: 80px; }

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

.editor-link { display: none; margin-top: 0; }

.editor-link .btn { border: 0; border-radius: 2px; width: 100%; max-width: 500px; box-sizing: border-box; font-size: 2rem; text-decoration: none; padding: 10px 15px; margin: 0; font-size: 18px; cursor: pointer; background-color: #f7e064; color: #333; box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }

.editor-link .btn:hover { background-color: #f4d525; color: #333; }

.plans { -webkit-flex-flow: wrap; -moz-flex-flow: wrap; -ms-flex-flow: wrap; flex-flow: wrap; padding: 50px 0 30px 0; }

.plans .plan { list-style: none; padding: 0; margin: 0 10px 50px 10px; text-align: center; border: 1px solid #eee; border-radius: 5px; box-shadow: 0px 0px 10px #eee; width: 100%; }

.plans .plan .highlighted { font-size: 1.2em; }

.plans .plan .pricing-cta { padding: 0; }

.plans .plan .pricing-cta a { display: block; box-sizing: border-box; padding: 20px 0; border-radius: 0 0 2px 2px; border: 0; }

@media (min-width: 768px) { .plans .plan { -webkit-flex: 1; flex: 1; } }

.plans .plan li { border-top-right-radius: 5px; border-top-left-radius: 5px; padding: 20px 0; }

.plans .plan li h3 { padding: 0; margin: 0; color: #fff; font-weight: normal; }

.faq { color: #666; }

@media (min-width: 768px) { .faq { columns: 2; -webkit-columns: 2; -moz-columns: 2; } }

.faq div { break-inside: avoid; padding: 25px 0; }

.faq dt { font-weight: bold; margin: 0 0 5px 0; }

.faq dd { padding: 0; margin: 0; }

.staff { padding: 0; list-style: none; -webkit-flex-flow: wrap; -moz-flex-flow: wrap; -ms-flex-flow: wrap; flex-flow: wrap; text-align: center; }

.staff li { padding: 30px 20px; box-sizing: border-box; width: 100%; }

@media (min-width: 450px) { .staff li { -webkit-box-flex: 1; -webkit-flex: 1 1 45%; -moz-box-flex: 1; -moz-flex: 1 1 45%; -ms-flex: 1 1 45%; flex: 1 1 45%; } }

@media (min-width: 768px) { .staff li { -webkit-box-flex: 1; -webkit-flex: 1 1 29%; -moz-box-flex: 1; -moz-flex: 1 1 29%; -ms-flex: 1 1 29%; flex: 1 1 29%; } }

.staff .square-image { width: 200px; height: 200px; }

.staff .square-image img { border-radius: 200px; }

.staff .name { font-size: 1.3em; margin-top: 20px; }

.staff .position { color: #666; }

.map { width: 100%; margin: 100px 0; height: 400px; }

.contact-box { -webkit-flex-flow: wrap; -moz-flex-flow: wrap; -ms-flex-flow: wrap; flex-flow: wrap; max-width: 750px; margin: 0 auto; }

.contact-box form { width: 100%; }

.contact-box p { margin: 0; }

.contact-box .contact-form, .contact-box .contact-details { margin: 0 30px; }

@media (min-width: 768px) { .contact-box .contact-form, .contact-box .contact-details { -webkit-flex: 1; flex: 1; } }

.contact-box .contact-details { font-size: .9em; }

.blog-posts { list-style: none; padding: 0; }

.blog-posts li { margin: 100px 0; }

.blog-post .author { padding: 30px 0 0 0; border: 1px solid #eee; margin: 30px 0; font-size: .8em; }

.blog-post .author .square-image { width: 125px; height: 125px; margin-top: 0; }

.blog-post .author .blurb { text-align: center; }

.blog-post h3 { margin: 0; }

.blog-post h3 a { color: #000; text-decoration: none; font-weight: normal; font-size: 1.3em; }

.blog-post h2 { text-align: left; }

.blog-post .blog-navigation { font-size: 14px; display: block; width: auto; overflow: hidden; }

.blog-post .blog-navigation a { display: block; width: 50%; float: left; margin: 1em 0; }

.blog-post .blog-navigation .next { text-align: right; }

.blog-post .post-details { border-bottom: 1px solid #eee; font-size: .9em; }

.blog-post .post-details .blog-filter { display: inline-block; text-align: left; }

.blog-post .post-details .blog-filter a { position: relative; top: -5px; }

.blog-post .post-details a { text-decoration: none; }

.blog-post .post-details .post-date { float: right; }

.blog-post .post-details:after { content: ""; display: table; clear: both; }

.blog-post .post-content .button { margin: 30px 0 0 0; }

.pagination { text-align: center; }

.blog-filter { text-align: center; }

.blog-filter a { background: #eee; padding: 3px 5px; font-size: .8em; border-radius: 5px; color: #888; transition: .2s ease-in-out; }

.blog-filter a:hover { color: #555; text-decoration: none; }

.blog-filter.cross a { padding-right: 8px; }

.blog-filter.cross a:after { content: "x"; font-size: .5em; position: relative; bottom: 4px; right: -3px; }

.button a, input[type=submit] { color: #fff; text-decoration: none; padding: 10px 30px; background: #fff; border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.5); transition: .2s ease-in-out; }

.button a:hover, input[type=submit]:hover { border: 1px solid #fff; background: #d2d907; cursor: pointer; }

.button.alt a { background: rgba(255, 255, 255, 0.15); border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.3); padding: 16px 50px; }

.button.alt a:hover { background: #fff; color: #fff; }

textarea, input, button, select { font-family: inherit; font-size: inherit; }

input[type=submit] { margin: 20px 0 0 0; }

label, input, textarea { display: block; width: 100%; box-sizing: border-box; }

textarea { resize: vertical; height: 150px; }

label { margin: 20px 0 5px 0; }

input, textarea { padding: 10px; font-size: 1em; }

input, textarea { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; border: 1px solid #DDDDDD; }

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus { box-shadow: 0 0 5px #51cbee; border: 1px solid #51cbee; }

nav { display: flex; justify-content: flex-end; flex-wrap: wrap; align-items: center; font-size: 1.1em; font-weight: 300; gap: 0.5em; }

@media (min-width: 450px) { nav { gap: 0.2em; margin-top: 1em; } }

nav a { margin: 0 3px; border-bottom: 1px solid rgba(255, 255, 255, 0); color: #000; }

@media (min-width: 620px) { nav a { display: inline; padding: 10px; } }

nav a:hover { border-bottom: 1px solid rgba(255, 255, 255, 0.3); color: #D2D907; }

@media (min-width: 620px) { nav a.highlight { border: 1px #ccc solid; border-radius: 5px; } nav a.highlight:hover { background: #fff; color: #fff; } }

nav a.active { color: #D2D907; }

.footer-links { width: 100%; margin: 10px; padding: 0; }

@media (min-width: 450px) { .footer-links { -webkit-flex: 1 0 180px; flex: 1 0 180px; } }

.footer-links li { list-style: none; margin: 15px auto; max-width: 160px; }

@media (max-width: 876px) { .footer-links li { margin: 15px 0px; padding: 0px 15px 0px; } }

.footer-links li a:hover { text-decoration: none; }

.footer-links li a svg { fill: #333; margin-right: 10px; transition: fill 0.2s ease; vertical-align: middle; position: relative; top: -2px; width: 22px; height: 22px; }

.footer-links li a:hover svg { fill: #fff; }

.footer-links li a.Facebook-icon:hover svg { fill: #55acee; }

.footer-links li a.google-plus-icon:hover svg { fill: #db4437; }

.footer-links li a.YouTube-icon:hover svg { fill: #cd201f !important; }

.footer-links li a.instagram-icon:hover svg { fill: #f167f5; }

.footer-links li a.linkedin-icon:hover svg { fill: #0077b5; }

.footer-links li a.pinterest-icon:hover svg { fill: #bd081c; }

.footer-links li a.rss-icon:hover svg { fill: #f26522; }

footer { padding: 50px 0 50px 0; font-size: 1.1em; position: relative; background: #f2cb05; color: #000; }

footer .copyright { font-size: 0.8em; margin: 0 auto; color: #000; text-align: center; }

footer, footer a { color: #000; }

footer h2 { font-size: 1.4em; margin: 30px 0; color: #ccc; }

footer .footer-columns { -webkit-flex-flow: wrap; -moz-flex-flow: wrap; -ms-flex-flow: wrap; flex-flow: wrap; margin: -10px -10px 10px -10px; }

footer a { text-decoration: none; }

footer a:hover { color: #fff; }

footer .legal-line { width: 100%; padding: 30px 0; margin: 0; background-color: #222527; }

footer .legal-line a { font-weight: 600; }

.editor-link, .nav-open nav .editor-link { display: none; margin-top: 0; }

.editor-link .btn, .nav-open nav .editor-link .btn { border: 0; border-radius: 2px; width: 100%; max-width: 500px; box-sizing: border-box; font-size: 2rem; text-decoration: none; padding: 10px 15px; margin: 0; font-size: 18px; }

nav .editor-link, .editor-link .btn, nav .nav-open nav .editor-link, .nav-open nav .editor-link .btn { cursor: pointer; background-color: #f7e064; color: #333; box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2); }

nav .editor-link:hover, .editor-link .btn:hover, nav .nav-open nav .editor-link:hover, .nav-open nav .editor-link .btn:hover { background-color: #f4d525; color: #333; }

.cms-editor-active .editor-link { display: block; }

.cms-editor-active nav .editor-link { display: inline; }

.header-container { display: flex; padding: 0 1.5em; justify-content: space-between; }

@media (max-width: 768px) { .header-container { flex-wrap: wrap; gap: 1em; } }

table { border-collapse: collapse; display: block; width: 100%; margin-bottom: 1.5em; overflow: auto; word-break: normal; word-break: keep-all; }

table th { font-weight: bold; text-align: left; }

table th, table td { padding: 16px 32px 16px 2px; border-top: 1px solid #333; border-bottom: 1px solid #333; }

table tr { background-color: #fff; border-top: 1px solid #333; }

table tr th { border-top: 2px solid #333; border-bottom: 2px solid #333; }

#goToTopBtn { display: none; /* Hidden by default */ position: fixed; /* Fixed position relative to the viewport */ bottom: 20px; /* Distance from the bottom - reduced for mobile */ right: 20px; /* Distance from the right - reduced for mobile */ z-index: 9999; /* Make sure it's on top of other elements */ border: none; /* Remove default border */ outline: none; /* Remove default outline */ background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */ color: white; /* Text color */ cursor: pointer; /* Change cursor on hover */ padding: 10px; /* Padding around the icon - reduced for mobile */ border-radius: 10px; /* Rounded corners */ font-size: 16px; /* Font size - reduced for mobile */ /* Media query for larger screens */ }

@media (min-width: 768px) { #goToTopBtn { bottom: 50px; /* Distance from the bottom */ right: 90px; /* Distance from the right */ padding: 15px; /* Padding around the icon */ font-size: 18px; /* Font size */ } }

#goToTopBtn:hover { background-color: #d2d907; }

.a-ignore, #markdown-toc { text-decoration: none !important; }

.a-ignore li a, #markdown-toc li a { text-decoration: none !important; }

.copy-btn { background: none; border: none; cursor: pointer; position: relative; color: inherit; padding: 0; font: inherit; }

.tooltip { width: 100px; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); padding: 4px 8px; background: #333; color: white; border-radius: 4px; font-size: 12px; opacity: 0; transition: opacity 0.2s; }

.copy-btn:hover .tooltip { opacity: 1; }

/* Style for buttons and content area */
.story-buttons { display: flex; justify-content: space-between; margin-top: 32px; gap: 0.6em; }

@media (max-width: 768px) { .story-buttons { flex-direction: column; } }

.story-button { min-height: 120px; text-align: left; background-color: #777; color: white; border: none; padding: 15px 20px; font-size: 1.38em; cursor: pointer; flex: 1; margin: 0 5px; border-radius: 12px; }

.story-button.active { background-color: #d2d907; color: #000; }

.story-button:hover { background-color: #d2d907; }

.story-content { display: none; padding: 20px; max-width: 800px; margin: 0 auto; }

.story-content strong { font-weight: 600; }

.story-content.active { display: block; }

.dynamic-content { margin-top: 20px; }

.story-content .intro { background: #ececec; margin: 0.6em auto; padding: 0.6em 24px 0.6em 24px; border-radius: 12px; }

@media (max-width: 768px) { .story-content .intro { margin: 0.6em 0.1em; } }

.story-content .stage-1 { background: #148c76; margin: 0.6em auto; padding: 0.6em 24px 0.6em 24px; border-radius: 12px; color: #fff; }

.story-content .stage-1 p { color: #fff; }

.story-content .stage-2 { background: #d2d907; margin: 0.6em auto; padding: 0.6em 24px 0.6em 24px; border-radius: 12px; color: #000; }

.story-content .stage-2 p { color: #000; }

.story-content .stage-3 { background: #f2cb05; margin: 0.6em auto; padding: 0.6em 24px 0.6em 24px; border-radius: 12px; color: #000; }

.story-content .stage-3 p { color: #000; }

.pause p { color: #f2cb05 !important; font-weight: 600; }

/* From Uiverse.io by alexmaracinaru */
.card { width: 300px; min-height: 300px; background: white; padding: 20px; border-radius: 6px; }

.card-link:hover { text-decoration: none; }

.card-link { text-decoration: none; }

.card-image { background-color: #ececec; width: 100%; height: 150px; border-radius: 12px 12px 0 0; overflow: hidden; }

.card-image img { width: 100%; height: auto; display: block; }

.card-image:hover { transform: scale(0.98); }

.category { text-transform: uppercase; font-size: 1em; font-weight: 600; color: #148c76; padding: 10px 7px 0; }

.category:hover { cursor: pointer; }

.heading { font-weight: 600; color: #585757; padding: 7px; }

.heading:hover { cursor: pointer; }

.author { color: gray; font-weight: 400; font-size: 14.6666666667px; padding-top: 7px; }

.name { font-weight: 600; }

.name:hover { cursor: pointer; }

/* Layout */
.get-engaged-card { display: none; width: 300px; min-height: 300px; background: white; padding: 20px; border-radius: 6px; }

.get-engaged-card.active { display: block; }

.flex-wrap { flex-wrap: wrap !important; }

.section-header { max-width: 800px; margin: 0 auto 2rem auto; padding: 1rem; text-align: center; }

.card-section-title { margin: 2rem 0 1rem 0; padding-left: 1rem; font-size: 1.25rem; font-weight: bold; }

/* Cards */
.sub-text { color: gray; font-weight: 400; font-size: 14.6666666667px; padding-top: 7px; }

.card h4 { margin: 0 0 0.5rem 0; font-size: 1.2rem; color: #222; }

.card p { margin: 0; line-height: 1.6; color: #444; }

/* Filter Buttons */
.filter-buttons-container { display: flex; justify-content: center; gap: 1rem; margin: 1.5rem 0; flex-wrap: wrap; }

.filter-button { min-width: 250px; max-width: 250px; min-height: 90px; text-align: center; background-color: #777; color: white; border: none; padding: 15px 20px; font-size: 1.38em; cursor: pointer; flex: 1; margin: 0 5px; border-radius: 12px; }

.filter-button.active { background-color: #d2d907; color: #000; }

.filter-button:hover { background-color: #d2d907; color: #000; }

/* CTA */
.cta-box { text-align: center; padding: 2rem 1rem; background-color: #fff; margin-top: 3rem; border: #d2d907 solid 3px; border-radius: 1rem; max-width: 800px; margin-left: auto; margin-right: auto; }

.cta-button { margin-top: 1rem; display: inline-block; background-color: #777; color: white; padding: 0.8rem 1.5rem; border-radius: 0.5rem; text-decoration: none; font-size: 1rem; }

.cta-button:hover { background-color: #d2d907; color: #000; text-decoration: none; }

/* Responsive */
@media screen and (max-width: 600px) { .card { padding: 1rem; } .filter-buttons { flex-direction: column; gap: 0.5rem; } }

.books-container { display: none; flex-wrap: wrap; gap: 1em; max-width: 1140px; margin: 0 auto; position: relative; padding: 0 20px; }

.books-container.active { display: flex; }

.book-card { width: 280px; min-height: 400px; background: white; padding: 20px; }

.card-link:hover { text-decoration: none; }

.book-card-image { background-color: #fff; width: 100%; height: 300px; object-fit: cover; }

.book-card-image img { width: auto; height: 100%; display: block; margin: 0 auto; }

.card-image:hover { transform: scale(0.98); }

.category { text-transform: uppercase; font-size: 1em; font-weight: 600; color: #d2d907; padding: 10px 7px 0; }

.category:hover { cursor: pointer; }

.book-title { font-weight: 600; color: #585757; padding: 7px; }

.book-description { color: gray; font-weight: 400; font-size: 14.6666666667px; padding-top: 7px; }

.name { font-weight: 600; }

.name:hover { cursor: pointer; }

.offerings-hero { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 2rem; color: #000; text-align: center; background: linear-gradient(to right, #148c76, #d2d907, #f2cb05); }

.offerings-hero p { color: #000; }

@media (max-width: 876px) { .offerings-hero { flex-direction: column-reverse; } }

.hero-image-container, .hero-text-container { flex: 1 1 0; padding: 0 1rem; }

.hero-image { width: 100%; height: auto; border-radius: 12px; display: block; }

.offerings-button-container { display: flex; justify-content: space-between; margin: 32px 0 auto auto; padding: 0.6em; gap: 0.6em; }

@media (max-width: 768px) { .offerings-button-container { flex-direction: column; align-items: center; } }

.offerings-button { max-width: 330px; max-height: 90px; text-align: center; background-color: #777; color: white; border: none; padding: 15px 20px; font-size: 1.38em; cursor: pointer; flex: 1; margin: 0 5px; border-radius: 12px; }

@media (max-width: 876px) { .offerings-button { width: 320px; } }

.offerings-button.active { background-color: #d2d907; color: #000; }

.offerings-button:hover { background-color: #d2d907; }

.offerings-content { display: none; max-width: 90%; margin: 0 auto; }

.offerings-content .testimonial { width: 100vw; margin-left: calc( -50vw + 50%); padding-left: 0; padding-right: 0; }

.offerings-content .testimonial .testimonial-block { padding: 1rem; }

.offerings-content .testimonial .disclaimer { margin: 1rem 0 0 0; padding: 1rem; font-size: 0.8rem; font-weight: 400; }

strong { font-weight: 600; }

.offerings-content.active { display: block; }

.offerings-content .intro { margin: 0.6em auto; border-radius: 12px; text-align: center; }

@media (max-width: 768px) { .offerings-content .intro { margin: 0.6em 0.1em; } }

.offerings-container { max-width: 100%; display: flex; justify-content: space-between; gap: 3rem; }

.accordion { max-width: 700px; margin: 0 auto; flex: 1.5; }

.accordion .accordion-item { background: #f9f9f9; border-radius: 1rem; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); margin-bottom: 1rem; overflow: hidden; }

.accordion .accordion-item.active .accordion-body { max-height: 1000px; padding: 1rem; }

.accordion .accordion-item .accordion-header { padding: 1rem 1.5rem; font-weight: 600; font-size: 1.2rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }

.accordion .accordion-item .accordion-header:hover { background: #d2d907; }

.accordion .accordion-item .accordion-header .icon { transition: transform 0.3s ease; }

.accordion .accordion-item .accordion-header.active .icon { transform: rotate(180deg); }

.accordion .accordion-item .accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 3rem; }

.accordion .accordion-item .accordion-body img { max-width: 300px; border-radius: 0.75rem; margin-bottom: 0.75rem; }

.accordion .accordion-item .accordion-body p { font-size: 1rem; line-height: 1.5; color: #333; }

/* Responsive tweaks */
@media (max-width: 876px) { .offerings-container { flex-direction: column; } .accordion { min-width: 100%; } .accordion .accordion-item .accordion-body { flex-direction: column; gap: 1.5rem; } .accordion .accordion-item .accordion-body img { max-width: 100%; } .accordion .accordion-item .accordion-body p { width: 100%; } }

.product-detail { display: flex; flex-direction: column; flex: 1; background: #ececec; border-radius: 12px; padding: 1rem; }

.product-detail h3 { margin-left: 1rem; }

.product-detail ul { margin-top: 0; padding: 0; }

.product-detail ul li { margin-left: 0.6rem; margin-bottom: 0.6rem; font-size: 1.38rem; list-style: none; }

.webcopy-block { max-width: 80%; }

.webcopy-block li { margin: 0.6rem 0; }

@media (max-width: 876px) { .webcopy-block { max-width: 100%; } }

.list-none ul { padding: 0; margin: 0; }

.list-none li { list-style: none; margin: 0.6rem 0; }

.flex { display: flex !important; }

.inline-flex { display: inline-flex !important; }

.flex-row { flex-direction: row !important; }

.flex-row-reverse { flex-direction: row-reverse !important; }

.flex-column { flex-direction: column !important; }

.flex-column-reverse { flex-direction: column-reverse !important; }

.flex-wrap { flex-wrap: wrap !important; }

.flex-nowrap { flex-wrap: nowrap !important; }

.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }

.justify-start { justify-content: flex-start !important; }

.justify-end { justify-content: flex-end !important; }

.justify-center { justify-content: center !important; }

.justify-between { justify-content: space-between !important; }

.justify-around { justify-content: space-around !important; }

.justify-evenly { justify-content: space-evenly !important; }

.items-start { align-items: flex-start !important; }

.items-end { align-items: flex-end !important; }

.items-center { align-items: center !important; }

.items-baseline { align-items: baseline !important; }

.items-stretch { align-items: stretch !important; }

.content-start { align-content: flex-start !important; }

.content-end { align-content: flex-end !important; }

.content-center { align-content: center !important; }

.content-between { align-content: space-between !important; }

.content-around { align-content: space-around !important; }

.content-stretch { align-content: stretch !important; }

.self-auto { align-self: auto !important; }

.self-start { align-self: flex-start !important; }

.self-end { align-self: flex-end !important; }

.self-center { align-self: center !important; }

.self-baseline { align-self: baseline !important; }

.self-stretch { align-self: stretch !important; }

.flex-gsb-auto { flex: auto; }

.flex-gsb-content { flex: content; }

.flex-grow-i { flex-grow: inherit !important; }

.flex-grow-0 { flex-grow: 0 !important; }

.flex-grow-1 { flex-grow: 1 !important; }

.flex-grow-2 { flex-grow: 2 !important; }

.flex-grow-3 { flex-grow: 3 !important; }

.flex-grow-4 { flex-grow: 4 !important; }

.flex-grow-5 { flex-grow: 5 !important; }

.flex-shrink-i { flex-shrink: inherit !important; }

.flex-shrink-0 { flex-shrink: 0 !important; }

.flex-shrink-1 { flex-shrink: 1 !important; }

.flex-shrink-2 { flex-shrink: 2 !important; }

.flex-shrink-3 { flex-shrink: 3 !important; }

.flex-shrink-4 { flex-shrink: 4 !important; }

.flex-shrink-5 { flex-shrink: 5 !important; }

/* Padding */
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }

.px-1 { padding-left: 8px !important; padding-right: 8px !important; }

.py-1 { padding-top: 8px !important; padding-bottom: 8px !important; }

.px-2 { padding-left: 16px !important; padding-right: 16px !important; }

.py-2 { padding-top: 16px !important; padding-bottom: 16px !important; }

.px-3 { padding-left: 32px !important; padding-right: 32px !important; }

.py-3 { padding-top: 32px !important; padding-bottom: 32px !important; }

.px-4 { padding-left: 64px !important; padding-right: 64px !important; }

.py-4 { padding-top: 64px !important; padding-bottom: 64px !important; }

/* Margin */
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.mt-0 { margin-top: 0 !important; }

.mr-0 { margin-right: 0 !important; }

.mb-0 { margin-bottom: 0 !important; }

.ml-0 { margin-left: 0 !important; }

.mt-1 { margin-top: 8px !important; }

.mr-1 { margin-right: 8px !important; }

.mb-1 { margin-bottom: 8px !important; }

.ml-1 { margin-left: 8px !important; }

.mt-2 { margin-top: 16px !important; }

.mr-2 { margin-right: 16px !important; }

.mb-2 { margin-bottom: 16px !important; }

.ml-2 { margin-left: 16px !important; }

.mt-3 { margin-top: 32px !important; }

.mr-3 { margin-right: 32px !important; }

.mb-3 { margin-bottom: 32px !important; }

.ml-3 { margin-left: 32px !important; }

.mt-4 { margin-top: 64px !important; }

.mr-4 { margin-right: 64px !important; }

.mb-4 { margin-bottom: 64px !important; }

.ml-4 { margin-left: 64px !important; }

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